]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: mention rbdmap in RBD quick start 12509/head
authorNathan Cutler <ncutler@suse.com>
Thu, 15 Dec 2016 21:35:10 +0000 (22:35 +0100)
committerNathan Cutler <ncutler@suse.com>
Thu, 22 Dec 2016 16:17:37 +0000 (17:17 +0100)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/start/quick-rbd.rst

index 0fc08c84f01d01437c12465bf433a085c9315352..59c70cd12c29429233954064d0058c5022e2c911 100644 (file)
@@ -72,6 +72,9 @@ Configure a Block Device
        sudo mount /dev/rbd/rbd/foo /mnt/ceph-block-device
        cd /mnt/ceph-block-device
 
+#. Optionally configure the block device to be automatically mapped and mounted
+   at boot (and unmounted/unmapped at shutdown) - see the `rbdmap manpage`_.
+
 
 See `block devices`_ for additional details.
 
@@ -79,3 +82,4 @@ See `block devices`_ for additional details.
 .. _block devices: ../../rbd/rbd
 .. _FAQ: http://wiki.ceph.com/How_Can_I_Give_Ceph_a_Try
 .. _OS Recommendations: ../os-recommendations
+.. _rbdmap manpage: ../../man/8/rbdmap