diff options
| author | Joe Julian <me@joejulian.name> | 2014-05-22 10:32:06 -0700 | 
|---|---|---|
| committer | Niels de Vos <ndevos@redhat.com> | 2014-06-24 10:10:09 -0700 | 
| commit | e672e3dd750eeb39ad1cd2eeb0b7b51920928b50 (patch) | |
| tree | cee776d2c2020889a6752ab82d643dadd3be5a31 | |
| parent | 55880a7168d5b7ef85f6de3b1870634156e6ddfa (diff) | |
doc: Fix peer probe deficiencies
Added the command to probe the first server to assign it a hostname
Change-Id: If59457a2cbbb362f706d0898ed2b84d4c76bdc0d
BUG: 1095595
Reviewed-on: http://review.gluster.org/7853
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
| -rw-r--r-- | doc/admin-guide/en-US/markdown/admin_storage_pools.md | 31 | 
1 files changed, 27 insertions, 4 deletions
diff --git a/doc/admin-guide/en-US/markdown/admin_storage_pools.md b/doc/admin-guide/en-US/markdown/admin_storage_pools.md index 2a35cbea57d..c6ef91f3151 100644 --- a/doc/admin-guide/en-US/markdown/admin_storage_pools.md +++ b/doc/admin-guide/en-US/markdown/admin_storage_pools.md @@ -23,8 +23,8 @@ Adding Servers to Trusted Storage Pool  To create a trusted storage pool, add servers to the trusted storage  pool -1.  The hostnames used to create the storage pool must be resolvable by -    DNS. +1.  **The servers used to create the storage pool must be resolvable by +    hostname.**      To add a server to the storage pool: @@ -42,8 +42,8 @@ pool          # gluster peer probe server4          Probe successful -2.  Verify the peer status from the first server using the following -    commands: +2.  **Verify the peer status from the first server using the following +    commands:**          # gluster peer status          Number of Peers: 3 @@ -60,6 +60,29 @@ pool          Uuid: 3e0caba-9df7-4f66-8e5d-cbc348f29ff7          State: Peer in Cluster (Connected) +    3.  **Assign the hostname to the first server by probing it from another server (not the server used in steps 1 and 2):** + +        server2# gluster peer probe server1 +        Probe successful + +4.  **Verify the peer status from the same server you used in step 3 using the following +    command:** + +        server2# gluster peer status +        Number of Peers: 3 + +        Hostname: server1 +        Uuid: ceed91d5-e8d1-434d-9d47-63e914c93424 +        State: Peer in Cluster (Connected) + +        Hostname: server3 +        Uuid: 1e0ca3aa-9ef7-4f66-8f15-cbc348f29ff7 +        State: Peer in Cluster (Connected) + +        Hostname: server4 +        Uuid: 3e0caba-9df7-4f66-8e5d-cbc348f29ff7 +        State: Peer in Cluster (Connected) +  Removing Servers from the Trusted Storage Pool  ==============================================  | 
