Merge pull request #1691 from serenashe/update

Update wording
This commit is contained in:
Sherlock113 2021-06-09 09:51:03 +08:00 committed by GitHub
commit 247e58e8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`).