On Fri, Dec 18, 2009 at 7:44 PM, Edward Ned Harvey
<sola...@nedharvey.com> wrote:
> 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

Once you've created the zpool, just do:
zfs create -o reservation=10G -o mountpoint=none tank/reservation

Then just go about creating your normal zfs datasets:
zfs create -o mountpoint=/my/important/data tank/importantdata

I don't think that you need to reserve 10% of the total space, but
whatever you decide set your reservation value to that. If you change
your mind later, you can update the reservation property.

-B

-- 
Brandon High : bh...@freaks.com
Suspicion Breeds Confidence
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to