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 that to the Ceph client node:
# yum install fio -y
Since FIO supports RBD ioengine, we do not need to mount the RBD image as a filesystem. To benchmark RBD, we simply need to provide the RBD image name, pool, and Ceph user that will be used to connect to the Ceph cluster. Create the FIO profile with the following content:
[write-4M] description="write test with block size of 4M" ioengine=rbd clientname=admin pool=rbd rbdname=block-device1 iodepth=32 runtime=120 rw=write bs=4M
Read now
Unlock full access