Storage question
Paul Kraus
paul at kraus-haus.org
Thu Sep 10 12:57:56 UTC 2015
On Sep 10, 2015, at 0:29, Quartz <quartz at sneakertech.com> wrote:
>>> Note also the “dnr” datasets :-)
>>
>> Btw, you seem to be going with the 'dummy dataset' method for preventing
>> fs fillup. What's the advantage of doing it this way vs refreservation
>> or any other method?
>
> More specifically, dummy datasets strike me as kind of the ugly way of handling this issue. Isn't it better to just set parameters on your real datasets?
I do it this way for two reasons.
1) Habit… I have been doing this since before zfs even had the refreservation and refquota properties :-) I have been managing zfs in production since zpool version 10 (clearly on Solaris since it has not been ported anywhere else that early on).
2) Transparency… it is much easier to spot a “dnr” dataset set than realize that a refreservation is set on the base zpool/dataset.
Note that if you use refreservation, you only need it on the top level dataset in the zpool.
--
Paul Kraus
paul at kraus-haus.org
More information about the freebsd-questions
mailing list