mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
test_ceph_daemon.sh: use newer image
Not sure what the difference between latest-master and latest-master-devel is, but the -devel image is way out of date. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
31c974e5de
commit
a779cb8fd0
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
fsid=2a833e3f-53e4-49a7-a7a0-bd89d193ab62
|
||||
image=ceph/daemon-base:latest-master-devel
|
||||
image=ceph/daemon-base:latest-master
|
||||
[ -z "$ip" ] && ip=127.0.0.1
|
||||
|
||||
#A="-d"
|
||||
|
Loading…
Reference in New Issue
Block a user