mirror of
https://github.com/ceph/ceph
synced 2025-01-28 22:14:02 +00:00
qa/workunits/snaps: don't assume snapshot is disabled
Signed-off-by: Yan, Zheng <zyan@redhat.com>
This commit is contained in:
parent
244267ba6b
commit
a464558ff7
@ -8,6 +8,7 @@ expect_failure() {
|
||||
}
|
||||
set -e
|
||||
|
||||
ceph mds set allow_new_snaps false
|
||||
expect_failure mkdir .snap/foo
|
||||
ceph mds set allow_new_snaps true --yes-i-really-mean-it
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user