[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

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 reasonably