> I've taken to creating an unmounted empty filesystem with a
> reservation to prevent the zpool from filling up. It gives you
> behavior similar to ufs's reserved blocks.

So ... Something like this?

zpool create -m /path/to/mountpoint myzpool c1t0d0

and then...  Assuming it's a 500G disk ...
zfs create -V 50G /path/to/mountpoint/unused
zfs create /path/to/mountpoint/importantdata

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to