also pull quincy image in startup.sh

master
lub 2 years ago
parent 06ba824523
commit 61085c2d56

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