]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone/test_ceph_daemon.sh: disable adoption for the moment 32178/head
authorSage Weil <sage@redhat.com>
Wed, 11 Dec 2019 13:32:29 +0000 (07:32 -0600)
committerSage Weil <sage@redhat.com>
Wed, 11 Dec 2019 13:32:29 +0000 (07:32 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/test_ceph_daemon.sh

index 9714806e5155519c1bde4a439fe7098b05dfa59f..1bb94f20c11dd5528ebbea0388f83557baf14ade 100755 (executable)
@@ -198,6 +198,7 @@ done
 # WRITE ME
 
 ## adopt
+if false; then
 for tarball in $TEST_TARS; do
     TMP_TAR_DIR=`mktemp -d -p $TMPDIR`
     $SUDO tar xzvf $tarball -C $TMP_TAR_DIR
@@ -217,6 +218,7 @@ for tarball in $TEST_TARS; do
     $CEPH_DAEMON rm-cluster --fsid $FSID_LEGACY --force
     $SUDO rm -rf $TMP_TAR_DIR
 done
+fi
 
 ## unit
 $CEPH_DAEMON unit --fsid $FSID --name mon.a -- is-enabled