Commit 6bf35dac authored by Michael Adam's avatar Michael Adam

glusterfs: refer to upstream gluster documentation

Do not refer to downstream Red Hat documentation in the upstream kubernetes code, if there is upstream documentation to refer to. Signed-off-by: 's avatarMichael Adam <obnox@redhat.com>
parent 67adc29f
...@@ -332,7 +332,7 @@ func (b *glusterfsMounter) setUpAtInternal(dir string) error { ...@@ -332,7 +332,7 @@ func (b *glusterfsMounter) setUpAtInternal(dir string) error {
// with `backup-volfile-servers` mount option in place, it is not required to // with `backup-volfile-servers` mount option in place, it is not required to
// iterate over all the servers in the addrlist. A mount attempt with this option // iterate over all the servers in the addrlist. A mount attempt with this option
// will fetch all the servers mentioned in the backup-volfile-servers list. // will fetch all the servers mentioned in the backup-volfile-servers list.
// Refer backup-volfile-servers @ https://access.redhat.com/documentation/en-US/Red_Hat_Storage/3/html/Administration_Guide/sect-Native_Client.html // Refer to backup-volfile-servers @ http://docs.gluster.org/en/latest/Administrator%20Guide/Setting%20Up%20Clients/
if (len(addrlist) > 0) && (addrlist[0] != "") { if (len(addrlist) > 0) && (addrlist[0] != "") {
ip := addrlist[0] ip := addrlist[0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment