Update wording

Signed-off-by: adakisme <serenashe@yunify.com>
This commit is contained in:
adakisme 2021-06-08 18:12:23 +08:00
parent f11e015024
commit 0df7e1fc80
2 changed files with 6 additions and 7 deletions

View File

@ -25,7 +25,7 @@ This tutorial walks you through an example of how to create Keepalived and HAPro
## Prepare Linux Hosts
This tutorial creates 8 virtual machines of **CentOS Linux release 7.6.1810 (Core)** for the default minimal installation. Every machine has 2 Cores, 4 GB memory and 40 G disk space.
This tutorial creates 8 virtual machines of **CentOS Linux release 7.6.1810 (Core)** for the default minimal installation. Every machine has 2 Cores, 4 GB of memory and 40 G disk space.
| Host IP | Host Name | Role |
| --- | --- | --- |

View File

@ -16,11 +16,11 @@ Once you have GlusterFS and Heketi set up, you can install GlusterFS on your cli
There are three server machines of Ubuntu 16.04 in this example with each having one attached disk.
| Hostname | IP Address | Operating System | Device |
| -------- | ----------- | ---------------------------------- | --------------- |
| server1 | 192.168.0.2 | Ubuntu 16.04, 4 Cores, 4 GB Memory | /dev/vdd 300 GB |
| server2 | 192.168.0.3 | Ubuntu 16.04, 4 Cores, 4 GB Memory | /dev/vdd 300 GB |
| server3 | 192.168.0.4 | Ubuntu 16.04, 4 Cores, 4 GB Memory | /dev/vdd 300 GB |
| Hostname | IP Address | Operating System | Device |
| -------- | ----------- | ------------------------------------- | --------------- |
| server1 | 192.168.0.2 | Ubuntu 16.04, 4 Cores, 4 GB of Memory | /dev/vdd 300 GB |
| server2 | 192.168.0.3 | Ubuntu 16.04, 4 Cores, 4 GB of Memory | /dev/vdd 300 GB |
| server3 | 192.168.0.4 | Ubuntu 16.04, 4 Cores, 4 GB of Memory | /dev/vdd 300 GB |
{{< notice note >}}
@ -48,7 +48,6 @@ There are three server machines of Ubuntu 16.04 in this example with each having
```
{{< notice note >}}
Make sure password authentication is enabled in the file `/etc/ssh/sshd_config` (the value of `PasswordAuthentication` should be `yes`).