e, Digital Media |
>> smi...@npr.org | 202.513.3649
>>
>> ________________
>> From: ceph-users-boun...@lists.ceph.com [ceph-users-boun...@lists.ceph.com]
>> on behalf of Bryan Stillwell [bstillw...@photobucket.com]
>> Sent: Wednesday, Oc
9
>
>
> From: ceph-users-boun...@lists.ceph.com [ceph-users-boun...@lists.ceph.com]
> on behalf of Bryan Stillwell [bstillw...@photobucket.com]
> Sent: Wednesday, October 30, 2013 2:18 PM
> To: ceph-users@lists.ceph.com
> Subject: Re: [ceph-use
PM
To: ceph-users@lists.ceph.com
Subject: Re: [ceph-users] Full OSD with 29% free
I wanted to report back on this since I've made some progress on
fixing this issue.
After converting every OSD on a single server to use a 2K block size,
I've been able to cross 90% utilization without runni
I wanted to report back on this since I've made some progress on
fixing this issue.
After converting every OSD on a single server to use a 2K block size,
I've been able to cross 90% utilization without running into the 'No
space left on device' problem. They're currently between 51% and 75%,
but
So I'm running into this issue again and after spending a bit of time
reading the XFS mailing lists, I believe the free space is too
fragmented:
[root@den2ceph001 ceph-0]# xfs_db -r "-c freesp -s" /dev/sdb1
from to extents blockspct
1 1 85773 85773 0.24
2
The filesystem isn't as full now, but the fragmentation is pretty low:
[root@den2ceph001 ~]# df /dev/sdc1
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdc1486562672 270845628 215717044 56% /var/lib/ceph/osd/ceph-1
[root@den2ceph001 ~]# xfs_db -c frag -r /dev
How fragmented is that file system?
Sent from my iPad
> On Oct 14, 2013, at 5:44 PM, Bryan Stillwell
> wrote:
>
> This appears to be more of an XFS issue than a ceph issue, but I've
> run into a problem where some of my OSDs failed because the filesystem
> was reported as full even though ther