Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Karg committed Mar 6, 2018
1 parent 37d5170 commit 7c3dc6f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/gluster-module-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,22 @@ On **client1** create the directories to mount the volume if not yet done
```bash
ssh student@client1
```
```bash
sudo mkdir -p /rhgs/client/native/repvol
```bash
sudo mkdir -p /rhgs/client/native/repvol
```
```bash
sudo mount -t glusterfs rhgs1:repvol /rhgs/client/native/repvol/
sudo mount -t glusterfs rhgs1:repvol /rhgs/client/native/repvol/
```

Examine the new mount.

```bash
df -h /rhgs/client/native/repvol/
df -h /rhgs/client/native/repvol/
```
``Filesystem Size Used Avail Use% Mounted on``
``rhgs1:distvol 60G 199M 60G 1% /rhgs/client/native/repvol``
```
Filesystem Size Used Avail Use% Mounted on
rhgs1:repvol 10G 34M 10G 1% /rhgs/client/native/repvol
```

Create and set permissions on a subdirectory to hold your data.
Expand Down Expand Up @@ -269,7 +270,7 @@ Log out from **rhgs2**
exit
```

Back on **rhgs** we need to tell gluster to replace the faulty brick with the newly created one
Back on **rhgs1** we need to tell gluster to replace the faulty brick with the newly created one

```bash
sudo gluster volume replace-brick repvol rhgs2:/rhgs/brick_xvdc/repvol rhgs2:/rhgs/brick_xvde/repvol commit force
Expand Down

0 comments on commit 7c3dc6f

Please sign in to comment.