mount -t nfs -o vers=4.2 192.168.99.66:/test /mnt
fio --name=randwrite --ioengine=libaio --iodepth=1 --rw=randwrite --bs=4k --direct=0 --size=256M --numjobs=2 --runtime=240 --group_reporting
Learn More →
ceph-fuse -m 192.168.99.64:6789 /mnt
fio --name=randwrite --ioengine=libaio --iodepth=1 --rw=randwrite --bs=4k --direct=0 --size=256M --numjobs=2 --runtime=240 --group_reporting
Learn More →
ADMINKEY=$(ceph auth get-key client.admin)
mount -t ceph 192.168.99.64:6789:/ /mnt/ -o name=admin,secret=$ADMINKEY
fio --name=randwrite --ioengine=libaio --iodepth=1 --rw=randwrite --bs=4k --direct=0 --size=256M --numjobs=2 --runtime=240 --group_reporting
Learn More →
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up