RBD is short for RADOS Block Device, not Remote Block Storage.
Signed-off-by: Kefu Chai <kchai@redhat.com>
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)
# 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.")