Skip to content

Commit

Permalink
Merge pull request #21830 from tchaikov/mimic-qa-cephfs-snap
Browse files Browse the repository at this point in the history
mimic: qa: fix test on "ceph fs set cephfs allow_new_snaps"

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
  • Loading branch information
tchaikov committed May 9, 2018
2 parents 5884eb2 + 99f29da commit a2f7d73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qa/workunits/cephtool/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,7 @@ function test_mon_mds()
expect_false ceph fs set cephfs max_file_size 123asdf

expect_false ceph fs set cephfs allow_new_snaps
expect_false ceph fs set cephfs allow_new_snaps true
ceph fs set cephfs allow_new_snaps true --yes-i-really-mean-it
ceph fs set cephfs allow_new_snaps true
ceph fs set cephfs allow_new_snaps 0
ceph fs set cephfs allow_new_snaps false
ceph fs set cephfs allow_new_snaps no
Expand Down

0 comments on commit a2f7d73

Please sign in to comment.