]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/workunit/rbd: fixed QoS throughput unit parsing
authorJason Dillaman <dillaman@redhat.com>
Mon, 16 Dec 2019 18:10:36 +0000 (13:10 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 17 Dec 2019 14:12:43 +0000 (09:12 -0500)
commit7838d3e18e65db2d64263af47fc7aa99d5059de2
tree86d57aed1faa70461de930b9acf74b71f206e599
parentff115188179af1a24dff43405d6ca10e441781bd
qa/workunit/rbd: fixed QoS throughput unit parsing

The 'rbd bench' command was recently modified to print IEC units
instead of bytes/sec. This broke the handling for QoS throughput
tests since it was incorrectly evaluating the available RBD
throughput. Additionally, the QoS tests should use a "<="
comparison operator since the QoS is the upper-bound limit.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/qos.sh