Revert "upgrade osd to quincy"

This reverts commit 36271c0166.
master
lub 2 years ago
parent 36271c0166
commit 06ba824523

@ -5,7 +5,7 @@ version: "3.0"
services: services:
ceph_osd_%OSD_ID%: ceph_osd_%OSD_ID%:
container_name: ceph_osd_%OSD_ID% container_name: ceph_osd_%OSD_ID%
image: quay.io/ceph/daemon:latest-quincy image: quay.io/ceph/daemon:latest-octopus
#copy hostname of the host to correctly calculate CRUSH map positions #copy hostname of the host to correctly calculate CRUSH map positions
hostname: ${HOSTNAME} hostname: ${HOSTNAME}
environment: environment:
@ -20,4 +20,4 @@ services:
- ceph - ceph
networks: networks:
ceph: ceph:
external: true external: true