]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: client-upgrade-kraken: upgrade ceph-test, too
authorNathan Cutler <ncutler@suse.com>
Mon, 12 Feb 2018 22:21:10 +0000 (23:21 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 13 Feb 2018 07:00:06 +0000 (08:00 +0100)
Upgrade test was failing because, in luminous and above, three files were moved
from ceph-test to ceph-{base,mon,osd}. When the latter packages are upgraded,
they conflict with ceph-test, which was not being upgraded.

Since it is no longer necessary to avoid upgrading ceph-test, and since
b07aa210aa0ede54ffc3dbe49e334bd51a8f6342 tied ceph-test to the ceph-common of
the exact same version, this bug could be fixed by removing ceph-test from
the list of packages to be excluded from the upgrade.

Fixes: https://tracker.ceph.com/issues/22558
Signed-off-by: Nathan Cutler <ncutler@suse.com>
qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/basic/1-install/kraken-client-x.yaml
qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/rbd/1-install/kraken-client-x.yaml

index 6cd29fd8c7bb919c76633206bd6b17f61e7411c6..48c4ae4a123912f417376db23c22c68ad2eb9d38 100644 (file)
@@ -6,6 +6,6 @@ tasks:
 upgrade_workload:
   sequential:
   - install.upgrade:
-      exclude_packages: ['ceph-test', 'ceph-test-dbg','libcephfs1']
+      exclude_packages: ['libcephfs1']
       client.0:
   - print: "**** done install.upgrade to -x on client.0"
index 2ce1a17b7921518ecdfcd052835c64b2be736f98..6bddaa07adcc5458b96eded0c3abc798edf7f1cd 100644 (file)
@@ -4,7 +4,7 @@ tasks:
     exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
 - print: "**** done install jewel"
 - install.upgrade:
-   exclude_packages: ['ceph-test', 'ceph-test-dbg','libcephfs1']
+   exclude_packages: ['libcephfs1']
    client.1:
 - print: "**** done install.upgrade to -x on client.0"
 - ceph: