[zfs-discuss] ZFS compression

2006-08-22 Thread roland
effective size on other fs (e.g. reiser3 cause storing small files efficiently) 5. ??? TIA roland k. sysadmin This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs

[zfs-discuss] zfs internal working - compression question

2006-12-29 Thread roland
. this is something i wouldn`t have expected. ok, i didn`t expect the same size, but i never would have expected such BIG difference, since we are basically re-compressing data which is already compressed. what`s causing this effect? can someone probably explain this ? regards roland This message posted

[zfs-discuss] Re: Why is + not allowed in a ZFS file system name ?

2007-01-10 Thread roland
# zpool create 500megpool /home/roland/tmp/500meg.dat cannot create '500megpool': name must begin with a letter pool name may have been omitted huh? ok - no problem if special characters aren`t allowed, but why _this_ weird looking limitaton ? This message posted from opensolaris.org

[zfs-discuss] question about self healing

2007-01-13 Thread roland
-bit-errors and correct this - but what about single disk setup ? can zfs protect my data from such single-bit-errors with a single drive ? regards roland This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org

[zfs-discuss] Re: can I use zfs on just a partition?

2007-01-28 Thread roland
Take note though, that giving zfs the entire disk gives a possible performance win, as zfs will only enable the write cache for the disk if it is given the entire disk. really? why this? is this tuneable somehow/somewhere? can i enabyle writecache if only using a dedicated partition ?

[zfs-discuss] Re: Re: Adding my own compression to zfs

2007-01-29 Thread roland
? i have seen it once ago on another blog and so i`m wondering greetings from the beer and sausage nation ;) roland This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org

[zfs-discuss] Re: Re: Adding my own compression to zfs

2007-01-29 Thread roland
hey, thanks for your overwhelming private lesson for english colloquialism :D now back to the technical :) # zfs create pool/gzip # zfs set compression=gzip pool/gzip # cp -r /pool/lzjb/* /pool/gzip # zfs list NAMEUSED AVAIL REFER MOUNTPOINT pool/gzip 64.9M 33.2G 64.9M

[zfs-discuss] Re: solaris - ata over ethernet - zfs - HPC

2007-02-06 Thread roland
solution - but unstable? could you underline that somehow? i use the loopback module for years and never had a problem. anyway - it`s getting a competitor: bugfixed version of dm-loop device-mapper target has just been posted on dm-devel today. roland This message posted from opensolaris.org

[zfs-discuss] Re: .zfs snapshot directory in all directories

2007-02-26 Thread roland
for what purpose ? This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] Re: zfs performance on fuse (Linux) compared to other fs

2007-04-23 Thread roland
So, at this point in time that seems pretty discouraging for an everyday user, on Linux. nobody told, that zfs-fuse is ready for an everyday user at it`s current state ! ;) although it runs pretty stable for now, there still remain major issues and especially, it`s not yet being optimized

[zfs-discuss] zfs compression - scale to multiple cpu ?

2007-06-16 Thread roland
hi ! i think i have read somewhere that zfs gzip compression doesn`t scale well since the in-kernel compression isn`t done multi-threaded. is this true - and if so - will this be fixed ? what about default lzjb compression - is it different regarding this issue ? thanks roland

[zfs-discuss] Re: LZO compression?

2007-06-16 Thread roland
For what it's worth, at a previous job I actually ported LZO to an OpenFirmware implementation. It's very small, doesn't rely on the standard libraries, and would be trivial to get running in a kernel. (Licensing might be an issue, of course.) just for my personal interest - are you speaking

[zfs-discuss] Re: LZO compression?

2007-06-16 Thread roland
better speed and better compression in comparison to lzjb nothing against lzjb compression - it's pretty nice - but why not taking a closer look here? maybe here is some room for improvement roland This message posted from opensolaris.org ___ zfs

[zfs-discuss] Re: Re: Adding my own compression to zfs

2007-06-16 Thread roland
lzo in-kernel implementation for solaris/sparc ? your answer makes me believe, it exists. could you give a comment ? roland This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http

