Hi all, We have a slight issue while trying to migrate a pool from filestore to bluestore. This pool used to have 20 million objects in filestore -- it now has 50,000. During its life, the filestore pgs were internally split several times, but never merged. Now the pg _head dirs have mostly empty directories. This creates some problems: 1. rados ls -p <pool> hangs a long time, eventually triggering slow requests while the filestore_op threads time out. (They time out while listing the collections). 2. backfilling from these PGs is impossible, similarly because listing the objects to backfill eventually leads to the osd flapping. So I want to merge the filestore pgs. I tried ceph-objectstore-tool --op apply-layout-settings, but it seems that this only splits, not merges? Does someone have a better idea? Thanks! Dan _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com