Merge pull request #1277 from ceph/wip-exclude-upgrade-clients

Excluded 'libcephfs2','libcephfs-devel','libcephfs-dev'

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
Josh Durgin 2016-11-22 16:48:07 -08:00 committed by GitHub
commit 4fe434995b
18 changed files with 26 additions and 60 deletions

View File

@ -1,18 +0,0 @@
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- - mon.b
- mon.c
- osd.2
- osd.3
- - client.0
overrides:
ceph:
log-whitelist:
- failed to encode map
conf:
client:
rbd default format: 1
rbd default features: 1

View File

@ -1,11 +0,0 @@
tasks:
- install:
branch: firefly
exclude_packages: ['ceph-mgr']
- print: "**** done install firefly"
- install.upgrade:
exclude_packages: ['ceph-test', 'ceph-test-dbg']
client.0:
- print: "**** done install.upgrade client.0"
- ceph:
- print: "**** done ceph"

View File

@ -1,9 +0,0 @@
tasks:
- workunit:
branch: firefly
clients:
client.0:
- rbd/import_export.sh
env:
RBD_CREATE_ARGS: --new-format
- print: "**** done rbd/import_export.sh"

View File

@ -1,6 +1,5 @@
roles: roles:
- - mon.a - - mon.a
- mds.a
- osd.0 - osd.0
- osd.1 - osd.1
- - mon.b - - mon.b
@ -12,3 +11,4 @@ overrides:
ceph: ceph:
log-whitelist: log-whitelist:
- failed to encode map - failed to encode map
fs: xfs

View File

@ -1,7 +1,7 @@
tasks: tasks:
- install: - install:
branch: hammer branch: hammer
exclude_packages: ['ceph-mgr'] exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
- print: "**** done install hammer" - print: "**** done install hammer"
upgrade_workload: upgrade_workload:
sequential: sequential:

View File

@ -11,6 +11,7 @@ overrides:
ceph: ceph:
log-whitelist: log-whitelist:
- failed to encode map - failed to encode map
fs: xfs
conf: conf:
client: client:
rbd default features: 1 rbd default features: 1

View File

@ -1,7 +1,7 @@
tasks: tasks:
- install: - install:
branch: hammer branch: hammer
exclude_packages: ['ceph-mgr'] exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
- print: "**** done install hammer" - print: "**** done install hammer"
- install.upgrade: - install.upgrade:
exclude_packages: ['ceph-test', 'ceph-test-dbg'] exclude_packages: ['ceph-test', 'ceph-test-dbg']

View File

@ -1,11 +0,0 @@
tasks:
- install:
branch: infernalis
exclude_packages: ['ceph-mgr']
- print: "**** done install infernalis"
- install.upgrade:
exclude_packages: ['ceph-test', 'ceph-test-dbg']
client.1:
- print: "**** done install.upgrade to -x on client.0"
- ceph:
- print: "**** done ceph"

View File

@ -10,3 +10,4 @@ overrides:
ceph: ceph:
log-whitelist: log-whitelist:
- failed to encode map - failed to encode map
fs: xfs

View File

@ -1,8 +1,8 @@
tasks: tasks:
- install: - install:
branch: infernalis branch: jewel
exclude_packages: ['ceph-mgr'] exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
- print: "**** done install infernalis" - print: "**** done install jewel"
upgrade_workload: upgrade_workload:
sequential: sequential:
- install.upgrade: - install.upgrade:

View File

@ -10,9 +10,9 @@ tasks:
client.0: client.0:
- "cp --force $TESTDIR/ceph_test_librbd_api $(which ceph_test_librbd_api)" - "cp --force $TESTDIR/ceph_test_librbd_api $(which ceph_test_librbd_api)"
- "rm -rf $TESTDIR/ceph_test_librbd_api" - "rm -rf $TESTDIR/ceph_test_librbd_api"
- print: "**** done reverting to hammer ceph_test_librbd_api" - print: "**** done reverting to jewel ceph_test_librbd_api"
- workunit: - workunit:
branch: infernalis branch: kraken
clients: clients:
client.0: client.0:
- rbd/test_librbd_api.sh - rbd/test_librbd_api.sh

View File

@ -4,7 +4,7 @@ tasks:
- ceph: - ceph:
- print: "**** done ceph" - print: "**** done ceph"
- workunit: - workunit:
branch: infernalis branch: jewel
clients: clients:
client.0: client.0:
- rbd/import_export.sh - rbd/import_export.sh

View File

@ -11,6 +11,8 @@ overrides:
ceph: ceph:
log-whitelist: log-whitelist:
- failed to encode map - failed to encode map
fs: xfs
conf: conf:
client: client:
rbd default features: 1 rbd default features: 1

View File

@ -0,0 +1,11 @@
tasks:
- install:
branch: jewel
exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
- print: "**** done install jewel"
- install.upgrade:
exclude_packages: ['ceph-test', 'ceph-test-dbg']
client.1:
- print: "**** done install.upgrade to -x on client.0"
- ceph:
- print: "**** done ceph task"

View File

@ -1,6 +1,6 @@
tasks: tasks:
- workunit: - workunit:
branch: infernalis branch: jewel
clients: clients:
client.0: client.0:
- rbd/notify_master.sh - rbd/notify_master.sh
@ -10,7 +10,7 @@ tasks:
RBD_FEATURES: "13" RBD_FEATURES: "13"
- print: "**** done rbd: old librbd -> new librbd" - print: "**** done rbd: old librbd -> new librbd"
- workunit: - workunit:
branch: infernalis branch: jewel
clients: clients:
client.0: client.0:
- rbd/notify_slave.sh - rbd/notify_slave.sh