Skip to content

Commit

Permalink
doc: do not mention modprobe in rbd docs
Browse files Browse the repository at this point in the history
rbd binary will load rbd.ko itself, with appropriate options.  Loading
it by hand with default options is undesirable.

Signed-off-by: Ilya Dryomov <[email protected]>
  • Loading branch information
idryomov committed Apr 23, 2014
1 parent 0ba3960 commit 4238ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 2 additions & 8 deletions doc/rbd/rbd-ko.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@

.. important:: To use kernel module operations, you must have a running Ceph cluster.

Load the Ceph RBD Module
========================

To map a block device image to a kernel module, first load the Ceph RBD module::

modprobe rbd

Get a List of Images
====================

Expand All @@ -24,7 +17,8 @@ Map a Block Device
==================

Use ``rbd`` to map an image name to a kernel module. You must specify the
image name, the pool name, and the user name. ::
image name, the pool name, and the user name. ``rbd`` will load RBD kernel
module on your behalf if it's not already loaded. ::

sudo rbd map {image-name} --pool {pool-name} --id {user-name}

Expand Down
4 changes: 0 additions & 4 deletions doc/start/quick-rbd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ Configure a Block Device

rbd create foo --size 4096 [-m {mon-IP}] [-k /path/to/ceph.client.admin.keyring]

#. On the ``ceph-client`` node, load the ``rbd`` client module. ::

sudo modprobe rbd

#. On the ``ceph-client`` node, map the image to a block device. ::

sudo rbd map foo --pool rbd --name client.admin [-m {mon-IP}] [-k /path/to/ceph.client.admin.keyring]
Expand Down

0 comments on commit 4238ffd

Please sign in to comment.