also pull quincy image in startup.sh

master
lub 1 year ago
parent 06ba824523
commit 61085c2d56

@ -1,6 +1,7 @@
#!/bin/bash -e
docker pull quay.io/ceph/daemon:latest-octopus
docker pull quay.io/ceph/daemon:latest-quincy
#start client
cd client
@ -31,4 +32,4 @@ for osd_dir in /ceph/osd_*; do
#remove temporary docker-compose.yml
rm docker-compose.yml
done
done