]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/upgrade/jewel-x/stress-split/2-partial-upgrade/firsthalf.yaml
bump version to 12.2.12-pve1
[ceph.git] / ceph / qa / suites / upgrade / jewel-x / stress-split / 2-partial-upgrade / firsthalf.yaml
CommitLineData
7c673cae
FG
1meta:
2- desc: |
3 install upgrade ceph/-x on one node only
4 1st half
5 restart : osd.0,1,2
6tasks:
7- install.upgrade:
8 osd.0:
9- print: "**** done install.upgrade osd.0"
10- ceph.restart:
11 daemons: [mon.a,mon.b,mon.c,osd.0, osd.1, osd.2]
12- print: "**** done ceph.restart 1st half"
f64942e4
AA
13- exec:
14 osd.0:
15 - ceph osd set pglog_hardlimit && exit 1 || true
16 - ceph osd dump --format=json-pretty | grep "flags"
17- print: "**** try to set pglog_hardlimit, should not succeed"