ceph/suites/rados/singleton-nomsgr/all/lfn-upgrade-hammer.yaml
Sage Weil b559801e99 rados: fix require_kraken_osds flag
Signed-off-by: Sage Weil <sage@redhat.com>
2016-10-14 14:02:53 -04:00

98 lines
2.2 KiB
YAML

os_type: ubuntu
overrides:
ceph:
conf:
mon:
debug mon: 20
debug ms: 1
debug paxos: 20
mon warn on legacy crush tunables: false
mon min osdmap epochs: 3
osd:
osd map cache size: 2
osd map max advance: 1
debug filestore: 20
debug journal: 20
debug ms: 1
debug osd: 20
log-whitelist:
- osd_map_cache_size
- slow request
- scrub mismatch
- ScrubResult
- failed to encode
- wrongly marked me down
roles:
- - mon.a
- osd.0
- osd.1
- mon.b
- mon.c
- osd.2
- client.0
openstack:
- volumes: # attached to each instance
count: 3
size: 10 # GB
tasks:
- install:
branch: hammer
- print: '**** done installing hammer'
- ceph:
fs: xfs
- print: '**** done ceph'
- ceph_manager.create_pool:
args: ['test']
kwargs:
pg_num: 1
- sleep:
duration: 10
- ceph_manager.wait_for_clean: null
- create_verify_lfn_objects:
pool: 'test'
prefix: 'hammer-x'
namespace:
- 'long_namespace__________________________________________________'
- ''
- 'namespace'
num_objects: 5
name_length: [400, 800, 1600]
- sequential:
- create_verify_lfn_objects:
pool: 'test'
prefix: 'hammer-mixed'
namespace:
- 'long_namespace__________________________________________________'
- ''
- 'namespace'
num_objects: 5
name_length: [400, 800, 1600]
- install.upgrade:
mon.a: null
- ceph.restart:
daemons: [mon.a, mon.b, mon.c]
wait-for-healthy: false
- exec:
mon.a:
- ceph osd set require_kraken_osds
- ceph.restart:
daemons: [osd.0, osd.1]
- ceph_manager.wait_for_clean: null
- ceph_manager.do_pg_scrub:
args: ['test', 0, 'scrub']
- ceph_manager.do_pg_scrub:
args: ['test', 0, 'scrub']
- create_verify_lfn_objects:
pool: 'test'
prefix: 'mixed-x'
namespace:
- 'long_namespace__________________________________________________'
- ''
- 'namespace'
num_objects: 5
name_length: [400, 800, 1600]
- ceph.restart: [osd.2]
- ceph_manager.wait_for_clean: null
- ceph_manager.do_pg_scrub:
args: ['test', 0, 'scrub']