[ceph-users] Re: Size return by df

2024-02-24 Thread Albert Shih
Le 22/02/2024 à 18:07:51+0300, Konstantin Shalygin a écrit
Hi, 

Thanks. 
> 
> Yes you can, this controlled by option
> 
> 
> client quota df = false

But I'm unable to make it work. Is this the correct syntaxe ?

[global]
fsid = ***
mon_host = [v2:10.0.1.184:3300/0,v1:10.0.1.184:6789/0] 
[v2:10.0.1.185:3300/0,v1:10.0.1.185:6789/0] 
[v2:10.0.1.186:3300/0,v1:10.0.1.186:6789/0] [v2:145.23
8.187.187:3300/0,v1:10.0.1.187:6789/0] 
[v2:10.0.1.188:3300/0,v1:10.0.1.188:6789/0]
[client]

  quota df = false

And if I check the documentation

  https://docs.ceph.com/en/quincy/cephfs/quota/ 

the purpose of the quota df = false is to show 

  available space = total space - used space

instead of 

  available space = quota limit - used space

but what I want is 

  available space = quota limit - used space on hardware 

so if I use 3 replicas that's mean when I write 100G of data 

  available space = quota limite - 100G x 3

Regards

JAS
-- 
Albert SHIH 嶺 
Observatoire de Paris
France
Heure locale/Local time:
sam. 24 févr. 2024 10:09:12 CET
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] Re: Size return by df

2024-02-22 Thread Konstantin Shalygin
Hi,

Yes you can, this controlled by option

client quota df = false


k
Sent from my iPhone

> On Feb 22, 2024, at 11:17, Albert Shih  wrote:
> 
> Is they are any way to keep the first answer ?
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io