Skip to content

Commit 85e0081

Browse files
tools: handle get-attr as read-only ops in ceph_objectstore_tool
Fixes: https://tracker.ceph.com/issues/73710 Signed-off-by: Jaya Prakash <[email protected]>
1 parent 518f24a commit 85e0081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/ceph_objectstore_tool.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4000,6 +4000,7 @@ int main(int argc, char **argv)
40004000
op == "get-inc-osdmap" ||
40014001
objcmd == "get-bytes" ||
40024002
objcmd == "get-attrs" ||
4003+
objcmd == "get-attr" ||
40034004
objcmd == "get-omap" ||
40044005
objcmd == "get-omaphdr" ||
40054006
objcmd == "list-attrs" ||

0 commit comments

Comments
 (0)