-../.qa/
\ No newline at end of file
+../../.qa
\ No newline at end of file
- - client.1
overrides:
ceph:
- #log-ignorelist:
- #- failed to encode map
fs: xfs
+++ /dev/null
-tasks:
-- install:
- branch: octopus
- exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python34-cephfs','python34-rados']
-- print: "**** done install octopus"
-- install.upgrade:
- exclude_packages: ['ceph-test', 'ceph-test-dbg','libcephfs1', 'python-ceph']
- client.1:
-- print: "**** done install.upgrade to -x on client.0"
-- ceph:
-- print: "**** done ceph task"
--- /dev/null
+tasks:
+- install:
+ branch: octopus
+ exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python34-cephfs','python34-rados']
+- print: "**** done install octopus"
+- install.upgrade:
+ exclude_packages: ['ceph-test', 'ceph-test-dbg','libcephfs1', 'python-ceph']
+ client.1:
+- print: "**** done install.upgrade to -x on client.1"
+- ceph:
+- print: "**** done ceph task"
+++ /dev/null
-../.qa/
\ No newline at end of file
+++ /dev/null
-overrides:
- ceph:
- conf:
- client:
- rbd default features: 61
-
+++ /dev/null
-overrides:
- ceph:
- conf:
- client:
- rbd default features: 1
-
--- /dev/null
+../.qa/
\ No newline at end of file
--- /dev/null
+tasks:
+- parallel:
+ - workunit:
+ branch: octopus
+ clients:
+ client.0:
+ - rbd/notify_master.sh
+ env:
+ RBD_FEATURES: "61"
+ - workunit:
+ branch: pacific
+ clients:
+ client.1:
+ - rbd/notify_slave.sh
+ env:
+ RBD_FEATURES: "61"
+ RBD_DISABLE_UPDATE_FEATURES: "1"
+- print: "**** done rbd: old librbd -> new librbd"
+- parallel:
+ - workunit:
+ branch: octopus
+ clients:
+ client.0:
+ - rbd/notify_slave.sh
+ env:
+ RBD_FEATURES: "61"
+ - workunit:
+ branch: pacific
+ clients:
+ client.1:
+ - rbd/notify_master.sh
+ env:
+ RBD_FEATURES: "61"
+- print: "**** done rbd: new librbd -> old librbd"
+++ /dev/null
-../.qa/
\ No newline at end of file
+++ /dev/null
-tasks:
-- parallel:
- - workunit:
- branch: octopus
- clients:
- client.0:
- - rbd/notify_master.sh
- env:
- RBD_FEATURES: "61"
- - workunit:
- branch: pacific
- clients:
- client.1:
- - rbd/notify_slave.sh
- env:
- RBD_FEATURES: "61"
- RBD_DISABLE_UPDATE_FEATURES: "1"
-- print: "**** done rbd: old librbd -> new librbd"
-- parallel:
- - workunit:
- branch: octopus
- clients:
- client.0:
- - rbd/notify_slave.sh
- env:
- RBD_FEATURES: "61"
- - workunit:
- branch: pacific
- clients:
- client.1:
- - rbd/notify_master.sh
- env:
- RBD_FEATURES: "61"
-- print: "**** done rbd: new librbd -> old librbd"