It would be nice if netatalk used the zfs userspace quota limit for the 'vol size limit' it sends to the client.
eg.
# zfs userspace -p -s used data/timemachine | head
TYPE NAME USED QUOTA
POSIX User wade.fitzpatrick 16114616732 21474836480
That way we can change the quota per user instead of only for the volume.
Currently timemachine just stops backing up with no error message when the quota limit is reached but no vol size limit is set for the volume.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2018-01-30
I just came across this bug with my Time Machine server based on netatalk. It sounds like properly supporting ZFS quotas would be a much needed improvement.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
https://bugzilla.samba.org/show_bug.cgi?id=9371
It would be nice if netatalk used the zfs userspace quota limit for the 'vol size limit' it sends to the client.
eg.
That way we can change the quota per user instead of only for the volume.
Currently timemachine just stops backing up with no error message when the quota limit is reached but no vol size limit is set for the volume.
I just came across this bug with my Time Machine server based on netatalk. It sounds like properly supporting ZFS quotas would be a much needed improvement.