We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07cc856 + f1e0215 commit 116a414Copy full SHA for 116a414
qa/standalone/scrub/osd-scrub-snaps.sh
@@ -142,7 +142,7 @@ function create_scenario() {
142
ceph-objectstore-tool --data-path $dir/${osd} "$JSON" set-bytes $TESTDATA || return 1
143
144
JSON="$(ceph-objectstore-tool --data-path $dir/${osd} --head --op list obj6)"
145
- ceph-objectstore-tool --data-path $dir/${osd} "$JSON" clear-snapset || return 1
+ ceph-objectstore-tool --data-path $dir/${osd} "$JSON" clear-snapset clones || return 1
146
JSON="$(ceph-objectstore-tool --data-path $dir/${osd} --head --op list obj7)"
147
ceph-objectstore-tool --data-path $dir/${osd} "$JSON" clear-snapset corrupt || return 1
148
JSON="$(ceph-objectstore-tool --data-path $dir/${osd} --head --op list obj8)"
0 commit comments