- osd.0
- osd.1
- osd.2
+ - exec:
+ osd.0:
+ - sudo grep -c 'load_pgs. skipping PG' /var/log/ceph/ceph-osd.0.log
+ osd.1:
+ - sudo grep -c 'load_pgs. skipping PG' /var/log/ceph/ceph-osd.1.log
+ osd.2:
+ - sudo grep -c 'load_pgs. skipping PG' /var/log/ceph/ceph-osd.2.log
- ceph_manager.wait_for_clean: null
- ceph_manager.create_pool:
args: ['newpool']
- ceph_manager.wait_for_clean: null
- exec:
osd.0:
- - sudo grep 'unable to peek at' /var/log/ceph/ceph-osd.0.log
+ - sudo grep -c 'Skipping the pg for now' /var/log/ceph/ceph-osd.0.log
osd.1:
- - sudo grep 'unable to peek at' /var/log/ceph/ceph-osd.1.log
+ - sudo grep -c 'Skipping the pg for now' /var/log/ceph/ceph-osd.1.log
osd.2:
- - sudo grep 'unable to peek at' /var/log/ceph/ceph-osd.2.log
+ - sudo grep -c 'Skipping the pg for now' /var/log/ceph/ceph-osd.2.log
- print: '**** done verifying hammer upgrade'
- install.upgrade:
- ceph.restart: [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, mds.a]
- ceph_manager.wait_for_clean: null
- ceph.restart: [osd.0, osd.1, osd.2]
+ - exec:
+ osd.0:
+ - sudo grep -c 'unable to peek at' /var/log/ceph/ceph-osd.0.log
+ osd.1:
+ - sudo grep -c 'unable to peek at' /var/log/ceph/ceph-osd.1.log
+ osd.2:
+ - sudo grep -c 'unable to peek at' /var/log/ceph/ceph-osd.2.log
- radosbench:
clients: [client.0]
time: 30