[ceph-users] Ceph Leadership Team Meeting: Jan 12

2022-01-14 Thread Ernesto Puerta
Hi Cephers, These are the minutes of this week's CLT meeting: - *Quincy Release*: feature status - *Per component:* - *rgw* - rate limiting merged, others on track - *cephfs* - some test reruns, teuthology fix should be merged soon. cidr needs update, testing - *rbd

[ceph-users] Re: [RGW] bi_list(): (5) Input/output error blocking resharding

2022-01-14 Thread Gilles Mocellin
Le 2022-01-11 00:33, Gilles Mocellin a écrit : Le lundi 10 janvier 2022, 11:42:11 CET Matthew Vernon a ?crit : Hi, On 07/01/2022 18:39, Gilles Mocellin wrote: > Anyone who had that problem find a workaround ? Are you trying to reshard a bucket in a multisite setup? That isn't expected to work

[ceph-users] Re: cephfs: [ERR] loaded dup inode

2022-01-14 Thread Dan van der Ster
Hi Frank, We had this long ago related to a user generating lots of hard links. Snapshots will have a similar effect. (in these cases, if a user deletes the original file, the file goes into stray until it is "reintegrated"). If you can find the dir where they're working, `ls -lR` will force thos

[ceph-users] Re: CephFS mirroring / cannot remove peer

2022-01-14 Thread Manuel Holtgrewe
Dear Venky, I cleaned the old auth entries after things did not work out and found my workaround. I then started fresh and things worked. Afterwards it turned out that the key of the remote site is not known to the cephfs-mirror docker Container as I reported here. https://tracker.ceph.com/issue

[ceph-users] Re: cephfs: [ERR] loaded dup inode

2022-01-14 Thread 胡 玮文
Hi Frank, I just studied the exact same issue that conda generates a lot of strays. And I created a Python script[1] to trigger reintegration efficiently. This script invokes cephfs python binding and do not rely on the kernel ceph client. And should also bypass your sssd. This script works by