|
|
@ -4,6 +4,7 @@
|
|
|
|
version: "3.0"
|
|
|
|
version: "3.0"
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
ceph_osd_${OSD_ID}:
|
|
|
|
ceph_osd_${OSD_ID}:
|
|
|
|
|
|
|
|
container_name: ceph_osd_${OSD_ID}
|
|
|
|
image: docker.io/ceph/daemon:latest-nautilus
|
|
|
|
image: docker.io/ceph/daemon:latest-nautilus
|
|
|
|
#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}
|
|
|
|