rados/singleton-nomsgr/all/11429: grep osd.0 only

Restart can be slow enough that osd.1 and 2 finish deleting the
pgs.  Verifying one osd sees the instance is sufficient.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2015-09-28 13:10:45 -04:00
parent 9eea6ea6f9
commit 8cf3d15de7

View File

@ -64,10 +64,6 @@ tasks:
- 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']
@ -101,10 +97,6 @@ tasks:
- exec:
osd.0:
- sudo grep -c 'Skipping the pg for now' /var/log/ceph/ceph-osd.0.log
osd.1:
- sudo grep -c 'Skipping the pg for now' /var/log/ceph/ceph-osd.1.log
osd.2:
- sudo grep -c 'Skipping the pg for now' /var/log/ceph/ceph-osd.2.log
- print: '**** done verifying hammer upgrade'
- install.upgrade:
@ -115,10 +107,6 @@ tasks:
- 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
@ -126,4 +114,4 @@ tasks:
- ceph_manager.wait_for_clean: null
- ceph.restart: [osd.0, osd.1, osd.2]
- ceph_manager.wait_for_clean: null
- print: '**** done verifying final upgrade'
- print: '**** done verifying final upgrade'