Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/file_sharing/glusterfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down