Commit e7a97d0
committed
rgw/lc: remove_bucket_config() doesn't update xattrs on bucket delete
we're deleting the bucket instance metadata anyway, so there's no reason
to send an additional write to remove the RGW_ATTR_LC xattr first. this
write bumps the cls_version and can cause the actual delete op to fail
with ECANCELED
Fixes: https://tracker.ceph.com/issues/62411
Signed-off-by: Casey Bodley <[email protected]>1 parent 875dae7 commit e7a97d0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| 454 | + | |
454 | 455 | | |
455 | | - | |
| 456 | + | |
456 | 457 | | |
457 | 458 | | |
458 | 459 | | |
| |||
0 commit comments