]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: correct spelling of "fqdn"
authorKen Dreyer <kdreyer@redhat.com>
Wed, 12 Nov 2014 16:52:16 +0000 (09:52 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 12 Nov 2014 16:53:43 +0000 (09:53 -0700)
The "fqdn" (fully-qualified domain name) was misspelled in a couple
places as fgdn". Use the correct spelling.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
doc/install/install-ceph-gateway.rst
doc/radosgw/config-ref.rst
doc/rbd/disk.conf

index 8375a996d480bf559a4e75ce002bc837baa36103..61cd205756915f3766d9c230613ef5f0b15725bc 100644 (file)
@@ -203,7 +203,7 @@ RPM-based Packages
    Provide the fully qualified domain name of the server machine 
    (e.g., ``hostname -f``).:: 
 
-       ServerName {fgdn}
+       ServerName {fqdn}
 
 #. Ensure that the Rewrite module is enabled. :: 
 
index 0130179b7e8cbcf3ed30ebccb649cf6ba2de2b8b..c78919cfa8e71ac95bf4a5783b774845c39dbab0 100644 (file)
@@ -401,7 +401,7 @@ required settings:
 #. ``endpoints``: A list of all the endpoints in the region. For example, 
    you may use multiple domain names to refer to the same region. Remember to 
    escape the forward slashes (``\/``). You may also specify a 
-   port (``fgdn:port``) for each endpoint. Optional.
+   port (``fqdn:port``) for each endpoint. Optional.
 
 #. ``master_zone``: The master zone for the region. Optional. Uses the default
    zone if not specified. **note:** You can only have one master zone per 
index 5dba7b64460fb3947a0c6e94ea0701b5aa01efd7..3db9b8a11edf21c354c9b2b1de4b1cd9e6ce806d 100644 (file)
@@ -1,8 +1,8 @@
 <disk type='network' device='disk'>
        <source protocol='rbd' name='poolname/imagename'>
                <host name='{fqdn}' port='6789'/>
-               <host name='{fgdn}' port='6790'/>
+               <host name='{fqdn}' port='6790'/>
                <host name='{fqdn}' port='6791'/>
        </source>
        <target dev='vda' bus='virtio'/>
-</disk>
\ No newline at end of file
+</disk>