]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: do not mention modprobe in rbd docs
authorIlya Dryomov <ilya.dryomov@inktank.com>
Fri, 18 Apr 2014 17:19:27 +0000 (21:19 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Wed, 23 Apr 2014 09:33:43 +0000 (13:33 +0400)
rbd binary will load rbd.ko itself, with appropriate options.  Loading
it by hand with default options is undesirable.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
doc/rbd/rbd-ko.rst
doc/start/quick-rbd.rst

index c60557baaec76d026f5b0725bc1946c69779e2a2..ddf254078489bf36b7fa75fa924b9e79147ca773 100644 (file)
@@ -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
 ====================
 
@@ -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}
 
index 1bd194f49a8635048e75e120cfc68b35a18bd47f..c330959cd364f9509f166d192506b8146d54d504 100644 (file)
@@ -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]