Skip to content

Commit 116a414

Browse files
authored
Merge pull request ceph#66303 from ronen-fr/wip-rf-tool73900
qs/standalone/scrub: modify osd-scrub-snaps.sh to match ceph-objectstore-tool changes Reviewed-by: Aishwarya Mathuria <[email protected]>
2 parents 07cc856 + f1e0215 commit 116a414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/standalone/scrub/osd-scrub-snaps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function create_scenario() {
142142
ceph-objectstore-tool --data-path $dir/${osd} "$JSON" set-bytes $TESTDATA || return 1
143143

144144
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
145+
ceph-objectstore-tool --data-path $dir/${osd} "$JSON" clear-snapset clones || return 1
146146
JSON="$(ceph-objectstore-tool --data-path $dir/${osd} --head --op list obj7)"
147147
ceph-objectstore-tool --data-path $dir/${osd} "$JSON" clear-snapset corrupt || return 1
148148
JSON="$(ceph-objectstore-tool --data-path $dir/${osd} --head --op list obj8)"

0 commit comments

Comments
 (0)