Skip to content

Commit 35e17af

Browse files
Merge pull request ceph#66120 from Jayaprakash-ibm/wip-fix-cot-bz2404644
tools: handle get-attr as read-only ops in ceph-objectstore-tool
2 parents 4d55362 + 85e0081 commit 35e17af

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
@@ -4016,6 +4016,7 @@ int main(int argc, char **argv)
40164016
op == "get-inc-osdmap" ||
40174017
objcmd == "get-bytes" ||
40184018
objcmd == "get-attrs" ||
4019+
objcmd == "get-attr" ||
40194020
objcmd == "get-omap" ||
40204021
objcmd == "get-omaphdr" ||
40214022
objcmd == "list-attrs" ||

0 commit comments

Comments
 (0)