1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00
Added \ in code as the script would fail without it
This commit is contained in:
Bencey
2019-05-07 13:06:20 +12:00
committed by David Young
parent e7143e8f21
commit 1ecbcd586f

View File

@@ -91,7 +91,7 @@ docker run -d --net=host \
-v /etc/ceph:/etc/ceph \
-v /var/lib/ceph/:/var/lib/ceph/ \
-v /dev/:/dev/ \
-e OSD_FORCE_ZAP=1
-e OSD_FORCE_ZAP=1 \
-e OSD_DEVICE=/dev/vdd \
-e OSD_TYPE=disk \
--name="ceph-osd" \