Re: disk total vs disk allocated

2019-09-17 Thread Andrija Panic
gt; > *From:* Andrija Panic > *Sent:* Tuesday, September 17, 2019 9:15 AM > *To:* users ; Piotr Pisz > *Subject:* Re: disk total vs disk allocated > > > > So, that sounds OK I guess. > > > > Can you try setting the overprovisioning on that Primary Sto

RE: disk total vs disk allocated

2019-09-17 Thread Piotr Pisz
z Subject: Re: disk total vs disk allocated So, that sounds OK I guess. Can you try setting the overprovisioning on that Primary Storage specifically? I can't really say if storage overprovisioning is supported for shared mount point (it is supported for NFS, local and probably RBD) -

Re: disk total vs disk allocated

2019-09-17 Thread Andrija Panic
Ready | > +---+---+ > 27 rows in set (0.001 sec) > > Regards, > Piotr > > > -----Original Message- > From: Andrija Panic > Sent: Tuesday, September 17, 2019 8:10 AM > To: users ; Piotr Pisz > Subject: Re: disk total vs disk allocated > > Wow..

RE: disk total vs disk allocated

2019-09-16 Thread Piotr Pisz
| | 250.00 | Ready | | 250.00 | Ready | | 40.00 | Ready | | 100.00 | Ready | +---+---+ 27 rows in set (0.001 sec) Regards, Piotr -Original Message- From: Andrija Panic Sent: Tuesday, September 17, 2019 8:10 AM To: users ; Piotr Pisz Subject: Re: disk total vs disk allocated

Re: disk total vs disk allocated

2019-09-16 Thread Andrija Panic
Wow.. . That's the community spirit - 3 replies in 8min from the original email! On Tue, Sep 17, 2019, 08:07 Andrija Panic wrote: > Hi Piotr, > > Allocated should be the sum of all disks virtual size from the DB, > "volumes" table. > > Can you do select sum "size" from that table, where pool_id=

Re: disk total vs disk allocated

2019-09-16 Thread Andrija Panic
Hi Piotr, Allocated should be the sum of all disks virtual size from the DB, "volumes" table. Can you do select sum "size" from that table, where pool_id=xxx and removed is NULL (on my mobile, can't remember the name of the column in the table, probability just "size"). More importantly, I'm won

Re: disk total vs disk allocated

2019-09-16 Thread Ivan Kudryavtsev
Disk allocated != Disk used. It's for how much all volumes will span when their thin provisioning optimization stops and they fully use the space. вт, 17 сент. 2019 г., 13:00 Piotr Pisz : > Hi all, > > I have a strange situation, we have a CephFS share mounted as > SharedMountPoint. > CS shows Di

Re: disk total vs disk allocated

2019-09-16 Thread Thomas Joseph
Hello Piotr, Are you using thin provisioning for disk offerings? With regards Thomas On Tue, 17 Sep 2019, 7:00 am Piotr Pisz, wrote: > Hi all, > > I have a strange situation, we have a CephFS share mounted as > SharedMountPoint. > CS shows Disk Total as 12T (that's ok), while Disk Allocated sh

disk total vs disk allocated

2019-09-16 Thread Piotr Pisz
Hi all, I have a strange situation, we have a CephFS share mounted as SharedMountPoint. CS shows Disk Total as 12T (that's ok), while Disk Allocated shows like 11.8T (it's not ok, disk is 50% full). How can We diagnose the cause? Regards, Piotr