diff --git a/startup.sh b/startup.sh index c41a185..c065bf4 100755 --- a/startup.sh +++ b/startup.sh @@ -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 \ No newline at end of file +done