January 2019
Intermediate to advanced
606 pages
15h 1m
English
To benchmark the Ceph Block Device, we need to create a block device and map it to the Ceph client node:
# rbd create block-device1 --size 10240 --image-feature layering # rbd info --image block-device1 # rbd map block-device1 # rbd showmapped

# mkfs.xfs /dev/rbd1 # mkdir -p /mnt/ceph-block-device1 # mount /dev/rbd1 /mnt/ceph-block-device1 # df -h /mnt/ceph-block-device1

Read now
Unlock full access