On Thu, Feb 16, 2017 at 8:21 PM, Chad William Seys
<[email protected]> wrote:
> Hi All,
>   I'm trying to remove the extended attribute "ceph.quota.max_bytes" on a
> cephfs directory.
>   I've fuse mounted a subdirectory of a cephfs filesystem under /ceph/cephfs
> .
>   Next I set "ceph.quota.max_bytes"
> setfattr -n ceph.quota.max_bytes -v 123456 /ceph/cephfs
>   And check the attribute:
> getfattr  -n ceph.quota.max_bytes /ceph/cephfs
> getfattr: Removing leading '/' from absolute path names
> # file: ceph/cephfs
> ceph.quota.max_bytes="123456"
>
> Then I try to remove:
> setfattr -x ceph.quota.max_bytes /ceph/cephfs/
> setfattr: /ceph/cephfs/: No such attribute
>
> Anyone know what's wrong?

You can clear these by setting them to zero.

John

> Everything is Jewel 10.2.5.
>
> Thanks!
> Chad.
>
>
>
>
> _______________________________________________
> ceph-users mailing list
> [email protected]
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to