[zfs-discuss] zfs recv hangs machine

2009-06-07 Thread Leonid Zamdborg
I'm running OpenSolaris 2009.06, and when I attempt to restore a ZFS snapshot, the machine hangs in an odd fashion. I create a backup of fs1 (roughly 15GB): zfs send -R tank/f...@1 | gzip > /backups/test_1.gz I create a new zpool to accept the backup: zpool create testdev1 testpool Then I att

Re: [zfs-discuss] LUN expansion

2009-06-07 Thread Leonid Zamdborg
Out of curiosity, would destroying the zpool and then importing the destroyed pool have the effect of recognizing the size change? Or does 'destroying' a pool simply label a pool as 'destroyed' and make no other changes... -- This message posted from opensolaris.org

Re: [zfs-discuss] LUN expansion

2009-06-04 Thread Leonid Zamdborg
> The problem you're facing is that the partition table > needs to be > expanded to use the newly created space. This all > happens automatically > with my code changes but if you want to do this > you'll have to change > the partition table and export/import the pool. George, Is there a reaso

Re: [zfs-discuss] LUN expansion

2009-06-03 Thread Leonid Zamdborg
I'm running 2008.11. -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] LUN expansion

2009-06-03 Thread Leonid Zamdborg
Hi, I have a problem with expanding a zpool to reflect a change in the underlying hardware LUN. I've created a zpool on top of a 3Ware hardware RAID volume, with a capacity of 2.7TB. I've since added disks to the hardware volume, expanding the capacity of the volume to 10TB. This change in c