I have a new Proxmox cluster setup, with Ceph setup as well.
I have created my OSDs, and my Ceph pool.
I'm now trying to use fio with ioengine=rbd to benchmark the setup, based on some of the examples here.
However, it doesn't appear to be working on Proxmox's Ceph setup out of the box:
I know that Proxmox doesn't create the default Ceph pool named "rbd". But in this case, I am specifying the RBD of "vm_storage".
Any ideas why it's not working?
(I also have no /dev/rb* devices, but not sure if that is expected).
I have created my OSDs, and my Ceph pool.
I'm now trying to use fio with ioengine=rbd to benchmark the setup, based on some of the examples here.
However, it doesn't appear to be working on Proxmox's Ceph setup out of the box:
Code:
# fio -ioengine=rbd -direct=1 -name=test -bs=4M -iodepth=16 -rw=write -pool=vm_storage -runtime=60 -rbdname=testimg
test: (g=0): rw=write, bs=(R) 4096KiB-4096KiB, (W) 4096KiB-4096KiB, (T) 4096KiB-4096KiB, ioengine=rbd, iodepth=16
fio-3.12
Starting 1 process
rbd_open failed.
fio_rbd_connect failed.
Run status group 0 (all jobs):
Any ideas why it's not working?
(I also have no /dev/rb* devices, but not sure if that is expected).