]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/fs/snaps/snaptest-1.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / workunits / fs / snaps / snaptest-1.sh
index f8fb61498c2dcf8bf81bb8a5c8bc052f0017af5a..476531fc4d8fb14eafc89f123cf47ef02abc80ea 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/bash -x
+#!/usr/bin/env bash
 
-set -e
+set -ex
 
-ceph mds set allow_new_snaps true --yes-i-really-mean-it
+ceph fs set cephfs allow_new_snaps true --yes-i-really-mean-it
 
 echo 1 > file1
 echo 2 > file2
@@ -28,4 +28,4 @@ rmdir .snap/snap1
 
 rm file?
 
-echo OK
\ No newline at end of file
+echo OK