From d406ef422f86872dd8a13f01c0901e9127d85074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20can=20BA=C5=9EALMA?= Date: Sat, 11 Jun 2022 12:59:34 +0300 Subject: [PATCH] Enable and start the glusterd service --- docs/guides/file_sharing/glusterfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/file_sharing/glusterfs.md b/docs/guides/file_sharing/glusterfs.md index d510f2dfd0..7212d9b778 100644 --- a/docs/guides/file_sharing/glusterfs.md +++ b/docs/guides/file_sharing/glusterfs.md @@ -151,8 +151,8 @@ You can let DNS handle the name resolution of the servers in your cluster, or yo Without further delay, let's start the service: ``` -$ sudo systemctl enable glusterfsd.service -$ sudo systemctl start glusterfsd.service +$ sudo systemctl enable glusterfsd.service glusterd.service +$ sudo systemctl start glusterfsd.service glusterd.service ``` We are ready to join the two nodes to the same pool.