From d9925de61a41ad46d6feb647d7bb0ec18df3c47a Mon Sep 17 00:00:00 2001 From: Bencey <33912370+Bencey@users.noreply.github.com> Date: Tue, 3 Apr 2018 12:42:40 +1200 Subject: [PATCH] Update shared-storage-ceph.md (#23) Changed noie to node --- manuscript/ha-docker-swarm/shared-storage-ceph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/ha-docker-swarm/shared-storage-ceph.md b/manuscript/ha-docker-swarm/shared-storage-ceph.md index 5f9d9f7..5498f4d 100644 --- a/manuscript/ha-docker-swarm/shared-storage-ceph.md +++ b/manuscript/ha-docker-swarm/shared-storage-ceph.md @@ -162,7 +162,7 @@ ceph-authtool /etc/ceph/keyring.dockerswarm -p -n client.dockerswarm ### 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