Hi Folks, is the vfs_ceph supporting quota set on a directory inside cephfs? Regards Felix -- Forschungszentrum Jülich GmbH 52425 Jülich Sitz der Gesellschaft: Jülich Eingetragen im Handelsregister des Amtsgerichts Düren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir. Dr. Karl Eugen Huthmacher Geschäftsführung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt
Set in ceph.conf on your client: [client] client quota = true # guess optional if need fuse_default_permission=0 client_acl_type=posix_acl Am 08.10.2018 um 16:30 schrieb Felix Stolte via samba:> Hi Folks, > > is the vfs_ceph supporting quota set on a directory inside cephfs? > > Regards Felix > > >-- *Micha Ballmann* Universitätsrechenzentrum in Landau Fortstr. 7 76829 Landau Telefon: +49(0)6341 280-31265 Fax: +49 (0)6341 280-31267 E-Mail: ballmann at uni-landau.de
Hi Felix, On Mon, 8 Oct 2018 16:30:17 +0200, Felix Stolte via samba wrote:> is the vfs_ceph supporting quota set on a directory inside cephfs?Not at this stage. CephFS uses a non-standard (xattr) interface for quotas, which is not currently supported by Samba. Cheers, David
On Fri, Oct 12, 2018 at 11:19:50AM +0200, David Disseldorp via samba wrote:> Hi Felix, > > On Mon, 8 Oct 2018 16:30:17 +0200, Felix Stolte via samba wrote: > > > is the vfs_ceph supporting quota set on a directory inside cephfs? > > Not at this stage. CephFS uses a non-standard (xattr) interface for > quotas, which is not currently supported by Samba.Getting/setting Quotas is a VFS call, so this is 'simple matter of programming' (SMOP:-). Patches welcome David :-).