From: Nathan Cutler Date: Sat, 19 Mar 2016 20:41:10 +0000 (+0100) Subject: rbdmap: manpage X-Git-Tag: v10.1.1~119^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7da141df0f70476c0a97cbf0d0d5fad839a40da1;p=ceph.git rbdmap: manpage http://tracker.ceph.com/issues/15212 Fixes: #15212 Signed-off-by: Nathan Cutler --- diff --git a/doc/man/8/rbdmap.rst b/doc/man/8/rbdmap.rst new file mode 100644 index 000000000000..6a5471510653 --- /dev/null +++ b/doc/man/8/rbdmap.rst @@ -0,0 +1,43 @@ +:orphan: + +========================================= + rbdmap -- map RBD devices at boot time +========================================= + +.. program:: rbdmap + +Synopsis +======== + +| **rbdmap** + + +Description +=========== + +**rbdmap** is a shell script that is intended to be run at boot time +by the init system (sysvinit, upstart, systemd). It looks for an +environment variable ``RBDMAPFILE``, which defaults to +``/etc/ceph/rbdmap``. This file is expected to contain a list of RBD +devices to be mapped (via the ``rbd map`` command) and mounted at boot +time. + + +Options +======= + +None + + +Availability +============ + +**rbdmap** is part of Ceph, a massively scalable, open-source, distributed +storage system. Please refer to the Ceph documentation at +http://ceph.com/docs for more information. + + +See also +======== + +:doc:`rbd `\(8),