]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librbd: rbd-ggate mode for fsx 19315/head
authorMykola Golub <to.my.trociny@gmail.com>
Mon, 4 Dec 2017 08:51:43 +0000 (08:51 +0000)
committerMykola Golub <to.my.trociny@gmail.com>
Mon, 4 Dec 2017 17:10:43 +0000 (17:10 +0000)
commitacc69f2f6c75f3b08bde7aaad179ba36bcfa812d
tree9924211295b95732193430f7788546bc1cce282a
parent718356e480ab8b9f7ba6552c6b495a4e6dc25407
test/librbd: rbd-ggate mode for fsx

Right now it works only in lite mode due to ggate kernel driver
does not support resize. Also all operations should be block size
alligned, thus -r and -w options should be properly set.

Example:

  ceph_test_librbd_fsx -G -L -r 512 -w 512 -Z -d -N 1024 rbd test

Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
src/test/librbd/fsx.cc