From: Mátyás C. <cs...@gm...> - 2017-04-10 09:47:37
|
Hello! I am toying with the idea of switching to ZFS from ext4 on our Virtualmin server. It's in plain sight, that ZFS uses it's own commands for managing quota, so I will have to implement a wrapper script for it. I see that for example 'config_quota_set_user_command' (but the same goes for the other quota commands too) requires 3 paramteres: username, soft quota, hard quota in 1kB blocks. What is not clear to me, on what filesystem (mount point) is this executed? Is there a 4th option passed, or its ment to be interpreted for all the filesystems I want to manage quota settings on? Thanks cserem |