On Fri, Sep 12, 2014 at 6:49 AM, Florent Bautista <flor...@coppint.com> wrote:
> Hi all,
>
> Today I have a problem using CephFS. I use firefly last release, with
> kernel 3.16 client (Debian experimental).
>
> I have a directory in CephFS, associated to a pool "pool2" (with
> set_layout).
>
> All is working fine, I can add and remove files, objects are stored in
> the right pool.
>
> But when Ceph cluster is overloaded (or for another reason, I don't
> know), sometimes when I remove a file, objects are not deleted in rados !

CephFS file removal is asynchronous with you removing it from the
filesystem. The files get moved into a "stray" directory and will get
deleted once nobody holds references to them any more.

>
> I explain : I want to remove a large directory, containing millions of
> files. For a moment, objects are really deleted in rados (I see it in
> "rados df"), but when I start to do some heavy operations (like moving
> volumes in rdb), objects are not deleted anymore, "rados df" returns a
> fixed number of objects. I can see that files are still deleting because
> I use rsync (rsync -avP --stats --delete /empty/dir/ /dir/to/delete/).

What do you mean you're rsyncing and can see files deleting? I don't understand.

Anyway, It's *possible* that the client is holding capabilities on the
deleted files and isn't handing them back, in which case unmounting it
would drop them (and then you could remount). I don't think we have
any commands designed to hasten that, though.
-Greg
Software Engineer #42 @ http://inktank.com | http://ceph.com
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to