tools/rados/rados.cc: fix rados rm --force-full blocking problem#24264
tools/rados/rados.cc: fix rados rm --force-full blocking problem#24264liewegas merged 1 commit intoceph:masterfrom yanghonggang:master
Conversation
Fixes: https://tracker.ceph.com/issues/36177 Signed-off-by: Yang Honggang <yanghonggang@umcloud.com>
|
Hmm, it seems like FULL_TRY shouldn't be necessary for this to work; do we have a conditional somewhere that checks FULL_TRY and not FULL_FORCE? |
|
Hmm, it seems like FULL_TRY shouldn't be necessary for this to work; do we have a conditional somewhere that checks FULL_TRY and not FULL_FORCE? (Also: jenkins retest this please) |
https://github.com/ceph/ceph/blob/master/src/osd/PrimaryLogPG.cc#L2052 |
|
Can we fix that as well @yanghonggang so this doesn't bite future devs as well? |
@gregsfortytwo I don't think so. See #17177 for the details. |
* refs/pull/24264/head: tools/rados/rados.cc: fix rados rm --force-full blocking problem Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Fixes: https://tracker.ceph.com/issues/36177
Signed-off-by: Yang Honggang yanghonggang@umcloud.com