1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 10:46:34 +00:00

Correct typo in ceph recipe

This commit is contained in:
David Young
2018-01-19 13:29:56 +13:00
parent 380bf1966c
commit 0f290c1e0f

View File

@@ -68,7 +68,7 @@ docker run -d --net=host \
-v /var/lib/ceph/:/var/lib/ceph/ \ -v /var/lib/ceph/:/var/lib/ceph/ \
--name="ceph-mgr" \ --name="ceph-mgr" \
--restart=always \ --restart=always \
ceph/daemon mgs ceph/daemon mgr
``` ```
### Setup OSDs ### Setup OSDs