]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd/librbd: fix the cache mode facet
authorSage Weil <sage@inktank.com>
Thu, 21 Feb 2013 05:17:39 +0000 (21:17 -0800)
committerSage Weil <sage@inktank.com>
Thu, 21 Feb 2013 05:17:39 +0000 (21:17 -0800)
commite747abef4ee54f2011616fef7d32efa10e0935e1
tree9af6d8081d892b819f2e0f3a6c93963bd2fcec68
parentacab068269f6179c920bad1432e21876f5adb2f6
rbd/librbd: fix the cache mode facet

This appears to have been broken, which means we weren't actually testing
any of the non-default cache modes (writethrough, none).  Whoops!  We were
getting jobs like

task:
- install: null
- ceph:
    conf:
      client:
        rbd cache: false
tasks:
- chef: null
- clock: null
- install: null
- ceph: null
- rbd_fsx:
    clients:
    - client.0
    ops: 5000

Signed-off-by: Sage Weil <sage@inktank.com>
suites/rbd/librbd/cache/none.yaml
suites/rbd/librbd/cache/writeback.yaml
suites/rbd/librbd/cache/writethrough.yaml
suites/rbd/librbd/ceph/ceph.yaml [deleted file]