Page 2 of 2

Re: Big problem with raidz mount point after 10.11 upgrade

PostPosted: Thu Nov 26, 2015 12:35 am
by rottegift
Instead of a quota you can do something like:

zfs create -o canmount=no -o readonly=on -o refreservation=10g pool/emergency-space

which lets you either dial down the referservation property (with zfs set) or destroy the emergency-space dataset, if you run the rest of the pool out of free space.

But you can do that *and* use quotas. However, quotas have the annoying habit of needing to be adjusted upwards when you move data off a pool; and the more annoying habit of being forgotten about until you actually run into them on a no-longer-very-full pool. They can also create hassle on the receive side if you send rolling backups to another pool (all your old snapshots will count towards the quota property, and did you remember to reset it after the first receive?).

Re: Big problem with raidz mount point after 10.11 upgrade

PostPosted: Thu Nov 26, 2015 7:18 pm
by nekton34
Since the last issue last weekend, master has developed a couple of checksum errors. Is this something to worry about? Or should I use zclear?
Screen Shot 2015-11-27 at 12.14.32 PM.png
Screen Shot 2015-11-27 at 12.14.32 PM.png (295.87 KiB) Viewed 2754 times