]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: allow CLS call after delete in op list
authorKautilya Tripathi <kautilya.tripathi@ibm.com>
Mon, 16 Feb 2026 03:34:41 +0000 (09:04 +0530)
committerKautilya Tripathi <kautilya.tripathi@ibm.com>
Mon, 6 Apr 2026 04:55:21 +0000 (10:25 +0530)
commitf1065799d4943d8eed7fe32308c6e7112102d10b
tree81c0717f9347d85def82e9cbdbd59bf07c0b37d8
parent3ea29564dfa7de571836df13a7753a0d035894a5
crimson/osd: allow CLS call after delete in op list

Avoid returning -ENOENT early for read-only CLS methods when a prior op
in the same compound request makes the object non-existent in memory.
This restores classic-like compound op semantics without
client-specific op reordering.

Signed-off-by: Kautilya Tripathi <kautilya.tripathi@ibm.com>
src/crimson/osd/ops_executer.cc