[zfs-discuss] Re: Re: LZO compression?

2007-06-17 Thread roland
last number (2.99x) is compression ratio and was much better than lzjb. not sure if there is some mistake here, i was quite surprised that it was so much better than lzjb This message posted from opensolaris.org ___ zfs-discuss mailing list

[zfs-discuss] Re: Re: LZO compression?

2007-06-18 Thread roland
better than lzjb - at least with zfs-fuse. licensing issues can be sorted out later.. good attitude ! :) zfs-fuse author/maintainer is Ricardo Correia and the lzo patch was done by Eric Dillmann. I can provide contact data if you like. roland This message posted from opensolaris.org

[zfs-discuss] Re: New german white paper on ZFS

2007-06-20 Thread roland
nice one ! i think this is one of the best and most comprehensive papers about zfs i have seen regards roland This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman

[zfs-discuss] zfs space efficiency

2007-06-23 Thread roland
space very quickly, even when using snapshots and even if only small parts of the large file are changing. comments? regards roland This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http

[zfs-discuss] Re: zfs space efficiency

2007-06-23 Thread roland
So, in your case, you get maximum space efficiency, where only the new blocks are stored, and the old blocks simply are referenced. so - i assume that whenever some block is read from file A and written unchanged to file B, zfs recognizes this and just creates a new reference to file A ? that

[zfs-discuss] Re: zfs space efficiency

2007-06-24 Thread roland
whoops - i see i have posted the same several times. this was duo to i got an error message when posting and thought, it didn`t get trough could some moderator probably delete those double posts ? meanwhile, i did some tests and have very weird results. first off, i tried --inplace to update

[zfs-discuss] Re: zfs space efficiency

2007-06-24 Thread roland
. when i use rsync through the network stack( i.e. localhost:/localdestination) it seems to work as expected. need some more testing to be real sure.but for now things look more promising roland This message posted from opensolaris.org

[zfs-discuss] Re: LZO compression?

2007-06-30 Thread roland
| 219.64x regards roland This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] Re: Re: LZO compression?

2007-07-01 Thread roland
there is some closed source lzo professional which is even more optimzied. maybe sun should think about lzo in zfs - albeit those licensing issues. i`m sure that could be resolved somehow, maybe by spending an appropriate amount of bucks to mr. oberhumer. roland This message posted from

[zfs-discuss] Re: cross fs/same pool mv

2007-07-01 Thread roland
? roland This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] ZFS Compression algorithms - Project Proposal

2007-07-07 Thread roland
nice idea! :) We plan to start with the development of a fast implementation of a Burrows Wheeler Transform based algorithm (BWT). why not starting with lzo first - it`s already in zfs-fuse on linux and it looks, that it`s just in between lzjb and gzip in terms of performance and compression

Re: [zfs-discuss] ZFS Compression algorithms - Project Proposal

2007-07-08 Thread roland
One thing ZFS is missing is the ability to select which files to compress. yes. there is also no filesystem based approach in compressing/decompressing a whole filesystem. you can have 499gb of data on a 500gb partition - and if you need some more space you would think turning on compression on

Re: [zfs-discuss] ZFS Compression algorithms - Project Proposal

2007-07-10 Thread roland
Wouldn't ZFS's being an integrated filesystem make it easier for it to identify the file types vs. a standard block device with a filesystem overlaid upon it? I read in another post that with compression enabled, ZFS attempts to compress the data and stores it compressed if it

Re: [zfs-discuss] scrub halts

2007-08-07 Thread roland
6564677 oracle datafiles corrupted on thumper wow, must be a huuge database server! :D This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] zfs + iscsi target + vmware esx server

