Re: [zfs-discuss] zfs bug

2007-07-02 Thread Drew Perttula
For the record, I was able to get this same panic when I dd'd /dev/zero over a file that was part of my own test pool. Specifically, I had files of sizes 128M 192M 192M 256M in a simple pool with copies=2. I put a 109M file on the filesystem and ran 'dd count=1 bs=192M if=/dev/zero of=disk2'. Th

Re: [zfs-discuss] Pics

2007-07-02 Thread Tomas Ögren
On 02 July, 2007 - Eric Enright sent me these 3,3M bytes: > Those images has nothing to do with ZFS, please don't send large crap to this list. /Tomas -- Tomas Ögren, [EMAIL PROTECTED], http://www.acc.umu.se/~stric/ |- Student at Computing Science, University of Umeå `- Sysadmin at {cs,acc}.um

Re: [zfs-discuss] zfs space efficiency

2007-07-02 Thread J. David Beutel
Mattias Pantzare wrote: > For this application (deduplication data) the likelihood of matching > hashes are very high. In fact it has to be, otherwise there would not > be any data to deduplicate. > > In the cp example, all writes would have matching hashes and all need > a verify. Would the rea

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

2007-07-02 Thread asa hammond
> roland wrote: > >> is there a reliable method of re-compressing a whole zfs volume >> after turning on compression or changing compression scheme ? > I have had some success using zfs send recv into a child of a compressed filesystem to do this although you have the disadvantage of losin

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

2007-07-02 Thread asa hammond
I have had some success using zfs send recv into a child of a compressed filesystem to do this although you have the disadvantage of losing your settings. basically : zfs create tank/foo mv a bunch of files into foo zfs create tank/bar zfs set compression=on bar zfs snapshot tank/[EMAIL PROTEC

Re: [zfs-discuss] ZFS Boot != ZFS Root

2007-07-02 Thread Lin Ling
Jesse Hallio wrote: >I've been trying to upgrade to snv66 and I've been using a single disk ZFS >pool (not the whole 8-disk pool, more about that in another post). I installed >snv66 in Parallels and ufsdumped the filesystem to the one disk pool. The one >disk pool also has a snv55b install tha

[zfs-discuss] ZFS Crypto Design review: 2007-07-02 through 2007-07-16

2007-07-02 Thread Darren J Moffat
All details on how to participate are posted on the review site: http://opensolaris.org/os/project/zfs-crypto/design_review/ -- Darren J Moffat ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinf

[zfs-discuss] ZFS webadmin

2007-07-02 Thread Andre Lue
Does anyone know the minimum packages needed to make the ZFS webadmin work? So far It seems you need Java, SUNWjato, tomcat. thanks This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensol

[zfs-discuss] ZFS and VXVM/VXFS

2007-07-02 Thread Magesh R
We are looking at the alternatives to VXVM/VXFS. One of the feature which we liked in Veritas, apart from the obvious ones is the ability to call the disks by name and group them in to a disk group. Especially in SAN based environment where the disks may be shared by multiple machines, it is ve

[zfs-discuss] Re: ZFS boot: another way

2007-07-02 Thread Jesse Hallio
If you are doing things manually, you could as well unmount the ufs partition and mount a zfs dataset to the same location just before the installer starts installing the packages? Saves some file copying and you could remove the ufs partition entirely? - Jesse This message posted from open

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

2007-07-02 Thread Carson Gaspar
roland wrote: is there a reliable method of re-compressing a whole zfs volume after turning on compression or changing compression scheme ? It would be slow, and the file system would need to be idle to avoid race conditions, and it wouldn't be very fast, but you _could_ do the following (PO

[zfs-discuss] ZFS boot: another way

2007-07-02 Thread Douglas Atique
Hi, This is a report of my latest investigations on how to setup (by hand) your ZFS root filesystem. My experiment was carried on with Solaris Express Community Edition b66 DVD and an additional disk slice to temporarily install the root fs to. It takes place during the installation process as