Glusterfs can not quota on non-existing directory

邮差的信 提交于 2019-12-13 16:13:48

问题


I am using glusterfs 3.7.6.

The Gluster Documentation says,

Note You can set the disk limit on the directory even if it is not created. The disk limit is enforced immediately after creating that directory.

But, when I try to quota on non-existing directory, it fails and shows below message.

$ gluster volume quota testVolume limit-usage /quota1 10MB
quota command failed : Failed to get trusted.gfid attribute on path /quota1. Reason : No such file or directory
please enter the path relative to the volume

Tested same thing on glusterfs 3.3.2 worked very well. So I've looked up release note 3.5 through 3.7.1, but couldn't find anything about this.

Is glusterfs 3.7 doesn't support quota on non-existing directory?

Or just something wrong with me?

来源:https://stackoverflow.com/questions/35838271/glusterfs-can-not-quota-on-non-existing-directory

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!