mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Merge branch 'develop' of github.com:funkypenguin/geek-cookbook into develop
This commit is contained in:
@@ -157,7 +157,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
|
||||||
|
|||||||
Reference in New Issue
Block a user