Alan Bishop
Alan Bishop
Fix the name of each RBD created by the librbdfio benchmark so the names match the pattern expected by the clients. Closes #122
The librbdfio benchmark creates RBDs using node names specified in the job file. However, the clients try to access the RBDs using their own "hostname -s" name. If the names...
When deleting a pool, it may take a while for the OSD nodes to delete the objects in the pool. This change makes CBT wait until the OSD nodes quiesce...
When running a radosbench test, execute the /usr/bin/rados command with sudo in order to ensure the client can read the admin keyring. Closes #105
Many benchmarks delete and recreate the test pool between runs. However, the Ceph command to delete a pool returns immediately, and the work of deleting objects in the pool takes...
The radosbench test uses the 'rados' tool, which requires the client admin key to access the cluster. The rados command will fail unless the user specified in the config file...