Unsolved
This post is more than 5 years old
1 Message
0
727
March 7th, 2017 15:00
Quota set via CLI does not show on NFS client
OneFS 7.2.0.5
I set a quota via CLI as follows:
isi quota quotas create --path --type directory --hard-threshold --advisory-threshold .
The quota shows up properly in the GUI and via the isi quota list command.
However, when mount that path on an AIX or Linux client, df shows the mount point size as the entire filesystem limit, not what the quota is set to. If I delete and recreate the quota via the GUI, it shows up correctly (and immediately) on the client.
Any ideas?
thanks!
No Events found!



AdamFox
254 Posts
0
March 7th, 2017 19:00
On the CLI, you have to add --container=yes to your command. This is done by default in the WebUI when you select a hard quota. See the attached image.
The radio button for "size of the hard threshold" implements the --container=yes under the covers.
Hope this helps.