2007-10-07 Thread roland
i don`t have a solution for you - but at least some comments: - i have read several complaints that esx iscsi is broken to some degree. there are some known incompatibilities and at least one ceo of a somewhat popular iscsi software vendor recently gave such statement. - i have read more than

Re: [zfs-discuss] zfs + iscsi target + vmware esx server

2007-10-07 Thread roland
take a look at this one http://www.opensolaris.org/jive/thread.jspa?messageID=98176 This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Adding my own compression to zfs

2007-10-07 Thread roland
any news on additional compression-schemes for zfs ? this is interesting research-topic, imho :) so, some more real-world tests with zfs-fuse + lzo patch : -LZO zfs set compression=lzo mypool time cp /vmware/vserver1/vserver1.vmdk /mypool real

Re: [zfs-discuss] VFSTAB mounting for ProFTPD

2007-10-07 Thread roland
what you`re looking for is called a bind-mount, and that`s a linux kernel feature. i don`t know if solaris has a perfect equivalent for this - maybe lofs is what you need. see man lofs This message posted from opensolaris.org ___ zfs-discuss

Re: [zfs-discuss] Raid Edition drive with RAIDZ

2007-10-07 Thread roland
seems that standard drives are ok. sun is using Hitachi Deskstar 7K500 for it`s Sunfire x4500/thumper. This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org

Re: [zfs-discuss] Adding my own compression to zfs

2007-10-08 Thread roland
besides re-inventing the wheel somebody at sun should wake up and go ask mr. oberhumer and pay him $$$ to get lzo into ZFS. this is taken from http://www.oberhumer.com/opensource/lzo/lzodoc.php : Copyright - LZO is Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

Re: [zfs-discuss] Adding my own compression to zfs

2007-10-09 Thread roland
for those who are interested in lzo with zfs, i have made a special version of the patch taken from the zfs-fuse mailinglist: http://82.141.46.148/tmp/zfs-fuse-lzo.tgz this file contains the patch in unified diff format and also a broken out version (i.e. split into single files). maybe this

Re: [zfs-discuss] zfs/zpools iscsi

2007-10-12 Thread roland
of bucks for this. maybe SAM-QFS ? regards roland This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] HAMMER

2007-10-16 Thread roland
and what about compression? :D This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Adding my own compression to zfs

2007-10-17 Thread roland
being at $300 now - a friend of mine just adding another $100 This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] first public offering of NexentaStor

2007-11-06 Thread roland
is there any pricing information available ? This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Adding my own compression to zfs

2007-11-30 Thread roland
*bump* just wanted to keep this into discussion. i think it could be important to zfs if it could compress faster with a better compressratio. This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org

Re: [zfs-discuss] iSCSI initiator BUG

2007-12-21 Thread roland
i have a difficulty in understanding: you tell that the device get`s lost whenver the I/O error occurs. you tell that you cannot use ext3 or xfs, but reiser. with reiser, the device doesn`t get lost on I/O error ? that`s very weird. what`s your distro/kernel version ? This message posted

Re: [zfs-discuss] LZO compression?

2008-04-12 Thread roland
nothing new on this? i'm really wondering that interest in alternative compression schemes is that low, especially due to the fact that lzo seems to compress better and be faster than lzjb. nobody at sun who has done further investigation ? This message posted from opensolaris.org

Re: [zfs-discuss] Pause Solaris with ZFS compression busy by doing a cp?

2008-06-03 Thread roland
Try running iostat in another ssh window, you'll see it can't even gather stats every 5 seconds (below is iostats every 5 seconds): Tue May 27 09:26:41 2008 Tue May 27 09:26:57 2008 Tue May 27 09:27:34 2008 that should not happen! i`d call that a bug! how does vmstat behave with lzjb

[zfs-discuss] zfs on 32 bit?

2009-06-14 Thread roland
Hello, the ZFS best practices guide at http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide tells: * Run ZFS on a system that runs a 64-bit kernel besides performance aspects, what`s the con`s of running zfs on 32 bit ? -- This message posted from opensolaris.org

Re: [zfs-discuss] zfs on 32 bit?

