1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +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/ \
--name="ceph-mgr" \
--restart=always \
ceph/daemon mgs
ceph/daemon mgr
```
### Setup OSDs