On Fri, 16 Dec 2016 12:48:39 +0530, gjprabu wrote: > Now we are mounted client using ceph-fuse and still allowing me to put a data above the limit(100MB). Below is quota details. > > > > getfattr -n ceph.quota.max_bytes test > > # file: test > > ceph.quota.max_bytes="100000000" > > > > ceph-fuse fuse.ceph-fuse 5.3T 485G 4.8T 10% /mnt/test > > > > du -sh test > > 1.9G test Do the users performing the I/O have access to the /mnt/test path? Have you tried setting the quota on a subdirectory within the filesystem? Also, keep in mind that enforcement doesn't occur immediately. Normally a short amount of time needs to elapse before the EDQUOT error is returned to the writer that exceeded the quota limit. Cheers, David _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com