]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
CMakeLists.txt: s/Remote block storage/RADOS Block Device/ 28795/head
authorKefu Chai <kchai@redhat.com>
Sat, 29 Jun 2019 15:47:42 +0000 (23:47 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 29 Jun 2019 15:47:48 +0000 (23:47 +0800)
RBD is short for RADOS Block Device, not Remote Block Storage.

Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt

index 5fef072a64db102c22f54397a2c0ce0116e3db22..096d5e24707017e073c2c1e8765b7977c479159f 100644 (file)
@@ -210,8 +210,7 @@ endif()
 
 find_package(Backtrace)
 
-# remote block storage
-option(WITH_RBD "Remote block storage is here" ON)
+option(WITH_RBD "Enable RADOS Block Device related targets" ON)
 
 if(LINUX)
   find_package(udev REQUIRED)
@@ -312,8 +311,7 @@ option(WITH_LIBCEPHFS "libcephfs client library" ON)
 # key-value store
 option(WITH_KVS "Key value store is here" ON)
 
-# KERNEL remote block storage
-option(WITH_KRBD "Kernel Remote block storage is here" ON)
+option(WITH_KRBD "Enable Linux krbd support of 'rbd' utility" ON)
 
 if(WITH_KRBD AND NOT WITH_RBD)
   message(FATAL_ERROR "Cannot have WITH_KRBD without WITH_RBD.")