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)
;> 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-
>>>>&
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
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
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
. (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
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
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
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: