1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Update shared-storage-ceph.md (#23)

Changed noie to node
This commit is contained in:
Bencey
2018-04-03 12:42:40 +12:00
committed by David Young
parent 80c3a8553e
commit d9925de61a

View File

@@ -162,7 +162,7 @@ ceph-authtool /etc/ceph/keyring.dockerswarm -p -n client.dockerswarm
### Mount MDS volume ### Mount MDS volume
On each noie, create a mountpoint for the data, by running ```mkdir /var/data```, add an entry to fstab to ensure the volume is auto-mounted on boot, and ensure the volume is actually _mounted_ if there's a network / boot delay getting access to the gluster volume: On each node, create a mountpoint for the data, by running ```mkdir /var/data```, add an entry to fstab to ensure the volume is auto-mounted on boot, and ensure the volume is actually _mounted_ if there's a network / boot delay getting access to the gluster volume:
``` ```
mkdir /var/data mkdir /var/data