From: Sage Weil Date: Fri, 25 Oct 2019 02:27:27 +0000 (-0500) Subject: test_ceph_daemon.sh: use same fsid as qa/standalone/test_ceph_daemon.sh X-Git-Tag: v15.1.0~1158^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=12c08ec3199cb5aff50f99f0cb04f86265005ddc;p=ceph.git test_ceph_daemon.sh: use same fsid as qa/standalone/test_ceph_daemon.sh That way these scripts both clean up for each other (and are obviously bogus clusters). Signed-off-by: Sage Weil --- diff --git a/test_ceph_daemon.sh b/test_ceph_daemon.sh index a37687f4629..2d82b556e0a 100755 --- a/test_ceph_daemon.sh +++ b/test_ceph_daemon.sh @@ -1,7 +1,7 @@ #!/bin/bash -ex -fsid=2a833e3f-53e4-49a7-a7a0-bd89d193ab62 -image=ceph/daemon-base:latest-master-devel +fsid='00000000-0000-0000-0000-0000deadbeef' +image='ceph/daemon-base:latest-master-devel' [ -z "$ip" ] && ip=127.0.0.1 #A="-d"