2009-06-15 Thread roland
so, besides performance there COULD be some stability issues. thanks for the answers - i think i`ll stay with 32bit, even if there COULD be issues. (i`m happy to report and help fixing those) i don`t have free 64bit hardware around for building storage boxes. -- This message posted from

Re: [zfs-discuss] zfs on 32 bit?

2009-06-16 Thread roland
the only problems i've run into are: slow (duh) and will not take disks that are bigger than 1tb do you think that 1tb limit is due to 32bit solaris ? -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org

Re: [zfs-discuss] zfs on 32 bit?

2009-06-16 Thread roland
so, we have a 128bit fs, but only support for 1tb on 32bit? i`d call that a bug, isn`t it ? is there a bugid for this? ;) -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org

Re: [zfs-discuss] zfs on 32 bit?

2009-06-17 Thread roland
Solaris is NOT a super-duper-plays-in-all-possible-spaces OS. yes, i know - but it`s disappointing that not even 32bit and 64bit x86 hardware is handled the same. 1TB limit on 32bit, less stable on 32bit. sorry, but if you are used to linux, solaris is really weird. issue here, limitation

[zfs-discuss] space in use by snapshots

2009-06-17 Thread roland
/backup1 (that`s easy, just du -s -h /zfs/backup1) and how much space do the snapshots need (that seems not so easy) thanks roland -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http

Re: [zfs-discuss] space in use by snapshots

2009-06-17 Thread roland
great, will try it tomorrow! thanks very much! -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Best controller card for 8 SATA drives ?

2009-06-21 Thread roland
just a side-question: I folthis thread with much interest. what are these * for ? why is followed turned into fol* on this board? -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org

Re: [zfs-discuss] zfs on 32 bit?

2009-06-24 Thread roland
Dennis is correct in that there are significant areas where 32-bit systems will remain the norm for some time to come. think of that hundreds of thousands of VMWare ESX/Workstation/Player/Server installations on non VT capable cpu`s - even if the cpu has 64bit capability, a VM cannot run in

[zfs-discuss] Adaptec SAS 2405 - anyone ?

2009-07-07 Thread roland
u4. If it does not work out of the box, can i use that driver with opensolaris/snv ? thanks roland -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs

Re: [zfs-discuss] ZFS tale of woe and fail

2009-07-11 Thread roland
mhh, i think i`m afraid, too, as i also need to use zfs on a single, large lun. -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Another user looses his pool (10TB) in this case and 40 days work

2009-07-25 Thread roland
Running this kind of setup absolutely can give you NO garanties at all. Virtualisation, OSOL/zfs on WinXP. It's nice to play with and see it working but would I TRUST precious data to it? No way! why not? if i write some data trough virtualization layer which goes straight trough to raw disk -

Re: [zfs-discuss] Another user looses his pool (10TB) in this case and 40 days work

2009-07-25 Thread roland
As soon as you have more then one disk in the equation, then it is vital that the disks commit their data when requested since otherwise the data on disk will not be in a consistent state. ok, but doesn`t that refer only to the most recent data? why can i loose a whole 10TB pool including all the

Re: [zfs-discuss] Another user looses his pool (10TB) in this case and 40 days work

2009-07-25 Thread roland
thanks for the explanation ! one more question: there are situations where the disks doing strange things (like lying) have caused the ZFS data structures to become wonky. The 'broken' data structure will cause all branches underneath it to be lost--and if it's near the top of the tree, it

Re: [zfs-discuss] Fed up with ZFS causing data loss

2009-07-30 Thread roland
what`s your disk controller? -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] crossmnt ?

2009-07-30 Thread roland
Hello ! How can i export a filesystem /export1 so that sub-filesystems within that filesystems will be available and usable on the client side without additional mount/share effort ? this is possible with linux nfsd and i wonder how this can be done with solaris nfs. i`d like to use /export1

Re: [zfs-discuss] zdb assertion failure/zpool recovery

2009-08-02 Thread roland
IIRC the corruption (i.e. pool being not importable) was caused when I killed virtual box, because it was hung. that scares me using zfs inside virtual machines. is such issue known with vmware? -- This message posted from opensolaris.org ___

Re: [zfs-discuss] Recovering from ZFS command lock up after yanking a non-redundant drive?

2009-08-04 Thread roland
what exact type of sata controller do you use? -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Recovering from ZFS command lock up after yanking a non-redundant drive?

2009-08-05 Thread roland
doesn´t solaris have the great builtin dtrace for issues like these ? if we knew in which syscall or kernel-thread the system is stuck, we may get a clue... unfortunately, i don´t have any real knowledge of solaris kernel internals or dtrace... -- This message posted from opensolaris.org

Re: [zfs-discuss] Can I setting 'zil_disable' to increase ZFS/iscsi performance ?

2009-08-07 Thread roland
Yes, but to see if a separate ZIL will make a difference the OP should try his iSCSI workload first with ZIL then temporarily disable ZIL and re-try his workload. or you may use the zilstat utility -- This message posted from opensolaris.org ___

Re: [zfs-discuss] Can the new consumer NAS devices run OpenSolaris?

2009-08-11 Thread roland
Re-surfacing an old thread. I was wondering myself if there are any home-use commercial NAS devices with zfs. I did find that there is Thecus 7700. But, it appears to come with Linux, and use ZFS in FUSE, but I (perhaps unjustly) don't feel comfortable with :) no, you justly feel unconfortable

Re: [zfs-discuss] dedup question

2009-11-02 Thread roland
forgive my ignorance, but what's the advantage of this new dedup over the existing compression option? it may provide another space saving advantage. depending on your data, the savings can be very significant. Wouldn't full-filesystem compression naturally de-dupe? no. compression doesn`t

[zfs-discuss] zle compression ?

2009-11-10 Thread roland
by some posting on zfs-fuse mailinglist, i came across zle compression which seems to be part of the dedupe-commit some days ago: http://hg.genunix.org/onnv-gate.hg/diff/e2081f502306/usr/src/uts/common/fs/zfs/zle.c --snipp 31 + * Zero-length encoding. This is a fast and simple algorithm to

[zfs-discuss] ls -l hang, process unkillable

2009-11-11 Thread roland
. regards roland -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] ls -l hang, process unkillable

2009-11-11 Thread roland
thanks. we will try that if the error happens again - needed to reboot as a quick-fix, as the machine is in production regards roland -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http

Re: [zfs-discuss] Comstar thin provisioning space reclamation

2009-11-21 Thread roland
sdelete may be the easiest, but not the best tool here, since it`s made for secure deletion and not made for filling a disk with zeroes quickly. i have no windows around here for performance testing, but dd may perform better: http://www.chrysocome.net/dd you should try dd if=/dev/zero

Re: [zfs-discuss] Zfs upgrade freezes desktop

2009-12-29 Thread roland
i have a problem which is perhaps related. i installed opensolaris snv_130. after adding 4 additional disks and creating a raidz on them with compression=gzip and dedup enabled, i got reproducable system freeze (not sure, but the desktop/mouse-coursor froze) directly after login - without

Re: [zfs-discuss] Zfs upgrade freezes desktop

2009-12-30 Thread roland
seems, my problem is unrelated. after disabling the gui and working console only, i see no freezes. so it must be a problem of the desktop/X environment and not kernel/zfs issue. sorry for the noise. -- This message posted from opensolaris.org ___

[zfs-discuss] 3D filesystem vs. Solaris ZFS / was: Re: [ksh93-integration-discuss] ksh93 manpages for vmap, alarm, vpath built-ins?

2006-08-07 Thread Roland Mainz
Roland Mainz wrote: April Chin wrote: I'm in the process of filing manpage bugs for ksh93 to include changes to existing pages and new manpages for ksh93(1) and its builtins (builtin(1), disown(1)). CR 6457823 New manpages needed for ksh93 However, I do not see any manpages for vmap

Re: [zfs-discuss] Thumper Origins Q

2007-01-24 Thread Roland Rambau
Chris, well, Thumper is actually a reference to Bambi The comment about being risque was refering to Humper as a codename proposed for a related server ( and e.g. leo.org confirms that is has a meaning labelled as [vulg.] :-) -- Roland Chris Ridd schrieb: On 24/1/07 9:06, Bryan Cantrill

Re: [zfs-discuss] ZFS delegation script

2007-06-26 Thread Roland Mainz
guideline at http://www.opensolaris.org/os/project/shell/shellstyle/ with more stuff. Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, CJAVASunUnix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O

Re: [zfs-discuss] ZFS delegation script

2007-06-26 Thread Roland Mainz
Nicolas Williams wrote: On Wed, Jun 27, 2007 at 12:55:15AM +0200, Roland Mainz wrote: Nicolas Williams wrote: On Sat, Jun 23, 2007 at 12:31:28PM -0500, Nicolas Williams wrote: On Sat, Jun 23, 2007 at 12:18:05PM -0500, Nicolas Williams wrote: Couldn't wait for ZFS delegation, so I

Re: [zfs-discuss] X4500 device disconnect problem persists

2007-11-16 Thread roland egle
We are having the same problem. First with 125025-05 and then also with 125205-07 Solaris 10 update 4 - Know with all Patchesx We opened a Case and got T-PATCH 127871-02 we installed the Marvell Driver Binary 3 Days ago. T127871-02/SUNWckr/reloc/kernel/misc/sata

Re: [zfs-discuss] path-name encodings

2008-02-27 Thread Roland Mainz
behavior is exactly what you'd expect: you get the filenames you wanted; the same ones back you put in. Does ZFS convert the strings to UTF-8 in this case or will it just store the multibyte sequence unmodified ? Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG

Re: [zfs-discuss] path-name encodings

2008-02-27 Thread Roland Mainz
Tim Haley wrote: Roland Mainz wrote: Bart Smaalders wrote: Marcus Sundman wrote: I'm unable to find more info about this. E.g., what does reject file names mean in practice? E.g., if a program tries to create a file using an utf8-incompatible filename, what happens? Does the fopen

Re: [zfs-discuss] path-name encodings

2008-02-27 Thread Roland Mainz
Roland Mainz wrote: Tim Haley wrote: Roland Mainz wrote: Bart Smaalders wrote: Marcus Sundman wrote: I'm unable to find more info about this. E.g., what does reject file names mean in practice? E.g., if a program tries to create a file using an utf8-incompatible filename, what

Re: [zfs-discuss] Periodic ZFS disk accesses by ksh93... / was: Re: [dtrace-discuss] periodic ZFS disk accesses

2008-03-02 Thread Roland Mainz
Bill Shannon wrote: Roland Mainz wrote: What's the exact filename and how often are the accesses ? Is this an interactive shell or is this a script (an interactive shell session will do periodical lookups for things like the MAIL*-variables (see ksh(1) and ksh93(1) manual pages) while

Re: [zfs-discuss] How to prevent /usr/bin/chmod from following symboliclinks?

2009-08-22 Thread Roland Mainz
3. View help $ chmod --man or $ chmod --help Does that work for you ? Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.ma...@nrubsig.org \__\/\/__/ MPEG specialist, CJAVASunUnix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O

Re: [zfs-discuss] How to prevent /usr/bin/chmod from followingsymboliclinks?

2009-08-22 Thread Roland Mainz
who originally added ACL support to Solaris's chmod since I have a couple of questions...) ... Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.ma...@nrubsig.org \__\/\/__/ MPEG specialist, CJAVASunUnix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O

Re: [zfs-discuss] Petabytes on a budget - blog

2009-09-02 Thread Roland Rambau
. they use a 85$ PC motherboard - that does not have meager 4x PCI-e slots, it has one 16x and 3 *1x* PCIe slots, plus 3 PCI slots ( remember, long time ago: 32-bit wide 33 MHz, probably shared bus ). Also it seems that all external traffic uses the single GbE motherboard port. -- Roland

[zfs-discuss] Which kind of ACLs does tmpfs support ?

2009-09-15 Thread Roland Mainz
Hi! Does anyone know out-of-the-head whether tmpfs supports ACLs - and if yes - which type(s) of ACLs (e.g. NFSv4/ZFS, old POSIX draft ACLs etc.) are supported by tmpfs ? Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.ma...@nrubsig.org \__\/\/__/ MPEG specialist, CJAVASunUnix

Re: [zfs-discuss] [osol-discuss] Which kind of ACLs does tmpfs support ?

2009-09-15 Thread Roland Mainz
Norm Jacobs wrote: Roland Mainz wrote: Does anyone know out-of-the-head whether tmpfs supports ACLs - and if yes - which type(s) of ACLs (e.g. NFSv4/ZFS, old POSIX draft ACLs etc.) are supported by tmpfs ? I have some vague recollection that tmpfs doesn't support ACLs snd it appears

Re: [zfs-discuss] [osol-discuss] Which kind of ACLs does tmpfssupport?

2009-09-15 Thread Roland Mainz
Ian Collins wrote: Roland Mainz wrote: Norm Jacobs wrote: Roland Mainz wrote: Does anyone know out-of-the-head whether tmpfs supports ACLs - and if yes - which type(s) of ACLs (e.g. NFSv4/ZFS, old POSIX draft ACLs etc.) are supported by tmpfs ? I have some vague recollection

Re: [zfs-discuss] [osol-discuss] Which kind of ACLs does tmpfssupport?

2009-09-15 Thread Roland Mainz
Robert Thurlow wrote: Roland Mainz wrote: Ok... does that mean that I have to create a ZFS filesystem to actually test ([1]) an application which modifies ZFS/NFSv4 ACLs or are there any other options ? By all means, test with ZFS. But it's easy to do that: # mkfile 64m /zpool.file

Re: [zfs-discuss] Sun Flash Accelerator F20

2009-09-24 Thread Roland Rambau
- and that is not sooo much - Oracle has offloaded certain database functionality into the storage nodes. I would not assume that there is a hybrid storage pool with a file system - it is a distributed data base that knows to utilize flash storage. I see it as a first quick step. hth -- Roland PS

Re: [zfs-discuss] file concatenation with ZFS copy-on-write

2009-12-03 Thread Roland Rambau
gang, actually a simpler version of that idea would be a zcp: if I just cp a file, I know that all blocks of the new file will be duplicates; so the cp could take full advantage for the dedup without a need to check/read/write anz actual data -- Roland Per Baatrup schrieb: dedup operates

Re: [zfs-discuss] file concatenation with ZFS copy-on-write

2009-12-03 Thread Roland Rambau
Michael, michael schuster schrieb: Roland Rambau wrote: gang, actually a simpler version of that idea would be a zcp: if I just cp a file, I know that all blocks of the new file will be duplicates; so the cp could take full advantage for the dedup without a need to check/read/write anz

Re: [zfs-discuss] file concatenation with ZFS copy-on-write

2009-12-03 Thread Roland Rambau
Per, Per Baatrup schrieb: Roland, Clearly an extension of cp would be very nice when managing large files. Today we are relying heavily on snapshots for this, but this requires disipline on storing files in separate zfs'es avioding to snapshot too many files that changes frequently

Re: [zfs-discuss] Posible newbie question about space between zpool and zfs file systems

2010-03-16 Thread Roland Rambau
does it take to transmit 1 TiB over a 1 GB/sec tranmission link, assuming no overhead ? See ? hth -- Roland -- Roland Rambau Server and Solution Architects Principal Field Technologist Global Systems

Re: [zfs-discuss] Posible newbie question about space between zpool and zfs file systems

2010-03-17 Thread Roland Rambau
at 1Hz therefor its 1'000'000 B/s ( strictly speaking ) Of course usually some protocol overhead is much larger and so the small 1000:1024 difference is irrelevant anyway and can+will be neglected. -- Roland Am 17.03.2010 04:45, schrieb Erik Trimble: On 3/16/2010 4:23 PM, Roland Rambau