Re: [ceph-users] rbd space usage

2019-02-28 Thread Matthew H
sers on behalf of Jack Sent: Thursday, February 28, 2019 5:39 PM To: solarflow99 Cc: Ceph Users Subject: Re: [ceph-users] rbd space usage Ha, that was your issue RBD does not know that your space (on the filesystem level) is now free to use You have to trim your filesystem, see fstrim(8)

Re: [ceph-users] rbd space usage

2019-02-28 Thread Jack
;> You can use 'rbd -p rbd du' to see how much of these devices is >>>> provisioned and see if it's coherent. >>>> >>>> Mohamad >>>> >>>>> >>>>> >>>>> -Original Message- >>>>&

Re: [ceph-users] rbd space usage

2019-02-28 Thread Matthew H
I think the command you are looking for is 'rbd du' example rbd du rbd/myimagename From: ceph-users on behalf of solarflow99 Sent: Thursday, February 28, 2019 5:31 PM To: Jack Cc: Ceph Users Subject: Re: [ceph-users] rbd space usage yes, b

Re: [ceph-users] rbd space usage

2019-02-28 Thread solarflow99
at the start. (afaik) > >> > >> You can use 'rbd -p rbd du' to see how much of these devices is > >> provisioned and see if it's coherent. > >> > >> Mohamad > >> > >>> > >>> > >>> -Origina

Re: [ceph-users] rbd space usage

2019-02-28 Thread Jack
f these devices is >> provisioned and see if it's coherent. >> >> Mohamad >> >>> >>> >>> -Original Message- >>> From: solarflow99 [mailto:solarflo...@gmail.com] >>> Sent: 27 February 2019 22:55 >>> To: Ceph Users >>> Su

Re: [ceph-users] rbd space usage

2019-02-28 Thread solarflow99
. (afaik) > > You can use 'rbd -p rbd du' to see how much of these devices is > provisioned and see if it's coherent. > > Mohamad > > > > > > > -Original Message- > > From: solarflow99 [mailto:solarflo...@gmail.com] > > Sent: 27 F

Re: [ceph-users] rbd space usage

2019-02-28 Thread Mohamad Gebai
ad > > > -Original Message- > From: solarflow99 [mailto:solarflo...@gmail.com] > Sent: 27 February 2019 22:55 > To: Ceph Users > Subject: [ceph-users] rbd space usage > > using ceph df it looks as if RBD images can use the total free space > available of the pool it b

Re: [ceph-users] rbd space usage

2019-02-27 Thread Marc Roos
They are 'thin provisioned' meaning if you create a 10GB rbd, it does not use 10GB at the start. (afaik) -Original Message- From: solarflow99 [mailto:solarflo...@gmail.com] Sent: 27 February 2019 22:55 To: Ceph Users Subject: [ceph-users] rbd space usage using ceph df i

[ceph-users] rbd space usage

2019-02-27 Thread solarflow99
using ceph df it looks as if RBD images can use the total free space available of the pool it belongs to, 8.54% yet I know they are created with a --size parameter and thats what determines the actual space. I can't understand the difference i'm seeing, only 5T is being used but ceph df shows 51T: