archive_path: /home/teuthworker/archive/kchai-2019-11-11_03:49:19-rados-wip-kefu2-testing-2019-11-03-0500-distro-basic-mira/4495161 branch: wip-kefu2-testing-2019-11-03-0500 description: rados/upgrade/mimic-x-singleton/{0-cluster/{openstack.yaml start.yaml} 1-install/mimic.yaml 2-partial-upgrade/firsthalf.yaml 3-thrash/default.yaml 4-workload/{rbd-cls.yaml rbd-import-export.yaml readwrite.yaml snaps-few-objects.yaml} 5-workload/{radosbench.yaml rbd_api.yaml} 6-finish-upgrade.yaml 7-nautilus.yaml 8-workload/{rbd-python.yaml rgw-swift.yaml snaps-many-objects.yaml} bluestore-bitmap.yaml supported-random-distro$/{rhel_7.yaml} thrashosds-health.yaml} email: tchaikov@gmail.com first_in_suite: false job_id: '4495161' kernel: &id001 kdb: true sha1: distro last_in_suite: false machine_type: mira meta: - desc: 'Run ceph on two nodes, with a separate client-only node. Use xfs beneath the osds. ' - desc: install ceph/mimic latest - desc: 'install upgrade ceph/-x on one node only 1st half restart : osd.0,1,2,3,4,5 ' - desc: 'randomly kill and revive osd small chance to increase the number of pgs ' - desc: 'run basic cls tests for rbd ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'librbd C and C++ api tests ' - desc: 'install upgrade on remaining node restartin remaining osds ' - desc: 'librbd python api tests ' - desc: 'swift api tests for rgw ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' name: kchai-2019-11-11_03:49:19-rados-wip-kefu2-testing-2019-11-03-0500-distro-basic-mira nuke-on-error: true openstack: - machine: disk: 100 - volumes: count: 3 size: 30 os_type: rhel os_version: '7.7' overrides: admin_socket: branch: wip-kefu2-testing-2019-11-03-0500 ceph: conf: global: bluestore warn on legacy statfs: false bluestore warn on no per pool omap: false mon pg warn min per osd: 0 ms bind msgr2: false ms dump corrupt message level: 0 mds: debug mds: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: bdev async discard: true bdev enable discard: true bluestore allocator: bitmap bluestore block size: 96636764160 bluestore fsck on mount: true debug bluefs: 20 debug bluestore: 20 debug filestore: 20 debug journal: 20 debug ms: 1 debug osd: 25 debug rocksdb: 10 mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd failsafe full ratio: 0.95 osd objectstore: bluestore fs: xfs log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - \(MON_DOWN\) - \(MGR_DOWN\) - slow request - but it is still running - objects unfound and apparently lost - log bound mismatch - overall HEALTH_ - \(FS_DEGRADED\) - \(MDS_ - overall HEALTH_ - \(OSDMAP_FLAGS\) - \(OSD_ - \(PG_ - \(POOL_ - \(CACHE_POOL_ - \(SMALLER_PGP_NUM\) - \(OBJECT_ - \(SLOW_OPS\) - \(REQUEST_SLOW\) - \(TOO_FEW_PGS\) - slow requests mon_bind_addrvec: false mon_bind_msgr2: false sha1: d1320f44859751513827bfdf742bc8bcc860bda7 ceph-deploy: bluestore: true conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 osd: bdev async discard: true bdev enable discard: true bluestore block size: 96636764160 bluestore fsck on mount: true debug bluefs: 20 debug bluestore: 20 debug rocksdb: 10 mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd failsafe full ratio: 0.95 osd objectstore: bluestore fs: xfs install: ceph: sha1: d1320f44859751513827bfdf742bc8bcc860bda7 thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: wip-kefu2-testing-2019-11-03-0500 sha1: d1320f44859751513827bfdf742bc8bcc860bda7 owner: scheduled_kchai@teuthology priority: 99 repo: git://git.ceph.com/ceph-ci.git roles: - - mon.a - mds.a - osd.0 - osd.1 - osd.2 - osd.3 - - mon.b - osd.4 - osd.5 - osd.6 - osd.7 - - mon.c - mgr.x - mgr.y - osd.8 - osd.9 - osd.10 - osd.11 - - client.0 sha1: d1320f44859751513827bfdf742bc8bcc860bda7 split_tasks: sequential: - thrashosds: aggressive_pg_num_changes: false chance_pgnum_grow: 1 chance_pgpnum_fix: 1 disable_objectstore_tool_tests: true timeout: 1200 - print: '**** done thrashosds 3-thrash' - workunit: branch: mimic clients: client.0: - cls/test_cls_rbd.sh - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: mimic clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' - full_sequential: - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - radosbench: clients: - client.0 time: 150 - print: '**** done radosbench 7-workload' - workunit: branch: mimic clients: client.0: - rbd/test_librbd.sh - print: '**** done rbd/test_librbd.sh 7-workload' suite: rados suite_branch: wip-kefu2-testing-2019-11-03-0500 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_wip-kefu2-testing-2019-11-03-0500/qa suite_relpath: qa suite_repo: git://git.ceph.com/ceph-ci.git suite_sha1: d1320f44859751513827bfdf742bc8bcc860bda7 targets: mira018.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIEadtZiYSYuS4aYwetgQKv9QArI5j10Yu7UBFx5qVjK5MZe9Z4aCeZvRw1AfiIQhSeaHhfjHra8WH7Vs+wNbwSqOueaNj7Y0wBrQMweGClStTyv069aIPp7FYQHUXr85Prar3CIQXL7IMmc2qIwsK/OaN2M9HcOtfoDQQ2AzI7NltlsM9RKWXaZz0F/X+Fk2q8olwJmoJoPJ8diyu0moclzU/P55NlwXvUql3eNNu136RKHwm4q3iLP47Yus7uuf5pOjnSv0wre0GZLXjhcw1MT1jBsUfTC8o6WBkQBk++JDoGbP+uoPtRUEhHT/xyI7l72aAybucPfVZGHfWcvTd mira066.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDONB9sH0Mt1oHKwxWtUqPcNFKaUmM/oWyODWN5QaprUtKzXNXguu18T3p+jUPqqnMYFUivVr+UAJ97wAOSLb/R6bpI30RiRazvzjcv1mdMQ/udjf00+3Q3W3Ggzp367ijdTX/RTIAWdzsBir921l+oPWZ+rijVMBb4To+I3K8YBFKUI85jmRsWYwpE6fccmZ3QezTTHqT+ydRpcKZQLqkkHGDk/+XRuRCC84puljjvmp1sKQUB3X57RKqFHqUOALFjVTVGtxuBBPURhtQRwsXC+i2BslDhSt03ZkBouCzv9HYkqpCZGvMQyU3bV90P58/8y8PxC3nQid8jMkJ/Qzn9 mira088.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9y64TdvscrkVhe2gWPSdcUy20sj+xWjX3NRPj4EpQC14TPjvUNNJKdyOMWUoS++2I/HqXsLqGD0L29sqSBS6FB5XQWuJGMzV24y5R+7WNnSc0ZppxcIUhD1w3u0zoNoIMqEA3wVXDLnG/tf/DiS/J5lQD/x+ehZqcWR0TIi1jKt3XVBlE/jU0DSQLkNjy8Nv5tK0e5PanRxqiki9kGN7IH76E6RI0CE+r2TVxacvwKAm+8pwKIEwuU/xy6TpkX+CCcGF08ziUUwYu3IBYPi624LOhOwZx3oL4KjkF5QwJ1T6xG0UWmhjUaD9f6YrcEjzN4Qp5k1UdUIaOoqdzjQLH mira101.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqyRMx88BFmua9p6kP/QmyuNgbqjUEExLPMNSmRkvF8wJVoE+4dhN4NMtCyf7h8xr4oUg3xrtulx4Q7uWL2AJ5i4eLWIfF6E66D44h2UR0OCexWhHJJQgTl5h6U8m2U4AX/yauUhUxoNmQa0vRSLC31NykE8oCMA1lbQEh3nOeokEicPZZIbGeggT4yHQtxLxFm30liWjhEFCLDYxVlbB7tk9OyG7A5+xSnV+q6pv5ivflLfKAKbsIwauT1DPmpDr/R97/jLsZVZWlGzxADJGtjdarrbzAu95tPuXMABosLLQ6gnMB6y8nMz67oL+ntPtr8AXZ/O8RnYdbl89lZeEB tasks: - internal.check_packages: null - internal.buildpackages_prep: null - internal.lock_machines: - 4 - mira - internal.save_config: null - internal.check_lock: null - internal.add_remotes: null - console_log: null - internal.connect: null - internal.push_inventory: null - internal.serialize_remote_roles: null - internal.check_conflict: null - internal.check_ceph_data: null - internal.vm_setup: null - kernel: *id001 - internal.base: null - internal.archive_upload: null - internal.archive: null - internal.coredump: null - internal.sudo: null - internal.syslog: null - internal.timer: null - pcp: null - selinux: null - ansible.cephlab: null - clock: null - install: branch: mimic exclude_packages: - librados3 - ceph-mgr-dashboard - ceph-mgr-diskprediction-local - ceph-mgr-diskprediction-cloud - ceph-mgr-rook - ceph-mgr-ssh - ceph-daemon extra_packages: - librados2 - print: '**** done install mimic' - ceph: null - print: '**** done ceph' - install.upgrade: mon.a: null mon.b: null - print: '**** done install.upgrade osd.0' - ceph.restart: daemons: - mon.a - mon.b mon-health-to-clog: false wait-for-healthy: false - ceph.restart: daemons: - osd.0 - osd.1 - osd.2 - osd.3 - osd.4 - osd.5 - osd.6 - osd.7 wait-for-healthy: false - print: '**** done ceph.restart 1st 2/3s' - parallel: - split_tasks - install.upgrade: mon.c: null - ceph.restart: daemons: - mon.c - mgr.x - mgr.y wait-for-healthy: false wait-for-up: true - ceph.restart: daemons: - osd.8 - osd.9 - osd.10 - osd.11 wait-for-healthy: false wait-for-up: true - ceph.restart: daemons: - mds.a wait-for-healthy: false wait-for-up: true - exec: mon.a: - ceph mon enable-msgr2 - install.upgrade: client.0: null - exec: osd.0: - ceph osd require-osd-release nautilus - ceph osd set-require-min-compat-client nautilus - for p in `ceph osd pool ls`; do ceph osd pool set $p pg_autoscale_mode off; done - ceph.healthy: null - workunit: clients: client.0: - rbd/test_librbd_python.sh - print: '**** done rbd/test_librbd_python.sh 9-workload' - rgw: client.0: null - print: '**** done rgw 9-workload' - swift: client.0: rgw_server: client.0 - print: '**** done swift 9-workload' - rados: clients: - client.0 objects: 500 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false teuthology_branch: master tube: mira verbose: false worker_log: /home/teuthworker/archive/worker_logs/worker.mira.11882