2020-11-19T18:00:30.476 INFO:root:teuthology version: 1.0.0-357fd4a 2020-11-19T18:00:30.482 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_jdillaman@dillaman-rh --name jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi --lock --description rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{rhel_8} 5-pool/ec-data-pool 6-prepare/raw-file 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute 9-cleanup/cleanup} --block --archive /home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308 -- /tmp/teuthology-worker.0s0wqtp8.tmp 2020-11-19T18:00:30.554 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2020-11-19T18:00:30.660 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308 branch: wip-jd-testing-2 description: rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{rhel_8} 5-pool/ec-data-pool 6-prepare/raw-file 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute 9-cleanup/cleanup} email: null exclude_arch: armv7l first_in_suite: false io_workload: sequential: - qemu: client.0: clone: true disks: - action: none image_name: client.0.0 - action: none image_name: client.0.1 - action: none image_name: client.0.2 test: qa/run_xfstests_qemu.sh type: block job_id: '5637308' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi migrate_workload: sequential: - exec: client.0: - sleep 60 - rbd migration execute client.0.0 - sleep 60 - rbd migration commit client.0.0 - sleep 60 - rbd migration execute client.0.1 name: jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi nuke-on-error: true openstack: - volumes: count: 4 size: 10 - machine: cpus: 1 disk: 40 ram: 30000 volumes: count: 4 size: 30 os_type: rhel os_version: '8.3' overrides: admin_socket: branch: wip-jd-testing-2 ceph: conf: client: rbd default data pool: datapool mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: bluestore block size: 96636764160 bluestore compression algorithm: lz4 bluestore compression mode: aggressive bluestore fsck on mount: true debug bluefs: 20 debug bluestore: 20 debug filestore: 20 debug journal: 20 debug ms: 20 debug osd: 25 debug rocksdb: 10 enable experimental unrecoverable data corrupting features: '*' mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd debug randomize hobject sort order: false osd failsafe full ratio: 0.95 osd objectstore: bluestore osd shutdown pgref assert: true fs: xfs log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 33f73aff6902486eafe8c4758021a8eed55d592c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: sha1: 33f73aff6902486eafe8c4758021a8eed55d592c selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: wip-jd-testing-2 sha1: 33f73aff6902486eafe8c4758021a8eed55d592c owner: scheduled_jdillaman@dillaman-rh priority: 80 repo: git://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.x - osd.0 - osd.1 - osd.2 - osd.3 - - mon.b - mgr.y - osd.4 - osd.5 - osd.6 - osd.7 - - client.0 sha1: 33f73aff6902486eafe8c4758021a8eed55d592c sleep_before_teardown: 0 suite: rbd suite_branch: wip-jd-testing-2 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_wip-jd-testing-2/qa suite_relpath: qa suite_repo: git://git.ceph.com/ceph-ci.git suite_sha1: 33f73aff6902486eafe8c4758021a8eed55d592c tasks: - install: null - ceph: null - exec: client.0: - sudo ceph osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph osd pool set datapool allow_ec_overwrites true - rbd pool init datapool - exec: client.0: - mkdir /home/ubuntu/cephtest/migration - wget -nv -O /home/ubuntu/cephtest/migration/base.client.0.qcow2 http://download.ceph.com/qa/ubuntu-12.04.qcow2 - qemu-img convert -f qcow2 -O raw /home/ubuntu/cephtest/migration/base.client.0.qcow2 /home/ubuntu/cephtest/migration/base.client.0.raw - dd if=/dev/zero of=/home/ubuntu/cephtest/migration/empty.raw count=1 bs=1G - echo '{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/base.client.0.raw"}}' | rbd migration prepare --import-only --source-spec-path - client.0.0 - rbd migration prepare --import-only --source-spec '{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}' client.0.1 - rbd migration prepare --import-only --source-spec '{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}' client.0.2 - parallel: - io_workload - migrate_workload - exec: client.0: - rm -rf /home/ubuntu/cephtest/migration teuthology_branch: master tube: smithi verbose: false worker_log: /home/teuthworker/archive/worker_logs/worker.smithi.6670 2020-11-19T18:00:30.661 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_wip-jd-testing-2/qa; will attempt to use it 2020-11-19T18:00:30.661 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_wip-jd-testing-2/qa/tasks 2020-11-19T18:00:30.662 INFO:teuthology.run_tasks:Running task internal.check_packages... 2020-11-19T18:00:30.666 INFO:teuthology.task.internal:Checking packages... 2020-11-19T18:00:30.717 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'basic' and ceph hash '33f73aff6902486eafe8c4758021a8eed55d592c' 2020-11-19T18:00:30.717 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2020-11-19T18:00:30.718 INFO:teuthology.packaging:ref: None 2020-11-19T18:00:30.718 INFO:teuthology.packaging:tag: None 2020-11-19T18:00:30.718 INFO:teuthology.packaging:branch: wip-jd-testing-2 2020-11-19T18:00:30.719 INFO:teuthology.packaging:sha1: 33f73aff6902486eafe8c4758021a8eed55d592c 2020-11-19T18:00:30.719 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-jd-testing-2 2020-11-19T18:00:31.115 INFO:teuthology.task.internal:Found packages for ceph version 16.0.0-7327.g33f73aff 2020-11-19T18:00:31.115 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2020-11-19T18:00:31.139 INFO:teuthology.task.internal:no buildpackages task found 2020-11-19T18:00:31.140 INFO:teuthology.run_tasks:Running task internal.lock_machines... 2020-11-19T18:00:31.262 INFO:teuthology.task.internal.lock_machines:Locking machines... 2020-11-19T18:00:31.263 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2020-11-19T18:00:31.351 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:00:41.367 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:00:51.384 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:01:01.399 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:01:11.409 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:01:21.441 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:01:31.465 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:01:41.484 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:01:51.504 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:02:01.530 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:02:11.546 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:02:21.568 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:02:31.602 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:02:41.619 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:02:51.634 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:03:01.651 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:03:11.674 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:03:21.690 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:03:31.705 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:03:41.723 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:03:51.745 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:04:01.755 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:04:11.769 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:04:21.787 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:04:31.805 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:04:41.823 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:04:51.840 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:05:01.854 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:05:11.892 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:05:21.910 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:05:31.935 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:05:41.955 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:05:51.976 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:06:02.005 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:06:12.023 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:06:22.056 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:06:32.076 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:06:42.102 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:06:52.126 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:07:02.139 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:07:12.191 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:07:22.227 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:07:32.270 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:07:42.289 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:07:52.316 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:08:02.329 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:08:12.347 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:08:22.365 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:08:32.392 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:08:42.410 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:08:52.427 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:09:02.463 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:09:12.481 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:09:22.498 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:09:32.521 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:09:42.547 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:09:52.571 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:10:02.590 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:10:12.694 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:10:22.712 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:10:32.726 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:10:42.743 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:10:52.760 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:11:03.047 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:11:13.063 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:11:23.104 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:11:33.118 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:11:43.138 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:11:53.164 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:12:03.181 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:12:13.203 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:12:23.218 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:12:33.268 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:12:43.322 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:12:53.344 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:13:03.362 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:13:13.380 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:13:23.405 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:13:37.207 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:13:47.222 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:13:57.241 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:14:07.258 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:14:17.275 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:14:27.291 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:14:39.269 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:14:49.285 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:14:59.303 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:15:09.321 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:15:19.345 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:15:29.362 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:15:39.372 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:15:49.401 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:15:59.421 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:16:09.456 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:16:19.466 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:16:29.491 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:16:39.515 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:16:49.529 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:16:59.550 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:17:09.743 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:17:19.758 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:17:29.778 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:17:39.797 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:17:49.832 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:17:59.903 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:18:09.918 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:18:19.937 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:18:29.956 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:18:39.983 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:18:49.999 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:19:00.026 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:19:10.042 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:19:20.058 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:19:30.100 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:19:40.110 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:19:50.127 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:20:00.144 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:20:10.170 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:20:20.186 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:20:30.211 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:20:40.222 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:20:50.243 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:21:00.258 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:21:10.277 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:21:20.311 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:21:30.359 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:21:40.375 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:21:50.394 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:22:00.518 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:22:10.529 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:22:20.547 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:22:30.569 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:22:40.593 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:22:50.813 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:23:00.825 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:23:10.895 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:23:20.915 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:23:30.936 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:23:40.951 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:23:50.995 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:24:01.005 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:24:11.022 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:24:21.035 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:24:31.050 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:24:41.080 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:24:51.123 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:25:01.141 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:25:11.158 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:25:21.175 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:25:31.195 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:25:41.208 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:25:51.318 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:26:01.333 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:26:11.348 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:26:21.366 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:26:31.376 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:26:41.389 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:26:51.410 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:27:01.426 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:27:11.441 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:27:21.473 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:27:31.492 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:27:41.503 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:27:51.520 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:28:01.535 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:28:11.550 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:28:21.569 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:28:31.603 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:28:41.619 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:28:51.636 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:29:01.646 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:29:11.670 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:29:21.691 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:29:31.707 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:29:41.725 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:29:51.743 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:30:01.752 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 2)... 2020-11-19T18:30:11.766 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:30:21.781 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:30:31.802 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 2)... 2020-11-19T18:30:41.817 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:30:51.832 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:31:01.848 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:31:11.908 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:31:21.922 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:31:31.945 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:31:41.962 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:31:51.979 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:32:02.015 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:32:12.032 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:32:22.057 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:32:32.087 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:32:42.109 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:32:52.126 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 2)... 2020-11-19T18:33:02.152 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:33:12.183 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:33:22.200 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:33:32.218 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:33:42.242 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:33:52.260 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:34:02.279 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:34:12.297 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:34:22.317 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:34:32.336 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:34:42.364 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:34:52.382 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:35:02.400 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:35:12.414 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:35:22.438 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:35:32.456 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:35:43.496 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:35:53.514 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:36:03.529 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:36:13.552 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:36:23.569 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:36:33.587 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:36:43.610 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:36:53.630 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:37:03.651 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:37:13.666 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:37:23.681 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:37:33.698 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:37:43.719 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:37:53.737 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:38:03.754 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:38:13.769 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:38:23.786 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:38:33.805 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:38:43.821 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:38:53.829 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:39:03.849 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:39:13.883 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:39:23.910 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:39:33.935 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:39:43.949 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:39:53.966 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:40:03.980 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:40:14.006 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:40:24.036 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:40:34.053 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:40:44.923 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:40:54.935 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:41:05.819 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:41:15.827 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:41:25.875 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:41:35.892 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:41:45.911 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:41:55.928 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:42:05.938 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:42:15.956 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:42:25.976 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:42:35.987 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:42:46.031 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:42:56.054 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 2)... 2020-11-19T18:43:06.071 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:43:16.112 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:43:26.134 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:43:36.150 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:43:46.170 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:43:56.181 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:44:06.202 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:44:16.220 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:44:26.246 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:44:36.261 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:44:46.295 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:44:56.318 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:45:06.337 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:45:16.351 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:45:26.390 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:45:36.409 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:45:46.427 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:45:56.446 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:46:06.465 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:46:16.478 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:46:26.523 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:46:36.542 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:46:46.561 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:46:56.643 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:47:06.659 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:47:16.677 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:47:26.715 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:47:36.733 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:47:46.750 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:47:56.769 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:48:06.789 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:48:16.808 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:48:26.829 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:48:36.850 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:48:46.869 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:48:56.884 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:49:06.903 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:49:16.917 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:49:26.959 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:49:36.978 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:49:47.000 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 2)... 2020-11-19T18:49:57.023 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:50:07.038 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 2)... 2020-11-19T18:50:17.060 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:50:27.113 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:50:37.133 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:50:47.158 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:50:57.173 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:51:07.203 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:51:17.215 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:51:27.303 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:51:37.330 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:51:47.390 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:51:57.402 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:52:07.413 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:52:17.487 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 2)... 2020-11-19T18:52:27.514 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-11-19T18:52:37.541 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:52:47.560 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 1)... 2020-11-19T18:52:57.576 DEBUG:teuthology.lock.ops:lock_many request: {'locked_by': 'scheduled_jdillaman@dillaman-rh', 'count': 3, 'machine_type': 'smithi', 'description': '/home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308'} 2020-11-19T18:52:57.604 DEBUG:teuthology.lock.ops:locked ubuntu@smithi077.front.sepia.ceph.com, ubuntu@smithi002.front.sepia.ceph.com, ubuntu@smithi071.front.sepia.ceph.com 2020-11-19T18:52:58.190 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1774d1fd90>, signals=[15]) 2020-11-19T18:52:58.417 INFO:teuthology.provision.fog.smithi002:Scheduling deploy of rhel 8.3 2020-11-19T18:52:58.459 INFO:teuthology.provision.fog.smithi071:Scheduling deploy of rhel 8.3 2020-11-19T18:52:58.462 INFO:teuthology.provision.fog.smithi077:Scheduling deploy of rhel 8.3 2020-11-19T18:52:59.027 INFO:teuthology.orchestra.console:Power off smithi077 2020-11-19T18:52:59.028 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2020-11-19T18:52:59.078 INFO:teuthology.orchestra.console:Power off smithi071 2020-11-19T18:52:59.079 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2020-11-19T18:52:59.108 INFO:teuthology.orchestra.console:Power off smithi002 2020-11-19T18:52:59.109 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2020-11-19T18:52:59.276 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:52:59.288 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:52:59.300 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:03.322 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:03.471 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:03.492 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:07.578 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:07.593 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:07.742 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:07.862 INFO:teuthology.orchestra.console:Power off for smithi077 completed 2020-11-19T18:53:07.941 INFO:teuthology.orchestra.console:Power off for smithi071 completed 2020-11-19T18:53:07.959 INFO:teuthology.orchestra.console:Power off for smithi002 completed 2020-11-19T18:53:07.963 INFO:teuthology.orchestra.console:Power on smithi077 2020-11-19T18:53:07.964 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2020-11-19T18:53:08.141 INFO:teuthology.orchestra.console:Power on smithi071 2020-11-19T18:53:08.146 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2020-11-19T18:53:08.156 INFO:teuthology.orchestra.console:Power on smithi002 2020-11-19T18:53:08.157 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2020-11-19T18:53:08.169 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:08.188 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:08.199 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:12.218 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:12.226 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:12.246 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:12.435 INFO:teuthology.orchestra.console:Power on for smithi071 completed 2020-11-19T18:53:12.536 INFO:teuthology.provision.fog.smithi071:Waiting for deploy to finish 2020-11-19T18:53:16.331 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:16.947 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-11-19T18:53:17.158 INFO:teuthology.orchestra.console:Power on for smithi077 completed 2020-11-19T18:53:17.174 INFO:teuthology.orchestra.console:Power on for smithi002 completed 2020-11-19T18:53:17.259 INFO:teuthology.provision.fog.smithi077:Waiting for deploy to finish 2020-11-19T18:53:17.275 INFO:teuthology.provision.fog.smithi002:Waiting for deploy to finish 2020-11-19T18:55:36.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:55:44.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:55:51.940 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:01.419 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:08.587 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:10.471 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:16.264 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:17.639 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:19.558 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:25.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:26.694 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:34.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:35.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:43.434 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:44.807 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:56:52.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:57:16.685 INFO:teuthology.orchestra.run:Running command with timeout 600 2020-11-19T18:57:16.715 INFO:teuthology.orchestra.run.smithi071:> while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done 2020-11-19T18:57:25.561 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:57:25.931 INFO:teuthology.orchestra.run:Running command with timeout 600 2020-11-19T18:57:25.932 INFO:teuthology.orchestra.run.smithi002:> while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done 2020-11-19T18:57:26.248 INFO:teuthology.provision.fog.smithi002:Node is ready 2020-11-19T18:57:26.248 INFO:teuthology.orchestra.run.smithi002:> hostname 2020-11-19T18:57:26.263 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002.front.sepia.ceph.com 2020-11-19T18:57:26.264 INFO:teuthology.orchestra.run.smithi002:> grep smithi002.front.sepia.ceph.com /etc/hosts 2020-11-19T18:57:26.318 INFO:teuthology.orchestra.run.smithi002.stdout:172.21.15.2 smithi002.front.sepia.ceph.com smithi002 2020-11-19T18:57:26.319 INFO:teuthology.orchestra.run.smithi002:> sudo hostname smithi002 2020-11-19T18:57:26.437 INFO:teuthology.orchestra.run.smithi002:> sudo sed -i -e 's/smithi002.front.sepia.ceph.com/smithi002/g' /etc/hosts 2020-11-19T18:57:26.463 INFO:teuthology.orchestra.run.smithi002:> sudo sed -i -e 's/172.21.15.2/172.21.15.2/g' /etc/hosts 2020-11-19T18:57:26.528 INFO:teuthology.orchestra.run.smithi002:> sudo sed -i -e 's/smithi002.front.sepia.ceph.com/smithi002/g' /etc/hostname 2020-11-19T18:57:26.593 INFO:teuthology.orchestra.run.smithi002:> sudo hostname smithi002 2020-11-19T18:57:26.658 INFO:teuthology.provision.fog.smithi002:Deploy complete! 2020-11-19T18:57:26.659 DEBUG:teuthology.parallel:result is None 2020-11-19T18:57:36.598 INFO:teuthology.provision.fog.smithi071:Node is ready 2020-11-19T18:57:36.598 INFO:teuthology.orchestra.run.smithi071:> hostname 2020-11-19T18:57:36.618 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071.front.sepia.ceph.com 2020-11-19T18:57:36.619 INFO:teuthology.orchestra.run.smithi071:> grep smithi071.front.sepia.ceph.com /etc/hosts 2020-11-19T18:57:36.674 INFO:teuthology.orchestra.run.smithi071.stdout:172.21.15.71 smithi071.front.sepia.ceph.com smithi071 2020-11-19T18:57:36.675 INFO:teuthology.orchestra.run.smithi071:> sudo hostname smithi071 2020-11-19T18:57:36.809 INFO:teuthology.orchestra.run.smithi071:> sudo sed -i -e 's/smithi071.front.sepia.ceph.com/smithi071/g' /etc/hosts 2020-11-19T18:57:36.836 INFO:teuthology.orchestra.run.smithi071:> sudo sed -i -e 's/172.21.15.71/172.21.15.71/g' /etc/hosts 2020-11-19T18:57:36.901 INFO:teuthology.orchestra.run.smithi071:> sudo sed -i -e 's/smithi071.front.sepia.ceph.com/smithi071/g' /etc/hostname 2020-11-19T18:57:36.966 INFO:teuthology.orchestra.run.smithi071:> sudo hostname smithi071 2020-11-19T18:57:37.030 INFO:teuthology.provision.fog.smithi071:Deploy complete! 2020-11-19T18:57:37.031 DEBUG:teuthology.parallel:result is None 2020-11-19T18:57:58.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:57:58.806 INFO:teuthology.orchestra.run:Running command with timeout 600 2020-11-19T18:57:58.806 INFO:teuthology.orchestra.run.smithi077:> while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done 2020-11-19T18:57:59.142 INFO:teuthology.provision.fog.smithi077:Node is ready 2020-11-19T18:57:59.142 INFO:teuthology.orchestra.run.smithi077:> hostname 2020-11-19T18:57:59.158 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077.front.sepia.ceph.com 2020-11-19T18:57:59.159 INFO:teuthology.orchestra.run.smithi077:> grep smithi077.front.sepia.ceph.com /etc/hosts 2020-11-19T18:57:59.214 INFO:teuthology.orchestra.run.smithi077.stdout:172.21.15.77 smithi077.front.sepia.ceph.com smithi077 2020-11-19T18:57:59.215 INFO:teuthology.orchestra.run.smithi077:> sudo hostname smithi077 2020-11-19T18:57:59.324 INFO:teuthology.orchestra.run.smithi077:> sudo sed -i -e 's/smithi077.front.sepia.ceph.com/smithi077/g' /etc/hosts 2020-11-19T18:57:59.349 INFO:teuthology.orchestra.run.smithi077:> sudo sed -i -e 's/172.21.15.77/172.21.15.77/g' /etc/hosts 2020-11-19T18:57:59.414 INFO:teuthology.orchestra.run.smithi077:> sudo sed -i -e 's/smithi077.front.sepia.ceph.com/smithi077/g' /etc/hostname 2020-11-19T18:57:59.478 INFO:teuthology.orchestra.run.smithi077:> sudo hostname smithi077 2020-11-19T18:57:59.541 INFO:teuthology.provision.fog.smithi077:Deploy complete! 2020-11-19T18:57:59.542 DEBUG:teuthology.parallel:result is None 2020-11-19T18:57:59.786 INFO:teuthology.lock.ops:Checking smithi077.front.sepia.ceph.com 2020-11-19T18:57:59.787 INFO:teuthology.lock.ops:New key found. Updating... 2020-11-19T18:57:59.803 INFO:teuthology.lock.ops:Checking smithi002.front.sepia.ceph.com 2020-11-19T18:57:59.803 INFO:teuthology.lock.ops:New key found. Updating... 2020-11-19T18:57:59.816 INFO:teuthology.lock.ops:Checking smithi071.front.sepia.ceph.com 2020-11-19T18:57:59.817 INFO:teuthology.lock.ops:New key found. Updating... 2020-11-19T18:57:59.831 INFO:teuthology.lock.ops:Updating [smithi077.front.sepia.ceph.com]: set os type and version on server 2020-11-19T18:57:59.832 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-11-19T18:57:59.833 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:57:59.900 INFO:teuthology.orchestra.run.smithi077:> true 2020-11-19T18:58:00.055 INFO:teuthology.orchestra.run.smithi077:> uname -m 2020-11-19T18:58:00.110 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2020-11-19T18:58:00.110 INFO:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2020-11-19T18:58:00.163 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="Red Hat Enterprise Linux" 2020-11-19T18:58:00.164 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="8.3 (Ootpa)" 2020-11-19T18:58:00.164 INFO:teuthology.orchestra.run.smithi077.stdout:ID="rhel" 2020-11-19T18:58:00.164 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="fedora" 2020-11-19T18:58:00.164 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="8.3" 2020-11-19T18:58:00.165 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el8" 2020-11-19T18:58:00.165 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.3 (Ootpa)" 2020-11-19T18:58:00.165 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2020-11-19T18:58:00.165 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.3:GA" 2020-11-19T18:58:00.165 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://www.redhat.com/" 2020-11-19T18:58:00.166 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2020-11-19T18:58:00.166 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T18:58:00.167 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2020-11-19T18:58:00.167 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.3 2020-11-19T18:58:00.167 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2020-11-19T18:58:00.167 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.3" 2020-11-19T18:58:00.168 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2020-11-19T18:58:00.187 INFO:teuthology.lock.ops:Updating [smithi002.front.sepia.ceph.com]: set os type and version on server 2020-11-19T18:58:00.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-11-19T18:58:00.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:58:00.257 INFO:teuthology.orchestra.run.smithi002:> true 2020-11-19T18:58:00.437 INFO:teuthology.orchestra.run.smithi002:> uname -m 2020-11-19T18:58:00.492 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2020-11-19T18:58:00.492 INFO:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2020-11-19T18:58:00.558 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="Red Hat Enterprise Linux" 2020-11-19T18:58:00.559 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="8.3 (Ootpa)" 2020-11-19T18:58:00.559 INFO:teuthology.orchestra.run.smithi002.stdout:ID="rhel" 2020-11-19T18:58:00.559 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="fedora" 2020-11-19T18:58:00.559 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="8.3" 2020-11-19T18:58:00.560 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el8" 2020-11-19T18:58:00.560 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.3 (Ootpa)" 2020-11-19T18:58:00.560 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2020-11-19T18:58:00.560 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.3:GA" 2020-11-19T18:58:00.561 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://www.redhat.com/" 2020-11-19T18:58:00.561 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2020-11-19T18:58:00.561 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T18:58:00.561 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2020-11-19T18:58:00.562 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.3 2020-11-19T18:58:00.562 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2020-11-19T18:58:00.562 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.3" 2020-11-19T18:58:00.563 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2020-11-19T18:58:00.587 INFO:teuthology.lock.ops:Updating [smithi071.front.sepia.ceph.com]: set os type and version on server 2020-11-19T18:58:00.587 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-11-19T18:58:00.588 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:58:00.668 INFO:teuthology.orchestra.run.smithi071:> true 2020-11-19T18:58:00.837 INFO:teuthology.orchestra.run.smithi071:> uname -m 2020-11-19T18:58:00.892 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2020-11-19T18:58:00.892 INFO:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2020-11-19T18:58:00.947 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="Red Hat Enterprise Linux" 2020-11-19T18:58:00.947 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8.3 (Ootpa)" 2020-11-19T18:58:00.948 INFO:teuthology.orchestra.run.smithi071.stdout:ID="rhel" 2020-11-19T18:58:00.948 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="fedora" 2020-11-19T18:58:00.948 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8.3" 2020-11-19T18:58:00.948 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2020-11-19T18:58:00.949 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.3 (Ootpa)" 2020-11-19T18:58:00.949 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2020-11-19T18:58:00.949 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.3:GA" 2020-11-19T18:58:00.950 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://www.redhat.com/" 2020-11-19T18:58:00.950 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2020-11-19T18:58:00.951 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T18:58:00.951 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2020-11-19T18:58:00.951 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.3 2020-11-19T18:58:00.951 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2020-11-19T18:58:00.951 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.3" 2020-11-19T18:58:00.952 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2020-11-19T18:58:00.971 INFO:teuthology.task.internal.lock_machines:3 smithi machines locked this try, 3/3 locked so far 2020-11-19T18:58:01.021 INFO:teuthology.task.internal.lock_machines:Locked targets: smithi002.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU2AL2XEivqlC/Xu1qGpUSk/87Kah2sJK7z32RqLv8ZQzGarLHipX10TxyxxiIIk5KmG60h/HnFxvqt4Bf86vh2YrWNbXyzIR3HL6mQqQzkBuo9OUcilFmvhVTkp2SA1W1jNHEaybDT+f5eM5yi1mvrDyZEY0e2L2TUb42v28m5ziL7I6W5YiqEA5rLCW0eOc/BWyROjS18GEj5+Wif1rUk0jifgO+6EQPbVF+ZgLc6XA7t3sYepkvZFTBigX2/aiRzxBYORNHMlloMy6C2zR/J8ysnFKc6m2CWPuouODIBLuWQSg9uwCm1owTcRrguczQ7VhjfraG5TRHrW7kR5B9cBeV6yGrp/gMhKtRNJhwNVvYDXqLfA6gvdWe1YMG6u8QSgXBJitrEU/MgXGZZOS08k7oMXU79WXg8Or6CTDrOxbXWxDnskaEaTdQy0aJ52pdVjeMWLpt0EvIdNiMEZtktT4Ntxl3J609W3q6iY3SsA9zN/Iacmo8LyiH4qmKOwc= smithi071.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWdrY6h2SjaN82UBqtQXY/7cFOIPrPe9V6QUGl5pcaNark84cQPWICn/wPTNVcC1qx4SEu1pgUf+QTTTDASZBh148uXoDxE2p0ktRX2JwBVF0Ogu5l2Gyiyam0R6a61WGZgxtL+norDgxynwoiSsMDR+5xMVBCG8XXH9hHsnsGn1Pxv8uF978DxSMTaYOZOpczh+0hdiAQ7X8mFo/FAwoP6e/AP2DQWUqhh/rO3xopDhus/c+EYohv8mVqdLWuuuhGTmyCflY//NV2h1ayag02y+p+ZYhDN1VFqr4DPTJ/IwbJZeJtcd5Rp2++nHlzDgLsxYIPE1kjJsmTsTYbx5AgZqZZ0YjfjSmc5ZfFbW5SmoGkxV7TNru/KTA9l30HCwgIc2+1AtSXG56LJq+3Qxppcqng1uXWownbBgX3ItBxCijSqh18ug2vyn3ZmfEidOVdcawgo/plfSjyMzulY6CfLgYkMvzwP2SFoeED/KNysAoG90dvLZMb9nRxo9OH0rE= smithi077.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPScVJxAVnfd7yYj2D4FlDRt6eo3oJyEkajUvydsBta9EJGF9pumGD/vNzC1Vin3fdJXtfU0P4bF7kkPkIZcGEXW6PVUQWZZUPLDd+wcqR967Q+PLWKRXA4kBjTVdVJjK5vwU1vFmqCGbYTh839raIyFU+ZTRTFr+mktecP3+Rc6boplUFVeDL+MlE1p3aIw5qLIp4EQRvCmrYVCDk32swBaD31YLg20xwUfUlHZgJ7AUWyiA8MVtfEkU/Ab2B6LYPHp/nv1xGetNH6haRpZaLRld6fH+35G9XibGqeMyj4JhshMvS0Rl/CDbBedxk4moqfNqqOAepa+WDGcbkcBtcM2ym6amhsMEAwMsfZpfcSeCjSNQ0oWHQYsGZF7z+ySZv3g/pGzzzJWHKb+Oq4WnKP8PBF43rG+ZCv0qAKXlLIOYZO2JIvko/3GQ+a3p6UPYJ/2/YVNcJzelXZBrYzob2sChRYvj9pw7vapshLdvaHCI8iQDcyEHaHpY+jvSyois= 2020-11-19T18:58:01.022 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2020-11-19T18:58:01.078 INFO:teuthology.run_tasks:Running task internal.save_config... 2020-11-19T18:58:01.088 INFO:teuthology.task.internal:Saving configuration 2020-11-19T18:58:01.107 INFO:teuthology.run_tasks:Running task internal.check_lock... 2020-11-19T18:58:01.116 INFO:teuthology.task.internal.check_lock:Checking locks... 2020-11-19T18:58:01.136 DEBUG:teuthology.task.internal.check_lock:machine status is {'is_vm': False, 'locked': True, 'locked_since': '2020-11-19 18:52:57.589340', 'description': '/home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308', 'locked_by': 'scheduled_jdillaman@dillaman-rh', 'up': True, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGn6U+n/16DW2k9FHEIK6Kc8cpa75OdJf7wHum1S6SFkGfV5KWhq/QkWFXfHnzhwJP+CqWQkLQQMJC2vv3n5bp8=', 'os_version': '8.3', 'machine_type': 'smithi', 'vm_host': None, 'os_type': 'rhel', 'arch': 'x86_64', 'mac_address': None, 'name': 'smithi077.front.sepia.ceph.com'} 2020-11-19T18:58:01.155 DEBUG:teuthology.task.internal.check_lock:machine status is {'is_vm': False, 'locked': True, 'locked_since': '2020-11-19 18:52:57.589360', 'description': '/home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308', 'locked_by': 'scheduled_jdillaman@dillaman-rh', 'up': True, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOJ2XDzPVOsp4kzVm09RK0pC5VAf4ki9Qw3RQ6zKbtd8Mehwv1r7Pvt485Lmpsvx89+DAcMEi1bUhGD92YxBiyg=', 'os_version': '8.3', 'machine_type': 'smithi', 'vm_host': None, 'os_type': 'rhel', 'arch': 'x86_64', 'mac_address': None, 'name': 'smithi002.front.sepia.ceph.com'} 2020-11-19T18:58:01.171 DEBUG:teuthology.task.internal.check_lock:machine status is {'is_vm': False, 'locked': True, 'locked_since': '2020-11-19 18:52:57.589375', 'description': '/home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308', 'locked_by': 'scheduled_jdillaman@dillaman-rh', 'up': True, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEWpB6ldzISjOfl+T0jpQt72F6fC4J4tK5p+94y6cGH3QUfoTkS1X5kgzXTfwzmkQHnCwdWVOQzPTWTf2IPeMUQ=', 'os_version': '8.3', 'machine_type': 'smithi', 'vm_host': None, 'os_type': 'rhel', 'arch': 'x86_64', 'mac_address': None, 'name': 'smithi071.front.sepia.ceph.com'} 2020-11-19T18:58:01.171 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2020-11-19T18:58:01.179 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.x', 'osd.0', 'osd.1', 'osd.2', 'osd.3'] 2020-11-19T18:58:01.180 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['mon.b', 'mgr.y', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2020-11-19T18:58:01.180 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['client.0'] 2020-11-19T18:58:01.180 INFO:teuthology.run_tasks:Running task console_log... 2020-11-19T18:58:01.710 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1774c56c80>, signals=[15]) 2020-11-19T18:58:01.711 INFO:teuthology.run_tasks:Running task internal.connect... 2020-11-19T18:58:01.718 INFO:teuthology.task.internal:Opening connections... 2020-11-19T18:58:01.718 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T18:58:01.721 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:58:01.858 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T18:58:01.860 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:58:01.937 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2020-11-19T18:58:01.939 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T18:58:02.010 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2020-11-19T18:58:02.062 INFO:teuthology.orchestra.run.smithi077:> uname -m 2020-11-19T18:58:02.079 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2020-11-19T18:58:02.080 INFO:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2020-11-19T18:58:02.134 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="Red Hat Enterprise Linux" 2020-11-19T18:58:02.134 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="8.3 (Ootpa)" 2020-11-19T18:58:02.134 INFO:teuthology.orchestra.run.smithi077.stdout:ID="rhel" 2020-11-19T18:58:02.135 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="fedora" 2020-11-19T18:58:02.135 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="8.3" 2020-11-19T18:58:02.135 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el8" 2020-11-19T18:58:02.135 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.3 (Ootpa)" 2020-11-19T18:58:02.135 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2020-11-19T18:58:02.136 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.3:GA" 2020-11-19T18:58:02.136 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://www.redhat.com/" 2020-11-19T18:58:02.137 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2020-11-19T18:58:02.137 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T18:58:02.137 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2020-11-19T18:58:02.137 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.3 2020-11-19T18:58:02.137 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2020-11-19T18:58:02.138 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.3" 2020-11-19T18:58:02.138 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2020-11-19T18:58:02.154 INFO:teuthology.orchestra.run.smithi002:> uname -m 2020-11-19T18:58:02.171 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2020-11-19T18:58:02.172 INFO:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2020-11-19T18:58:02.226 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="Red Hat Enterprise Linux" 2020-11-19T18:58:02.227 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="8.3 (Ootpa)" 2020-11-19T18:58:02.227 INFO:teuthology.orchestra.run.smithi002.stdout:ID="rhel" 2020-11-19T18:58:02.227 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="fedora" 2020-11-19T18:58:02.227 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="8.3" 2020-11-19T18:58:02.228 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el8" 2020-11-19T18:58:02.228 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.3 (Ootpa)" 2020-11-19T18:58:02.228 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2020-11-19T18:58:02.228 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.3:GA" 2020-11-19T18:58:02.228 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://www.redhat.com/" 2020-11-19T18:58:02.229 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2020-11-19T18:58:02.229 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T18:58:02.229 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2020-11-19T18:58:02.229 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.3 2020-11-19T18:58:02.229 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2020-11-19T18:58:02.230 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.3" 2020-11-19T18:58:02.230 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2020-11-19T18:58:02.415 INFO:teuthology.orchestra.run.smithi071:> uname -m 2020-11-19T18:58:02.431 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2020-11-19T18:58:02.432 INFO:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2020-11-19T18:58:02.486 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="Red Hat Enterprise Linux" 2020-11-19T18:58:02.487 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8.3 (Ootpa)" 2020-11-19T18:58:02.487 INFO:teuthology.orchestra.run.smithi071.stdout:ID="rhel" 2020-11-19T18:58:02.487 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="fedora" 2020-11-19T18:58:02.487 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8.3" 2020-11-19T18:58:02.488 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2020-11-19T18:58:02.488 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.3 (Ootpa)" 2020-11-19T18:58:02.488 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2020-11-19T18:58:02.488 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.3:GA" 2020-11-19T18:58:02.489 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://www.redhat.com/" 2020-11-19T18:58:02.489 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2020-11-19T18:58:02.489 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T18:58:02.489 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2020-11-19T18:58:02.489 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.3 2020-11-19T18:58:02.490 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2020-11-19T18:58:02.490 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.3" 2020-11-19T18:58:02.490 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2020-11-19T18:58:02.513 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2020-11-19T18:58:02.542 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2020-11-19T18:58:02.552 INFO:teuthology.task.internal:Checking for old test directory... 2020-11-19T18:58:02.553 INFO:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2020-11-19T18:58:02.556 INFO:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2020-11-19T18:58:02.558 INFO:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2020-11-19T18:58:02.574 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2020-11-19T18:58:02.584 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2020-11-19T18:58:02.585 INFO:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2020-11-19T18:58:02.613 INFO:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2020-11-19T18:58:02.615 INFO:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2020-11-19T18:58:02.640 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2020-11-19T18:58:02.701 INFO:teuthology.run_tasks:Running task kernel... 2020-11-19T18:58:02.722 DEBUG:teuthology.task.kernel:normalized config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.c': {'kdb': True, 'sha1': 'distro'}, 'mgr.x': {'kdb': True, 'sha1': 'distro'}, 'osd.0': {'kdb': True, 'sha1': 'distro'}, 'osd.1': {'kdb': True, 'sha1': 'distro'}, 'osd.2': {'kdb': True, 'sha1': 'distro'}, 'osd.3': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}, 'mgr.y': {'kdb': True, 'sha1': 'distro'}, 'osd.4': {'kdb': True, 'sha1': 'distro'}, 'osd.5': {'kdb': True, 'sha1': 'distro'}, 'osd.6': {'kdb': True, 'sha1': 'distro'}, 'osd.7': {'kdb': True, 'sha1': 'distro'}, 'client.0': {'kdb': True, 'sha1': 'distro'}} 2020-11-19T18:58:02.723 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}, 'client.0': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2020-11-19T18:58:02.723 INFO:teuthology.orchestra.run.smithi077:> uname -r 2020-11-19T18:58:02.740 INFO:teuthology.orchestra.run.smithi077.stdout:4.18.0-240.1.1.el8_3.x86_64 2020-11-19T18:58:02.740 INFO:teuthology.task.kernel:Running kernel on smithi077: 4.18.0-240.1.1.el8_3.x86_64 2020-11-19T18:58:02.741 INFO:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2020-11-19T18:58:04.227 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T18:58:04.229 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2020-11-19T18:58:04.329 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T18:58:04.332 INFO:teuthology.orchestra.run.smithi077.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 2020-11-19T18:58:04.332 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T18:58:06.099 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 18 MB/s | 8.3 MB 00:00 2020-11-19T18:58:07.766 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 4.2 MB/s | 23 kB 00:00 2020-11-19T18:58:08.313 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-240.1.1.el8_3.x86_64 is already installed. 2020-11-19T18:58:08.314 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-240.el8.x86_64 is already installed. 2020-11-19T18:58:08.403 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T18:58:08.413 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T18:58:08.413 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T18:58:08.536 INFO:teuthology.orchestra.run.smithi077:> echo no | sudo yum reinstall kernel || true 2020-11-19T18:58:08.798 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T18:58:08.798 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2020-11-19T18:58:08.843 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T18:58:08.843 INFO:teuthology.orchestra.run.smithi077.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 2020-11-19T18:58:08.843 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T18:58:09.010 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Nov 2020 06:58:07 PM UTC. 2020-11-19T18:58:09.138 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-240.1.1.el8_3.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2020-11-19T18:58:09.139 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-240.el8.x86_64 (from anaconda) not available. 2020-11-19T18:58:09.182 INFO:teuthology.orchestra.run.smithi077.stderr:Error: No packages marked for reinstall. 2020-11-19T18:58:09.218 INFO:teuthology.orchestra.run.smithi077:> sudo yum reinstall -y kernel || true 2020-11-19T18:58:09.483 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T18:58:09.483 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2020-11-19T18:58:09.525 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T18:58:09.525 INFO:teuthology.orchestra.run.smithi077.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 2020-11-19T18:58:09.525 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T18:58:09.690 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Nov 2020 06:58:07 PM UTC. 2020-11-19T18:58:09.857 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-240.1.1.el8_3.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2020-11-19T18:58:09.858 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-240.el8.x86_64 (from anaconda) not available. 2020-11-19T18:58:09.896 INFO:teuthology.orchestra.run.smithi077.stderr:Error: No packages marked for reinstall. 2020-11-19T18:58:09.936 INFO:teuthology.orchestra.run.smithi077:> rpm -q kernel --last | head -n 1 2020-11-19T18:58:10.029 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64 Tue 10 Nov 2020 09:16:49 PM UTC 2020-11-19T18:58:10.031 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64 2020-11-19T18:58:13.370 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2020-11-19T18:58:13.370 INFO:teuthology.orchestra.run.smithi002:> uname -r 2020-11-19T18:58:13.388 INFO:teuthology.orchestra.run.smithi002.stdout:4.18.0-240.1.1.el8_3.x86_64 2020-11-19T18:58:13.388 INFO:teuthology.task.kernel:Running kernel on smithi002: 4.18.0-240.1.1.el8_3.x86_64 2020-11-19T18:58:13.389 INFO:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2020-11-19T18:58:15.033 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T18:58:15.040 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2020-11-19T18:58:15.164 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T18:58:15.164 INFO:teuthology.orchestra.run.smithi002.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 2020-11-19T18:58:15.164 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T18:58:16.946 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 19 MB/s | 8.3 MB 00:00 2020-11-19T18:58:18.734 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 1.1 MB/s | 23 kB 00:00 2020-11-19T18:58:19.269 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-4.18.0-240.1.1.el8_3.x86_64 is already installed. 2020-11-19T18:58:19.270 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-4.18.0-240.el8.x86_64 is already installed. 2020-11-19T18:58:19.380 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T18:58:19.390 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T18:58:19.390 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T18:58:19.517 INFO:teuthology.orchestra.run.smithi002:> echo no | sudo yum reinstall kernel || true 2020-11-19T18:58:19.797 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T18:58:19.798 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2020-11-19T18:58:19.842 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T18:58:19.842 INFO:teuthology.orchestra.run.smithi002.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 2020-11-19T18:58:19.843 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T18:58:20.022 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Nov 2020 06:58:18 PM UTC. 2020-11-19T18:58:20.154 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-240.1.1.el8_3.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2020-11-19T18:58:20.154 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-240.el8.x86_64 (from anaconda) not available. 2020-11-19T18:58:20.188 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2020-11-19T18:58:20.223 INFO:teuthology.orchestra.run.smithi002:> sudo yum reinstall -y kernel || true 2020-11-19T18:58:20.504 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T18:58:20.504 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2020-11-19T18:58:20.558 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T18:58:20.558 INFO:teuthology.orchestra.run.smithi002.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 2020-11-19T18:58:20.558 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T18:58:20.735 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Nov 2020 06:58:18 PM UTC. 2020-11-19T18:58:20.873 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-240.1.1.el8_3.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2020-11-19T18:58:20.874 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-240.el8.x86_64 (from anaconda) not available. 2020-11-19T18:58:20.899 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2020-11-19T18:58:20.936 INFO:teuthology.orchestra.run.smithi002:> rpm -q kernel --last | head -n 1 2020-11-19T18:58:21.024 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64 Tue 10 Nov 2020 09:16:49 PM UTC 2020-11-19T18:58:21.026 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64 2020-11-19T18:58:21.026 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2020-11-19T18:58:21.027 INFO:teuthology.orchestra.run.smithi071:> uname -r 2020-11-19T18:58:21.044 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-240.1.1.el8_3.x86_64 2020-11-19T18:58:21.045 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-240.1.1.el8_3.x86_64 2020-11-19T18:58:21.045 INFO:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2020-11-19T18:58:22.591 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T18:58:22.601 INFO:teuthology.orchestra.run.smithi071.stdout:Unable to read consumer identity 2020-11-19T18:58:22.695 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T18:58:22.696 INFO:teuthology.orchestra.run.smithi071.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 2020-11-19T18:58:22.696 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T18:58:24.439 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 19 MB/s | 8.3 MB 00:00 2020-11-19T18:58:26.086 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 4.5 MB/s | 23 kB 00:00 2020-11-19T18:58:26.599 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-240.1.1.el8_3.x86_64 is already installed. 2020-11-19T18:58:26.599 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-240.el8.x86_64 is already installed. 2020-11-19T18:58:26.698 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T18:58:26.707 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T18:58:26.707 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T18:58:26.805 INFO:teuthology.orchestra.run.smithi071:> echo no | sudo yum reinstall kernel || true 2020-11-19T18:58:27.067 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T18:58:27.067 INFO:teuthology.orchestra.run.smithi071.stdout:Unable to read consumer identity 2020-11-19T18:58:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T18:58:27.108 INFO:teuthology.orchestra.run.smithi071.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 2020-11-19T18:58:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T18:58:27.277 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:01 ago on Thu 19 Nov 2020 06:58:26 PM UTC. 2020-11-19T18:58:27.394 INFO:teuthology.orchestra.run.smithi071.stdout:Installed package kernel-4.18.0-240.1.1.el8_3.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2020-11-19T18:58:27.394 INFO:teuthology.orchestra.run.smithi071.stdout:Installed package kernel-4.18.0-240.el8.x86_64 (from anaconda) not available. 2020-11-19T18:58:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:Error: No packages marked for reinstall. 2020-11-19T18:58:27.458 INFO:teuthology.orchestra.run.smithi071:> sudo yum reinstall -y kernel || true 2020-11-19T18:58:27.719 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T18:58:27.720 INFO:teuthology.orchestra.run.smithi071.stdout:Unable to read consumer identity 2020-11-19T18:58:27.763 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T18:58:27.763 INFO:teuthology.orchestra.run.smithi071.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 2020-11-19T18:58:27.763 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T18:58:27.931 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:01 ago on Thu 19 Nov 2020 06:58:26 PM UTC. 2020-11-19T18:58:28.076 INFO:teuthology.orchestra.run.smithi071.stdout:Installed package kernel-4.18.0-240.1.1.el8_3.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2020-11-19T18:58:28.076 INFO:teuthology.orchestra.run.smithi071.stdout:Installed package kernel-4.18.0-240.el8.x86_64 (from anaconda) not available. 2020-11-19T18:58:28.099 INFO:teuthology.orchestra.run.smithi071.stderr:Error: No packages marked for reinstall. 2020-11-19T18:58:28.134 INFO:teuthology.orchestra.run.smithi071:> rpm -q kernel --last | head -n 1 2020-11-19T18:58:28.225 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64 Tue 10 Nov 2020 09:16:49 PM UTC 2020-11-19T18:58:28.227 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64 2020-11-19T18:58:28.227 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2020-11-19T18:58:28.227 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2020-11-19T18:58:28.228 INFO:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2020-11-19T18:58:28.274 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2020-11-19T18:58:28.278 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2020-11-19T18:58:28.278 INFO:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2020-11-19T18:58:28.315 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2020-11-19T18:58:28.332 INFO:teuthology.task.kernel:Enabling kdb on client.0... 2020-11-19T18:58:28.332 INFO:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2020-11-19T18:58:28.361 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2020-11-19T18:58:28.376 INFO:teuthology.run_tasks:Running task internal.base... 2020-11-19T18:58:28.386 INFO:teuthology.task.internal:Creating test directory... 2020-11-19T18:58:28.387 INFO:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2020-11-19T18:58:28.390 INFO:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2020-11-19T18:58:28.418 INFO:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2020-11-19T18:58:28.436 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2020-11-19T18:58:28.570 INFO:teuthology.run_tasks:Running task internal.archive... 2020-11-19T18:58:28.579 INFO:teuthology.task.internal:Creating archive directory... 2020-11-19T18:58:28.579 INFO:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2020-11-19T18:58:28.582 INFO:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2020-11-19T18:58:28.585 INFO:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2020-11-19T18:58:28.611 INFO:teuthology.run_tasks:Running task internal.coredump... 2020-11-19T18:58:28.618 INFO:teuthology.task.internal:Enabling coredump saving... 2020-11-19T18:58:28.619 INFO:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2020-11-19T18:58:28.652 INFO:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2020-11-19T18:58:28.654 INFO:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2020-11-19T18:58:28.681 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-11-19T18:58:28.682 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-11-19T18:58:28.687 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-11-19T18:58:28.690 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-11-19T18:58:28.695 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-11-19T18:58:28.700 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-11-19T18:58:28.701 INFO:teuthology.run_tasks:Running task internal.sudo... 2020-11-19T18:58:28.723 INFO:teuthology.task.internal:Configuring sudo... 2020-11-19T18:58:28.723 INFO:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2020-11-19T18:58:28.766 INFO:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2020-11-19T18:58:28.771 INFO:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2020-11-19T18:58:28.801 INFO:teuthology.run_tasks:Running task internal.syslog... 2020-11-19T18:58:29.105 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2020-11-19T18:58:29.110 INFO:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2020-11-19T18:58:29.118 INFO:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2020-11-19T18:58:29.122 INFO:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2020-11-19T18:58:29.139 INFO:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2020-11-19T18:58:29.253 INFO:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2020-11-19T18:58:29.608 INFO:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2020-11-19T18:58:29.687 INFO:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2020-11-19T18:58:29.733 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T18:58:29.734 INFO:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2020-11-19T18:58:29.787 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2020-11-19T18:58:29.797 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T18:58:29.797 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T18:58:29.797 INFO:teuthology.orchestra.run.smithi077.stderr:152 bytes copied, 5.3605e-05 s, 2.8 MB/s 2020-11-19T18:58:29.798 INFO:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2020-11-19T18:58:29.834 INFO:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2020-11-19T18:58:29.944 INFO:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2020-11-19T18:58:29.981 INFO:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2020-11-19T18:58:30.030 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T18:58:30.030 INFO:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2020-11-19T18:58:30.085 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2020-11-19T18:58:30.096 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T18:58:30.096 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T18:58:30.096 INFO:teuthology.orchestra.run.smithi002.stderr:152 bytes copied, 3.6841e-05 s, 4.1 MB/s 2020-11-19T18:58:30.097 INFO:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2020-11-19T18:58:30.132 INFO:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2020-11-19T18:58:30.193 INFO:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2020-11-19T18:58:30.271 INFO:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2020-11-19T18:58:30.318 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T18:58:30.318 INFO:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2020-11-19T18:58:30.371 INFO:teuthology.orchestra.run.smithi071.stderr:+ sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2020-11-19T18:58:30.381 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records in 2020-11-19T18:58:30.382 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records out 2020-11-19T18:58:30.382 INFO:teuthology.orchestra.run.smithi071.stderr:152 bytes copied, 4.8028e-05 s, 3.2 MB/s 2020-11-19T18:58:30.383 INFO:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2020-11-19T18:58:30.385 INFO:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2020-11-19T18:58:30.425 INFO:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2020-11-19T18:58:30.460 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2020-11-19T18:58:30.486 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2020-11-19T18:58:30.495 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2020-11-19T18:58:30.937 INFO:teuthology.run_tasks:Running task internal.timer... 2020-11-19T18:58:30.945 INFO:teuthology.task.internal:Starting timer... 2020-11-19T18:58:30.945 INFO:teuthology.run_tasks:Running task pcp... 2020-11-19T18:58:30.979 INFO:teuthology.run_tasks:Running task selinux... 2020-11-19T18:58:30.989 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2020-11-19T18:58:30.989 INFO:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2020-11-19T18:58:31.097 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: [ OK ] 2020-11-19T18:58:31.098 INFO:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2020-11-19T18:58:31.167 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: [ OK ] 2020-11-19T18:58:31.168 INFO:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2020-11-19T18:58:31.222 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: [ OK ] 2020-11-19T18:58:31.224 DEBUG:teuthology.task.selinux:Getting current SELinux state 2020-11-19T18:58:31.224 INFO:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2020-11-19T18:58:31.253 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2020-11-19T18:58:31.253 INFO:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2020-11-19T18:58:31.274 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2020-11-19T18:58:31.274 INFO:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2020-11-19T18:58:31.291 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2020-11-19T18:58:31.291 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi071.front.sepia.ceph.com': 'permissive'} 2020-11-19T18:58:31.291 INFO:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av '\(comm="dmidecode"\|chronyd.service\|name="cephtest"\|scontext=system_u:system_r:nrpe_t:s0\|scontext=system_u:system_r:pcp_pmlogger_t\|scontext=system_u:system_r:pcp_pmcd_t:s0\|comm="rhsmd"\|scontext=system_u:system_r:syslogd_t:s0\|tcontext=system_u:system_r:nrpe_t:s0\|comm="updatedb"\|comm="smartd"\|comm="rhsmcertd-worke"\|comm="setroubleshootd"\|comm="rpm"\|tcontext=system_u:object_r:container_runtime_exec_t:s0\|comm="ksmtuned"\|scontext=system_u:system_r:logrotate_t:s0\)' 2020-11-19T18:58:31.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2020-11-19T18:58:31.317 INFO:teuthology.orchestra.run.smithi002:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av '\(comm="dmidecode"\|chronyd.service\|name="cephtest"\|scontext=system_u:system_r:nrpe_t:s0\|scontext=system_u:system_r:pcp_pmlogger_t\|scontext=system_u:system_r:pcp_pmcd_t:s0\|comm="rhsmd"\|scontext=system_u:system_r:syslogd_t:s0\|tcontext=system_u:system_r:nrpe_t:s0\|comm="updatedb"\|comm="smartd"\|comm="rhsmcertd-worke"\|comm="setroubleshootd"\|comm="rpm"\|tcontext=system_u:object_r:container_runtime_exec_t:s0\|comm="ksmtuned"\|scontext=system_u:system_r:logrotate_t:s0\)' 2020-11-19T18:58:31.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2020-11-19T18:58:31.343 INFO:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av '\(comm="dmidecode"\|chronyd.service\|name="cephtest"\|scontext=system_u:system_r:nrpe_t:s0\|scontext=system_u:system_r:pcp_pmlogger_t\|scontext=system_u:system_r:pcp_pmcd_t:s0\|comm="rhsmd"\|scontext=system_u:system_r:syslogd_t:s0\|tcontext=system_u:system_r:nrpe_t:s0\|comm="updatedb"\|comm="smartd"\|comm="rhsmcertd-worke"\|comm="setroubleshootd"\|comm="rpm"\|tcontext=system_u:object_r:container_runtime_exec_t:s0\|comm="ksmtuned"\|scontext=system_u:system_r:logrotate_t:s0\)' 2020-11-19T18:58:31.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2020-11-19T18:58:31.367 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2020-11-19T18:58:31.368 INFO:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2020-11-19T18:58:31.397 INFO:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2020-11-19T18:58:31.421 INFO:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2020-11-19T18:58:31.445 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2020-11-19T18:58:31.454 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master was just updated; assuming it is current 2020-11-19T18:58:31.455 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to branch origin/master 2020-11-19T18:58:31.468 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}] 2020-11-19T18:58:31.469 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi077.front.sepia.ceph.com,smithi002.front.sepia.ceph.com,smithi071.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2020-11-19T18:58:31.776 INFO:teuthology.task.ansible.out:Using /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/ansible.cfg as config file 2020-11-19T18:58:32.595 INFO:teuthology.task.ansible.out:[WARNING]: file /home/teuthworker/src/git.ceph.com_git_ceph-cm- ansible_master/roles/testnode/tasks/setup-opensuse.yml is empty and had no tasks to include 2020-11-19T18:58:36.594 INFO:teuthology.task.ansible.out: PLAY [all] ********************************************************************* 2020-11-19T18:58:36.614 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:36 +0000 (0:00:00.232) 0:00:00.232 ***** 2020-11-19T18:58:36.627 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:36 +0000 (0:00:00.013) 0:00:00.245 ***** 2020-11-19T18:58:36.665 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:36 +0000 (0:00:00.036) 0:00:00.281 ***** 2020-11-19T18:58:38.293 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi077.front.sepia.ceph.com] 2020-11-19T18:58:38.365 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:38 +0000 (0:00:01.700) 0:00:01.982 ***** 2020-11-19T18:58:38.387 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] 2020-11-19T18:58:38.462 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:38 +0000 (0:00:00.098) 0:00:02.080 ***** 2020-11-19T18:58:38.476 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] 2020-11-19T18:58:38.745 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:38 +0000 (0:00:00.278) 0:00:02.359 ***** 2020-11-19T18:58:38.855 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the sudo group.] ******************************** ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-11-19T18:58:38.856 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-11-19T18:58:38.902 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:38 +0000 (0:00:00.161) 0:00:02.521 ***** 2020-11-19T18:58:38.937 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:38 +0000 (0:00:00.034) 0:00:02.555 ***** 2020-11-19T18:58:38.944 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-11-19T18:58:38.982 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:38 +0000 (0:00:00.044) 0:00:02.600 ***** 2020-11-19T18:58:39.584 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the ansible user.] ****************************** 2020-11-19T18:58:39.587 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 1100, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1100} ok: [smithi077.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 1100, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1100} 2020-11-19T18:58:39.620 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:39 +0000 (0:00:00.637) 0:00:03.237 ***** 2020-11-19T18:58:39.649 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:39 +0000 (0:00:00.030) 0:00:03.268 ***** 2020-11-19T18:58:39.656 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 1100, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1100} 2020-11-19T18:58:39.657 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Delete the ansible users password.] ******************** 2020-11-19T18:58:39.657 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:39.691 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:39 +0000 (0:00:00.041) 0:00:03.309 ***** 2020-11-19T18:58:39.730 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:39 +0000 (0:00:00.038) 0:00:03.347 ***** 2020-11-19T18:58:39.735 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:39.736 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:39.773 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:39 +0000 (0:00:00.043) 0:00:03.391 ***** 2020-11-19T18:58:39.812 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:39 +0000 (0:00:00.037) 0:00:03.429 ***** 2020-11-19T18:58:40.209 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Ensure includedir is present in sudoers.] ************** 2020-11-19T18:58:40.210 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} ok: [smithi071.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T18:58:40.243 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:40 +0000 (0:00:00.431) 0:00:03.861 ***** 2020-11-19T18:58:40.274 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:40 +0000 (0:00:00.030) 0:00:03.892 ***** 2020-11-19T18:58:40.280 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T18:58:40.317 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:40 +0000 (0:00:00.043) 0:00:03.935 ***** 2020-11-19T18:58:41.936 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the cephlab_sudo sudoers.d file.] *************** 2020-11-19T18:58:41.939 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "checksum": "6c8e8b7ecc895eb2094cafe75c34b58f183442a7", "dest": "/etc/sudoers.d/cephlab_sudo", "gid": 0, "group": "root", "md5sum": "c3657b9ef874d0ad278742c3210136a0", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 182, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1605812320.2875428-43370320914005/source", "state": "file", "uid": 0} 2020-11-19T18:58:41.941 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "checksum": "6c8e8b7ecc895eb2094cafe75c34b58f183442a7", "dest": "/etc/sudoers.d/cephlab_sudo", "gid": 0, "group": "root", "md5sum": "c3657b9ef874d0ad278742c3210136a0", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 182, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1605812320.2555325-147174082182963/source", "state": "file", "uid": 0} changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "checksum": "6c8e8b7ecc895eb2094cafe75c34b58f183442a7", "dest": "/etc/sudoers.d/cephlab_sudo", "gid": 0, "group": "root", "md5sum": "c3657b9ef874d0ad278742c3210136a0", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 182, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1605812320.552323-33188929750327/source", "state": "file", "uid": 0} 2020-11-19T18:58:41.995 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:41 +0000 (0:00:01.677) 0:00:05.613 ***** 2020-11-19T18:58:42.026 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:42 +0000 (0:00:00.031) 0:00:05.644 ***** 2020-11-19T18:58:42.238 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:42 +0000 (0:00:00.210) 0:00:05.855 ***** 2020-11-19T18:58:42.769 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Add authorized keys for the ansible user.] ************* ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "comment": null, "exclusive": true, "follow": false, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmiHwkLkoJZiQs67KfE8jf0CdXjgbbpzKywUleMk4kWC7Wdn+92q/33DXpfS8xjg7opB9GTK3EW2C/RKBpf5RdaVG/5M7tRyUDLLbS3CURUoF6aNQI+8JIuFlsIfhO3Qw4uT7NlJCqsusrSbyLtGd/Im4CzwhvP1Enn6aUfyxv2yV4HoVjXbbIp2hlRXgcW8G/9q0TMuNfX4J6dpj9/PG8BbkKH/NReL2UMtjCGyRdIQvIwJRHMozjcE21824ZatA7nBeecX0MBRS6/A286uj6Z0PgmfJXYw0yw2Z2uSWR1ptIuMEiDBt96Pzn0dvfl7g/7bCi93MBQf/6sH9n4wkN root@typica001\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT1KilDopHJzDZ90QJx4+7WVIC4WNdvpD6VrS83B3PFOplNyXZLfDSDRZ4wEzIKLwtR9vLWWInVBNFU00W/2dObSC+l9GDzKsHtO3KSVmAjHEk6ZAJ5Mc3eUPR0lAywpFD8+yg+kDDIkRtC 2020-11-19T18:58:42.771 INFO:teuthology.task.ansible.out:toHDq+kFvNQutdvrMuhNWOZLyQ2N2XrpRJVD2kiJvaml6nQoZXMtVQGPVcYbn3TRed/wxT/han2u6j/wiElv4r9ty+9zi3P1MoNiALD53sD7wMr/5Si6PX+5zWcXTNcQmTuGpiLwGw0RxCwr4gtwqKBaNae2d1bwnHanLc1KvQEw29O6aBca2f7GWxFY6QtQV/mNft dgalloway@w541\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoEI+g74GcJe/03nDypMzDWqg93K1h13xQPFvCIN7ElNZ+ulY5av5KLnv/gmLbYGRPlgxC7LNZXE7YQPUo2DfA8awnDkAkE/nWvL4fQjUxmaiPthjIWsKvk9EvPIqzLjDbwsiLiRPE0Sxka0qBa1GHU1QYN6cw7l9nWF0dG/TsKw+QmuArBKMgm9Th/QVLq1ARHC/07M1n195QvBjdrKSzOUl+2L1tADHg++sEWDq/MJMiylyNdxp79Wz7aTIlR6l8NV+Ega9LUb6B6xmO7k+J+/hJF7gYOeFl+YqnZttEdz+o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@aklap", "key_options": null, "keyfile": "/home/cm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cm", "validate_certs": true} ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "comment": null, "exclusive": true, "follow": false, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmiHwkLkoJZiQs67KfE8jf0CdXjgbbpzKywUleMk4kWC7Wdn+92q/33DXpfS8xjg7opB9GTK3EW2C/RKBpf5RdaVG/5M7tRyUDLLbS3CURUoF6aNQI+8JIuFlsIfhO3Qw4uT7NlJCqsusrSbyLtGd/Im4CzwhvP1Enn6aUfyxv2yV4HoVjXbbIp2hlRXgcW8G/9q0TMuNfX4J6dpj9/PG8BbkKH/NReL2UMtjCGyRdIQvIwJRHMozjcE21824ZatA7nBeecX0MBRS6/A286uj6Z0PgmfJXYw0yw2Z2uSWR1ptIuMEiDBt96Pzn0dvfl7g/7bCi93MBQf/6sH9n4wkN root@typica001\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1 2020-11-19T18:58:42.776 INFO:teuthology.task.ansible.out:cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT1KilDopHJzDZ90QJx4+7WVIC4WNdvpD6VrS83B3PFOplNyXZLfDSDRZ4wEzIKLwtR9vLWWInVBNFU00W/2dObSC+l9GDzKsHtO3KSVmAjHEk6ZAJ5Mc3eUPR0lAywpFD8+yg+kDDIkRtCtoHDq+kFvNQutdvrMuhNWOZLyQ2N2XrpRJVD2kiJvaml6nQoZXMtVQGPVcYbn3TRed/wxT/han2u6j/wiElv4r9ty+9zi3P1MoNiALD53sD7wMr/5Si6PX+5zWcXTNcQmTuGpiLwGw0RxCwr4gtwqKBaNae2d1bwnHanLc1KvQEw29O6aBca2f7GWxFY6QtQV/mNft dgalloway@w541\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoEI+g74GcJe/03nDypMzDWqg93K1h13xQPFvCIN7ElNZ+ulY5av5KLnv/gmLbYGRPlgxC7LNZXE7YQPUo2DfA8awnDkAkE/nWvL4fQjUxmaiPthjIWsKvk9EvPIqzLjDbwsiLiRPE0Sxka0qBa1GHU1QYN6cw7l9nWF0dG/TsKw+QmuArBKMgm9Th/QVLq1ARHC/07M1n195QvBjdrKSzOUl+2L1tADHg++sEWDq/MJMiylyNdxp79Wz7aTIlR6l8NV+Ega9LUb6B6xmO7k+J+/hJF7gYOeFl+YqnZttEdz+o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P 2020-11-19T18:58:42.782 INFO:teuthology.task.ansible.out:2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@aklap", "key_options": null, "keyfile": "/home/cm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cm", "validate_certs": true} 2020-11-19T18:58:42.825 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "comment": null, "exclusive": true, "follow": false, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmiHwkLkoJZiQs67KfE8jf0CdXjgbbpzKywUleMk4kWC7Wdn+92q/33DXpfS8xjg7opB9GTK3EW2C/RKBpf5RdaVG/5M7tRyUDLLbS3CURUoF6aNQI+8JIuFlsIfhO3Qw4uT7NlJCqsusrSbyLtGd/Im4CzwhvP1Enn6aUfyxv2yV4HoVjXbbIp2hlRXgcW8G/9q0TMuNfX4J6dpj9/PG8BbkKH/NReL2UMtjCGyRdIQvIwJRHMozjcE21824ZatA7nBeecX0MBRS6/A286uj6Z0PgmfJXYw0yw2Z2uSWR1ptIuMEiDBt96Pzn0dvfl7g/7bCi93MBQf/6sH9n4wkN root@typica001\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT1KilDopHJzDZ90QJx4+7WVIC4WNdvpD6VrS83B3PFOplNyXZLfDSDRZ4wEzIKLwtR9vLWWInVBNFU00W/2dObSC+l9GDzKsHtO3KSVmAjHEk6ZAJ5Mc3eUPR0lAywpFD8+yg+kDDIkRtCtoHDq+kFvNQutdvrMuhNWOZLyQ2N2XrpRJVD2kiJvaml6nQoZXMtVQGPVcYbn3TRed/wxT/han2u6j/wiElv 2020-11-19T18:58:42.827 INFO:teuthology.task.ansible.out:4r9ty+9zi3P1MoNiALD53sD7wMr/5Si6PX+5zWcXTNcQmTuGpiLwGw0RxCwr4gtwqKBaNae2d1bwnHanLc1KvQEw29O6aBca2f7GWxFY6QtQV/mNft dgalloway@w541\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoEI+g74GcJe/03nDypMzDWqg93K1h13xQPFvCIN7ElNZ+ulY5av5KLnv/gmLbYGRPlgxC7LNZXE7YQPUo2DfA8awnDkAkE/nWvL4fQjUxmaiPthjIWsKvk9EvPIqzLjDbwsiLiRPE0Sxka0qBa1GHU1QYN6cw7l9nWF0dG/TsKw+QmuArBKMgm9Th/QVLq1ARHC/07M1n195QvBjdrKSzOUl+2L1tADHg++sEWDq/MJMiylyNdxp79Wz7aTIlR6l8NV+Ega9LUb6B6xmO7k+J+/hJF7gYOeFl+YqnZttEdz+o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@aklap", "key_options": null, "keyfile": "/home/cm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cm", "validate_certs": true} 2020-11-19T18:58:42.968 INFO:teuthology.task.ansible.out: PLAY [teuthology] ************************************************************** skipping: no hosts matched 2020-11-19T18:58:42.975 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2020-11-19T18:58:43.134 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:43 +0000 (0:00:00.896) 0:00:06.752 ***** 2020-11-19T18:58:43.167 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:43 +0000 (0:00:00.033) 0:00:06.785 ***** 2020-11-19T18:58:43.199 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:43 +0000 (0:00:00.032) 0:00:06.817 ***** 2020-11-19T18:58:43.783 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi002.front.sepia.ceph.com] 2020-11-19T18:58:43.827 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] 2020-11-19T18:58:43.870 INFO:teuthology.task.ansible.out:[WARNING]: Using run_once with the free strategy is not currently supported. This task will still be executed for every host in the inventory list. 2020-11-19T18:58:43.871 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:43 +0000 (0:00:00.670) 0:00:07.488 ***** 2020-11-19T18:58:43.943 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:43 +0000 (0:00:00.072) 0:00:07.561 ***** 2020-11-19T18:58:44.234 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] 2020-11-19T18:58:44.308 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:44 +0000 (0:00:00.365) 0:00:07.926 ***** 2020-11-19T18:58:44.878 INFO:teuthology.task.ansible.out: TASK [users : Check keys_repo HEAD sha1] *************************************** 2020-11-19T18:58:44.879 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.430630", "end": "2020-11-19 18:58:44.848793", "rc": 0, "start": "2020-11-19 18:58:44.418163", "stderr": "", "stderr_lines": [], "stdout": "46fd2a03b54c2ce7520f33746fa0586027b558c3", "stdout_lines": ["46fd2a03b54c2ce7520f33746fa0586027b558c3"]} 2020-11-19T18:58:44.914 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:44 +0000 (0:00:00.604) 0:00:08.531 ***** 2020-11-19T18:58:44.920 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.479245", "end": "2020-11-19 18:58:44.893188", "rc": 0, "start": "2020-11-19 18:58:44.413943", "stderr": "", "stderr_lines": [], "stdout": "46fd2a03b54c2ce7520f33746fa0586027b558c3", "stdout_lines": ["46fd2a03b54c2ce7520f33746fa0586027b558c3"]} 2020-11-19T18:58:44.957 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:44 +0000 (0:00:00.043) 0:00:08.575 ***** 2020-11-19T18:58:44.966 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.194314", "end": "2020-11-19 18:58:44.935173", "rc": 0, "start": "2020-11-19 18:58:44.740859", "stderr": "", "stderr_lines": [], "stdout": "46fd2a03b54c2ce7520f33746fa0586027b558c3", "stdout_lines": ["46fd2a03b54c2ce7520f33746fa0586027b558c3"]} 2020-11-19T18:58:45.006 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.049) 0:00:08.624 ***** 2020-11-19T18:58:45.322 INFO:teuthology.task.ansible.out: TASK [users : Check host's /keys-repo-sha1 sentinel file] ********************** 2020-11-19T18:58:45.324 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.013736", "end": "2020-11-19 18:58:45.189075", "failed_when_result": false, "rc": 0, "start": "2020-11-19 18:58:45.175339", "stderr": "", "stderr_lines": [], "stdout": "46fd2a03b54c2ce7520f33746fa0586027b558c3", "stdout_lines": ["46fd2a03b54c2ce7520f33746fa0586027b558c3"]} changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.013012", "end": "2020-11-19 18:58:45.101967", "failed_when_result": false, "rc": 0, "start": "2020-11-19 18:58:45.088955", "stderr": "", "stderr_lines": [], "stdout": "46fd2a03b54c2ce7520f33746fa0586027b558c3", "stdout_lines": ["46fd2a03b54c2ce7520f33746fa0586027b558c3"]} 2020-11-19T18:58:45.328 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.011084", "end": "2020-11-19 18:58:45.136191", "failed_when_result": false, "rc": 0, "start": "2020-11-19 18:58:45.125107", "stderr": "", "stderr_lines": [], "stdout": "46fd2a03b54c2ce7520f33746fa0586027b558c3", "stdout_lines": ["46fd2a03b54c2ce7520f33746fa0586027b558c3"]} 2020-11-19T18:58:45.360 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.353) 0:00:08.978 ***** 2020-11-19T18:58:45.392 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.031) 0:00:09.009 ***** 2020-11-19T18:58:45.427 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.036) 0:00:09.046 ***** 2020-11-19T18:58:45.433 INFO:teuthology.task.ansible.out: TASK [users : Determine if we can skip users and pubkeys updates] ************** 2020-11-19T18:58:45.435 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"perform_users_role": false}, "changed": false} ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"perform_users_role": false}, "changed": false} 2020-11-19T18:58:45.470 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.041) 0:00:09.087 ***** 2020-11-19T18:58:45.505 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.035) 0:00:09.123 ***** 2020-11-19T18:58:45.511 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"perform_users_role": false}, "changed": false} 2020-11-19T18:58:45.513 INFO:teuthology.task.ansible.out: TASK [users : Merge extra_admin_users into managed_admin_users] **************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:45.552 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.046) 0:00:09.170 ***** 2020-11-19T18:58:45.833 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.278) 0:00:09.449 ***** 2020-11-19T18:58:45.838 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Remove managed_admin_users from managed_users] ******************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:45.878 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.045) 0:00:09.494 ***** 2020-11-19T18:58:45.907 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.031) 0:00:09.525 ***** 2020-11-19T18:58:45.915 INFO:teuthology.task.ansible.out: TASK [users : Merge extra_admin_users into managed_admin_users] **************** 2020-11-19T18:58:45.916 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Filter the managed_users list] *********************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:45.951 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.043) 0:00:09.569 ***** 2020-11-19T18:58:45.983 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:45 +0000 (0:00:00.032) 0:00:09.602 ***** 2020-11-19T18:58:45.989 INFO:teuthology.task.ansible.out: TASK [users : Remove managed_admin_users from managed_users] ******************* 2020-11-19T18:58:45.991 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Filter the managed_admin_users list] ***************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.029 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.045) 0:00:09.647 ***** 2020-11-19T18:58:46.066 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.036) 0:00:09.684 ***** 2020-11-19T18:58:46.074 INFO:teuthology.task.ansible.out: TASK [users : Remove managed_admin_users from managed_users] ******************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Set UID_MIN to 1001] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.107 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.041) 0:00:09.725 ***** 2020-11-19T18:58:46.140 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.032) 0:00:09.758 ***** 2020-11-19T18:58:46.151 INFO:teuthology.task.ansible.out: TASK [users : Filter the managed_users list] *********************************** 2020-11-19T18:58:46.152 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.153 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.153 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'zack', 'ovpn': 'zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.192 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.052) 0:00:09.810 ***** 2020-11-19T18:58:46.443 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.458 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'dmick', 'ovpn': 'dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dmick", "ovpn": "dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n"}, "skip_reason": "Conditional result was False"} TASK [users : Filter the managed_users list] *********************************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Create all admin users with sudo access.] ************************ skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'sage', 'ovpn': 'sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b037 2020-11-19T18:58:46.459 INFO:teuthology.task.ansible.out:4849e721b0c53a70\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sage", "ovpn": "sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.464 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcaratzas", "ovpn": "jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f821 2020-11-19T18:58:46.465 INFO:teuthology.task.ansible.out:5edda618f68dd2761257a9"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'smithfarm', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf', 'ovpn': 'smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'mbenjamin', 'ovpn': 'mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009 2020-11-19T18:58:46.467 INFO:teuthology.task.ansible.out:adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.516 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.323) 0:00:10.134 ***** 2020-11-19T18:58:46.524 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'amaredia', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour', 'ovpn': 'ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.526 INFO:teuthology.task.ansible.out: TASK [users : Filter the managed_admin_users list] ***************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Create all admin users with sudo access.] ************************ skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet', 'ovpn': 'tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "name": "tserlin", "ovpn": "tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.526 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.527 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={ 2020-11-19T18:58:46.531 INFO:teuthology.task.ansible.out:'name': 'gregf', 'ovpn': 'gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gregf", "ovpn": "gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae18905 2020-11-19T18:58:46.533 INFO:teuthology.task.ansible.out:74577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/h 2020-11-19T18:58:46.534 INFO:teuthology.task.ansible.out:D6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'yuriw', 'ovpn': 'yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.567 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.050) 0:00:10.185 ***** 2020-11-19T18:58:46.574 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.574 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jowilkin', 'ovpn': 'jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.575 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.577 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "skip_reason": "Conditional result was False"} TASK [users : Filter the managed_admin_users list] ***************************** 2020-11-19T18:58:46.577 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.578 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "skip_reason": "Conditional result w 2020-11-19T18:58:46.580 INFO:teuthology.task.ansible.out:as False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'joao', 'ovpn': 'joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'nhm', 'ovpn': 'nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha 2020-11-19T18:58:46.583 INFO:teuthology.task.ansible.out:HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.617 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.050) 0:00:10.235 ***** 2020-11-19T18:58:46.619 INFO:teuthology.task.ansible.out: 2020-11-19T18:58:46.627 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.629 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "skip_reason": "Conditional result was False"} TASK [users : Set UID_MIN to 1001] ********************************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.629 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ 2020-11-19T18:58:46.630 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.630 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.631 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "skip_reason": "Conditional res 2020-11-19T18:58:46.634 INFO:teuthology.task.ansible.out:ult was False"} 2020-11-19T18:58:46.637 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.672 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.055) 0:00:10.290 ***** 2020-11-19T18:58:46.684 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'vasu', 'ovpn': 'vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "skip_reason": "Conditional result was False"} TASK [users : Set UID_MIN to 1001] ********************************************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.686 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.687 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.687 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.687 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {" 2020-11-19T18:58:46.689 INFO:teuthology.task.ansible.out:ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.726 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:46 +0000 (0:00:00.054) 0:00:10.345 ***** 2020-11-19T18:58:46.735 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.736 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.738 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.739 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.739 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph. 2020-11-19T18:58:46.741 INFO:teuthology.task.ansible.out:com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'zack', 'ovpn': 'zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.751 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.756 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.757 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'dmick', 'ovpn': 'dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dmick", "ovpn": "dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'sage', 'ovpn': 'sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42 2020-11-19T18:58:46.759 INFO:teuthology.task.ansible.out:c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sage", "ovpn": "sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", 2020-11-19T18:58:46.760 INFO:teuthology.task.ansible.out:"changed": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.770 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.772 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcaratzas", "ovpn": "jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.783 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'smithfarm', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf', 'ovpn': 'smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.785 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'mbenjamin', 'ovpn': 'mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] 2020-11-19T18:58:46.787 INFO:teuthology.task.ansible.out:=> (item={'name': 'zack', 'ovpn': 'zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.788 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.803 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'amaredia', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour', 'ovpn': 'ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.804 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'dmick', 'ovpn': 'dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dmick", "ovpn": "dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sx 2020-11-19T18:58:46.806 INFO:teuthology.task.ansible.out:e8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet', 'ovpn': 'tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "name": "tserlin", "ovpn": "tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'sage', 'ovpn': 'sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sage", "ovpn": "sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a2606 2020-11-19T18:58:46.808 INFO:teuthology.task.ansible.out:77897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.818 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.820 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.820 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'gregf', 'ovpn': 'gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gregf", "ovpn": "gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9 2020-11-19T18:58:46.822 INFO:teuthology.task.ansible.out:dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcaratzas", "ovpn": "jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb48 2020-11-19T18:58:46.824 INFO:teuthology.task.ansible.out:8ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.832 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.834 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'smithfarm', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf', 'ovpn': 'smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c0 2020-11-19T18:58:46.835 INFO:teuthology.task.ansible.out:4c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'mbenjamin', 'ovpn': 'mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee225327 2020-11-19T18:58:46.837 INFO:teuthology.task.ansible.out:2dd55c21\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.847 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:46.850 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost eUvx+7UEx5IYGmS0lNIscQ 2f1bfd4874280b9f525a46e93e767504df80a9b09a83a2fea387dcd6e34bc0f8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost eUvx+7UEx5IYGmS0lNIscQ 2f1bfd4874280b9f525a46e93e767504df80a9b09a83a2fea387dcd6e34bc0f8"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'amaredia', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour', 'ovpn': 'ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensus 2020-11-19T18:58:46.852 INFO:teuthology.task.ansible.out:e-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'yuriw', 'ovpn': 'yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.054 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", 2020-11-19T18:58:47.058 INFO:teuthology.task.ansible.out: "changed": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'yuvalif', 'ovpn': 'ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9 2020-11-19T18:58:47.060 INFO:teuthology.task.ansible.out:KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jowilkin', 'ovpn': 'jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8be 2020-11-19T18:58:47.062 INFO:teuthology.task.ansible.out:be0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'sjust', 'ovpn': 'sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "skip_reason": "Conditional result was False 2020-11-19T18:58:47.066 INFO:teuthology.task.ansible.out:"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'rfriedma', 'ovpn': 'rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rfriedma", "ov 2020-11-19T18:58:47.068 INFO:teuthology.task.ansible.out:pn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKu 2020-11-19T18:58:47.077 INFO:teuthology.task.ansible.out:FYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet', 'ovpn': 'tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "name": "tserlin", "ovpn": "tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'gregf', 'ovpn': 'gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7p 2020-11-19T18:58:47.079 INFO:teuthology.task.ansible.out:YLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gregf", "ovpn": "gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db 2020-11-19T18:58:47.081 INFO:teuthology.task.ansible.out:97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.094 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "item": { 2020-11-19T18:58:47.097 INFO:teuthology.task.ansible.out:"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.099 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.100 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zdover", "ovpn": "zdover@leno 2020-11-19T18:58:47.103 INFO:teuthology.task.ansible.out:vot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.112 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'joao', 'ovpn': 'joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.126 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'nhm', 'ovpn': 'nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45 2020-11-19T18:58:47.128 INFO:teuthology.task.ansible.out:a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.139 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.151 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.163 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.165 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'yuriw', 'ovpn': 'yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "skip_reason": "Conditional result was False"} skipping: [smithi00 2020-11-19T18:58:47.167 INFO:teuthology.task.ansible.out:2.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk 2020-11-19T18:58:47.169 INFO:teuthology.task.ansible.out:8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jowilkin', 'ovpn': 'jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdb 2020-11-19T18:58:47.171 INFO:teuthology.task.ansible.out:f479b951bfd2efb\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.181 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.184 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.194 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.196 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'vasu', 'ovpn': 'vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.838 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.846 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.847 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.848 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.860 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.861 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.866 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'joao', 'ovpn': 'joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'xuxuehan', 'ovpn': 'xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'nam 2020-11-19T18:58:47.867 INFO:teuthology.task.ansible.out:e': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'nhm', 'ovpn': 'nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "skip_reason": "Condi 2020-11-19T18:58:47.869 INFO:teuthology.task.ansible.out:tional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.879 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.880 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.882 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.883 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.914 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlayton", "ovpn" 2020-11-19T18:58:47.915 INFO:teuthology.task.ansible.out:: "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rza 2020-11-19T18:58:47.917 INFO:teuthology.task.ansible.out:rzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.932 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.934 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.936 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.937 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.943 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.963 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'vasu', 'ovpn': 'vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.967 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:47.970 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.396 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.398 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.442 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "chan 2020-11-19T18:58:48.443 INFO:teuthology.task.ansible.out:ged": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph 2020-11-19T18:58:48.445 INFO:teuthology.task.ansible.out:.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b 2020-11-19T18:58:48.447 INFO:teuthology.task.ansible.out:33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "skip_reason": "Conditional 2020-11-19T18:58:48.448 INFO:teuthology.task.ansible.out:result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.449 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.449 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "changed": false, "item": { 2020-11-19T18:58:48.462 INFO:teuthology.task.ansible.out:"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.509 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:48 +0000 (0:00:01.778) 0:00:12.124 ***** 2020-11-19T18:58:48.520 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.522 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.523 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn' 2020-11-19T18:58:48.525 INFO:teuthology.task.ansible.out:: 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.527 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.528 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.530 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.532 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.533 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "changed": false, "it 2020-11-19T18:58:48.536 INFO:teuthology.task.ansible.out:em": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost eUvx+7UEx5IYGmS0lNIscQ 2f1bfd4874280b9f525a46e93e767504df80a9b09a83a2fea387dcd6e34bc0f8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost eUvx+7UEx5IYGmS0lNIscQ 2f1bfd4874280b9f525a46e93e767504df80a9b09a83a2fea387dcd6e34bc0f8"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.545 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.547 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.548 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rpavani1998", 2020-11-19T18:58:48.550 INFO:teuthology.task.ansible.out: "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'yuvalif', 'ovpn': 'ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "skip_reason": "Conditional result was False"} TASK [users : Create all users without sudo access.] *************************** 2020-11-19T18:58:48.551 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969 2020-11-19T18:58:48.553 INFO:teuthology.task.ansible.out:036a6326b0f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.593 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:48 +0000 (0:00:00.087) 0:00:12.211 ***** 2020-11-19T18:58:48.603 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.603 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.605 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost eUvx+7UEx5IYGmS0lNIscQ 2f1bfd4874280b9f525a46e93e767504df80a9b09a83a2fea387dcd6e34bc0f8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost eUvx+7UEx5IYGmS0lNIscQ 2f1bfd4874280b9f525a46e93e767504df80a9b09a83a2fea387dcd6e34bc0f8"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.607 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.609 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'sjust', 'ovpn': 'sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'yuvalif', 'ovpn': 'ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj 2020-11-19T18:58:48.610 INFO:teuthology.task.ansible.out:1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.611 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.612 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.631 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.633 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'rfriedma', 'ovpn': 'rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189'}) => {"ansible_loop_var": "item", "changed": false, "item": {"na 2020-11-19T18:58:48.635 INFO:teuthology.task.ansible.out:me": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'sjust', 'ovpn': 'sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458 2020-11-19T18:58:48.637 INFO:teuthology.task.ansible.out:c08f280814d652e34c87e96f8a2e8bef1928926f"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "s 2020-11-19T18:58:48.638 INFO:teuthology.task.ansible.out:kip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "skip_reason": "Conditional result was False"} TASK [users : Merge managed_users and managed_admin users] ********************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Create all admin users with sudo access.] ************************ skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "skip_reason": "C 2020-11-19T18:58:48.642 INFO:teuthology.task.ansible.out:onditional result was False"} 2020-11-19T18:58:48.686 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:48 +0000 (0:00:00.092) 0:00:12.304 ***** 2020-11-19T18:58:48.698 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'rfriedma', 'ovpn': 'rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.702 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'zdover', 2020-11-19T18:58:48.707 INFO:teuthology.task.ansible.out: 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a4 2020-11-19T18:58:48.710 INFO:teuthology.task.ansible.out:8dca0821fb13f"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_l 2020-11-19T18:58:48.712 INFO:teuthology.task.ansible.out:oop_var": "item", "changed": false, "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.718 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.719 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.720 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.720 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kapandya", "ovpn": 2020-11-19T18:58:48.722 INFO:teuthology.task.ansible.out: "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "skip_reason": "Conditional result was False"} TASK [users : Clone the keys repo] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.722 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.723 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vikhyat", "ovpn 2020-11-19T18:58:48.725 INFO:teuthology.task.ansible.out:": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.758 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:48 +0000 (0:00:00.072) 0:00:12.377 ***** 2020-11-19T18:58:48.765 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.767 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.768 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.768 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "item": { 2020-11-19T18:58:48.770 INFO:teuthology.task.ansible.out:"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.770 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.772 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.773 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.774 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'xuxuehan', 'ovpn': 'xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.775 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.777 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.778 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.790 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.795 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-11-19T18:58:48.797 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Create all admin users with sudo access.] ************************ skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'xuxuehan', 'ovpn': 'xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchang" 2020-11-19T18:58:48.799 INFO:teuthology.task.ansible.out:, "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.832 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:48 +0000 (0:00:00.072) 0:00:12.449 ***** 2020-11-19T18:58:48.838 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.841 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.844 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.844 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansib 2020-11-19T18:58:48.846 INFO:teuthology.task.ansible.out:le_loop_var": "item", "changed": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.846 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "skip_reason": "Conditional result 2020-11-19T18:58:48.849 INFO:teuthology.task.ansible.out:was False"} 2020-11-19T18:58:48.857 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.859 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.874 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.876 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.877 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.877 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo acce 2020-11-19T18:58:48.879 INFO:teuthology.task.ansible.out:ss.] ************************ skipping: [smithi077.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.926 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:48 +0000 (0:00:00.094) 0:00:12.544 ***** 2020-11-19T18:58:48.957 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:48 +0000 (0:00:00.030) 0:00:12.575 ***** 2020-11-19T18:58:48.986 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:48 +0000 (0:00:00.029) 0:00:12.604 ***** 2020-11-19T18:58:48.992 INFO:teuthology.task.ansible.out: TASK [users : Filter the revoked_users list] *********************************** 2020-11-19T18:58:48.997 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:48.999 INFO:teuthology.task.ansible.out: TASK [users : Create all users without sudo access.] *************************** 2020-11-19T18:58:49.032 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.045) 0:00:12.650 ***** 2020-11-19T18:58:49.064 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.032) 0:00:12.682 ***** 2020-11-19T18:58:49.112 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.047) 0:00:12.730 ***** 2020-11-19T18:58:49.118 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-11-19T18:58:49.120 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.121 INFO:teuthology.task.ansible.out: TASK [users : Merge managed_users and managed_admin users] ********************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.121 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** skipping: [smithi002.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.121 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.172 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.059) 0:00:12.790 ***** 2020-11-19T18:58:49.180 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.182 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.182 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.182 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.183 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.183 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.184 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.185 INFO:teuthology.task.ansible.out: TASK [users : Merge managed_users and managed_admin users] ********************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Remove revoked users] ******************************************** skipping: [smithi002.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.185 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.186 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.189 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.230 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.058) 0:00:12.848 ***** 2020-11-19T18:58:49.237 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=loic) => {"ansible_loop_var": "item", "changed": false, "item": "loic", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.242 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.244 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "skip_reason": "Conditional result was False"} TASK [users : Clone the keys repo] ********************************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Remove revoked users] ******************************************** skipping: [smithi002.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.244 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.246 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.247 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.248 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.248 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.249 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.293 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.060) 0:00:12.909 ***** 2020-11-19T18:58:49.300 INFO:teuthology.task.ansible.out: TASK [users : Clone the keys repo] ********************************************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Remove revoked users] ******************************************** skipping: [smithi002.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": false, "item": "dorinda", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.302 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.303 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.303 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.341 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.050) 0:00:12.959 ***** 2020-11-19T18:58:49.349 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.352 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-11-19T18:58:49.354 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.387 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.046) 0:00:13.006 ***** 2020-11-19T18:58:49.419 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.031) 0:00:13.037 ***** 2020-11-19T18:58:49.428 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.468 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.049) 0:00:13.086 ***** 2020-11-19T18:58:49.477 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-11-19T18:58:49.479 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.516 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.048) 0:00:13.135 ***** 2020-11-19T18:58:49.530 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.565 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.048) 0:00:13.183 ***** 2020-11-19T18:58:49.571 INFO:teuthology.task.ansible.out: TASK [users : Filter the revoked_users list] *********************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.607 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.041) 0:00:13.225 ***** 2020-11-19T18:58:49.616 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.654 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.047) 0:00:13.273 ***** 2020-11-19T18:58:49.665 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-11-19T18:58:49.666 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.678 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.679 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.689 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.690 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.702 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.704 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.714 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.716 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.726 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.728 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.739 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.740 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.750 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.752 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.762 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.763 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.774 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.776 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=loic) => {"ansible_loop_var": "item", "changed": false, "item": "loic", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.776 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.787 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.809 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.811 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.811 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.812 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.812 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.812 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.813 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.813 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.813 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.824 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.826 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.837 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.839 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=loic) => {"ansible_loop_var": "item", "changed": false, "item": "loic", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.839 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.841 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.841 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": false, "item": "dorinda", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.842 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.842 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.842 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.843 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.854 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.856 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.867 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.868 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.880 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.882 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.886 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": false, "item": "dorinda", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.888 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.921 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.266) 0:00:13.539 ***** 2020-11-19T18:58:49.929 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.932 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.934 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.936 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "skip_reason": "Conditional result was False"} 2020-11-19T18:58:49.979 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:49 +0000 (0:00:00.057) 0:00:13.597 ***** 2020-11-19T18:58:50.368 INFO:teuthology.task.ansible.out: TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** 2020-11-19T18:58:50.370 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "eefb312a9cf82af5b9a46fb88fa640babe5fe20f", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/keys-repo-sha1", "secontext": "system_u:object_r:etc_runtime_t:s0", "size": 40, "state": "file", "uid": 0} 2020-11-19T18:58:50.406 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:50 +0000 (0:00:00.426) 0:00:14.024 ***** 2020-11-19T18:58:50.434 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** 2020-11-19T18:58:50.436 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => { "msg": "Host smithi002.front.sepia.ceph.com is running RedHat 8.3 (Ootpa)" } 2020-11-19T18:58:50.468 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:50 +0000 (0:00:00.062) 0:00:14.087 ***** 2020-11-19T18:58:50.517 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** 2020-11-19T18:58:50.519 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/redhat_8.yml) => {"ansible_facts": {"nrpe_selinux_packages": ["python3-libsemanage", "python3-policycoreutils"], "rhsm_repos": ["rhel-8-for-x86_64-baseos-rpms", "rhel-8-for-x86_64-appstream-rpms"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/redhat_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/redhat_8.yml"} 2020-11-19T18:58:50.551 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:50 +0000 (0:00:00.082) 0:00:14.169 ***** 2020-11-19T18:58:50.558 INFO:teuthology.task.ansible.out: TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** 2020-11-19T18:58:50.560 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "eefb312a9cf82af5b9a46fb88fa640babe5fe20f", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/keys-repo-sha1", "secontext": "system_u:object_r:etc_runtime_t:s0", "size": 40, "state": "file", "uid": 0} 2020-11-19T18:58:50.604 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:50 +0000 (0:00:00.052) 0:00:14.222 ***** 2020-11-19T18:58:50.610 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2020-11-19T18:58:50.612 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:50.644 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:50 +0000 (0:00:00.040) 0:00:14.263 ***** 2020-11-19T18:58:50.651 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** 2020-11-19T18:58:50.653 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => { "msg": "Host smithi071.front.sepia.ceph.com is running RedHat 8.3 (Ootpa)" } 2020-11-19T18:58:50.687 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:50 +0000 (0:00:00.042) 0:00:14.305 ***** 2020-11-19T18:58:50.695 INFO:teuthology.task.ansible.out: TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** 2020-11-19T18:58:50.696 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "eefb312a9cf82af5b9a46fb88fa640babe5fe20f", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/keys-repo-sha1", "secontext": "system_u:object_r:etc_runtime_t:s0", "size": 40, "state": "file", "uid": 0} 2020-11-19T18:58:50.733 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:50 +0000 (0:00:00.045) 0:00:14.351 ***** 2020-11-19T18:58:50.741 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** ok: [smithi071.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/redhat_8.yml) => {"ansible_facts": {"nrpe_selinux_packages": ["python3-libsemanage", "python3-policycoreutils"], "rhsm_repos": ["rhel-8-for-x86_64-baseos-rpms", "rhel-8-for-x86_64-appstream-rpms"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/redhat_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/redhat_8.yml"} 2020-11-19T18:58:50.775 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:50 +0000 (0:00:00.042) 0:00:14.393 ***** 2020-11-19T18:58:50.782 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** 2020-11-19T18:58:50.784 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => { "msg": "Host smithi077.front.sepia.ceph.com is running RedHat 8.3 (Ootpa)" } 2020-11-19T18:58:51.014 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.236) 0:00:14.630 ***** 2020-11-19T18:58:51.019 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2020-11-19T18:58:51.021 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:51.058 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.047) 0:00:14.677 ***** 2020-11-19T18:58:51.065 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** 2020-11-19T18:58:51.066 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/redhat_8.yml) => {"ansible_facts": {"nrpe_selinux_packages": ["python3-libsemanage", "python3-policycoreutils"], "rhsm_repos": ["rhel-8-for-x86_64-baseos-rpms", "rhel-8-for-x86_64-appstream-rpms"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/redhat_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/redhat_8.yml"} 2020-11-19T18:58:51.111 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.052) 0:00:14.729 ***** 2020-11-19T18:58:51.138 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2020-11-19T18:58:51.140 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:51.171 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.060) 0:00:14.790 ***** 2020-11-19T18:58:51.179 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** 2020-11-19T18:58:51.180 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.308798", "end": "2020-11-19 18:58:51.125854", "rc": 0, "start": "2020-11-19 18:58:50.817056", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2020-11-19T18:58:51.215 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.043) 0:00:14.833 ***** 2020-11-19T18:58:51.245 INFO:teuthology.task.ansible.out: TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* 2020-11-19T18:58:51.247 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:51.539 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.324) 0:00:15.157 ***** 2020-11-19T18:58:51.569 INFO:teuthology.task.ansible.out: TASK [common : Wait for reboot in case of systemd workaround] ****************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:51.603 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.063) 0:00:15.221 ***** 2020-11-19T18:58:51.641 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** 2020-11-19T18:58:51.642 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.387191", "end": "2020-11-19 18:58:51.618783", "rc": 0, "start": "2020-11-19 18:58:51.231592", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2020-11-19T18:58:51.675 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.071) 0:00:15.293 ***** 2020-11-19T18:58:51.709 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.033) 0:00:15.327 ***** 2020-11-19T18:58:51.719 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.323775", "end": "2020-11-19 18:58:51.660148", "rc": 0, "start": "2020-11-19 18:58:51.336373", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2020-11-19T18:58:51.721 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:51.754 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.045) 0:00:15.372 ***** 2020-11-19T18:58:51.792 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.038) 0:00:15.410 ***** 2020-11-19T18:58:51.798 INFO:teuthology.task.ansible.out: TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* 2020-11-19T18:58:51.800 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Install yum on Fedora 22 and later] ***************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:51.833 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.041) 0:00:15.451 ***** 2020-11-19T18:58:51.869 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.035) 0:00:15.487 ***** 2020-11-19T18:58:51.876 INFO:teuthology.task.ansible.out: TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* 2020-11-19T18:58:51.878 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Set entitlements_path] ****************************************** ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"entitlements_path": "/etc/ansible/secrets/entitlements.yml"}, "changed": false} 2020-11-19T18:58:51.911 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.042) 0:00:15.529 ***** 2020-11-19T18:58:51.946 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.033) 0:00:15.563 ***** 2020-11-19T18:58:51.952 INFO:teuthology.task.ansible.out: TASK [common : Wait for reboot in case of systemd workaround] ****************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:51.989 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:51 +0000 (0:00:00.044) 0:00:15.607 ***** 2020-11-19T18:58:51.996 INFO:teuthology.task.ansible.out: TASK [common : Include Red Hat encrypted variables.] *************************** 2020-11-19T18:58:51.997 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ok: [smithi002.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [common : Wait for reboot in case of systemd workaround] ****************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:52.282 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:52 +0000 (0:00:00.283) 0:00:15.890 ***** 2020-11-19T18:58:52.306 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:52 +0000 (0:00:00.031) 0:00:15.921 ***** 2020-11-19T18:58:52.321 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** 2020-11-19T18:58:52.329 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Set have_entitlements] ****************************************** ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"have_entitlements": true}, "changed": false} 2020-11-19T18:58:52.357 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:52 +0000 (0:00:00.053) 0:00:15.975 ***** 2020-11-19T18:58:52.742 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:52 +0000 (0:00:00.381) 0:00:16.357 ***** 2020-11-19T18:58:52.750 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:52.792 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:52 +0000 (0:00:00.053) 0:00:16.410 ***** 2020-11-19T18:58:52.799 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:53.478 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:53 +0000 (0:00:00.685) 0:00:17.096 ***** 2020-11-19T18:58:53.484 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:53.950 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:53 +0000 (0:00:00.468) 0:00:17.564 ***** 2020-11-19T18:58:53.958 INFO:teuthology.task.ansible.out: TASK [common : Install yum on Fedora 22 and later] ***************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:54.015 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:54 +0000 (0:00:00.069) 0:00:17.634 ***** 2020-11-19T18:58:54.039 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:58:54.202 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:54 +0000 (0:00:00.185) 0:00:17.819 ***** 2020-11-19T18:58:54.208 INFO:teuthology.task.ansible.out: TASK [common : Set entitlements_path] ****************************************** 2020-11-19T18:58:54.211 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"entitlements_path": "/etc/ansible/secrets/entitlements.yml"}, "changed": false} 2020-11-19T18:58:54.250 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:54 +0000 (0:00:00.047) 0:00:17.867 ***** 2020-11-19T18:58:54.267 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"entitlements_path": "/etc/ansible/secrets/entitlements.yml"}, "changed": false} 2020-11-19T18:58:54.308 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:54 +0000 (0:00:00.058) 0:00:17.926 ***** 2020-11-19T18:58:54.316 INFO:teuthology.task.ansible.out: TASK [common : Include Red Hat encrypted variables.] *************************** 2020-11-19T18:58:54.317 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ok: [smithi071.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-11-19T18:58:54.355 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:54 +0000 (0:00:00.047) 0:00:17.973 ***** 2020-11-19T18:58:54.364 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-11-19T18:58:54.366 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-11-19T18:58:54.400 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:54 +0000 (0:00:00.044) 0:00:18.018 ***** 2020-11-19T18:58:54.407 INFO:teuthology.task.ansible.out: TASK [common : Set have_entitlements] ****************************************** 2020-11-19T18:58:54.409 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"have_entitlements": true}, "changed": false} 2020-11-19T18:58:54.446 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:54 +0000 (0:00:00.045) 0:00:18.064 ***** 2020-11-19T18:58:54.452 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"have_entitlements": true}, "changed": false} 2020-11-19T18:58:54.492 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:54 +0000 (0:00:00.046) 0:00:18.110 ***** 2020-11-19T18:58:55.042 INFO:teuthology.task.ansible.out: TASK [common : Install CA Cert from Satellite Server] ************************** 2020-11-19T18:58:55.044 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed /root/.ansible/tmp/ansible-moduletmp-1605812334.9166725-alm22pvm/katello-ca-consumer-latest.noarch2oo4xars.rpm"]} 2020-11-19T18:58:55.077 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:55 +0000 (0:00:00.584) 0:00:18.695 ***** 2020-11-19T18:58:55.336 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed /root/.ansible/tmp/ansible-moduletmp-1605812335.1983626-ri0fu2jy/katello-ca-consumer-latest.noarchwp9nxhg3.rpm"]} 2020-11-19T18:58:55.373 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:55 +0000 (0:00:00.295) 0:00:18.991 ***** 2020-11-19T18:58:55.380 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed /root/.ansible/tmp/ansible-moduletmp-1605812335.241651-vf9n6eyb/katello-ca-consumer-latest.noarchor8r04zl.rpm"]} 2020-11-19T18:58:55.418 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:55 +0000 (0:00:00.045) 0:00:19.036 ***** 2020-11-19T18:58:55.636 INFO:teuthology.task.ansible.out: TASK [common : Determine if node is registered with subscription-manager.] ***** 2020-11-19T18:58:55.638 INFO:teuthology.task.ansible.out:fatal: [smithi002.front.sepia.ceph.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ...ignoring 2020-11-19T18:58:55.671 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:55 +0000 (0:00:00.252) 0:00:19.289 ***** 2020-11-19T18:58:55.710 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we're already registered] **************** 2020-11-19T18:58:55.712 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"rhsm_registered": false}, "changed": false} 2020-11-19T18:58:55.743 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:55 +0000 (0:00:00.072) 0:00:19.362 ***** 2020-11-19T18:58:55.954 INFO:teuthology.task.ansible.out: TASK [common : Determine if node is registered with subscription-manager.] ***** 2020-11-19T18:58:55.956 INFO:teuthology.task.ansible.out:fatal: [smithi071.front.sepia.ceph.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ...ignoring 2020-11-19T18:58:55.989 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:55 +0000 (0:00:00.245) 0:00:19.607 ***** 2020-11-19T18:58:56.010 INFO:teuthology.task.ansible.out:fatal: [smithi077.front.sepia.ceph.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ...ignoring 2020-11-19T18:58:56.052 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:56 +0000 (0:00:00.062) 0:00:19.670 ***** 2020-11-19T18:58:56.059 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we're already registered] **************** 2020-11-19T18:58:56.061 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"rhsm_registered": false}, "changed": false} 2020-11-19T18:58:56.098 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:56 +0000 (0:00:00.046) 0:00:19.717 ***** 2020-11-19T18:58:56.105 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"rhsm_registered": false}, "changed": false} 2020-11-19T18:58:56.144 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:58:56 +0000 (0:00:00.045) 0:00:19.762 ***** 2020-11-19T18:59:10.114 INFO:teuthology.task.ansible.out: TASK [common : Register with subscription-manager.] **************************** changed: [smithi071.front.sepia.ceph.com] => {"attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-11-19T18:59:10.145 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:10 +0000 (0:00:14.000) 0:00:33.763 ***** 2020-11-19T18:59:10.185 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we just registered] ********************** 2020-11-19T18:59:10.187 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"rhsm_registered": true}, "changed": false} 2020-11-19T18:59:10.232 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:10 +0000 (0:00:00.086) 0:00:33.849 ***** 2020-11-19T18:59:10.439 INFO:teuthology.task.ansible.out: TASK [common : Register with subscription-manager.] **************************** 2020-11-19T18:59:10.441 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-11-19T18:59:10.474 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:10 +0000 (0:00:00.242) 0:00:34.092 ***** 2020-11-19T18:59:10.522 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we just registered] ********************** 2020-11-19T18:59:10.523 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"rhsm_registered": true}, "changed": false} 2020-11-19T18:59:10.556 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:10 +0000 (0:00:00.082) 0:00:34.175 ***** 2020-11-19T18:59:10.795 INFO:teuthology.task.ansible.out: TASK [common : List CDN releases available to system] ************************** 2020-11-19T18:59:10.797 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "cmd": "subscription-manager release --list | grep -E '[0-9]'", "delta": "0:00:00.361861", "end": "2020-11-19 18:59:10.772110", "failed_when_result": false, "rc": 0, "start": "2020-11-19 18:59:10.410249", "stderr": "", "stderr_lines": [], "stdout": "7.4\n7.5\n7.6\n7.7\n7.8\n7.9\n7Server\n8\n8.0\n8.1\n8.2\n8.3", "stdout_lines": ["7.4", "7.5", "7.6", "7.7", "7.8", "7.9", "7Server", "8", "8.0", "8.1", "8.2", "8.3"]} 2020-11-19T18:59:10.836 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:10 +0000 (0:00:00.278) 0:00:34.453 ***** 2020-11-19T18:59:11.486 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "cmd": "subscription-manager release --list | grep -E '[0-9]'", "delta": "0:00:00.367079", "end": "2020-11-19 18:59:11.086481", "failed_when_result": false, "rc": 0, "start": "2020-11-19 18:59:10.719402", "stderr": "", "stderr_lines": [], "stdout": "7.4\n7.5\n7.6\n7.7\n7.8\n7.9\n7Server\n8\n8.0\n8.1\n8.2\n8.3", "stdout_lines": ["7.4", "7.5", "7.6", "7.7", "7.8", "7.9", "7Server", "8", "8.0", "8.1", "8.2", "8.3"]} 2020-11-19T18:59:11.527 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:11 +0000 (0:00:00.690) 0:00:35.143 ***** 2020-11-19T18:59:11.534 INFO:teuthology.task.ansible.out: TASK [common : Unregister Beta/Alpha/RC system with subscription-manager] ****** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:11.574 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:11 +0000 (0:00:00.045) 0:00:35.188 ***** 2020-11-19T18:59:11.581 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:11.616 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:11 +0000 (0:00:00.046) 0:00:35.235 ***** 2020-11-19T18:59:11.626 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered to false if Beta/Alpha/RC release] ********** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:11.661 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:11 +0000 (0:00:00.044) 0:00:35.279 ***** 2020-11-19T18:59:11.673 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:11.706 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:11 +0000 (0:00:00.045) 0:00:35.324 ***** 2020-11-19T18:59:11.712 INFO:teuthology.task.ansible.out: TASK [common : Configure internal beta repos in /etc/yum.repos.d/] ************* 2020-11-19T18:59:11.714 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-11-19T18:59:11.748 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:11 +0000 (0:00:00.041) 0:00:35.366 ***** 2020-11-19T18:59:11.759 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-11-19T18:59:11.800 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:11 +0000 (0:00:00.052) 0:00:35.418 ***** 2020-11-19T18:59:11.808 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2020-11-19T18:59:11.809 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:11.845 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:11 +0000 (0:00:00.045) 0:00:35.464 ***** 2020-11-19T18:59:11.856 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:11.910 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:11 +0000 (0:00:00.065) 0:00:35.529 ***** 2020-11-19T18:59:12.007 INFO:teuthology.task.ansible.out: TASK [common : Register with subscription-manager.] **************************** 2020-11-19T18:59:12.009 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-11-19T18:59:12.045 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:12 +0000 (0:00:00.134) 0:00:35.663 ***** 2020-11-19T18:59:12.095 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we just registered] ********************** 2020-11-19T18:59:12.097 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"rhsm_registered": true}, "changed": false} 2020-11-19T18:59:12.143 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:12 +0000 (0:00:00.097) 0:00:35.761 ***** 2020-11-19T18:59:12.987 INFO:teuthology.task.ansible.out: TASK [common : List CDN releases available to system] ************************** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "cmd": "subscription-manager release --list | grep -E '[0-9]'", "delta": "0:00:00.410046", "end": "2020-11-19 18:59:12.956406", "failed_when_result": false, "rc": 0, "start": "2020-11-19 18:59:12.546360", "stderr": "", "stderr_lines": [], "stdout": "7.4\n7.5\n7.6\n7.7\n7.8\n7.9\n7Server\n8\n8.0\n8.1\n8.2\n8.3", "stdout_lines": ["7.4", "7.5", "7.6", "7.7", "7.8", "7.9", "7Server", "8", "8.0", "8.1", "8.2", "8.3"]} 2020-11-19T18:59:13.038 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:13 +0000 (0:00:00.894) 0:00:36.656 ***** 2020-11-19T18:59:13.132 INFO:teuthology.task.ansible.out: TASK [common : Unregister Beta/Alpha/RC system with subscription-manager] ****** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:13.178 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:13 +0000 (0:00:00.139) 0:00:36.796 ***** 2020-11-19T18:59:13.219 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered to false if Beta/Alpha/RC release] ********** 2020-11-19T18:59:13.221 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:13.259 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:13 +0000 (0:00:00.081) 0:00:36.878 ***** 2020-11-19T18:59:13.289 INFO:teuthology.task.ansible.out: TASK [common : Configure internal beta repos in /etc/yum.repos.d/] ************* skipping: [smithi002.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-11-19T18:59:13.337 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:13 +0000 (0:00:00.077) 0:00:36.955 ***** 2020-11-19T18:59:13.365 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2020-11-19T18:59:13.366 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:13.410 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:13 +0000 (0:00:00.070) 0:00:37.026 ***** 2020-11-19T18:59:14.347 INFO:teuthology.task.ansible.out: TASK [common : Get list of enabled RHSM repos] ********************************* 2020-11-19T18:59:14.351 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "cmd": "subscription-manager repos --list | grep -B4 'Enabled:.*1' | grep 'Repo ID:' | sed -e 's/Repo ID:\\s*\\(.*\\)/\\1/' | sort", "delta": "0:00:02.293818", "end": "2020-11-19 18:59:14.322574", "rc": 0, "start": "2020-11-19 18:59:12.028756", "stderr": "", "stderr_lines": [], "stdout": "rhel-8-for-x86_64-appstream-rpms\nrhel-8-for-x86_64-baseos-rpms", "stdout_lines": ["rhel-8-for-x86_64-appstream-rpms", "rhel-8-for-x86_64-baseos-rpms"]} 2020-11-19T18:59:14.388 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:14 +0000 (0:00:00.980) 0:00:38.006 ***** 2020-11-19T18:59:14.431 INFO:teuthology.task.ansible.out: TASK [common : Store list of enabled repos] ************************************ ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"repo_list": ["rhel-8-for-x86_64-appstream-rpms", "rhel-8-for-x86_64-baseos-rpms"]}, "changed": false} 2020-11-19T18:59:14.482 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:14 +0000 (0:00:00.094) 0:00:38.100 ***** 2020-11-19T18:59:14.532 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** 2020-11-19T18:59:14.534 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:14.580 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:14 +0000 (0:00:00.097) 0:00:38.197 ***** 2020-11-19T18:59:14.620 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"replace_repos": false}, "changed": false} 2020-11-19T18:59:14.652 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:14 +0000 (0:00:00.073) 0:00:38.271 ***** 2020-11-19T18:59:14.691 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if newly-subscribed] ********************* ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"replace_repos": true}, "changed": false} 2020-11-19T18:59:14.728 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:14 +0000 (0:00:00.074) 0:00:38.346 ***** 2020-11-19T18:59:14.734 INFO:teuthology.task.ansible.out: TASK [common : Get list of enabled RHSM repos] ********************************* 2020-11-19T18:59:14.736 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "cmd": "subscription-manager repos --list | grep -B4 'Enabled:.*1' | grep 'Repo ID:' | sed -e 's/Repo ID:\\s*\\(.*\\)/\\1/' | sort", "delta": "0:00:02.594408", "end": "2020-11-19 18:59:14.690892", "rc": 0, "start": "2020-11-19 18:59:12.096484", "stderr": "", "stderr_lines": [], "stdout": "rhel-8-for-x86_64-appstream-rpms\nrhel-8-for-x86_64-baseos-rpms", "stdout_lines": ["rhel-8-for-x86_64-appstream-rpms", "rhel-8-for-x86_64-baseos-rpms"]} 2020-11-19T18:59:14.778 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:14 +0000 (0:00:00.047) 0:00:38.393 ***** 2020-11-19T18:59:14.830 INFO:teuthology.task.ansible.out: TASK [common : Store list of enabled repos] ************************************ ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"repo_list": ["rhel-8-for-x86_64-appstream-rpms", "rhel-8-for-x86_64-baseos-rpms"]}, "changed": false} 2020-11-19T18:59:15.104 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:15 +0000 (0:00:00.329) 0:00:38.722 ***** 2020-11-19T18:59:15.149 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** 2020-11-19T18:59:15.150 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:15.195 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:15 +0000 (0:00:00.089) 0:00:38.812 ***** 2020-11-19T18:59:15.238 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** 2020-11-19T18:59:15.240 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"replace_repos": false}, "changed": false} 2020-11-19T18:59:15.283 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:15 +0000 (0:00:00.089) 0:00:38.901 ***** 2020-11-19T18:59:15.890 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if newly-subscribed] ********************* ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"replace_repos": true}, "changed": false} 2020-11-19T18:59:15.934 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:15 +0000 (0:00:00.647) 0:00:39.549 ***** 2020-11-19T18:59:16.493 INFO:teuthology.task.ansible.out: TASK [common : Get list of enabled RHSM repos] ********************************* ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "cmd": "subscription-manager repos --list | grep -B4 'Enabled:.*1' | grep 'Repo ID:' | sed -e 's/Repo ID:\\s*\\(.*\\)/\\1/' | sort", "delta": "0:00:02.341276", "end": "2020-11-19 18:59:16.472889", "rc": 0, "start": "2020-11-19 18:59:14.131613", "stderr": "", "stderr_lines": [], "stdout": "rhel-8-for-x86_64-appstream-rpms\nrhel-8-for-x86_64-baseos-rpms", "stdout_lines": ["rhel-8-for-x86_64-appstream-rpms", "rhel-8-for-x86_64-baseos-rpms"]} 2020-11-19T18:59:16.535 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:16 +0000 (0:00:00.604) 0:00:40.153 ***** 2020-11-19T18:59:16.574 INFO:teuthology.task.ansible.out: TASK [common : Store list of enabled repos] ************************************ 2020-11-19T18:59:16.576 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"repo_list": ["rhel-8-for-x86_64-appstream-rpms", "rhel-8-for-x86_64-baseos-rpms"]}, "changed": false} 2020-11-19T18:59:16.608 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:16 +0000 (0:00:00.073) 0:00:40.227 ***** 2020-11-19T18:59:16.648 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** 2020-11-19T18:59:16.650 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:16.682 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:16 +0000 (0:00:00.072) 0:00:40.299 ***** 2020-11-19T18:59:16.733 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"replace_repos": false}, "changed": false} 2020-11-19T18:59:16.768 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:16 +0000 (0:00:00.085) 0:00:40.385 ***** 2020-11-19T18:59:16.805 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if newly-subscribed] ********************* ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"replace_repos": true}, "changed": false} 2020-11-19T18:59:16.839 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:16 +0000 (0:00:00.071) 0:00:40.457 ***** 2020-11-19T18:59:17.235 INFO:teuthology.task.ansible.out: TASK [common : Disable all rhsm repos] ***************************************** changed: [smithi071.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-11-19T18:59:17.270 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:17 +0000 (0:00:00.431) 0:00:40.889 ***** 2020-11-19T18:59:18.793 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-11-19T18:59:18.842 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:18 +0000 (0:00:01.569) 0:00:42.458 ***** 2020-11-19T18:59:20.038 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-11-19T18:59:20.070 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:20 +0000 (0:00:01.227) 0:00:43.686 ***** 2020-11-19T18:59:20.835 INFO:teuthology.task.ansible.out: TASK [common : Enable necessary rhsm repos] ************************************ 2020-11-19T18:59:20.983 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": ["subscription-manager", "repos", "--enable=rhel-8-for-x86_64-baseos-rpms", "--enable=rhel-8-for-x86_64-appstream-rpms"], "delta": "0:00:03.369369", "end": "2020-11-19 18:59:20.807891", "rc": 0, "start": "2020-11-19 18:59:17.438522", "stderr": "", "stderr_lines": [], "stdout": "Repository 'rhel-8-for-x86_64-baseos-rpms' is enabled for this system.\nRepository 'rhel-8-for-x86_64-appstream-rpms' is enabled for this system.", "stdout_lines": ["Repository 'rhel-8-for-x86_64-baseos-rpms' is enabled for this system.", "Repository 'rhel-8-for-x86_64-appstream-rpms' is enabled for this system."]} 2020-11-19T18:59:24.183 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:24 +0000 (0:00:04.115) 0:00:47.802 ***** 2020-11-19T18:59:24.198 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": ["subscription-manager", "repos", "--enable=rhel-8-for-x86_64-baseos-rpms", "--enable=rhel-8-for-x86_64-appstream-rpms"], "delta": "0:00:03.370852", "end": "2020-11-19 18:59:22.384194", "rc": 0, "start": "2020-11-19 18:59:19.013342", "stderr": "", "stderr_lines": [], "stdout": "Repository 'rhel-8-for-x86_64-baseos-rpms' is enabled for this system.\nRepository 'rhel-8-for-x86_64-appstream-rpms' is enabled for this system.", "stdout_lines": ["Repository 'rhel-8-for-x86_64-baseos-rpms' is enabled for this system.", "Repository 'rhel-8-for-x86_64-appstream-rpms' is enabled for this system."]} changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": ["subscription-manager", "repos", "--enable=rhel-8-for-x86_64-baseos-rpms", "--enable=rhel-8-for-x86_64-appstream-rpms"], "delta": "0:00:03.431725", "end": "2020-11-19 18:59:23.687941", "rc": 0, "start": "2020-11-19 18:59:20.256216", "stderr": "", "stderr_lines": [], "stdout": "Repository 'rhel-8-for-x86_64-baseos-rpms' is enabled for this system.\nRepository 'rhel-8-for-x86_64-appstream-rpms' is enabled for this system.", "stdout_lines": ["Repository 'rhel-8-for-x86_64-baseos-rpms' is enabled for this system.", "Repository 'rhel-8-for-x86_64-appstream-rpms' is enabled for this system."]} 2020-11-19T18:59:24.246 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:24 +0000 (0:00:00.060) 0:00:47.862 ***** 2020-11-19T18:59:27.586 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:27 +0000 (0:00:03.338) 0:00:51.201 ***** 2020-11-19T18:59:27.602 INFO:teuthology.task.ansible.out: TASK [common : Remove old apt-mirror repository definition.] ******************* ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "path": "/etc/yum.repos.d/cd.repo", "state": "absent"} 2020-11-19T18:59:27.902 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:27 +0000 (0:00:00.310) 0:00:51.512 ***** 2020-11-19T18:59:27.909 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "path": "/etc/yum.repos.d/cd.repo", "state": "absent"} 2020-11-19T18:59:27.963 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:27 +0000 (0:00:00.068) 0:00:51.581 ***** 2020-11-19T18:59:28.073 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "path": "/etc/yum.repos.d/cd.repo", "state": "absent"} 2020-11-19T18:59:28.113 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:28 +0000 (0:00:00.150) 0:00:51.732 ***** 2020-11-19T18:59:28.134 INFO:teuthology.task.ansible.out: TASK [common : Increase the yum timeout.] ************************************** 2020-11-19T18:59:28.136 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T18:59:28.178 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:28 +0000 (0:00:00.063) 0:00:51.795 ***** 2020-11-19T18:59:28.214 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T18:59:28.258 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:28 +0000 (0:00:00.081) 0:00:51.876 ***** 2020-11-19T18:59:28.310 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T18:59:28.346 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:28 +0000 (0:00:00.087) 0:00:51.964 ***** 2020-11-19T18:59:28.643 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:28.645 INFO:teuthology.task.ansible.out:TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** ok: [smithi071.front.sepia.ceph.com] => (item={'key': 'epel', 'value': {'name': 'Extra Packages for Enterprise Linux', 'mirrorlist': 'file:///etc/yum.repos.d/epel-mirrorlist', 'failovermethod': 'priority', 'enabled': '1', 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "86c0d58bde7ad4cfaafe592d2fefd92c920c42ca", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "item": {"key": "epel", "value": {"enabled": "1", "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-mirrorlist", "name": "Extra Packages for Enterprise Linux"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 236, "state": "file", "uid": 0} 2020-11-19T18:59:28.735 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item={'key': 'epel', 'value': {'name': 'Extra Packages for Enterprise Linux', 'mirrorlist': 'file:///etc/yum.repos.d/epel-mirrorlist', 'failovermethod': 'priority', 'enabled': '1', 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "86c0d58bde7ad4cfaafe592d2fefd92c920c42ca", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "item": {"key": "epel", "value": {"enabled": "1", "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-mirrorlist", "name": "Extra Packages for Enterprise Linux"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 236, "state": "file", "uid": 0} 2020-11-19T18:59:28.810 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item={'key': 'epel', 'value': {'name': 'Extra Packages for Enterprise Linux', 'mirrorlist': 'file:///etc/yum.repos.d/epel-mirrorlist', 'failovermethod': 'priority', 'enabled': '1', 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "86c0d58bde7ad4cfaafe592d2fefd92c920c42ca", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "item": {"key": "epel", "value": {"enabled": "1", "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-mirrorlist", "name": "Extra Packages for Enterprise Linux"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 236, "state": "file", "uid": 0} 2020-11-19T18:59:29.278 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item={'key': 'epel-testing', 'value': {'name': 'Extra Packages for Enterprise Linux - Testing', 'mirrorlist': 'file:///etc/yum.repos.d/epel-testing-mirrorlist', 'failovermethod': 'priority', 'enabled': 0, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1bad5509ed35b895c2061841236b1cfe10619ae", "dest": "/etc/yum.repos.d/epel-testing.repo", "gid": 0, "group": "root", "item": {"key": "epel-testing", "value": {"enabled": 0, "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-testing-mirrorlist", "name": "Extra Packages for Enterprise Linux - Testing"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 262, "state": "file", "uid": 0} 2020-11-19T18:59:29.317 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:29 +0000 (0:00:00.969) 0:00:52.933 ***** 2020-11-19T18:59:29.400 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item={'key': 'epel-testing', 'value': {'name': 'Extra Packages for Enterprise Linux - Testing', 'mirrorlist': 'file:///etc/yum.repos.d/epel-testing-mirrorlist', 'failovermethod': 'priority', 'enabled': 0, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1bad5509ed35b895c2061841236b1cfe10619ae", "dest": "/etc/yum.repos.d/epel-testing.repo", "gid": 0, "group": "root", "item": {"key": "epel-testing", "value": {"enabled": 0, "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-testing-mirrorlist", "name": "Extra Packages for Enterprise Linux - Testing"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 262, "state": "file", "uid": 0} 2020-11-19T18:59:29.442 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:29 +0000 (0:00:00.127) 0:00:53.060 ***** 2020-11-19T18:59:29.449 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item={'key': 'epel-testing', 'value': {'name': 'Extra Packages for Enterprise Linux - Testing', 'mirrorlist': 'file:///etc/yum.repos.d/epel-testing-mirrorlist', 'failovermethod': 'priority', 'enabled': 0, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1bad5509ed35b895c2061841236b1cfe10619ae", "dest": "/etc/yum.repos.d/epel-testing.repo", "gid": 0, "group": "root", "item": {"key": "epel-testing", "value": {"enabled": 0, "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-testing-mirrorlist", "name": "Extra Packages for Enterprise Linux - Testing"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 262, "state": "file", "uid": 0} 2020-11-19T18:59:29.487 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:29 +0000 (0:00:00.045) 0:00:53.106 ***** 2020-11-19T18:59:30.010 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* 2020-11-19T18:59:30.012 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=epel-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "3c9ba7bacd1e30bed014cefd1fb4eab0f0f8fa10", "dest": "/etc/yum.repos.d/epel-mirrorlist", "gid": 0, "group": "root", "item": "epel-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 484, "state": "file", "uid": 0} 2020-11-19T18:59:30.033 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=epel-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "3c9ba7bacd1e30bed014cefd1fb4eab0f0f8fa10", "dest": "/etc/yum.repos.d/epel-mirrorlist", "gid": 0, "group": "root", "item": "epel-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 484, "state": "file", "uid": 0} 2020-11-19T18:59:30.151 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=epel-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "3c9ba7bacd1e30bed014cefd1fb4eab0f0f8fa10", "dest": "/etc/yum.repos.d/epel-mirrorlist", "gid": 0, "group": "root", "item": "epel-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 484, "state": "file", "uid": 0} 2020-11-19T18:59:30.566 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=epel-testing-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "d542c3e2c30a0d3eb7d454775342c302c0ded15b", "dest": "/etc/yum.repos.d/epel-testing-mirrorlist", "gid": 0, "group": "root", "item": "epel-testing-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 540, "state": "file", "uid": 0} 2020-11-19T18:59:30.604 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:30 +0000 (0:00:01.116) 0:00:54.222 ***** 2020-11-19T18:59:30.612 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=epel-testing-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "d542c3e2c30a0d3eb7d454775342c302c0ded15b", "dest": "/etc/yum.repos.d/epel-testing-mirrorlist", "gid": 0, "group": "root", "item": "epel-testing-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 540, "state": "file", "uid": 0} 2020-11-19T18:59:30.818 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:30 +0000 (0:00:00.214) 0:00:54.436 ***** 2020-11-19T18:59:30.825 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:30.827 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* ok: [smithi077.front.sepia.ceph.com] => (item=epel-testing-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "d542c3e2c30a0d3eb7d454775342c302c0ded15b", "dest": "/etc/yum.repos.d/epel-testing-mirrorlist", "gid": 0, "group": "root", "item": "epel-testing-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 540, "state": "file", "uid": 0} 2020-11-19T18:59:30.866 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:30 +0000 (0:00:00.044) 0:00:54.481 ***** 2020-11-19T18:59:30.895 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:30 +0000 (0:00:00.031) 0:00:54.513 ***** 2020-11-19T18:59:30.902 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:30.904 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:30.940 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:30 +0000 (0:00:00.045) 0:00:54.558 ***** 2020-11-19T18:59:30.972 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:30 +0000 (0:00:00.031) 0:00:54.589 ***** 2020-11-19T18:59:30.977 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2020-11-19T18:59:30.980 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Get the current timezone] *************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.015 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.044) 0:00:54.633 ***** 2020-11-19T18:59:31.275 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.258) 0:00:54.892 ***** 2020-11-19T18:59:31.281 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone in /etc/timezone] ****************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.285 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.317 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.042) 0:00:54.935 ***** 2020-11-19T18:59:31.354 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.037) 0:00:54.972 ***** 2020-11-19T18:59:31.361 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2020-11-19T18:59:31.364 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.366 INFO:teuthology.task.ansible.out: TASK [common : Inform the OS of the new timezone] ****************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.401 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.046) 0:00:55.019 ***** 2020-11-19T18:59:31.432 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.031) 0:00:55.050 ***** 2020-11-19T18:59:31.439 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.440 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.473 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.041) 0:00:55.091 ***** 2020-11-19T18:59:31.512 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.038) 0:00:55.130 ***** 2020-11-19T18:59:31.519 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone in /etc/timezone] ****************************** 2020-11-19T18:59:31.520 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.521 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.558 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.046) 0:00:55.176 ***** 2020-11-19T18:59:31.594 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.034) 0:00:55.211 ***** 2020-11-19T18:59:31.599 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2020-11-19T18:59:31.601 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.606 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ 2020-11-19T18:59:31.607 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.642 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.048) 0:00:55.260 ***** 2020-11-19T18:59:31.682 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.039) 0:00:55.300 ***** 2020-11-19T18:59:31.693 INFO:teuthology.task.ansible.out: TASK [common : Inform the OS of the new timezone] ****************************** 2020-11-19T18:59:31.696 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.702 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:31.748 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:31 +0000 (0:00:00.066) 0:00:55.366 ***** 2020-11-19T18:59:32.150 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.400) 0:00:55.767 ***** 2020-11-19T18:59:32.158 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Refresh repos] ************************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:32.199 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.050) 0:00:55.817 ***** 2020-11-19T18:59:32.251 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.051) 0:00:55.869 ***** 2020-11-19T18:59:32.258 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2020-11-19T18:59:32.261 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:32.297 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.046) 0:00:55.915 ***** 2020-11-19T18:59:32.303 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ 2020-11-19T18:59:32.305 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:32.341 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.043) 0:00:55.959 ***** 2020-11-19T18:59:32.347 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:32.382 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.041) 0:00:56.000 ***** 2020-11-19T18:59:32.388 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* 2020-11-19T18:59:32.389 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:32.422 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.040) 0:00:56.041 ***** 2020-11-19T18:59:32.429 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ 2020-11-19T18:59:32.431 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:32.464 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.041) 0:00:56.082 ***** 2020-11-19T18:59:32.470 INFO:teuthology.task.ansible.out: TASK [common : Refresh repos] ************************************************** 2020-11-19T18:59:32.473 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:32.506 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.040) 0:00:56.122 ***** 2020-11-19T18:59:32.513 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* 2020-11-19T18:59:32.514 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:32.551 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.046) 0:00:56.169 ***** 2020-11-19T18:59:32.558 INFO:teuthology.task.ansible.out: TASK [common : Set the hardware clock] ***************************************** 2020-11-19T18:59:32.560 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:00.116102", "end": "2020-11-19 18:59:32.500352", "rc": 0, "start": "2020-11-19 18:59:32.384250", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T18:59:32.613 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.061) 0:00:56.231 ***** 2020-11-19T18:59:32.770 INFO:teuthology.task.ansible.out: TASK [common : Refresh repos] ************************************************** 2020-11-19T18:59:32.771 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:32.814 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:32 +0000 (0:00:00.198) 0:00:56.429 ***** 2020-11-19T18:59:33.519 INFO:teuthology.task.ansible.out: TASK [common : Set the hardware clock] ***************************************** 2020-11-19T18:59:33.520 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:00.832956", "end": "2020-11-19 18:59:33.500326", "rc": 0, "start": "2020-11-19 18:59:32.667370", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T18:59:33.561 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:33 +0000 (0:00:00.748) 0:00:57.178 ***** 2020-11-19T18:59:33.571 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:00.551916", "end": "2020-11-19 18:59:33.529781", "rc": 0, "start": "2020-11-19 18:59:32.977865", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T18:59:33.623 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:33 +0000 (0:00:00.063) 0:00:57.242 ***** 2020-11-19T18:59:36.112 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (RedHat)] ***************************** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: krb5-workstation"]} 2020-11-19T18:59:36.174 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:02.546) 0:00:59.788 ***** 2020-11-19T18:59:36.200 INFO:teuthology.task.ansible.out: TASK [common : Clean apt cache] ************************************************ skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:36.485 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.312) 0:01:00.101 ***** 2020-11-19T18:59:36.499 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:36.501 INFO:teuthology.task.ansible.out:TASK [common : Install Kerberos Packages (RedHat)] ***************************** ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: krb5-workstation"]} ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: krb5-workstation"]} 2020-11-19T18:59:36.505 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:36.535 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.052) 0:01:00.154 ***** 2020-11-19T18:59:36.537 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:36.568 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.032) 0:01:00.186 ***** 2020-11-19T18:59:36.574 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2020-11-19T18:59:36.576 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Clean apt cache] ************************************************ skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:36.610 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.041) 0:01:00.228 ***** 2020-11-19T18:59:36.644 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.033) 0:01:00.262 ***** 2020-11-19T18:59:36.652 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:36.654 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (Debian)] ***************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:36.686 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.043) 0:01:00.305 ***** 2020-11-19T18:59:36.724 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.037) 0:01:00.342 ***** 2020-11-19T18:59:36.731 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2020-11-19T18:59:36.734 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Install Kerberos Packages (OpenSUSE Leap)] ********************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:36.769 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.045) 0:01:00.387 ***** 2020-11-19T18:59:36.807 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.038) 0:01:00.425 ***** 2020-11-19T18:59:36.816 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2020-11-19T18:59:36.818 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:36.852 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.044) 0:01:00.470 ***** 2020-11-19T18:59:36.861 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (Debian)] ***************************** 2020-11-19T18:59:36.863 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:36.896 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.044) 0:01:00.514 ***** 2020-11-19T18:59:36.904 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:36.939 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.042) 0:01:00.557 ***** 2020-11-19T18:59:36.948 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (OpenSUSE Leap)] ********************** 2020-11-19T18:59:36.950 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:36.983 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:36 +0000 (0:00:00.043) 0:01:00.601 ***** 2020-11-19T18:59:36.996 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:37.034 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:37 +0000 (0:00:00.051) 0:01:00.653 ***** 2020-11-19T18:59:37.242 INFO:teuthology.task.ansible.out: TASK [common : Add krb5 config file] ******************************************* 2020-11-19T18:59:37.243 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "b3c1a33d19a4e448c29374429629dff57657b576", "dest": "/etc/krb5.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/krb5.conf", "secontext": "system_u:object_r:krb5_conf_t:s0", "size": 131, "state": "file", "uid": 0} 2020-11-19T18:59:37.278 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:37 +0000 (0:00:00.243) 0:01:00.896 ***** 2020-11-19T18:59:37.412 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "b3c1a33d19a4e448c29374429629dff57657b576", "dest": "/etc/krb5.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/krb5.conf", "secontext": "system_u:object_r:krb5_conf_t:s0", "size": 131, "state": "file", "uid": 0} 2020-11-19T18:59:37.447 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:37 +0000 (0:00:00.168) 0:01:01.065 ***** 2020-11-19T18:59:37.490 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "b3c1a33d19a4e448c29374429629dff57657b576", "dest": "/etc/krb5.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/krb5.conf", "secontext": "system_u:object_r:krb5_conf_t:s0", "size": 131, "state": "file", "uid": 0} 2020-11-19T18:59:37.526 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:37 +0000 (0:00:00.079) 0:01:01.145 ***** 2020-11-19T18:59:39.866 INFO:teuthology.task.ansible.out: TASK [common : Make sure smartmontools is installed] *************************** ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: smartmontools"]} ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: smartmontools"]} 2020-11-19T18:59:39.870 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: smartmontools"]} 2020-11-19T18:59:39.901 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:39 +0000 (0:00:02.372) 0:01:03.517 ***** 2020-11-19T18:59:39.932 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:39 +0000 (0:00:00.032) 0:01:03.550 ***** 2020-11-19T18:59:39.938 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:39.967 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:39 +0000 (0:00:00.034) 0:01:03.585 ***** 2020-11-19T18:59:44.825 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** 2020-11-19T18:59:44.827 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=megacli) => {"ansible_loop_var": "item", "changed": false, "checksum": "cb3ef2aa6a3e3002b234f166e739a39b1f3a1bde", "dest": "/usr/sbin/megacli", "gid": 0, "group": "root", "item": "megacli", "mode": "0755", "owner": "root", "path": "/usr/sbin/megacli", "secontext": "system_u:object_r:bin_t:s0", "size": 2716736, "state": "file", "uid": 0} 2020-11-19T18:59:44.892 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=megacli) => {"ansible_loop_var": "item", "changed": false, "checksum": "cb3ef2aa6a3e3002b234f166e739a39b1f3a1bde", "dest": "/usr/sbin/megacli", "gid": 0, "group": "root", "item": "megacli", "mode": "0755", "owner": "root", "path": "/usr/sbin/megacli", "secontext": "system_u:object_r:bin_t:s0", "size": 2716736, "state": "file", "uid": 0} 2020-11-19T18:59:44.893 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=megacli) => {"ansible_loop_var": "item", "changed": false, "checksum": "cb3ef2aa6a3e3002b234f166e739a39b1f3a1bde", "dest": "/usr/sbin/megacli", "gid": 0, "group": "root", "item": "megacli", "mode": "0755", "owner": "root", "path": "/usr/sbin/megacli", "secontext": "system_u:object_r:bin_t:s0", "size": 2716736, "state": "file", "uid": 0} 2020-11-19T18:59:45.264 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=cli64) => {"ansible_loop_var": "item", "changed": false, "checksum": "a3b8773b14e8594ffbd9fc156c09436eb0184bc7", "dest": "/usr/sbin/cli64", "gid": 0, "group": "root", "item": "cli64", "mode": "0755", "owner": "root", "path": "/usr/sbin/cli64", "secontext": "system_u:object_r:bin_t:s0", "size": 1952038, "state": "file", "uid": 0} 2020-11-19T18:59:45.329 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=cli64) => {"ansible_loop_var": "item", "changed": false, "checksum": "a3b8773b14e8594ffbd9fc156c09436eb0184bc7", "dest": "/usr/sbin/cli64", "gid": 0, "group": "root", "item": "cli64", "mode": "0755", "owner": "root", "path": "/usr/sbin/cli64", "secontext": "system_u:object_r:bin_t:s0", "size": 1952038, "state": "file", "uid": 0} ok: [smithi002.front.sepia.ceph.com] => (item=cli64) => {"ansible_loop_var": "item", "changed": false, "checksum": "a3b8773b14e8594ffbd9fc156c09436eb0184bc7", "dest": "/usr/sbin/cli64", "gid": 0, "group": "root", "item": "cli64", "mode": "0755", "owner": "root", "path": "/usr/sbin/cli64", "secontext": "system_u:object_r:bin_t:s0", "size": 1952038, "state": "file", "uid": 0} 2020-11-19T18:59:45.683 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=nvme) => {"ansible_loop_var": "item", "changed": false, "checksum": "98735dcacd6fec55dd92b67281b478603b7955b1", "dest": "/usr/sbin/nvme", "gid": 0, "group": "root", "item": "nvme", "mode": "0755", "owner": "root", "path": "/usr/sbin/nvme", "secontext": "system_u:object_r:bin_t:s0", "size": 580432, "state": "file", "uid": 0} 2020-11-19T18:59:45.720 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:45 +0000 (0:00:05.752) 0:01:09.337 ***** 2020-11-19T18:59:45.738 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=nvme) => {"ansible_loop_var": "item", "changed": false, "checksum": "98735dcacd6fec55dd92b67281b478603b7955b1", "dest": "/usr/sbin/nvme", "gid": 0, "group": "root", "item": "nvme", "mode": "0755", "owner": "root", "path": "/usr/sbin/nvme", "secontext": "system_u:object_r:bin_t:s0", "size": 580432, "state": "file", "uid": 0} 2020-11-19T18:59:45.777 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:45 +0000 (0:00:00.058) 0:01:09.396 ***** 2020-11-19T18:59:45.784 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=nvme) => {"ansible_loop_var": "item", "changed": false, "checksum": "98735dcacd6fec55dd92b67281b478603b7955b1", "dest": "/usr/sbin/nvme", "gid": 0, "group": "root", "item": "nvme", "mode": "0755", "owner": "root", "path": "/usr/sbin/nvme", "secontext": "system_u:object_r:bin_t:s0", "size": 580432, "state": "file", "uid": 0} 2020-11-19T18:59:45.825 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:45 +0000 (0:00:00.047) 0:01:09.443 ***** 2020-11-19T18:59:45.902 INFO:teuthology.task.ansible.out: TASK [common : Create /usr/libexec.] ******************************************* 2020-11-19T18:59:45.903 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/libexec", "secontext": "system_u:object_r:bin_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-11-19T18:59:45.938 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:45 +0000 (0:00:00.112) 0:01:09.556 ***** 2020-11-19T18:59:45.955 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/libexec", "secontext": "system_u:object_r:bin_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-11-19T18:59:45.992 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:45 +0000 (0:00:00.054) 0:01:09.611 ***** 2020-11-19T18:59:46.024 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/libexec", "secontext": "system_u:object_r:bin_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-11-19T18:59:46.061 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:46 +0000 (0:00:00.068) 0:01:09.679 ***** 2020-11-19T18:59:46.377 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** ok: [smithi071.front.sepia.ceph.com] => (item=smart.sh) => {"ansible_loop_var": "item", "changed": false, "checksum": "9a447e184389aadb9aaf1e77f30f0a7f8b716c4e", "dest": "/usr/libexec/smart.sh", "gid": 0, "group": "root", "item": "smart.sh", "mode": "0755", "owner": "root", "path": "/usr/libexec/smart.sh", "secontext": "system_u:object_r:bin_t:s0", "size": 12725, "state": "file", "uid": 0} 2020-11-19T18:59:46.594 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=smart.sh) => {"ansible_loop_var": "item", "changed": false, "checksum": "9a447e184389aadb9aaf1e77f30f0a7f8b716c4e", "dest": "/usr/libexec/smart.sh", "gid": 0, "group": "root", "item": "smart.sh", "mode": "0755", "owner": "root", "path": "/usr/libexec/smart.sh", "secontext": "system_u:object_r:bin_t:s0", "size": 12725, "state": "file", "uid": 0} 2020-11-19T18:59:46.606 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=smart.sh) => {"ansible_loop_var": "item", "changed": false, "checksum": "9a447e184389aadb9aaf1e77f30f0a7f8b716c4e", "dest": "/usr/libexec/smart.sh", "gid": 0, "group": "root", "item": "smart.sh", "mode": "0755", "owner": "root", "path": "/usr/libexec/smart.sh", "secontext": "system_u:object_r:bin_t:s0", "size": 12725, "state": "file", "uid": 0} 2020-11-19T18:59:47.020 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=raid.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9d9a89805d8a9e4c7281934e887da31f7ac464fb", "dest": "/usr/libexec/raid.pl", "gid": 0, "group": "root", "item": "raid.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/raid.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 8602, "state": "file", "uid": 0} 2020-11-19T18:59:47.174 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=raid.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9d9a89805d8a9e4c7281934e887da31f7ac464fb", "dest": "/usr/libexec/raid.pl", "gid": 0, "group": "root", "item": "raid.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/raid.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 8602, "state": "file", "uid": 0} 2020-11-19T18:59:47.353 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=raid.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9d9a89805d8a9e4c7281934e887da31f7ac464fb", "dest": "/usr/libexec/raid.pl", "gid": 0, "group": "root", "item": "raid.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/raid.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 8602, "state": "file", "uid": 0} 2020-11-19T18:59:47.747 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=diskusage.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9c74425885a83f23bc37817de46979ca5173ccb7", "dest": "/usr/libexec/diskusage.pl", "gid": 0, "group": "root", "item": "diskusage.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/diskusage.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 3605, "state": "file", "uid": 0} 2020-11-19T18:59:47.786 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:47 +0000 (0:00:01.724) 0:01:11.404 ***** 2020-11-19T18:59:47.827 INFO:teuthology.task.ansible.out: TASK [common : Include apt_system vars] **************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:47.865 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:47 +0000 (0:00:00.079) 0:01:11.483 ***** 2020-11-19T18:59:47.952 INFO:teuthology.task.ansible.out: TASK [common : Include yum_systems vars] *************************************** ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"nagios_plugins_directory": "/usr/lib64/nagios/plugins", "nrpe_group": "nrpe", "nrpe_packages": ["nagios-common", "nrpe", "nagios-plugins", "nagios-plugins-load"], "nrpe_service_name": "nrpe", "nrpe_user": "nrpe"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/yum_systems.yml"], "changed": false} TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** ok: [smithi077.front.sepia.ceph.com] => (item=diskusage.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9c74425885a83f23bc37817de46979ca5173ccb7", "dest": "/usr/libexec/diskusage.pl", "gid": 0, "group": "root", "item": "diskusage.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/diskusage.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 3605, "state": "file", "uid": 0} 2020-11-19T18:59:47.994 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:47 +0000 (0:00:00.129) 0:01:11.612 ***** 2020-11-19T18:59:48.027 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.032) 0:01:11.645 ***** 2020-11-19T18:59:48.035 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=diskusage.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9c74425885a83f23bc37817de46979ca5173ccb7", "dest": "/usr/libexec/diskusage.pl", "gid": 0, "group": "root", "item": "diskusage.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/diskusage.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 3605, "state": "file", "uid": 0} 2020-11-19T18:59:48.074 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.046) 0:01:11.692 ***** 2020-11-19T18:59:48.081 INFO:teuthology.task.ansible.out: TASK [common : Include apt_system vars] **************************************** 2020-11-19T18:59:48.082 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:48.117 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.043) 0:01:11.735 ***** 2020-11-19T18:59:48.223 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:48.267 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.150) 0:01:11.885 ***** 2020-11-19T18:59:48.273 INFO:teuthology.task.ansible.out: TASK [common : Check for epel] ************************************************* 2020-11-19T18:59:48.276 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} TASK [common : Include yum_systems vars] *************************************** ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"nagios_plugins_directory": "/usr/lib64/nagios/plugins", "nrpe_group": "nrpe", "nrpe_packages": ["nagios-common", "nrpe", "nagios-plugins", "nagios-plugins-load"], "nrpe_service_name": "nrpe", "nrpe_user": "nrpe"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/yum_systems.yml"], "changed": false} 2020-11-19T18:59:48.318 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.048) 0:01:11.934 ***** 2020-11-19T18:59:48.366 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.050) 0:01:11.984 ***** 2020-11-19T18:59:48.374 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"nagios_plugins_directory": "/usr/lib64/nagios/plugins", "nrpe_group": "nrpe", "nrpe_packages": ["nagios-common", "nrpe", "nagios-plugins", "nagios-plugins-load"], "nrpe_service_name": "nrpe", "nrpe_user": "nrpe"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/yum_systems.yml"], "changed": false} 2020-11-19T18:59:48.375 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe without epel] ************************************** 2020-11-19T18:59:48.375 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:48.538 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.171) 0:01:12.156 ***** 2020-11-19T18:59:48.609 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:48.618 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:48.654 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.112) 0:01:12.269 ***** 2020-11-19T18:59:48.670 INFO:teuthology.task.ansible.out: TASK [common : Check for epel] ************************************************* 2020-11-19T18:59:48.671 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-11-19T18:59:48.713 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.062) 0:01:12.331 ***** 2020-11-19T18:59:48.841 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-11-19T18:59:48.885 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:48 +0000 (0:00:00.172) 0:01:12.503 ***** 2020-11-19T18:59:49.013 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe without epel] ************************************** skipping: [smithi077.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:49.053 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:49 +0000 (0:00:00.168) 0:01:12.672 ***** 2020-11-19T18:59:49.090 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:49.099 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:49.111 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:49.122 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:49.158 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:49 +0000 (0:00:00.104) 0:01:12.776 ***** 2020-11-19T18:59:51.346 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (RHEL/CentOS)] ************ ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: nagios-common", "Installed: nrpe", "Installed: nagios-plugins", "Installed: nagios-plugins-load"]} 2020-11-19T18:59:51.380 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:51 +0000 (0:00:02.222) 0:01:14.998 ***** 2020-11-19T18:59:51.414 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (Ubuntu/Fedora)] ********** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:51.446 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:51 +0000 (0:00:00.065) 0:01:15.064 ***** 2020-11-19T18:59:51.602 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (RHEL/CentOS)] ************ 2020-11-19T18:59:51.604 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: nagios-common", "Installed: nrpe", "Installed: nagios-plugins", "Installed: nagios-plugins-load"]} 2020-11-19T18:59:51.653 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:51 +0000 (0:00:00.207) 0:01:15.271 ***** 2020-11-19T18:59:52.006 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: nagios-common", "Installed: nrpe", "Installed: nagios-plugins", "Installed: nagios-plugins-load"]} 2020-11-19T18:59:52.057 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:52 +0000 (0:00:00.403) 0:01:15.675 ***** 2020-11-19T18:59:52.065 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (Ubuntu/Fedora)] ********** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:52.100 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:52 +0000 (0:00:00.043) 0:01:15.718 ***** 2020-11-19T18:59:52.110 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:52.948 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:52 +0000 (0:00:00.847) 0:01:16.566 ***** 2020-11-19T18:59:53.746 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios sudoers.d for raid utilities.] ******************** ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "b423b985ccbb69b65a711d372645a5f704b30e8b", "dest": "/etc/sudoers.d/90-nagios", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/90-nagios", "secontext": "system_u:object_r:etc_t:s0", "size": 178, "state": "file", "uid": 0} 2020-11-19T18:59:53.803 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:53 +0000 (0:00:00.855) 0:01:17.422 ***** 2020-11-19T18:59:53.806 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:54.117 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "b423b985ccbb69b65a711d372645a5f704b30e8b", "dest": "/etc/sudoers.d/90-nagios", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/90-nagios", "secontext": "system_u:object_r:etc_t:s0", "size": 178, "state": "file", "uid": 0} 2020-11-19T18:59:54.151 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.347) 0:01:17.769 ***** 2020-11-19T18:59:54.155 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:54.182 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "b423b985ccbb69b65a711d372645a5f704b30e8b", "dest": "/etc/sudoers.d/90-nagios", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/90-nagios", "secontext": "system_u:object_r:etc_t:s0", "size": 178, "state": "file", "uid": 0} 2020-11-19T18:59:54.217 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.066) 0:01:17.835 ***** 2020-11-19T18:59:54.281 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:54.283 INFO:teuthology.task.ansible.out:TASK [common : Upload nagios check_mem script] ********************************* ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "39df629b10ded370443e2e4c84d690332c95104d", "dest": "/usr/lib64/nagios/plugins/check_mem.sh", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/lib64/nagios/plugins/check_mem.sh", "secontext": "system_u:object_r:nagios_unconfined_plugin_exec_t:s0", "size": 1964, "state": "file", "uid": 0} 2020-11-19T18:59:54.321 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.104) 0:01:17.939 ***** 2020-11-19T18:59:54.364 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (Ubuntu)] ************************ 2020-11-19T18:59:54.366 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "DAEMON_OPTS", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "NRPE_OPTS", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:54.398 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.076) 0:01:18.016 ***** 2020-11-19T18:59:54.598 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (RHEL/CentOS)] ******************* 2020-11-19T18:59:54.600 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T18:59:54.632 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.233) 0:01:18.250 ***** 2020-11-19T18:59:54.638 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios check_mem script] ********************************* 2020-11-19T18:59:54.640 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "39df629b10ded370443e2e4c84d690332c95104d", "dest": "/usr/lib64/nagios/plugins/check_mem.sh", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/lib64/nagios/plugins/check_mem.sh", "secontext": "system_u:object_r:nagios_unconfined_plugin_exec_t:s0", "size": 1964, "state": "file", "uid": 0} 2020-11-19T18:59:54.675 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.044) 0:01:18.294 ***** 2020-11-19T18:59:54.693 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "39df629b10ded370443e2e4c84d690332c95104d", "dest": "/usr/lib64/nagios/plugins/check_mem.sh", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/lib64/nagios/plugins/check_mem.sh", "secontext": "system_u:object_r:nagios_unconfined_plugin_exec_t:s0", "size": 1964, "state": "file", "uid": 0} 2020-11-19T18:59:54.731 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.055) 0:01:18.349 ***** 2020-11-19T18:59:54.738 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (Ubuntu)] ************************ 2020-11-19T18:59:54.740 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "DAEMON_OPTS", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "NRPE_OPTS", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:54.776 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.045) 0:01:18.394 ***** 2020-11-19T18:59:54.782 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "DAEMON_OPTS", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:54.785 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "NRPE_OPTS", "skip_reason": "Conditional result was False"} 2020-11-19T18:59:54.822 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.045) 0:01:18.440 ***** 2020-11-19T18:59:54.889 INFO:teuthology.task.ansible.out: TASK [common : Check firewalld status] ***************************************** 2020-11-19T18:59:54.891 INFO:teuthology.task.ansible.out:fatal: [smithi071.front.sepia.ceph.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} ...ignoring 2020-11-19T18:59:54.927 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.105) 0:01:18.545 ***** 2020-11-19T18:59:54.955 INFO:teuthology.task.ansible.out: TASK [common : Open nrpe port if firewalld enabled] **************************** 2020-11-19T18:59:54.957 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:54.988 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:54 +0000 (0:00:00.061) 0:01:18.607 ***** 2020-11-19T18:59:54.997 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (RHEL/CentOS)] ******************* 2020-11-19T18:59:54.999 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T18:59:55.035 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:55 +0000 (0:00:00.046) 0:01:18.653 ***** 2020-11-19T18:59:55.047 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T18:59:55.083 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:55 +0000 (0:00:00.047) 0:01:18.701 ***** 2020-11-19T18:59:55.317 INFO:teuthology.task.ansible.out: TASK [common : Check firewalld status] ***************************************** 2020-11-19T18:59:55.319 INFO:teuthology.task.ansible.out:fatal: [smithi077.front.sepia.ceph.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} ...ignoring 2020-11-19T18:59:55.356 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:55 +0000 (0:00:00.272) 0:01:18.973 ***** 2020-11-19T18:59:55.372 INFO:teuthology.task.ansible.out:fatal: [smithi002.front.sepia.ceph.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} ...ignoring 2020-11-19T18:59:55.407 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:55 +0000 (0:00:00.051) 0:01:19.024 ***** 2020-11-19T18:59:55.417 INFO:teuthology.task.ansible.out: TASK [common : Open nrpe port if firewalld enabled] **************************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:55.463 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:55 +0000 (0:00:00.057) 0:01:19.082 ***** 2020-11-19T18:59:55.471 INFO:teuthology.task.ansible.out: skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T18:59:55.473 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios nrpe config.] ************************************* ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "aa9150d4582f919d7a8504c01c8d86f05e3eeb5d", "dest": "/etc/nagios/nrpe.cfg", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/nagios/nrpe.cfg", "secontext": "system_u:object_r:nrpe_etc_t:s0", "size": 1184, "state": "file", "uid": 0} 2020-11-19T18:59:55.475 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:55.930 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:55 +0000 (0:00:00.464) 0:01:19.547 ***** 2020-11-19T18:59:55.970 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:55 +0000 (0:00:00.040) 0:01:19.587 ***** 2020-11-19T18:59:56.351 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "aa9150d4582f919d7a8504c01c8d86f05e3eeb5d", "dest": "/etc/nagios/nrpe.cfg", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/nagios/nrpe.cfg", "secontext": "system_u:object_r:nrpe_etc_t:s0", "size": 1184, "state": "file", "uid": 0} 2020-11-19T18:59:56.385 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:56 +0000 (0:00:00.416) 0:01:20.003 ***** 2020-11-19T18:59:56.602 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "aa9150d4582f919d7a8504c01c8d86f05e3eeb5d", "dest": "/etc/nagios/nrpe.cfg", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/nagios/nrpe.cfg", "secontext": "system_u:object_r:nrpe_etc_t:s0", "size": 1184, "state": "file", "uid": 0} 2020-11-19T18:59:56.603 INFO:teuthology.task.ansible.out: 2020-11-19T18:59:56.684 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:56 +0000 (0:00:00.298) 0:01:20.302 ***** 2020-11-19T18:59:56.823 INFO:teuthology.task.ansible.out: TASK [common : Make sure nagios nrpe service is running.] ********************** 2020-11-19T18:59:56.825 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nrpe", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-11-19 18:57:13 UTC", "ActiveEnterTimestampMonotonic": "15916624", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network.target var-run.mount -.mount local-fs.target sysinit.target nss-lookup.target tmp.mount systemd-tmpfiles-setup.service system.slice basic.target time-sync.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-11-19 18:57:13 UTC", "AssertTimestampMonotonic": "15915283", "Before": "shutdown.target getty@tty1.service plymouth-quit.service xdm.service multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-11-19 18:57:13 UTC", "ConditionTimestampMonotonic": "15915282", "ConfigurationDirectoryMode": " 2020-11-19T18:59:56.827 INFO:teuthology.task.ansible.out:0755", "Conflicts": "shutdown.target nrpe.socket", "ControlGroup": "/system.slice/nrpe.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Nagios Remote Plugin Executor", "DevicePolicy": "auto", "Documentation": "http://www.nagios.org/documentation", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "979", "ExecMainStartTimestamp": "Thu 2020-11-19 18:57:13 UTC", "ExecMainStartTimestampMonotonic": "15916578", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/nrpe ; argv[]=/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f ; ignore_errors=no ; start_time=[Thu 2020-11-19 18:57:13 UTC] ; stop_time=[n/a] ; pid=979 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/rm ; argv[]=/bin/rm -f /var/run/nrpe/nrpe.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/nrpe.service", "FreezerState": "running", "GID": "984", "Group": "nrpe", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "nrpe.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-11-19 18:57:13 UTC", "InactiveExitTimestampMonotonic": "15916624", "InvocationID": "e22a58d99d2f4b0b9ae912d3d3986db5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infin 2020-11-19T18:59:56.829 INFO:teuthology.task.ansible.out:ity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127237", "LimitNPROCSoft": "127237", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127237", "LimitSIGPENDINGSoft": "127237", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "979", "MemoryAccounting": "yes", "MemoryCurrent": "1355776", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "nrpe.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "-500", "OnFailureJobMode": "replace", "PIDFile": "/var/run/nrpe/nrpe.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualSta 2020-11-19T18:59:56.830 INFO:teuthology.task.ansible.out:rt": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/run/nrpe /var/tmp", "Restart": "on-abort", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "nrpe", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-11-19 18:57:13 UTC", "StateChangeTimestampMonotonic": "15916624", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203580", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "988", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "nrpe", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2020-11-19 18:57:13 UTC", "WatchdogTimestampMonotonic": "15916623", "WatchdogUSec": "0"}} 2020-11-19T18:59:56.876 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:56 +0000 (0:00:00.191) 0:01:20.494 ***** 2020-11-19T18:59:56.885 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nrpe", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-11-19 18:57:20 UTC", "ActiveEnterTimestampMonotonic": "15493593", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target time-sync.target network.target systemd-journald.socket local-fs.target sysinit.target var-run.mount tmp.mount system.slice nss-lookup.target systemd-tmpfiles-setup.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-11-19 18:57:20 UTC", "AssertTimestampMonotonic": "15492242", "Before": "xdm.service shutdown.target getty@tty1.service multi-user.target plymouth-quit.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-11-19 18:57:20 UTC", "ConditionTimestampMonotonic": "15492242", "ConfigurationDirectoryMode": " 2020-11-19T18:59:56.886 INFO:teuthology.task.ansible.out:0755", "Conflicts": "shutdown.target nrpe.socket", "ControlGroup": "/system.slice/nrpe.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Nagios Remote Plugin Executor", "DevicePolicy": "auto", "Documentation": "http://www.nagios.org/documentation", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "971", "ExecMainStartTimestamp": "Thu 2020-11-19 18:57:20 UTC", "ExecMainStartTimestampMonotonic": "15493556", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/nrpe ; argv[]=/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f ; ignore_errors=no ; start_time=[Thu 2020-11-19 18:57:20 UTC] ; stop_time=[n/a] ; pid=971 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/rm ; argv[]=/bin/rm -f /var/run/nrpe/nrpe.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/nrpe.service", "FreezerState": "running", "GID": "984", "Group": "nrpe", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "nrpe.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-11-19 18:57:20 UTC", "InactiveExitTimestampMonotonic": "15493593", "InvocationID": "6ecdbbea1cb24a889b623331ca7fe1ea", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infin 2020-11-19T18:59:56.888 INFO:teuthology.task.ansible.out:ity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127237", "LimitNPROCSoft": "127237", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127237", "LimitSIGPENDINGSoft": "127237", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "971", "MemoryAccounting": "yes", "MemoryCurrent": "1241088", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "nrpe.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "-500", "OnFailureJobMode": "replace", "PIDFile": "/var/run/nrpe/nrpe.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualSta 2020-11-19T18:59:56.889 INFO:teuthology.task.ansible.out:rt": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/var/tmp /run/nrpe", "Restart": "on-abort", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "nrpe", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-11-19 18:57:20 UTC", "StateChangeTimestampMonotonic": "15493593", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203580", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "988", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "nrpe", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2020-11-19 18:57:20 UTC", "WatchdogTimestampMonotonic": "15493592", "WatchdogUSec": "0"}} 2020-11-19T18:59:56.920 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:56 +0000 (0:00:00.044) 0:01:20.538 ***** 2020-11-19T18:59:57.155 INFO:teuthology.task.ansible.out: TASK [common : Get SELinux status] ********************************************* changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": ["getenforce"], "delta": "0:00:00.001653", "end": "2020-11-19 18:59:57.036713", "rc": 0, "start": "2020-11-19 18:59:57.035060", "stderr": "", "stderr_lines": [], "stdout": "Permissive", "stdout_lines": ["Permissive"]} changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": ["getenforce"], "delta": "0:00:00.001724", "end": "2020-11-19 18:59:57.094466", "rc": 0, "start": "2020-11-19 18:59:57.092742", "stderr": "", "stderr_lines": [], "stdout": "Permissive", "stdout_lines": ["Permissive"]} 2020-11-19T18:59:57.189 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:57 +0000 (0:00:00.268) 0:01:20.807 ***** 2020-11-19T18:59:57.223 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:57 +0000 (0:00:00.032) 0:01:20.840 ***** 2020-11-19T18:59:57.229 INFO:teuthology.task.ansible.out: TASK [common : Make sure nagios nrpe service is running.] ********************** 2020-11-19T18:59:57.233 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nrpe", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-11-19 18:56:48 UTC", "ActiveEnterTimestampMonotonic": "15100052", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "time-sync.target local-fs.target systemd-journald.socket basic.target sysinit.target var-run.mount -.mount nss-lookup.target network.target tmp.mount systemd-tmpfiles-setup.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-11-19 18:56:48 UTC", "AssertTimestampMonotonic": "15097994", "Before": "multi-user.target xdm.service shutdown.target getty@tty1.service plymouth-quit.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-11-19 18:56:48 UTC", "ConditionTimestampMonotonic": "15097994", "ConfigurationDirectoryMode": " 2020-11-19T18:59:57.234 INFO:teuthology.task.ansible.out:0755", "Conflicts": "nrpe.socket shutdown.target", "ControlGroup": "/system.slice/nrpe.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Nagios Remote Plugin Executor", "DevicePolicy": "auto", "Documentation": "http://www.nagios.org/documentation", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "923", "ExecMainStartTimestamp": "Thu 2020-11-19 18:56:48 UTC", "ExecMainStartTimestampMonotonic": "15099987", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/nrpe ; argv[]=/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f ; ignore_errors=no ; start_time=[Thu 2020-11-19 18:56:48 UTC] ; stop_time=[n/a] ; pid=923 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/rm ; argv[]=/bin/rm -f /var/run/nrpe/nrpe.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/nrpe.service", "FreezerState": "running", "GID": "984", "Group": "nrpe", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "nrpe.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-11-19 18:56:48 UTC", "InactiveExitTimestampMonotonic": "15100052", "InvocationID": "d21901b930c84665bd5090bda829660a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infin 2020-11-19T18:59:57.236 INFO:teuthology.task.ansible.out:ity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127262", "LimitNPROCSoft": "127262", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127262", "LimitSIGPENDINGSoft": "127262", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "923", "MemoryAccounting": "yes", "MemoryCurrent": "1757184", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "nrpe.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "-500", "OnFailureJobMode": "replace", "PIDFile": "/var/run/nrpe/nrpe.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualSta 2020-11-19T18:59:57.238 INFO:teuthology.task.ansible.out:rt": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/run/nrpe /var/tmp", "Restart": "on-abort", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "nrpe", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-11-19 18:56:48 UTC", "StateChangeTimestampMonotonic": "15100052", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203619", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "988", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "nrpe", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2020-11-19 18:56:48 UTC", "WatchdogTimestampMonotonic": "15100051", "WatchdogUSec": "0"}} 2020-11-19T18:59:58.159 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:58 +0000 (0:00:00.923) 0:01:21.763 ***** 2020-11-19T18:59:58.940 INFO:teuthology.task.ansible.out: TASK [common : Get SELinux status] ********************************************* 2020-11-19T18:59:58.942 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": ["getenforce"], "delta": "0:00:00.001865", "end": "2020-11-19 18:59:58.410679", "rc": 0, "start": "2020-11-19 18:59:58.408814", "stderr": "", "stderr_lines": [], "stdout": "Permissive", "stdout_lines": ["Permissive"]} 2020-11-19T18:59:59.010 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 18:59:59 +0000 (0:00:00.863) 0:01:22.627 ***** 2020-11-19T19:00:00.538 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Install SELinux dependencies] **************************** 2020-11-19T19:00:00.540 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: python3-libsemanage", "Installed: python3-policycoreutils"]} 2020-11-19T19:00:00.572 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:00 +0000 (0:00:01.563) 0:01:24.190 ***** 2020-11-19T19:00:00.600 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: python3-libsemanage", "Installed: python3-policycoreutils"]} 2020-11-19T19:00:00.639 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:00 +0000 (0:00:00.066) 0:01:24.257 ***** 2020-11-19T19:00:01.856 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: python3-libsemanage", "Installed: python3-policycoreutils"]} 2020-11-19T19:00:01.891 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:01 +0000 (0:00:01.252) 0:01:25.510 ***** 2020-11-19T19:00:03.133 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Ensure SELinux policy is up to date] ********************* ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: selinux-policy-targeted"]} 2020-11-19T19:00:03.191 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:03 +0000 (0:00:01.299) 0:01:26.809 ***** 2020-11-19T19:00:03.207 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: selinux-policy-targeted"]} 2020-11-19T19:00:03.270 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:03 +0000 (0:00:00.076) 0:01:26.886 ***** 2020-11-19T19:00:06.600 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: selinux-policy-targeted"]} 2020-11-19T19:00:06.635 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:06 +0000 (0:00:03.367) 0:01:30.253 ***** 2020-11-19T19:00:10.442 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Set SELinux boolean nagios_run_sudo true] **************** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "name": "nagios_run_sudo", "persistent": true, "state": true} ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "name": "nagios_run_sudo", "persistent": true, "state": true} 2020-11-19T19:00:10.490 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:10 +0000 (0:00:03.851) 0:01:34.105 ***** 2020-11-19T19:00:10.550 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:10 +0000 (0:00:00.061) 0:01:34.167 ***** 2020-11-19T19:00:10.562 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "name": "nagios_run_sudo", "persistent": true, "state": true} 2020-11-19T19:00:10.602 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:10 +0000 (0:00:00.050) 0:01:34.217 ***** 2020-11-19T19:00:26.828 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove SELinux policy package] *************************** 2020-11-19T19:00:26.830 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-r", "nrpe"], "delta": "0:00:16.074014", "end": "2020-11-19 19:00:26.803510", "failed_when_result": false, "rc": 0, "start": "2020-11-19 19:00:10.729496", "stderr": "", "stderr_lines": [], "stdout": "libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority).", "stdout_lines": ["libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority)."]} 2020-11-19T19:00:26.864 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:26 +0000 (0:00:16.264) 0:01:50.482 ***** 2020-11-19T19:00:26.872 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-r", "nrpe"], "delta": "0:00:16.036678", "end": "2020-11-19 19:00:26.817494", "failed_when_result": false, "rc": 0, "start": "2020-11-19 19:00:10.780816", "stderr": "", "stderr_lines": [], "stdout": "libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority).", "stdout_lines": ["libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority)."]} 2020-11-19T19:00:26.907 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:26 +0000 (0:00:00.043) 0:01:50.525 ***** 2020-11-19T19:00:27.315 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2020-11-19T19:00:27.317 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "99d9b2ea41fb2d6613898129718064833d2de428", "dest": "/tmp/nrpe.te", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/tmp/nrpe.te", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 934, "state": "file", "uid": 0} 2020-11-19T19:00:27.351 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:27 +0000 (0:00:00.443) 0:01:50.969 ***** 2020-11-19T19:00:27.368 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "99d9b2ea41fb2d6613898129718064833d2de428", "dest": "/tmp/nrpe.te", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/tmp/nrpe.te", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 934, "state": "file", "uid": 0} 2020-11-19T19:00:27.403 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:27 +0000 (0:00:00.052) 0:01:51.022 ***** 2020-11-19T19:00:27.905 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": ["checkmodule", "-M", "-m", "-o", "/tmp/nrpe.mod", "/tmp/nrpe.te"], "delta": "0:00:00.015033", "end": "2020-11-19 19:00:27.580849", "rc": 0, "start": "2020-11-19 19:00:27.565816", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:27.954 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:27 +0000 (0:00:00.549) 0:01:51.571 ***** 2020-11-19T19:00:27.966 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": ["checkmodule", "-M", "-m", "-o", "/tmp/nrpe.mod", "/tmp/nrpe.te"], "delta": "0:00:00.017632", "end": "2020-11-19 19:00:27.531813", "rc": 0, "start": "2020-11-19 19:00:27.514181", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [common : nrpe - Remove SELinux policy package] *************************** 2020-11-19T19:00:27.969 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-r", "nrpe"], "delta": "0:00:16.833662", "end": "2020-11-19 19:00:27.536003", "failed_when_result": false, "rc": 0, "start": "2020-11-19 19:00:10.702341", "stderr": "", "stderr_lines": [], "stdout": "libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority).", "stdout_lines": ["libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority)."]} 2020-11-19T19:00:28.003 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:28 +0000 (0:00:00.049) 0:01:51.621 ***** 2020-11-19T19:00:28.039 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:28 +0000 (0:00:00.035) 0:01:51.657 ***** 2020-11-19T19:00:28.148 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** 2020-11-19T19:00:28.149 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule_package", "-o", "/tmp/nrpe.pp", "-m", "/tmp/nrpe.mod"], "delta": "0:00:00.002431", "end": "2020-11-19 19:00:28.129267", "rc": 0, "start": "2020-11-19 19:00:28.126836", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:28.185 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:28 +0000 (0:00:00.146) 0:01:51.803 ***** 2020-11-19T19:00:28.225 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule_package", "-o", "/tmp/nrpe.pp", "-m", "/tmp/nrpe.mod"], "delta": "0:00:00.002074", "end": "2020-11-19 19:00:28.205946", "rc": 0, "start": "2020-11-19 19:00:28.203872", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:28.259 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:28 +0000 (0:00:00.073) 0:01:51.877 ***** 2020-11-19T19:00:28.457 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2020-11-19T19:00:28.459 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "99d9b2ea41fb2d6613898129718064833d2de428", "dest": "/tmp/nrpe.te", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/tmp/nrpe.te", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 934, "state": "file", "uid": 0} 2020-11-19T19:00:28.492 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:28 +0000 (0:00:00.232) 0:01:52.110 ***** 2020-11-19T19:00:28.890 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": ["checkmodule", "-M", "-m", "-o", "/tmp/nrpe.mod", "/tmp/nrpe.te"], "delta": "0:00:00.016910", "end": "2020-11-19 19:00:28.680432", "rc": 0, "start": "2020-11-19 19:00:28.663522", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:28.958 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:28 +0000 (0:00:00.462) 0:01:52.572 ***** 2020-11-19T19:00:29.787 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule_package", "-o", "/tmp/nrpe.pp", "-m", "/tmp/nrpe.mod"], "delta": "0:00:00.002418", "end": "2020-11-19 19:00:29.767297", "rc": 0, "start": "2020-11-19 19:00:29.764879", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:29.820 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:29 +0000 (0:00:00.865) 0:01:53.438 ***** 2020-11-19T19:00:44.408 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-i", "/tmp/nrpe.pp"], "delta": "0:00:16.036170", "end": "2020-11-19 19:00:44.383976", "rc": 0, "start": "2020-11-19 19:00:28.347806", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:44.445 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:44 +0000 (0:00:14.622) 0:02:08.060 ***** 2020-11-19T19:00:44.617 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-i", "/tmp/nrpe.pp"], "delta": "0:00:16.175518", "end": "2020-11-19 19:00:44.594246", "rc": 0, "start": "2020-11-19 19:00:28.418728", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:44.651 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:44 +0000 (0:00:00.208) 0:02:08.269 ***** 2020-11-19T19:00:44.658 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** 2020-11-19T19:00:44.660 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "path": "/tmp/nrpe.*", "state": "absent"} 2020-11-19T19:00:44.694 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:44 +0000 (0:00:00.043) 0:02:08.312 ***** 2020-11-19T19:00:44.734 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2020-11-19T19:00:44.736 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"ceph_dependency_packages_to_remove": ["boost-random", "boost-program-options", "leveldb", "xmlstarlet", "python-jinja2", "python-ceph", "python-flask", "python-requests", "boost-random", "python-urllib3", "python-babel", "hdparm", "python-markupsafe", "python-werkzeug", "python-itsdangerous"], "ceph_packages_to_remove": ["ceph", "ceph-base", "ceph-selinux", "ceph-common", "ceph-debuginfo", "ceph-release", "libcephfs1", "ceph-radosgw", "python-ceph", "python-rados", "python-rbd", "python-cephfs", "librbd1", "librados2", "mod_fastcgi"], "ntp_service_name": "ntpd", "packages_to_remove": ["device-mapper-multipath"], "pip_packages_to_install": ["remoto>=0.0.35"], "ssh_service_name": "sshd"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/dnf_systems.yml"], "changed": false} 2020-11-19T19:00:45.058 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:45 +0000 (0:00:00.361) 0:02:08.674 ***** 2020-11-19T19:00:45.066 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "path": "/tmp/nrpe.*", "state": "absent"} 2020-11-19T19:00:45.100 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:45 +0000 (0:00:00.043) 0:02:08.718 ***** 2020-11-19T19:00:45.108 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* ok: [smithi077.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-11-19T19:00:45.146 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:45 +0000 (0:00:00.045) 0:02:08.763 ***** 2020-11-19T19:00:45.174 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"ceph_dependency_packages_to_remove": ["boost-random", "boost-program-options", "leveldb", "xmlstarlet", "python-jinja2", "python-ceph", "python-flask", "python-requests", "boost-random", "python-urllib3", "python-babel", "hdparm", "python-markupsafe", "python-werkzeug", "python-itsdangerous"], "ceph_packages_to_remove": ["ceph", "ceph-base", "ceph-selinux", "ceph-common", "ceph-debuginfo", "ceph-release", "libcephfs1", "ceph-radosgw", "python-ceph", "python-rados", "python-rbd", "python-cephfs", "librbd1", "librados2", "mod_fastcgi"], "ntp_service_name": "ntpd", "packages_to_remove": ["device-mapper-multipath"], "pip_packages_to_install": ["remoto>=0.0.35"], "ssh_service_name": "sshd"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/dnf_systems.yml"], "changed": false} 2020-11-19T19:00:45.956 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:45 +0000 (0:00:00.810) 0:02:09.574 ***** 2020-11-19T19:00:45.969 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** 2020-11-19T19:00:45.970 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/redhat_8.yml) => {"ansible_facts": {"common_yum_repos": {"lab-extras": {"baseurl": "http://{{ mirror_host }}/lab-extras/8/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "epel_packages": ["dbench"], "nfs_service": "nfs-server", "ntp_service_name": "chronyd", "packages": ["dnf-utils", "git-all", "sysstat", "libedit", "boost-thread", "xfsprogs", "gdisk", "parted", "libgcrypt", "fuse-libs", "openssl", "libuuid", "attr", "ant", "lsof", "gettext", "bc", "xfsdump", "blktrace", "usbredir", "podman", "podman-docker", "libev-devel", "valgrind", "nfs-utils", "ncurses-devel", "gcc", "git", "python3-nose", "python3-virtualenv", "genisoimage", "qemu-img", "qemu-kvm-core", "qemu-kvm-block-rbd", "libacl-devel", "autoconf", "gdb", "iozone", "lvm2"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/redhat_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/redhat_8.yml"} 2020-11-19T19:00:46.014 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:46 +0000 (0:00:00.057) 0:02:09.632 ***** 2020-11-19T19:00:46.020 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* 2020-11-19T19:00:46.022 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-11-19T19:00:46.618 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:46 +0000 (0:00:00.600) 0:02:10.232 ***** 2020-11-19T19:00:46.622 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ ok: [smithi077.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-11-19T19:00:46.665 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:46 +0000 (0:00:00.050) 0:02:10.283 ***** 2020-11-19T19:00:46.674 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** ok: [smithi071.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/redhat_8.yml) => {"ansible_facts": {"common_yum_repos": {"lab-extras": {"baseurl": "http://{{ mirror_host }}/lab-extras/8/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "epel_packages": ["dbench"], "nfs_service": "nfs-server", "ntp_service_name": "chronyd", "packages": ["dnf-utils", "git-all", "sysstat", "libedit", "boost-thread", "xfsprogs", "gdisk", "parted", "libgcrypt", "fuse-libs", "openssl", "libuuid", "attr", "ant", "lsof", "gettext", "bc", "xfsdump", "blktrace", "usbredir", "podman", "podman-docker", "libev-devel", "valgrind", "nfs-utils", "ncurses-devel", "gcc", "git", "python3-nose", "python3-virtualenv", "genisoimage", "qemu-img", "qemu-kvm-core", "qemu-kvm-block-rbd", "libacl-devel", "autoconf", "gdb", "iozone", "lvm2"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/redhat_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/redhat_8.yml"} 2020-11-19T19:00:46.710 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:46 +0000 (0:00:00.045) 0:02:10.328 ***** 2020-11-19T19:00:46.759 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2020-11-19T19:00:46.761 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-11-19T19:00:46.795 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:46 +0000 (0:00:00.084) 0:02:10.413 ***** 2020-11-19T19:00:46.855 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** 2020-11-19T19:00:46.857 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-11-19T19:00:46.898 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:46 +0000 (0:00:00.102) 0:02:10.516 ***** 2020-11-19T19:00:46.990 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-11-19T19:00:47.024 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.126) 0:02:10.642 ***** 2020-11-19T19:00:47.087 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "name": "ubuntu", "state": "present", "system": false} 2020-11-19T19:00:47.123 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.098) 0:02:10.741 ***** 2020-11-19T19:00:47.161 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2020-11-19T19:00:47.163 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:47.199 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.076) 0:02:10.817 ***** 2020-11-19T19:00:47.216 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* 2020-11-19T19:00:47.216 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "name": "ubuntu", "state": "present", "system": false} 2020-11-19T19:00:47.267 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.067) 0:02:10.885 ***** 2020-11-19T19:00:47.276 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2020-11-19T19:00:47.278 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:47.313 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.046) 0:02:10.932 ***** 2020-11-19T19:00:47.320 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2020-11-19T19:00:47.324 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:47.361 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.047) 0:02:10.980 ***** 2020-11-19T19:00:47.391 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2020-11-19T19:00:47.393 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:47.424 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.062) 0:02:11.042 ***** 2020-11-19T19:00:47.525 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** 2020-11-19T19:00:47.527 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 10101, "home": "/home/fsgqa", "move_home": false, "name": "fsgqa", "shell": "/bin/bash", "state": "present", "uid": 10101} 2020-11-19T19:00:47.561 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.136) 0:02:11.179 ***** 2020-11-19T19:00:47.625 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 10101, "home": "/home/fsgqa", "move_home": false, "name": "fsgqa", "shell": "/bin/bash", "state": "present", "uid": 10101} 2020-11-19T19:00:47.662 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.101) 0:02:11.280 ***** 2020-11-19T19:00:47.963 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** 2020-11-19T19:00:47.966 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-i", "/tmp/nrpe.pp"], "delta": "0:00:17.057380", "end": "2020-11-19 19:00:47.939535", "rc": 0, "start": "2020-11-19 19:00:30.882155", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:47.997 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:47 +0000 (0:00:00.335) 0:02:11.615 ***** 2020-11-19T19:00:48.077 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** 2020-11-19T19:00:48.080 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "dc140f4bb26594b8d5e0753bab8d93c0cced7772", "dest": "/etc/security/limits.d/ubuntu.conf", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/security/limits.d/ubuntu.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0} 2020-11-19T19:00:48.112 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.115) 0:02:11.731 ***** 2020-11-19T19:00:48.150 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi077"}, "changed": false} 2020-11-19T19:00:48.185 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.072) 0:02:11.803 ***** 2020-11-19T19:00:48.192 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** 2020-11-19T19:00:48.193 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "dc140f4bb26594b8d5e0753bab8d93c0cced7772", "dest": "/etc/security/limits.d/ubuntu.conf", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/security/limits.d/ubuntu.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0} TASK [common : nrpe - Remove temporary files] ********************************** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "path": "/tmp/nrpe.*", "state": "absent"} 2020-11-19T19:00:48.229 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.043) 0:02:11.847 ***** 2020-11-19T19:00:48.260 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.031) 0:02:11.879 ***** 2020-11-19T19:00:48.267 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2020-11-19T19:00:48.268 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"ceph_dependency_packages_to_remove": ["boost-random", "boost-program-options", "leveldb", "xmlstarlet", "python-jinja2", "python-ceph", "python-flask", "python-requests", "boost-random", "python-urllib3", "python-babel", "hdparm", "python-markupsafe", "python-werkzeug", "python-itsdangerous"], "ceph_packages_to_remove": ["ceph", "ceph-base", "ceph-selinux", "ceph-common", "ceph-debuginfo", "ceph-release", "libcephfs1", "ceph-radosgw", "python-ceph", "python-rados", "python-rbd", "python-cephfs", "librbd1", "librados2", "mod_fastcgi"], "ntp_service_name": "ntpd", "packages_to_remove": ["device-mapper-multipath"], "pip_packages_to_install": ["remoto>=0.0.35"], "ssh_service_name": "sshd"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/dnf_systems.yml"], "changed": false} 2020-11-19T19:00:48.302 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.041) 0:02:11.920 ***** 2020-11-19T19:00:48.308 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* 2020-11-19T19:00:48.310 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi071"}, "changed": false} 2020-11-19T19:00:48.348 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.046) 0:02:11.966 ***** 2020-11-19T19:00:48.356 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* 2020-11-19T19:00:48.357 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-11-19T19:00:48.394 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.045) 0:02:12.012 ***** 2020-11-19T19:00:48.441 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** 2020-11-19T19:00:48.443 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/redhat_8.yml) => {"ansible_facts": {"common_yum_repos": {"lab-extras": {"baseurl": "http://{{ mirror_host }}/lab-extras/8/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "epel_packages": ["dbench"], "nfs_service": "nfs-server", "ntp_service_name": "chronyd", "packages": ["dnf-utils", "git-all", "sysstat", "libedit", "boost-thread", "xfsprogs", "gdisk", "parted", "libgcrypt", "fuse-libs", "openssl", "libuuid", "attr", "ant", "lsof", "gettext", "bc", "xfsdump", "blktrace", "usbredir", "podman", "podman-docker", "libev-devel", "valgrind", "nfs-utils", "ncurses-devel", "gcc", "git", "python3-nose", "python3-virtualenv", "genisoimage", "qemu-img", "qemu-kvm-core", "qemu-kvm-block-rbd", "libacl-devel", "autoconf", "gdb", "iozone", "lvm2"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/redhat_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/redhat_8.yml"} 2020-11-19T19:00:48.475 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.080) 0:02:12.093 ***** 2020-11-19T19:00:48.513 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2020-11-19T19:00:48.515 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-11-19T19:00:48.547 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.072) 0:02:12.166 ***** 2020-11-19T19:00:48.550 INFO:teuthology.task.ansible.out: 2020-11-19T19:00:48.900 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** 2020-11-19T19:00:48.903 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-11-19T19:00:48.945 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:48 +0000 (0:00:00.397) 0:02:12.563 ***** 2020-11-19T19:00:49.147 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "name": "ubuntu", "state": "present", "system": false} TASK [testnode : Set the system's hostname] ************************************ ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "", "ansible_fqdn": "smithi077", "ansible_hostname": "smithi077", "ansible_nodename": "smithi077"}, "changed": false, "name": "smithi077"} 2020-11-19T19:00:49.191 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:49 +0000 (0:00:00.246) 0:02:12.810 ***** 2020-11-19T19:00:49.232 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:49 +0000 (0:00:00.040) 0:02:12.850 ***** 2020-11-19T19:00:49.238 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2020-11-19T19:00:49.240 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:49.275 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:49 +0000 (0:00:00.042) 0:02:12.893 ***** 2020-11-19T19:00:49.303 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2020-11-19T19:00:49.305 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:49.336 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:49 +0000 (0:00:00.061) 0:02:12.954 ***** 2020-11-19T19:00:49.368 INFO:teuthology.task.ansible.out: TASK [testnode : Set the system's hostname] ************************************ 2020-11-19T19:00:49.369 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "", "ansible_fqdn": "smithi071", "ansible_hostname": "smithi071", "ansible_nodename": "smithi071"}, "changed": false, "name": "smithi071"} 2020-11-19T19:00:49.402 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:49 +0000 (0:00:00.065) 0:02:13.020 ***** 2020-11-19T19:00:49.640 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** 2020-11-19T19:00:49.641 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 10101, "home": "/home/fsgqa", "move_home": false, "name": "fsgqa", "shell": "/bin/bash", "state": "present", "uid": 10101} 2020-11-19T19:00:49.677 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:49 +0000 (0:00:00.274) 0:02:13.295 ***** 2020-11-19T19:00:49.833 INFO:teuthology.task.ansible.out: TASK [testnode : Upload distro major version specific sshd_config] ************* 2020-11-19T19:00:49.835 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "a5e550b2aa74f6355e926d70d73a50ad9ab4b4be", "dest": "/etc/ssh/sshd_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/sshd_config", "secontext": "system_u:object_r:etc_t:s0", "size": 1043, "state": "file", "uid": 0} 2020-11-19T19:00:49.868 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:49 +0000 (0:00:00.190) 0:02:13.486 ***** 2020-11-19T19:00:50.078 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "a5e550b2aa74f6355e926d70d73a50ad9ab4b4be", "dest": "/etc/ssh/sshd_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/sshd_config", "secontext": "system_u:object_r:etc_t:s0", "size": 1043, "state": "file", "uid": 0} 2020-11-19T19:00:50.114 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:50 +0000 (0:00:00.246) 0:02:13.732 ***** 2020-11-19T19:00:50.196 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** 2020-11-19T19:00:50.198 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "dc140f4bb26594b8d5e0753bab8d93c0cced7772", "dest": "/etc/security/limits.d/ubuntu.conf", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/security/limits.d/ubuntu.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0} 2020-11-19T19:00:50.230 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:50 +0000 (0:00:00.116) 0:02:13.849 ***** 2020-11-19T19:00:50.268 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi002"}, "changed": false} 2020-11-19T19:00:50.302 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:50 +0000 (0:00:00.071) 0:02:13.920 ***** 2020-11-19T19:00:50.510 INFO:teuthology.task.ansible.out: TASK [testnode : Upload ssh_config] ******************************************** ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "58d78b02605c8368f1913de12e145f4ad930fafc", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/ssh_config", "secontext": "system_u:object_r:etc_t:s0", "size": 570, "state": "file", "uid": 0} 2020-11-19T19:00:50.592 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:50 +0000 (0:00:00.290) 0:02:14.210 ***** 2020-11-19T19:00:51.376 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "58d78b02605c8368f1913de12e145f4ad930fafc", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/ssh_config", "secontext": "system_u:object_r:etc_t:s0", "size": 570, "state": "file", "uid": 0} 2020-11-19T19:00:51.458 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:51 +0000 (0:00:00.862) 0:02:15.073 ***** 2020-11-19T19:00:52.512 INFO:teuthology.task.ansible.out: TASK [testnode : Set the system's hostname] ************************************ ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "", "ansible_fqdn": "smithi002", "ansible_hostname": "smithi002", "ansible_nodename": "smithi002"}, "changed": false, "name": "smithi002"} TASK [testnode : Add ssh pubkeys] ********************************************** ok: [smithi077.front.sepia.ceph.com] => {"attempts": 1, "changed": false, "comment": null, "exclusive": false, "follow": false, "key": "https://raw.githubusercontent.com/ceph/keys/autogenerated/ssh/@all.pub", "key_options": null, "keyfile": "/home/ubuntu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ubuntu", "validate_certs": true} 2020-11-19T19:00:52.574 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:52 +0000 (0:00:01.118) 0:02:16.192 ***** 2020-11-19T19:00:52.630 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:52 +0000 (0:00:00.048) 0:02:16.240 ***** 2020-11-19T19:00:53.031 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"attempts": 1, "changed": false, "comment": null, "exclusive": false, "follow": false, "key": "https://raw.githubusercontent.com/ceph/keys/autogenerated/ssh/@all.pub", "key_options": null, "keyfile": "/home/ubuntu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ubuntu", "validate_certs": true} 2020-11-19T19:00:53.067 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:53 +0000 (0:00:00.444) 0:02:16.685 ***** 2020-11-19T19:00:53.124 INFO:teuthology.task.ansible.out: TASK [testnode : Upload distro major version specific sshd_config] ************* 2020-11-19T19:00:53.126 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "a5e550b2aa74f6355e926d70d73a50ad9ab4b4be", "dest": "/etc/ssh/sshd_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/sshd_config", "secontext": "system_u:object_r:etc_t:s0", "size": 1043, "state": "file", "uid": 0} 2020-11-19T19:00:53.158 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:53 +0000 (0:00:00.091) 0:02:16.777 ***** 2020-11-19T19:00:53.165 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* 2020-11-19T19:00:53.167 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "68d0b8ee2f88a77895f257aa69f32a42e47f455b", "dest": "/etc/security/limits.d/remote.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.d/remote.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0} 2020-11-19T19:00:53.207 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:53 +0000 (0:00:00.044) 0:02:16.821 ***** 2020-11-19T19:00:53.392 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2020-11-19T19:00:53.394 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "dest": "/etc/fuse.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 0, "state": "file", "uid": 0} 2020-11-19T19:00:53.434 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:53 +0000 (0:00:00.231) 0:02:17.052 ***** 2020-11-19T19:00:53.526 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* 2020-11-19T19:00:53.527 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "68d0b8ee2f88a77895f257aa69f32a42e47f455b", "dest": "/etc/security/limits.d/remote.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.d/remote.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0} 2020-11-19T19:00:53.561 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:53 +0000 (0:00:00.126) 0:02:17.179 ***** 2020-11-19T19:00:53.621 INFO:teuthology.task.ansible.out: TASK [testnode : Upload ssh_config] ******************************************** 2020-11-19T19:00:53.622 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "58d78b02605c8368f1913de12e145f4ad930fafc", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/ssh_config", "secontext": "system_u:object_r:etc_t:s0", "size": 570, "state": "file", "uid": 0} 2020-11-19T19:00:53.656 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:53 +0000 (0:00:00.095) 0:02:17.274 ***** 2020-11-19T19:00:53.663 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-11-19T19:00:53.666 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "gid": 36, "name": "kvm", "state": "present", "system": false} 2020-11-19T19:00:53.700 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:53 +0000 (0:00:00.044) 0:02:17.319 ***** 2020-11-19T19:00:53.748 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2020-11-19T19:00:53.750 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "dest": "/etc/fuse.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 0, "state": "file", "uid": 0} 2020-11-19T19:00:53.786 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:53 +0000 (0:00:00.085) 0:02:17.404 ***** 2020-11-19T19:00:53.902 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2020-11-19T19:00:53.903 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1236, "groups": "kvm,disk", "home": "/home/ubuntu", "move_home": false, "name": "ubuntu", "shell": "/bin/bash", "state": "present", "uid": 1000} 2020-11-19T19:00:53.939 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:53 +0000 (0:00:00.153) 0:02:17.558 ***** 2020-11-19T19:00:53.977 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-11-19T19:00:53.979 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "gid": 36, "name": "kvm", "state": "present", "system": false} 2020-11-19T19:00:54.016 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:54 +0000 (0:00:00.076) 0:02:17.634 ***** 2020-11-19T19:00:54.225 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* ok: [smithi071.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1236, "groups": "kvm,disk", "home": "/home/ubuntu", "move_home": false, "name": "ubuntu", "shell": "/bin/bash", "state": "present", "uid": 1000} 2020-11-19T19:00:54.260 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:54 +0000 (0:00:00.244) 0:02:17.878 ***** 2020-11-19T19:00:54.262 INFO:teuthology.task.ansible.out: 2020-11-19T19:00:54.279 INFO:teuthology.task.ansible.out: TASK [testnode : Add ssh pubkeys] ********************************************** 2020-11-19T19:00:54.281 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"attempts": 1, "changed": false, "comment": null, "exclusive": false, "follow": false, "key": "https://raw.githubusercontent.com/ceph/keys/autogenerated/ssh/@all.pub", "key_options": null, "keyfile": "/home/ubuntu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ubuntu", "validate_certs": true} 2020-11-19T19:00:54.314 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:54 +0000 (0:00:00.053) 0:02:17.932 ***** 2020-11-19T19:00:54.397 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "be3223c8b0917bde02657a5f9ddd95277cc3f812", "dest": "/etc/sudoers", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers", "secontext": "system_u:object_r:etc_t:s0", "size": 1808, "state": "file", "uid": 0} 2020-11-19T19:00:54.399 INFO:teuthology.task.ansible.out: 2020-11-19T19:00:54.434 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:54 +0000 (0:00:00.119) 0:02:18.052 ***** 2020-11-19T19:00:54.694 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "be3223c8b0917bde02657a5f9ddd95277cc3f812", "dest": "/etc/sudoers", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers", "secontext": "system_u:object_r:etc_t:s0", "size": 1808, "state": "file", "uid": 0} 2020-11-19T19:00:54.732 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:54 +0000 (0:00:00.298) 0:02:18.350 ***** 2020-11-19T19:00:54.783 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* 2020-11-19T19:00:54.785 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "68d0b8ee2f88a77895f257aa69f32a42e47f455b", "dest": "/etc/security/limits.d/remote.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.d/remote.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0} 2020-11-19T19:00:54.823 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:54 +0000 (0:00:00.088) 0:02:18.439 ***** 2020-11-19T19:00:54.884 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "12a2e17405b9e00ea2061e25929905d08e5fe19f", "dest": "/etc/security/limits.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 854, "state": "file", "uid": 0} 2020-11-19T19:00:54.920 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:54 +0000 (0:00:00.098) 0:02:18.538 ***** 2020-11-19T19:00:55.021 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "dest": "/etc/fuse.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 0, "state": "file", "uid": 0} 2020-11-19T19:00:55.057 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:55 +0000 (0:00:00.137) 0:02:18.676 ***** 2020-11-19T19:00:55.181 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2020-11-19T19:00:55.183 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "12a2e17405b9e00ea2061e25929905d08e5fe19f", "dest": "/etc/security/limits.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 854, "state": "file", "uid": 0} 2020-11-19T19:00:55.216 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:55 +0000 (0:00:00.158) 0:02:18.834 ***** 2020-11-19T19:00:55.257 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-11-19T19:00:55.258 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "gid": 36, "name": "kvm", "state": "present", "system": false} 2020-11-19T19:00:55.291 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:55 +0000 (0:00:00.075) 0:02:18.910 ***** 2020-11-19T19:00:55.647 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2020-11-19T19:00:55.649 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1236, "groups": "kvm,disk", "home": "/home/ubuntu", "move_home": false, "name": "ubuntu", "shell": "/bin/bash", "state": "present", "uid": 1000} 2020-11-19T19:00:55.682 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:55 +0000 (0:00:00.390) 0:02:19.300 ***** 2020-11-19T19:00:56.171 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2020-11-19T19:00:56.172 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "be3223c8b0917bde02657a5f9ddd95277cc3f812", "dest": "/etc/sudoers", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers", "secontext": "system_u:object_r:etc_t:s0", "size": 1808, "state": "file", "uid": 0} 2020-11-19T19:00:56.205 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:56 +0000 (0:00:00.523) 0:02:19.823 ***** 2020-11-19T19:00:56.902 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2020-11-19T19:00:56.903 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "12a2e17405b9e00ea2061e25929905d08e5fe19f", "dest": "/etc/security/limits.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 854, "state": "file", "uid": 0} 2020-11-19T19:00:56.935 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:56 +0000 (0:00:00.730) 0:02:20.554 ***** 2020-11-19T19:00:57.233 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2020-11-19T19:00:57.236 INFO:teuthology.task.ansible.out:[WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": ["rpm", "--rebuilddb"], "delta": "0:00:02.082321", "end": "2020-11-19 19:00:57.157876", "rc": 0, "start": "2020-11-19 19:00:55.075555", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:57.268 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:57 +0000 (0:00:00.333) 0:02:20.887 ***** 2020-11-19T19:00:57.326 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2020-11-19T19:00:57.327 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:57.364 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:57 +0000 (0:00:00.095) 0:02:20.982 ***** 2020-11-19T19:00:57.428 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2020-11-19T19:00:57.430 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": ["rpm", "--rebuilddb"], "delta": "0:00:02.024778", "end": "2020-11-19 19:00:57.403721", "rc": 0, "start": "2020-11-19 19:00:55.378943", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:00:57.462 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:57 +0000 (0:00:00.097) 0:02:21.080 ***** 2020-11-19T19:00:57.502 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2020-11-19T19:00:57.504 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:57.535 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:57 +0000 (0:00:00.073) 0:02:21.154 ***** 2020-11-19T19:00:58.051 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* 2020-11-19T19:00:58.053 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item={'key': 'lab-extras', 'value': {'name': 'lab-extras', 'baseurl': 'http://apt-mirror.front.sepia.ceph.com/lab-extras/8/', 'enabled': 1, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a0e2ac0628a264e14b96b1c57627a3aa344a6c52", "dest": "/etc/yum.repos.d/lab-extras.repo", "gid": 0, "group": "root", "item": {"key": "lab-extras", "value": {"baseurl": "http://apt-mirror.front.sepia.ceph.com/lab-extras/8/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/lab-extras.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 203, "state": "file", "uid": 0} 2020-11-19T19:00:58.089 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.552) 0:02:21.707 ***** 2020-11-19T19:00:58.119 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-11-19T19:00:58.154 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.065) 0:02:21.772 ***** 2020-11-19T19:00:58.181 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2020-11-19T19:00:58.217 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.062) 0:02:21.835 ***** 2020-11-19T19:00:58.223 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* 2020-11-19T19:00:58.224 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item={'key': 'lab-extras', 'value': {'name': 'lab-extras', 'baseurl': 'http://apt-mirror.front.sepia.ceph.com/lab-extras/8/', 'enabled': 1, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a0e2ac0628a264e14b96b1c57627a3aa344a6c52", "dest": "/etc/yum.repos.d/lab-extras.repo", "gid": 0, "group": "root", "item": {"key": "lab-extras", "value": {"baseurl": "http://apt-mirror.front.sepia.ceph.com/lab-extras/8/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/lab-extras.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 203, "state": "file", "uid": 0} 2020-11-19T19:00:58.263 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.045) 0:02:21.880 ***** 2020-11-19T19:00:58.270 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** 2020-11-19T19:00:58.271 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:58.626 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.362) 0:02:22.243 ***** 2020-11-19T19:00:58.632 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-11-19T19:00:58.670 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.045) 0:02:22.288 ***** 2020-11-19T19:00:58.677 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* 2020-11-19T19:00:58.679 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} 2020-11-19T19:00:58.713 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.042) 0:02:22.330 ***** 2020-11-19T19:00:58.719 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2020-11-19T19:00:58.753 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.041) 0:02:22.371 ***** 2020-11-19T19:00:58.763 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** 2020-11-19T19:00:58.765 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:58.798 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.044) 0:02:22.416 ***** 2020-11-19T19:00:58.805 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** 2020-11-19T19:00:58.807 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:58.841 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.043) 0:02:22.459 ***** 2020-11-19T19:00:58.852 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:58.887 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.045) 0:02:22.505 ***** 2020-11-19T19:00:58.893 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* 2020-11-19T19:00:58.895 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} 2020-11-19T19:00:58.930 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.042) 0:02:22.548 ***** 2020-11-19T19:00:58.939 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* 2020-11-19T19:00:58.941 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:58.979 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:58 +0000 (0:00:00.048) 0:02:22.597 ***** 2020-11-19T19:00:58.986 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** 2020-11-19T19:00:58.987 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:59.021 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.042) 0:02:22.639 ***** 2020-11-19T19:00:59.027 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** 2020-11-19T19:00:59.028 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:59.062 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.040) 0:02:22.680 ***** 2020-11-19T19:00:59.068 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-11-19T19:00:59.070 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:59.110 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.047) 0:02:22.728 ***** 2020-11-19T19:00:59.356 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2020-11-19T19:00:59.357 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": ["rpm", "--rebuilddb"], "delta": "0:00:02.086523", "end": "2020-11-19 19:00:59.186562", "rc": 0, "start": "2020-11-19 19:00:57.100039", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [testnode : Ensure yum_utils is present.] ********************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:59.391 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.280) 0:02:23.009 ***** 2020-11-19T19:00:59.423 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.032) 0:02:23.041 ***** 2020-11-19T19:00:59.431 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:59.466 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.042) 0:02:23.084 ***** 2020-11-19T19:00:59.472 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:59.554 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.088) 0:02:23.172 ***** 2020-11-19T19:00:59.562 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* 2020-11-19T19:00:59.564 INFO:teuthology.task.ansible.out:fatal: [smithi077.front.sepia.ceph.com]: FAILED! => {"changed": false, "cmd": ["rpm", "-q", "ceph-debuginfo"], "delta": "0:00:00.007440", "end": "2020-11-19 19:00:59.456593", "msg": "non-zero return code", "rc": 1, "start": "2020-11-19 19:00:59.449153", "stderr": "", "stderr_lines": [], "stdout": "package ceph-debuginfo is not installed", "stdout_lines": ["package ceph-debuginfo is not installed"]} ...ignoring 2020-11-19T19:00:59.600 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.044) 0:02:23.216 ***** 2020-11-19T19:00:59.637 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:59.677 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.078) 0:02:23.295 ***** 2020-11-19T19:00:59.757 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* 2020-11-19T19:00:59.759 INFO:teuthology.task.ansible.out:fatal: [smithi071.front.sepia.ceph.com]: FAILED! => {"changed": false, "cmd": ["rpm", "-q", "ceph-debuginfo"], "delta": "0:00:00.007107", "end": "2020-11-19 19:00:59.737650", "msg": "non-zero return code", "rc": 1, "start": "2020-11-19 19:00:59.730543", "stderr": "", "stderr_lines": [], "stdout": "package ceph-debuginfo is not installed", "stdout_lines": ["package ceph-debuginfo is not installed"]} ...ignoring 2020-11-19T19:00:59.794 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.116) 0:02:23.412 ***** 2020-11-19T19:00:59.822 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** 2020-11-19T19:00:59.824 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:00:59.855 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:00:59 +0000 (0:00:00.061) 0:02:23.474 ***** 2020-11-19T19:00:59.994 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* 2020-11-19T19:00:59.995 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item={'key': 'lab-extras', 'value': {'name': 'lab-extras', 'baseurl': 'http://apt-mirror.front.sepia.ceph.com/lab-extras/8/', 'enabled': 1, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a0e2ac0628a264e14b96b1c57627a3aa344a6c52", "dest": "/etc/yum.repos.d/lab-extras.repo", "gid": 0, "group": "root", "item": {"key": "lab-extras", "value": {"baseurl": "http://apt-mirror.front.sepia.ceph.com/lab-extras/8/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/lab-extras.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 203, "state": "file", "uid": 0} 2020-11-19T19:01:00.030 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:00 +0000 (0:00:00.175) 0:02:23.649 ***** 2020-11-19T19:01:00.058 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-11-19T19:01:00.092 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:00 +0000 (0:00:00.061) 0:02:23.710 ***** 2020-11-19T19:01:00.119 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2020-11-19T19:01:00.153 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:00 +0000 (0:00:00.060) 0:02:23.771 ***** 2020-11-19T19:01:00.530 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:00.567 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:00 +0000 (0:00:00.413) 0:02:24.184 ***** 2020-11-19T19:01:00.604 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* 2020-11-19T19:01:00.606 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:00.616 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:00.649 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:00 +0000 (0:00:00.083) 0:02:24.267 ***** 2020-11-19T19:01:00.676 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** 2020-11-19T19:01:00.678 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:00.710 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:00 +0000 (0:00:00.060) 0:02:24.328 ***** 2020-11-19T19:01:00.749 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-11-19T19:01:00.751 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:00.784 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:00 +0000 (0:00:00.074) 0:02:24.402 ***** 2020-11-19T19:01:00.822 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:00.855 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:00 +0000 (0:00:00.070) 0:02:24.473 ***** 2020-11-19T19:01:00.894 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:00.927 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:00 +0000 (0:00:00.071) 0:02:24.545 ***** 2020-11-19T19:01:01.138 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* 2020-11-19T19:01:01.139 INFO:teuthology.task.ansible.out:fatal: [smithi002.front.sepia.ceph.com]: FAILED! => {"changed": false, "cmd": ["rpm", "-q", "ceph-debuginfo"], "delta": "0:00:00.007494", "end": "2020-11-19 19:01:01.118667", "msg": "non-zero return code", "rc": 1, "start": "2020-11-19 19:01:01.111173", "stderr": "", "stderr_lines": [], "stdout": "package ceph-debuginfo is not installed", "stdout_lines": ["package ceph-debuginfo is not installed"]} ...ignoring 2020-11-19T19:01:01.174 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:01 +0000 (0:00:00.246) 0:02:24.791 ***** 2020-11-19T19:01:01.200 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:01.236 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:01 +0000 (0:00:00.060) 0:02:24.852 ***** 2020-11-19T19:01:05.989 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2020-11-19T19:01:05.991 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: librados2-1:12.2.7-9.el8.x86_64", "Removed: librbd1-1:12.2.7-9.el8.x86_64", "Removed: qemu-kvm-block-rbd-15:4.2.0-34.module+el8.3.0+7976+077be4ec.x86_64"]} 2020-11-19T19:01:06.025 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:06 +0000 (0:00:04.791) 0:02:29.644 ***** 2020-11-19T19:01:06.064 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: librados2-1:12.2.7-9.el8.x86_64", "Removed: librbd1-1:12.2.7-9.el8.x86_64", "Removed: qemu-kvm-block-rbd-15:4.2.0-34.module+el8.3.0+7976+077be4ec.x86_64"]} 2020-11-19T19:01:06.102 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:06 +0000 (0:00:00.076) 0:02:29.720 ***** 2020-11-19T19:01:08.370 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: librados2-1:12.2.7-9.el8.x86_64", "Removed: librbd1-1:12.2.7-9.el8.x86_64", "Removed: qemu-kvm-block-rbd-15:4.2.0-34.module+el8.3.0+7976+077be4ec.x86_64"]} 2020-11-19T19:01:08.406 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:08 +0000 (0:00:02.303) 0:02:32.024 ***** 2020-11-19T19:01:11.726 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2020-11-19T19:01:11.728 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: boost-program-options-1.66.0-10.el8.x86_64", "Removed: boost-random-1.66.0-10.el8.x86_64"]} 2020-11-19T19:01:11.770 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:11 +0000 (0:00:03.364) 0:02:35.388 ***** 2020-11-19T19:01:11.894 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: boost-program-options-1.66.0-10.el8.x86_64", "Removed: boost-random-1.66.0-10.el8.x86_64"]} 2020-11-19T19:01:11.929 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:11 +0000 (0:00:00.159) 0:02:35.547 ***** 2020-11-19T19:01:14.514 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: boost-program-options-1.66.0-10.el8.x86_64", "Removed: boost-random-1.66.0-10.el8.x86_64"]} 2020-11-19T19:01:14.547 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:14 +0000 (0:00:02.617) 0:02:38.165 ***** 2020-11-19T19:01:25.354 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: dnf-utils", "Installed: git-all", "Installed: sysstat", "Installed: libedit", "Installed: boost-thread", "Installed: xfsprogs", "Installed: gdisk", "Installed: parted", "Installed: libgcrypt", "Installed: fuse-libs", "Installed: openssl", "Installed: libuuid", "Installed: attr", "Installed: ant", "Installed: lsof", "Installed: gettext", "Installed: bc", "Installed: xfsdump", "Installed: blktrace", "Installed: usbredir", "Installed: podman", "Installed: podman-docker", "Installed: libev-devel", "Installed: valgrind", "Installed: nfs-utils", "Installed: ncurses-devel", "Installed: gcc", "Installed: git", "Installed: python3-nose", "Installed: python3-virtualenv", "Installed: genisoimage", "Installed: qemu-img", "Installed: qemu-kvm-core", "Installed: qemu-kvm-block-rbd", "Installed: libacl-devel", "Installed: autoconf", "Installed: gdb", "Installed: iozone", "Installed: lvm2", "Installed: boost-random-1.66.0-10.el8.x86_64", "Installed: librados2-1:12.2.7-9.el8.x86_64", "Installed: librbd1-1:12.2.7-9.el8.x86_64", "Installed: qemu-kvm-block-rbd-15:4.2.0-34.module+el8.3.0+7976+077be4ec.x86_64", "Installed: boost-program-options-1.66.0-10.el8.x86_64"]} 2020-11-19T19:01:25.389 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:25 +0000 (0:00:10.841) 0:02:49.007 ***** 2020-11-19T19:01:25.450 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: dnf-utils", "Installed: git-all", "Installed: sysstat", "Installed: libedit", "Installed: boost-thread", "Installed: xfsprogs", "Installed: gdisk", "Installed: parted", "Installed: libgcrypt", "Installed: fuse-libs", "Installed: openssl", "Installed: libuuid", "Installed: attr", "Installed: ant", "Installed: lsof", "Installed: gettext", "Installed: bc", "Installed: xfsdump", "Installed: blktrace", "Installed: usbredir", "Installed: podman", "Installed: podman-docker", "Installed: libev-devel", "Installed: valgrind", "Installed: nfs-utils", "Installed: ncurses-devel", "Installed: gcc", "Installed: git", "Installed: python3-nose", "Installed: python3-virtualenv", "Installed: genisoimage", "Installed: qemu-img", "Installed: qemu-kvm-core", "Installed: qemu-kvm-block-rbd", "Installed: libacl-devel", "Installed: autoconf", "Installed: gdb", "Installed: iozone", "Installed: lvm2", "Installed: qemu-kvm-block-rbd-15:4.2.0-34.module+el8.3.0+7976+077be4ec.x86_64", "Installed: boost-program-options-1.66.0-10.el8.x86_64", "Installed: boost-random-1.66.0-10.el8.x86_64", "Installed: librados2-1:12.2.7-9.el8.x86_64", "Installed: librbd1-1:12.2.7-9.el8.x86_64"]} changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: dnf-utils", "Installed: git-all", "Installed: sysstat", "Installed: libedit", "Installed: boost-thread", "Installed: xfsprogs", "Installed: gdisk", "Installed: parted", "Installed: libgcrypt", "Installed: fuse-libs", "Installed: openssl", "Installed: libuuid", "Installed: attr", "Installed: ant", "Installed: lsof", "Installed: gettext", "Installed: bc", "Installed: xfsdump", "Installed: blktrace", "Installed: usbredir", "Installed: podman", "Installed: podman-docker", "Installed: libev-devel", "Installed: valgrind", "Installed: nfs-utils", "Installed: ncurses-devel", "Installed: gcc", "Installed: git", "Installed 2020-11-19T19:01:25.451 INFO:teuthology.task.ansible.out:: python3-nose", "Installed: python3-virtualenv", "Installed: genisoimage", "Installed: qemu-img", "Installed: qemu-kvm-core", "Installed: qemu-kvm-block-rbd", "Installed: libacl-devel", "Installed: autoconf", "Installed: gdb", "Installed: iozone", "Installed: lvm2", "Installed: qemu-kvm-block-rbd-15:4.2.0-34.module+el8.3.0+7976+077be4ec.x86_64", "Installed: boost-program-options-1.66.0-10.el8.x86_64", "Installed: boost-random-1.66.0-10.el8.x86_64", "Installed: librados2-1:12.2.7-9.el8.x86_64", "Installed: librbd1-1:12.2.7-9.el8.x86_64"]} 2020-11-19T19:01:25.466 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:25 +0000 (0:00:00.073) 0:02:49.080 ***** 2020-11-19T19:01:25.513 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:25 +0000 (0:00:00.050) 0:02:49.131 ***** 2020-11-19T19:01:27.885 INFO:teuthology.task.ansible.out: TASK [testnode : Install epel packages] **************************************** 2020-11-19T19:01:27.886 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: dbench"]} 2020-11-19T19:01:27.921 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:27 +0000 (0:00:02.408) 0:02:51.539 ***** 2020-11-19T19:01:27.932 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: dbench"]} 2020-11-19T19:01:27.971 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:27 +0000 (0:00:00.050) 0:02:51.590 ***** 2020-11-19T19:01:28.097 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: dbench"]} 2020-11-19T19:01:28.144 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:28 +0000 (0:00:00.173) 0:02:51.763 ***** 2020-11-19T19:01:30.355 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2020-11-19T19:01:30.357 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2020-11-19T19:01:30.394 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:30 +0000 (0:00:02.246) 0:02:54.009 ***** 2020-11-19T19:01:30.401 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2020-11-19T19:01:30.434 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:30 +0000 (0:00:00.042) 0:02:54.052 ***** 2020-11-19T19:01:30.441 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-11-19T19:01:30.442 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:30.478 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:30 +0000 (0:00:00.043) 0:02:54.096 ***** 2020-11-19T19:01:30.485 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:30.523 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:30 +0000 (0:00:00.044) 0:02:54.141 ***** 2020-11-19T19:01:30.757 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2020-11-19T19:01:30.792 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:30 +0000 (0:00:00.268) 0:02:54.409 ***** 2020-11-19T19:01:30.799 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable firewalld] *********************************** 2020-11-19T19:01:30.800 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "enabled": false, "name": "firewalld", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice dbus.socket dbus.service basic.target sysinit.target polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ipset.service nftables.service ip6tables.service iptables.service ebtables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "D 2020-11-19T19:01:30.802 INFO:teuthology.task.ansible.out:evicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "Limi 2020-11-19T19:01:30.803 INFO:teuthology.task.ansible.out:tNOFILESoft": "1024", "LimitNPROC": "127237", "LimitNPROCSoft": "127237", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127237", "LimitSIGPENDINGSoft": "127237", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "S 2020-11-19T19:01:30.805 INFO:teuthology.task.ansible.out:tartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "203580", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2020-11-19T19:01:30.836 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:30 +0000 (0:00:00.045) 0:02:54.455 ***** 2020-11-19T19:01:30.845 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "enabled": false, "name": "firewalld", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice basic.target dbus.service sysinit.target polkit.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "D 2020-11-19T19:01:30.847 INFO:teuthology.task.ansible.out:evicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "Limi 2020-11-19T19:01:30.849 INFO:teuthology.task.ansible.out:tNOFILESoft": "1024", "LimitNPROC": "127237", "LimitNPROCSoft": "127237", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127237", "LimitSIGPENDINGSoft": "127237", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "S 2020-11-19T19:01:30.850 INFO:teuthology.task.ansible.out:tartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "203580", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [testnode : Upgrade packages] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:30.881 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:30 +0000 (0:00:00.044) 0:02:54.499 ***** 2020-11-19T19:01:30.915 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:30 +0000 (0:00:00.033) 0:02:54.533 ***** 2020-11-19T19:01:31.267 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable firewalld] *********************************** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "enabled": false, "name": "firewalld", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target dbus.service polkit.service basic.target dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service nftables.service ebtables.service shutdown.target iptables.service ip6tables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryM 2020-11-19T19:01:31.274 INFO:teuthology.task.ansible.out:in": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESof 2020-11-19T19:01:31.278 INFO:teuthology.task.ansible.out:t": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127262", "LimitNPROCSoft": "127262", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127262", "LimitSIGPENDINGSoft": "127262", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "n 2020-11-19T19:01:31.285 INFO:teuthology.task.ansible.out:ull", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "203619", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2020-11-19T19:01:31.310 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:31 +0000 (0:00:00.391) 0:02:54.924 ***** 2020-11-19T19:01:31.315 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable iptables] ************************************ fatal: [smithi071.front.sepia.ceph.com]: FAILED! => {"changed": false, "msg": "Could not find the requested service iptables: host"} ...ignoring 2020-11-19T19:01:31.350 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:31 +0000 (0:00:00.043) 0:02:54.968 ***** 2020-11-19T19:01:31.453 INFO:teuthology.task.ansible.out:fatal: [smithi077.front.sepia.ceph.com]: FAILED! => {"changed": false, "msg": "Could not find the requested service iptables: host"} 2020-11-19T19:01:31.455 INFO:teuthology.task.ansible.out:...ignoring 2020-11-19T19:01:31.487 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:31 +0000 (0:00:00.137) 0:02:55.106 ***** 2020-11-19T19:01:31.602 INFO:teuthology.task.ansible.out:fatal: [smithi002.front.sepia.ceph.com]: FAILED! => {"changed": false, "msg": "Could not find the requested service iptables: host"} ...ignoring 2020-11-19T19:01:31.638 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:31 +0000 (0:00:00.151) 0:02:55.257 ***** 2020-11-19T19:01:32.084 INFO:teuthology.task.ansible.out: TASK [testnode : Enable SELinux] *********************************************** ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "configfile": "/etc/selinux/config", "msg": "", "policy": "targeted", "reboot_required": false, "state": "permissive"} 2020-11-19T19:01:32.087 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "configfile": "/etc/selinux/config", "msg": "", "policy": "targeted", "reboot_required": false, "state": "permissive"} 2020-11-19T19:01:32.120 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:32 +0000 (0:00:00.481) 0:02:55.738 ***** 2020-11-19T19:01:32.154 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:32 +0000 (0:00:00.031) 0:02:55.770 ***** 2020-11-19T19:01:32.158 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "configfile": "/etc/selinux/config", "msg": "", "policy": "targeted", "reboot_required": false, "state": "permissive"} 2020-11-19T19:01:32.161 INFO:teuthology.task.ansible.out: TASK [testnode : Install abrt] ************************************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:32.196 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:32 +0000 (0:00:00.042) 0:02:55.812 ***** 2020-11-19T19:01:32.886 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:32 +0000 (0:00:00.685) 0:02:56.498 ***** 2020-11-19T19:01:32.891 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:32.894 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:32.931 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:32 +0000 (0:00:00.050) 0:02:56.548 ***** 2020-11-19T19:01:32.968 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:32 +0000 (0:00:00.037) 0:02:56.586 ***** 2020-11-19T19:01:32.976 INFO:teuthology.task.ansible.out: TASK [testnode : Enable abrt-auto-reporting] *********************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:32.978 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.017 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.048) 0:02:56.635 ***** 2020-11-19T19:01:33.058 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.041) 0:02:56.676 ***** 2020-11-19T19:01:33.066 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.066 INFO:teuthology.task.ansible.out: TASK [testnode : Set OpenGPGCheck in abrt-action-save-package-data.conf] ******* 2020-11-19T19:01:33.067 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.101 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.043) 0:02:56.720 ***** 2020-11-19T19:01:33.132 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.030) 0:02:56.750 ***** 2020-11-19T19:01:33.143 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.145 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.178 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.046) 0:02:56.797 ***** 2020-11-19T19:01:33.212 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.033) 0:02:56.831 ***** 2020-11-19T19:01:33.219 INFO:teuthology.task.ansible.out: TASK [testnode : Set OpenGPGCheck in abrt-action-save-package-data.conf] ******* 2020-11-19T19:01:33.221 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Restart abrtd] ************************************************ skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.255 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.042) 0:02:56.873 ***** 2020-11-19T19:01:33.291 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.036) 0:02:56.909 ***** 2020-11-19T19:01:33.299 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** 2020-11-19T19:01:33.300 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Check for custom repos] *************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.339 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.047) 0:02:56.957 ***** 2020-11-19T19:01:33.379 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.040) 0:02:56.997 ***** 2020-11-19T19:01:33.386 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** 2020-11-19T19:01:33.388 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Remove custom repos] ****************************************** 2020-11-19T19:01:33.427 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.048) 0:02:57.046 ***** 2020-11-19T19:01:33.468 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.041) 0:02:57.087 ***** 2020-11-19T19:01:33.474 INFO:teuthology.task.ansible.out: TASK [testnode : Restart abrtd] ************************************************ 2020-11-19T19:01:33.476 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Set apt preferences] ****************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.510 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.041) 0:02:57.128 ***** 2020-11-19T19:01:33.542 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.031) 0:02:57.160 ***** 2020-11-19T19:01:33.548 INFO:teuthology.task.ansible.out: TASK [testnode : Restart abrtd] ************************************************ 2020-11-19T19:01:33.550 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Add sources list] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.586 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.044) 0:02:57.205 ***** 2020-11-19T19:01:33.623 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.036) 0:02:57.241 ***** 2020-11-19T19:01:33.633 INFO:teuthology.task.ansible.out: TASK [testnode : Check for custom repos] *************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Install apt keys] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.635 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.668 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.045) 0:02:57.286 ***** 2020-11-19T19:01:33.703 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.034) 0:02:57.321 ***** 2020-11-19T19:01:33.710 INFO:teuthology.task.ansible.out: TASK [testnode : Check for custom repos] *************************************** 2020-11-19T19:01:33.712 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Install python-apt] ******************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.748 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.045) 0:02:57.367 ***** 2020-11-19T19:01:33.783 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.034) 0:02:57.401 ***** 2020-11-19T19:01:33.790 INFO:teuthology.task.ansible.out: TASK [testnode : Remove custom repos] ****************************************** 2020-11-19T19:01:33.792 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** 2020-11-19T19:01:33.827 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.044) 0:02:57.445 ***** 2020-11-19T19:01:33.865 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.037) 0:02:57.483 ***** 2020-11-19T19:01:33.872 INFO:teuthology.task.ansible.out: TASK [testnode : Remove custom repos] ****************************************** 2020-11-19T19:01:33.873 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** 2020-11-19T19:01:33.874 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.911 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.046) 0:02:57.529 ***** 2020-11-19T19:01:33.945 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.034) 0:02:57.564 ***** 2020-11-19T19:01:33.953 INFO:teuthology.task.ansible.out: TASK [testnode : Set apt preferences] ****************************************** 2020-11-19T19:01:33.954 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Update apt cache.] ******************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:33.988 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:33 +0000 (0:00:00.042) 0:02:57.606 ***** 2020-11-19T19:01:34.023 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:34 +0000 (0:00:00.034) 0:02:57.641 ***** 2020-11-19T19:01:34.030 INFO:teuthology.task.ansible.out: TASK [testnode : Set apt preferences] ****************************************** 2020-11-19T19:01:34.032 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Ensure packages are not present.] ***************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:34.316 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:34 +0000 (0:00:00.293) 0:02:57.934 ***** 2020-11-19T19:01:34.365 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:34 +0000 (0:00:00.048) 0:02:57.983 ***** 2020-11-19T19:01:34.371 INFO:teuthology.task.ansible.out: TASK [testnode : Add sources list] ********************************************* 2020-11-19T19:01:34.374 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Upgrade packages] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:34.826 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:34 +0000 (0:00:00.460) 0:02:58.443 ***** 2020-11-19T19:01:34.862 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:34 +0000 (0:00:00.032) 0:02:58.476 ***** 2020-11-19T19:01:34.866 INFO:teuthology.task.ansible.out: TASK [testnode : Add sources list] ********************************************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:34.870 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:34.918 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:34 +0000 (0:00:00.051) 0:02:58.528 ***** 2020-11-19T19:01:35.362 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:35 +0000 (0:00:00.448) 0:02:58.976 ***** 2020-11-19T19:01:35.365 INFO:teuthology.task.ansible.out: 2020-11-19T19:01:35.369 INFO:teuthology.task.ansible.out:TASK [testnode : Install apt keys] ********************************************* skipping: [smithi071.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} TASK [testnode : Install packages] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:35.575 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:35 +0000 (0:00:00.217) 0:02:59.193 ***** 2020-11-19T19:01:35.611 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:35 +0000 (0:00:00.036) 0:02:59.229 ***** 2020-11-19T19:01:35.622 INFO:teuthology.task.ansible.out: TASK [testnode : Install apt keys] ********************************************* skipping: [smithi077.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} TASK [testnode : Install non aarch64 packages] ********************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:35.657 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:35 +0000 (0:00:00.046) 0:02:59.276 ***** 2020-11-19T19:01:36.156 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.498) 0:02:59.774 ***** 2020-11-19T19:01:36.166 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-apt] ******************************************* 2020-11-19T19:01:36.168 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:36.208 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.051) 0:02:59.826 ***** 2020-11-19T19:01:36.463 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.253) 0:03:00.080 ***** 2020-11-19T19:01:36.470 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-apt] ******************************************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Enable xattr for this boot.] ********************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:36.506 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.041) 0:03:00.122 ***** 2020-11-19T19:01:36.542 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.036) 0:03:00.158 ***** 2020-11-19T19:01:36.550 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** TASK [testnode : Ensure fuse group exists.] ************************************ skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:36.582 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.042) 0:03:00.200 ***** 2020-11-19T19:01:36.619 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.037) 0:03:00.238 ***** 2020-11-19T19:01:36.626 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** 2020-11-19T19:01:36.629 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:36.662 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.042) 0:03:00.280 ***** 2020-11-19T19:01:36.699 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.037) 0:03:00.318 ***** 2020-11-19T19:01:36.707 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:36.741 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.041) 0:03:00.359 ***** 2020-11-19T19:01:36.772 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.030) 0:03:00.390 ***** 2020-11-19T19:01:36.778 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** 2020-11-19T19:01:36.780 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Set up static IP in /etc/hosts.] ****************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:36.813 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.040) 0:03:00.431 ***** 2020-11-19T19:01:36.856 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.043) 0:03:00.474 ***** 2020-11-19T19:01:36.864 INFO:teuthology.task.ansible.out: TASK [testnode : Update apt cache.] ******************************************** 2020-11-19T19:01:36.866 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Stop apache2] ************************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:36.900 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.044) 0:03:00.518 ***** 2020-11-19T19:01:36.937 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.036) 0:03:00.555 ***** 2020-11-19T19:01:36.944 INFO:teuthology.task.ansible.out: TASK [testnode : Update apt cache.] ******************************************** 2020-11-19T19:01:36.946 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Set mode on /etc/fuse.conf] *********************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:36.979 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:36 +0000 (0:00:00.042) 0:03:00.598 ***** 2020-11-19T19:01:37.013 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.034) 0:03:00.632 ***** 2020-11-19T19:01:37.020 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure packages are not present.] ***************************** 2020-11-19T19:01:37.021 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Ensure the group kvm exists.] ********************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.055 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.041) 0:03:00.673 ***** 2020-11-19T19:01:37.090 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.034) 0:03:00.708 ***** 2020-11-19T19:01:37.097 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure packages are not present.] ***************************** 2020-11-19T19:01:37.098 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.132 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.042) 0:03:00.750 ***** 2020-11-19T19:01:37.166 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.032) 0:03:00.783 ***** 2020-11-19T19:01:37.174 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-11-19T19:01:37.175 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Configure /etc/sudoers.] ************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.210 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.044) 0:03:00.828 ***** 2020-11-19T19:01:37.244 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.033) 0:03:00.862 ***** 2020-11-19T19:01:37.251 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.252 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.286 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.041) 0:03:00.904 ***** 2020-11-19T19:01:37.317 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.031) 0:03:00.935 ***** 2020-11-19T19:01:37.323 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* 2020-11-19T19:01:37.325 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Rebuild rpmdb] ************************************************ skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.370 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.052) 0:03:00.988 ***** 2020-11-19T19:01:37.420 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.049) 0:03:01.038 ***** 2020-11-19T19:01:37.429 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.430 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.467 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.047) 0:03:01.086 ***** 2020-11-19T19:01:37.508 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.040) 0:03:01.126 ***** 2020-11-19T19:01:37.517 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-11-19T19:01:37.518 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Ensure ceph dependency packages are not present.] ************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.575 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.067) 0:03:01.194 ***** 2020-11-19T19:01:37.609 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.033) 0:03:01.227 ***** 2020-11-19T19:01:37.617 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-11-19T19:01:37.619 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : set_fact] ***************************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.657 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.047) 0:03:01.275 ***** 2020-11-19T19:01:37.693 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.036) 0:03:01.311 ***** 2020-11-19T19:01:37.699 INFO:teuthology.task.ansible.out: TASK [testnode : Install non aarch64 packages] ********************************* 2020-11-19T19:01:37.701 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Remove packages] ********************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.737 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.044) 0:03:01.356 ***** 2020-11-19T19:01:37.768 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.031) 0:03:01.387 ***** 2020-11-19T19:01:37.776 INFO:teuthology.task.ansible.out: TASK [testnode : Install non aarch64 packages] ********************************* 2020-11-19T19:01:37.777 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Install packages] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.811 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.042) 0:03:01.429 ***** 2020-11-19T19:01:37.843 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.032) 0:03:01.462 ***** 2020-11-19T19:01:37.851 INFO:teuthology.task.ansible.out: TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.853 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.888 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.044) 0:03:01.506 ***** 2020-11-19T19:01:37.919 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.031) 0:03:01.537 ***** 2020-11-19T19:01:37.926 INFO:teuthology.task.ansible.out: TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** 2020-11-19T19:01:37.927 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:37.961 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.041) 0:03:01.579 ***** 2020-11-19T19:01:37.993 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:37 +0000 (0:00:00.032) 0:03:01.611 ***** 2020-11-19T19:01:37.999 INFO:teuthology.task.ansible.out: TASK [testnode : Enable xattr for this boot.] ********************************** 2020-11-19T19:01:38.001 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Make raid/smart scripts work.] ******************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.036 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.043) 0:03:01.654 ***** 2020-11-19T19:01:38.069 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.032) 0:03:01.687 ***** 2020-11-19T19:01:38.076 INFO:teuthology.task.ansible.out: TASK [testnode : Enable xattr for this boot.] ********************************** 2020-11-19T19:01:38.078 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Create FStest ubuntu directory.] ****************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.110 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.041) 0:03:01.729 ***** 2020-11-19T19:01:38.146 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.035) 0:03:01.765 ***** 2020-11-19T19:01:38.156 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure fuse group exists.] ************************************ 2020-11-19T19:01:38.158 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Make fsstress same path as ubuntu.] *************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.192 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.045) 0:03:01.810 ***** 2020-11-19T19:01:38.226 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.033) 0:03:01.844 ***** 2020-11-19T19:01:38.232 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure fuse group exists.] ************************************ 2020-11-19T19:01:38.234 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.267 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.041) 0:03:01.885 ***** 2020-11-19T19:01:38.304 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.036) 0:03:01.922 ***** 2020-11-19T19:01:38.310 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** 2020-11-19T19:01:38.311 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.347 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.042) 0:03:01.964 ***** 2020-11-19T19:01:38.384 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.037) 0:03:02.002 ***** 2020-11-19T19:01:38.393 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** 2020-11-19T19:01:38.395 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.428 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.044) 0:03:02.046 ***** 2020-11-19T19:01:38.461 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.033) 0:03:02.080 ***** 2020-11-19T19:01:38.467 INFO:teuthology.task.ansible.out: TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.469 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.502 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.040) 0:03:02.120 ***** 2020-11-19T19:01:38.541 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.039) 0:03:02.159 ***** 2020-11-19T19:01:38.547 INFO:teuthology.task.ansible.out: TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ 2020-11-19T19:01:38.549 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Create FStest ubuntu directory.] ****************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.582 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.041) 0:03:02.200 ***** 2020-11-19T19:01:38.614 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.030) 0:03:02.231 ***** 2020-11-19T19:01:38.619 INFO:teuthology.task.ansible.out: TASK [testnode : Set up static IP in /etc/hosts.] ****************************** 2020-11-19T19:01:38.621 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Make fsstress same path as ubuntu.] *************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.655 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.042) 0:03:02.274 ***** 2020-11-19T19:01:38.690 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.034) 0:03:02.308 ***** 2020-11-19T19:01:38.696 INFO:teuthology.task.ansible.out: TASK [testnode : Set up static IP in /etc/hosts.] ****************************** 2020-11-19T19:01:38.698 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Make raid/smart scripts work.] ******************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.731 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.041) 0:03:02.349 ***** 2020-11-19T19:01:38.767 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.036) 0:03:02.386 ***** 2020-11-19T19:01:38.774 INFO:teuthology.task.ansible.out: TASK [testnode : Stop apache2] ************************************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.776 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.810 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.042) 0:03:02.428 ***** 2020-11-19T19:01:38.841 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.030) 0:03:02.459 ***** 2020-11-19T19:01:38.849 INFO:teuthology.task.ansible.out: TASK [testnode : Stop apache2] ************************************************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.850 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.887 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.042) 0:03:02.502 ***** 2020-11-19T19:01:38.916 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.031) 0:03:02.534 ***** 2020-11-19T19:01:38.922 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2020-11-19T19:01:38.924 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Set grub config.] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:38.962 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.046) 0:03:02.580 ***** 2020-11-19T19:01:38.995 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:38 +0000 (0:00:00.033) 0:03:02.613 ***** 2020-11-19T19:01:39.004 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2020-11-19T19:01:39.006 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Remove /etc/ceph] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.045 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.049) 0:03:02.663 ***** 2020-11-19T19:01:39.080 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.034) 0:03:02.698 ***** 2020-11-19T19:01:39.086 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.088 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.126 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.046) 0:03:02.744 ***** 2020-11-19T19:01:39.165 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.038) 0:03:02.783 ***** 2020-11-19T19:01:39.173 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-11-19T19:01:39.175 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.210 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.046) 0:03:02.829 ***** 2020-11-19T19:01:39.245 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.034) 0:03:02.864 ***** 2020-11-19T19:01:39.252 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.254 INFO:teuthology.task.ansible.out: TASK [testnode : Upload weekly kernel-clean crontab.] ************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.287 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.041) 0:03:02.905 ***** 2020-11-19T19:01:39.324 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.037) 0:03:02.943 ***** 2020-11-19T19:01:39.332 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.335 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/grub.d/02_force_timeout.] ************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.642 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.316) 0:03:03.259 ***** 2020-11-19T19:01:39.675 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.033) 0:03:03.293 ***** 2020-11-19T19:01:39.682 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.684 INFO:teuthology.task.ansible.out:TASK [testnode : Enable kernel modules to load at boot time.] ****************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.717 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.041) 0:03:03.335 ***** 2020-11-19T19:01:39.750 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.032) 0:03:03.368 ***** 2020-11-19T19:01:39.756 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2020-11-19T19:01:39.758 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Enabling auto-fsck fix to prevent boot hangup.] *************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.793 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.042) 0:03:03.410 ***** 2020-11-19T19:01:39.829 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.036) 0:03:03.447 ***** 2020-11-19T19:01:39.837 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.838 INFO:teuthology.task.ansible.out: TASK [testnode : Work around broken wget on wheezy.] *************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.874 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.045) 0:03:03.493 ***** 2020-11-19T19:01:39.910 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.031) 0:03:03.524 ***** 2020-11-19T19:01:39.913 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2020-11-19T19:01:39.914 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Stop collectl] ************************************************ skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:39.948 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.041) 0:03:03.566 ***** 2020-11-19T19:01:39.986 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:39 +0000 (0:00:00.037) 0:03:03.604 ***** 2020-11-19T19:01:40.000 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:40.001 INFO:teuthology.task.ansible.out: TASK [testnode : Add PATH to the teuthology_user .bashrc.] ********************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:40.034 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.047) 0:03:03.652 ***** 2020-11-19T19:01:40.067 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.033) 0:03:03.686 ***** 2020-11-19T19:01:40.082 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Check to see if we need to edit /etc/profile.] **************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:40.265 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.197) 0:03:03.883 ***** 2020-11-19T19:01:40.299 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.033) 0:03:03.917 ***** 2020-11-19T19:01:40.307 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Update /etc/profile if needed.] ******************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:40.344 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.045) 0:03:03.963 ***** 2020-11-19T19:01:40.380 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.035) 0:03:03.998 ***** 2020-11-19T19:01:40.392 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:40.395 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2020-11-19T19:01:40.442 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.061) 0:03:04.060 ***** 2020-11-19T19:01:40.496 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.052) 0:03:04.113 ***** 2020-11-19T19:01:40.505 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2020-11-19T19:01:40.507 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Check for NVMe drive] ***************************************** skipping: [smithi002.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:40.511 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} 2020-11-19T19:01:40.549 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.052) 0:03:04.165 ***** 2020-11-19T19:01:40.554 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2020-11-19T19:01:40.556 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Check for NVMe drive] ***************************************** skipping: [smithi002.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:40.589 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.041) 0:03:04.207 ***** 2020-11-19T19:01:40.822 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} TASK [testnode : set_fact] ***************************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:40.860 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.271) 0:03:04.478 ***** 2020-11-19T19:01:40.892 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.031) 0:03:04.510 ***** 2020-11-19T19:01:40.899 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:40.986 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:40 +0000 (0:00:00.094) 0:03:04.604 ***** 2020-11-19T19:01:40.992 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2020-11-19T19:01:40.994 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.027 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.041) 0:03:04.645 ***** 2020-11-19T19:01:41.034 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.071 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.043) 0:03:04.689 ***** 2020-11-19T19:01:41.080 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-11-19T19:01:41.081 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.118 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.047) 0:03:04.736 ***** 2020-11-19T19:01:41.125 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.126 INFO:teuthology.task.ansible.out: TASK [testnode : Check for teuthology-lock command] **************************** changed: [smithi002.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.004432", "end": "2020-11-19 19:01:41.093295", "rc": 0, "start": "2020-11-19 19:01:41.088863", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock"]} 2020-11-19T19:01:41.168 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.050) 0:03:04.787 ***** 2020-11-19T19:01:41.202 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.033) 0:03:04.820 ***** 2020-11-19T19:01:41.208 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-11-19T19:01:41.210 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Mark system down if NVMe card missing] ************************ skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.247 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.045) 0:03:04.866 ***** 2020-11-19T19:01:41.284 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.036) 0:03:04.903 ***** 2020-11-19T19:01:41.291 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-11-19T19:01:41.292 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.329 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.044) 0:03:04.947 ***** 2020-11-19T19:01:41.366 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.037) 0:03:04.985 ***** 2020-11-19T19:01:41.372 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2020-11-19T19:01:41.374 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.409 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.041) 0:03:05.026 ***** 2020-11-19T19:01:41.444 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.036) 0:03:05.063 ***** 2020-11-19T19:01:41.451 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2020-11-19T19:01:41.453 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Make sure apt dependencies are installed] ********************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.489 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.044) 0:03:05.108 ***** 2020-11-19T19:01:41.833 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.343) 0:03:05.451 ***** 2020-11-19T19:01:41.841 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.884 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.051) 0:03:05.502 ***** 2020-11-19T19:01:41.890 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:41.961 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:41 +0000 (0:00:00.077) 0:03:05.580 ***** 2020-11-19T19:01:41.968 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2020-11-19T19:01:41.970 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.008 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.046) 0:03:05.626 ***** 2020-11-19T19:01:42.015 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.053 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.045) 0:03:05.672 ***** 2020-11-19T19:01:42.061 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.095 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.041) 0:03:05.713 ***** 2020-11-19T19:01:42.102 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.136 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.041) 0:03:05.754 ***** 2020-11-19T19:01:42.143 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2020-11-19T19:01:42.145 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.184 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.045) 0:03:05.800 ***** 2020-11-19T19:01:42.193 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.228 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.046) 0:03:05.846 ***** 2020-11-19T19:01:42.239 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.274 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.045) 0:03:05.892 ***** 2020-11-19T19:01:42.281 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.316 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.041) 0:03:05.934 ***** 2020-11-19T19:01:42.326 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.367 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.050) 0:03:05.985 ***** 2020-11-19T19:01:42.376 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.411 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.044) 0:03:06.029 ***** 2020-11-19T19:01:42.417 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-11-19T19:01:42.419 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.460 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.049) 0:03:06.078 ***** 2020-11-19T19:01:42.467 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.502 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.041) 0:03:06.120 ***** 2020-11-19T19:01:42.508 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2020-11-19T19:01:42.509 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.544 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.042) 0:03:06.162 ***** 2020-11-19T19:01:42.551 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.590 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.044) 0:03:06.207 ***** 2020-11-19T19:01:42.596 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-11-19T19:01:42.597 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:42.966 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:42 +0000 (0:00:00.373) 0:03:06.581 ***** 2020-11-19T19:01:42.974 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.012 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.049) 0:03:06.631 ***** 2020-11-19T19:01:43.020 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-11-19T19:01:43.021 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.056 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.043) 0:03:06.674 ***** 2020-11-19T19:01:43.063 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.101 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.044) 0:03:06.719 ***** 2020-11-19T19:01:43.109 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.150 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.049) 0:03:06.769 ***** 2020-11-19T19:01:43.160 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.196 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.044) 0:03:06.814 ***** 2020-11-19T19:01:43.203 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-11-19T19:01:43.204 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.241 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.045) 0:03:06.860 ***** 2020-11-19T19:01:43.249 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.285 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.042) 0:03:06.902 ***** 2020-11-19T19:01:43.294 INFO:teuthology.task.ansible.out: TASK [testnode : Set grub config.] ********************************************* 2020-11-19T19:01:43.296 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.331 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.046) 0:03:06.949 ***** 2020-11-19T19:01:43.342 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.378 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.047) 0:03:06.996 ***** 2020-11-19T19:01:43.385 INFO:teuthology.task.ansible.out: TASK [testnode : Remove /etc/ceph] ********************************************* 2020-11-19T19:01:43.387 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.421 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.043) 0:03:07.040 ***** 2020-11-19T19:01:43.429 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.465 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.043) 0:03:07.083 ***** 2020-11-19T19:01:43.472 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2020-11-19T19:01:43.474 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.508 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.043) 0:03:07.127 ***** 2020-11-19T19:01:43.515 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.551 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.042) 0:03:07.169 ***** 2020-11-19T19:01:43.558 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2020-11-19T19:01:43.560 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.602 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.050) 0:03:07.220 ***** 2020-11-19T19:01:43.609 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.647 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.044) 0:03:07.265 ***** 2020-11-19T19:01:43.656 INFO:teuthology.task.ansible.out: TASK [testnode : Upload weekly kernel-clean crontab.] ************************** 2020-11-19T19:01:43.658 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.691 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.044) 0:03:07.309 ***** 2020-11-19T19:01:43.701 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.736 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.045) 0:03:07.354 ***** 2020-11-19T19:01:43.742 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/grub.d/02_force_timeout.] ************************* 2020-11-19T19:01:43.744 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:43.780 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:43 +0000 (0:00:00.043) 0:03:07.397 ***** 2020-11-19T19:01:44.091 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.134 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.351) 0:03:07.749 ***** 2020-11-19T19:01:44.137 INFO:teuthology.task.ansible.out: TASK [testnode : Enable kernel modules to load at boot time.] ****************** 2020-11-19T19:01:44.140 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.173 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.042) 0:03:07.792 ***** 2020-11-19T19:01:44.180 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.215 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.041) 0:03:07.833 ***** 2020-11-19T19:01:44.222 INFO:teuthology.task.ansible.out: TASK [testnode : Enabling auto-fsck fix to prevent boot hangup.] *************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.259 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.044) 0:03:07.878 ***** 2020-11-19T19:01:44.268 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.305 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.045) 0:03:07.924 ***** 2020-11-19T19:01:44.311 INFO:teuthology.task.ansible.out: TASK [testnode : Work around broken wget on wheezy.] *************************** 2020-11-19T19:01:44.313 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.347 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.041) 0:03:07.965 ***** 2020-11-19T19:01:44.358 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.396 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.049) 0:03:08.014 ***** 2020-11-19T19:01:44.403 INFO:teuthology.task.ansible.out: TASK [testnode : Stop collectl] ************************************************ skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.405 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure rpm dependencies are installed] ********************* ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: gdisk", "Installed: device-mapper"]} 2020-11-19T19:01:44.439 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.043) 0:03:08.057 ***** 2020-11-19T19:01:44.479 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.039) 0:03:08.097 ***** 2020-11-19T19:01:44.486 INFO:teuthology.task.ansible.out: TASK [testnode : Stop collectl] ************************************************ 2020-11-19T19:01:44.487 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.489 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ ok: [smithi002.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930420953088, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227153553, 'block_used': 12941555, 'inode_total': 61054976, 'inode_available': 60986952, 'inode_used': 68024, 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae'}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 227153553, "block_size": 4096, "block_total": 240095108, "block_used": 12941555, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986952, "inode_total": 61054976, "inode_used": 68024, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930420953088, "size_total": 983429562368, "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}} 2020-11-19T19:01:44.543 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.064) 0:03:08.161 ***** 2020-11-19T19:01:44.911 INFO:teuthology.task.ansible.out: TASK [testnode : Add PATH to the teuthology_user .bashrc.] ********************* 2020-11-19T19:01:44.916 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:44.943 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.399) 0:03:08.561 ***** 2020-11-19T19:01:44.993 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:44 +0000 (0:00:00.049) 0:03:08.611 ***** 2020-11-19T19:01:45.061 INFO:teuthology.task.ansible.out: skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:45.064 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:45 +0000 (0:00:00.070) 0:03:08.682 ***** 2020-11-19T19:01:45.070 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if we need to edit /etc/profile.] **************** 2020-11-19T19:01:45.072 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:47.680 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:47 +0000 (0:00:02.614) 0:03:11.296 ***** 2020-11-19T19:01:47.686 INFO:teuthology.task.ansible.out: TASK [testnode : Compile list of non-root partitions] ************************** changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.005752", "end": "2020-11-19 19:01:45.179386", "rc": 0, "start": "2020-11-19 19:01:45.173634", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:47.686 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if we need to edit /etc/profile.] **************** 2020-11-19T19:01:47.687 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:47.737 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:47 +0000 (0:00:00.058) 0:03:11.355 ***** 2020-11-19T19:01:47.774 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:47 +0000 (0:00:00.037) 0:03:11.393 ***** 2020-11-19T19:01:47.784 INFO:teuthology.task.ansible.out: TASK [testnode : Update /etc/profile if needed.] ******************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:48.402 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:48 +0000 (0:00:00.625) 0:03:12.019 ***** 2020-11-19T19:01:48.409 INFO:teuthology.task.ansible.out: TASK [testnode : Unmount any non-root mountpoints] ***************************** skipping: [smithi002.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930420953088, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227153553, 'block_used': 12941555, 'inode_total': 61054976, 'inode_available': 60986952, 'inode_used': 68024, 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227153553, "block_size": 4096, "block_total": 240095108, "block_used": 12941555, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986952, "inode_total": 61054976, "inode_used": 68024, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930420953088, "size_total": 983429562368, "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:48.481 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:48 +0000 (0:00:00.074) 0:03:12.093 ***** 2020-11-19T19:01:48.486 INFO:teuthology.task.ansible.out: TASK [testnode : Update /etc/profile if needed.] ******************************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : set_fact] ***************************************************** ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2020-11-19T19:01:48.751 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:48 +0000 (0:00:00.276) 0:03:12.370 ***** 2020-11-19T19:01:48.785 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:48 +0000 (0:00:00.033) 0:03:12.404 ***** 2020-11-19T19:01:48.798 INFO:teuthology.task.ansible.out: TASK [testnode : Wipe filesystems on non-root partitions] ********************** 2020-11-19T19:01:48.848 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:48 +0000 (0:00:00.060) 0:03:12.464 ***** 2020-11-19T19:01:48.855 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** skipping: [smithi071.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} ok: [smithi071.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} skipping: [smithi071.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:48.856 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:48.856 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:48.856 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:48.859 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2020-11-19T19:01:48.906 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:48 +0000 (0:00:00.060) 0:03:12.525 ***** 2020-11-19T19:01:48.945 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:48 +0000 (0:00:00.036) 0:03:12.561 ***** 2020-11-19T19:01:49.001 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** skipping: [smithi077.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.011 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} 2020-11-19T19:01:49.013 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.036 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.058 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.060 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.100 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.157) 0:03:12.718 ***** 2020-11-19T19:01:49.143 INFO:teuthology.task.ansible.out: TASK [testnode : Check for teuthology-lock command] **************************** 2020-11-19T19:01:49.145 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.004650", "end": "2020-11-19 19:01:49.111135", "rc": 0, "start": "2020-11-19 19:01:49.106485", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock"]} 2020-11-19T19:01:49.184 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.084) 0:03:12.803 ***** 2020-11-19T19:01:49.226 INFO:teuthology.task.ansible.out: TASK [testnode : Mark system down if NVMe card missing] ************************ skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.270 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.085) 0:03:12.888 ***** 2020-11-19T19:01:49.299 INFO:teuthology.task.ansible.out: TASK [testnode : Check for teuthology-lock command] **************************** 2020-11-19T19:01:49.300 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.003536", "end": "2020-11-19 19:01:49.278219", "rc": 0, "start": "2020-11-19 19:01:49.274683", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock"]} 2020-11-19T19:01:49.338 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.067) 0:03:12.956 ***** 2020-11-19T19:01:49.344 INFO:teuthology.task.ansible.out: TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** 2020-11-19T19:01:49.346 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.381 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.043) 0:03:12.999 ***** 2020-11-19T19:01:49.390 INFO:teuthology.task.ansible.out: TASK [testnode : Mark system down if NVMe card missing] ************************ 2020-11-19T19:01:49.391 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.430 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.049) 0:03:13.049 ***** 2020-11-19T19:01:49.437 INFO:teuthology.task.ansible.out: TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** 2020-11-19T19:01:49.439 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.481 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.050) 0:03:13.099 ***** 2020-11-19T19:01:49.488 INFO:teuthology.task.ansible.out: TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** 2020-11-19T19:01:49.489 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.521 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.040) 0:03:13.140 ***** 2020-11-19T19:01:49.527 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure apt dependencies are installed] ********************* 2020-11-19T19:01:49.529 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.564 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.042) 0:03:13.182 ***** 2020-11-19T19:01:49.571 INFO:teuthology.task.ansible.out: TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** 2020-11-19T19:01:49.575 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.617 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.053) 0:03:13.236 ***** 2020-11-19T19:01:49.649 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure apt dependencies are installed] ********************* 2020-11-19T19:01:49.650 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:49.684 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:49 +0000 (0:00:00.066) 0:03:13.302 ***** 2020-11-19T19:01:50.211 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-11-19T19:01:50.213 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwF22S2Cb5DJvbuRAc9zJOCHkpfZikaW2Uo'], 'uuids': ['ab031d45-d744-449e-bc73-1c9f7bef4f93'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-1 || sgdisk --zap-all /dev/dm-1", "delta": "0:00:01.121170", "end": "2020-11-19 19:01:50.175830", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwF22S2Cb5DJvbuRAc9zJOCHkpfZikaW2Uo"], "labels": [], "masters": [], "uuids": ["ab031d45-d744-449e-bc73-1c9f7bef4f93"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:49.054660", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:51.465 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-M2DtFM-Sypb-5kpc-FlWn-sMgr-4HzO-3LPeQa', 'nvme-INTEL_SSDPED1D480GA_PHMB751300EV480DGN', 'nvme-nvme.8086-50484d42373531333030455634383044474e-494e54454c2053534450454431443438304741-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPED1D480GA', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '937703088', 'sectorsize': '512', 'size': '447.13 GB', 'host': 'Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/nvme0n1 || sgdisk --zap-all /dev/nvme0n1", "delta": "0:00:01.051164", "end": "2020-11-19 19:01:51.433868", "item": {"key": "nvme0n1", "value": {"holders": ["vg_nvme-lv_2", "vg_nvme-lv_5", "vg_nvme-lv_3", "vg_nvme-lv_1", "vg_nvme-lv_4"], "host": "Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series", "links": {"ids": ["lvm-pv-uuid-M2DtFM-Sypb-5kpc-FlWn-sMgr-4HzO-3LPeQa", "nvme-INTEL_SSDPED1D480GA_PHMB751300EV480DGN", "nvme-nvme.8086-50484d42373531333030455634383044474e-494e54454c2053534450454431443438304741-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPED1D480GA", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "937703088", "sectorsize": "512", "size": "447.13 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:50.382704", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nGPT data structures destroyed! You may now pa 2020-11-19T19:01:51.467 INFO:teuthology.task.ansible.out:rtition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:52.039 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure rpm dependencies are installed] ********************* ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: gdisk", "Installed: device-mapper"]} 2020-11-19T19:01:52.074 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:52 +0000 (0:00:02.389) 0:03:15.692 ***** 2020-11-19T19:01:52.102 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: gdisk", "Installed: device-mapper"]} 2020-11-19T19:01:52.137 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:52 +0000 (0:00:00.063) 0:03:15.756 ***** 2020-11-19T19:01:52.146 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2020-11-19T19:01:52.147 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930421010432, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227153567, 'block_used': 12941541, 'inode_total': 61054976, 'inode_available': 60986956, 'inode_used': 68020, 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae'}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 227153567, "block_size": 4096, "block_total": 240095108, "block_used": 12941541, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986956, "inode_total": 61054976, "inode_used": 68020, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930421010432, "size_total": 983429562368, "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}} 2020-11-19T19:01:52.186 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:52 +0000 (0:00:00.048) 0:03:15.804 ***** 2020-11-19T19:01:52.193 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930421014528, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227153568, 'block_used': 12941540, 'inode_total': 61054976, 'inode_available': 60986956, 'inode_used': 68020, 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae'}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 227153568, "block_size": 4096, "block_total": 240095108, "block_used": 12941540, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986956, "inode_total": 61054976, "inode_used": 68020, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930421014528, "size_total": 983429562368, "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}} 2020-11-19T19:01:52.232 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:52 +0000 (0:00:00.046) 0:03:15.850 ***** 2020-11-19T19:01:52.375 INFO:teuthology.task.ansible.out: TASK [testnode : Compile list of non-root partitions] ************************** 2020-11-19T19:01:52.377 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.005051", "end": "2020-11-19 19:01:52.354390", "rc": 0, "start": "2020-11-19 19:01:52.349339", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:52.413 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:52 +0000 (0:00:00.179) 0:03:16.030 ***** 2020-11-19T19:01:52.429 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.004976", "end": "2020-11-19 19:01:52.406876", "rc": 0, "start": "2020-11-19 19:01:52.401900", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:52.464 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:52 +0000 (0:00:00.052) 0:03:16.082 ***** 2020-11-19T19:01:52.470 INFO:teuthology.task.ansible.out: TASK [testnode : Unmount any non-root mountpoints] ***************************** 2020-11-19T19:01:52.472 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930421010432, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227153567, 'block_used': 12941541, 'inode_total': 61054976, 'inode_available': 60986956, 'inode_used': 68020, 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227153567, "block_size": 4096, "block_total": 240095108, "block_used": 12941541, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986956, "inode_total": 61054976, "inode_used": 68020, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930421010432, "size_total": 983429562368, "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:52.507 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:52 +0000 (0:00:00.042) 0:03:16.125 ***** 2020-11-19T19:01:52.513 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930421014528, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227153568, 'block_used': 12941540, 'inode_total': 61054976, 'inode_available': 60986956, 'inode_used': 68020, 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227153568, "block_size": 4096, "block_total": 240095108, "block_used": 12941540, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986956, "inode_total": 61054976, "inode_used": 68020, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930421014528, "size_total": 983429562368, "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:52.549 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:52 +0000 (0:00:00.042) 0:03:16.167 ***** 2020-11-19T19:01:52.555 INFO:teuthology.task.ansible.out: TASK [testnode : Wipe filesystems on non-root partitions] ********************** 2020-11-19T19:01:52.589 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:52 +0000 (0:00:00.040) 0:03:16.207 ***** 2020-11-19T19:01:53.066 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:53 +0000 (0:00:00.476) 0:03:16.684 ***** 2020-11-19T19:01:53.086 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFc0cgEuS9oVQ4bBeFcchNYHJymE9yWSLN'], 'uuids': ['eb518025-caea-417f-aa88-733d710caec8'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-4 || sgdisk --zap-all /dev/dm-4", "delta": "0:00:01.066221", "end": "2020-11-19 19:01:52.692497", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFc0cgEuS9oVQ4bBeFcchNYHJymE9yWSLN"], "labels": [], "masters": [], "uuids": ["eb518025-caea-417f-aa88-733d710caec8"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:51.626276", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk usi 2020-11-19T19:01:53.090 INFO:teuthology.task.ansible.out:ng fdisk or", "other utilities."]} 2020-11-19T19:01:54.344 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFHhlxZU8CPJAh9HvljvOz2iXxlZqpfP2O'], 'uuids': ['98d9874b-a798-41be-81f9-5729158b0ccb'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-2 || sgdisk --zap-all /dev/dm-2", "delta": "0:00:01.061623", "end": "2020-11-19 19:01:54.309649", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFHhlxZU8CPJAh9HvljvOz2iXxlZqpfP2O"], "labels": [], "masters": [], "uuids": ["98d9874b-a798-41be-81f9-5729158b0ccb"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:53.248026", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:54.365 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrZEUeOwuq35SLtdQ1tFSXDOJjWcitMEWt'], 'uuids': ['f18d1363-7ce4-4fb1-9ddb-12b374c7f733'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-1 || sgdisk --zap-all /dev/dm-1", "delta": "0:00:01.120436", "end": "2020-11-19 19:01:54.336551", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrZEUeOwuq35SLtdQ1tFSXDOJjWcitMEWt"], "labels": [], "masters": [], "uuids": ["f18d1363-7ce4-4fb1-9ddb-12b374c7f733"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:53.216115", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:54.433 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBiFDtS9iyilTIkGcTWSsYAwjnMU40ufdgA'], 'uuids': ['bb8a1d6e-5f8e-4b35-9f66-2c5e641b9369'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-1 || sgdisk --zap-all /dev/dm-1", "delta": "0:00:01.122366", "end": "2020-11-19 19:01:54.396078", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBiFDtS9iyilTIkGcTWSsYAwjnMU40ufdgA"], "labels": [], "masters": [], "uuids": ["bb8a1d6e-5f8e-4b35-9f66-2c5e641b9369"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:53.273712", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:55.603 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFlnBaclvqvQPkJtqoJg31fFKMbz51j4ll'], 'uuids': ['35066fba-c126-44d2-af36-c004ee1a3293'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-0 || sgdisk --zap-all /dev/dm-0", "delta": "0:00:01.074545", "end": "2020-11-19 19:01:55.576441", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFlnBaclvqvQPkJtqoJg31fFKMbz51j4ll"], "labels": [], "masters": [], "uuids": ["35066fba-c126-44d2-af36-c004ee1a3293"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:54.501896", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:55.615 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HPVS', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HPVS', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HPVS', 'scsi-35000c500871a96d1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HPVS', 'wwn-0x5000c500871a96d1'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4HPVS', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871a96d1', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HPVS-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HPVS-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HPVS-part1', 'scsi-35000c500871a96d1-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HPVS-part1', 'wwn-0x5000c500871a96d1-part1'], 'uuids': ['782d0384-b480-44b3-9c95-fe95daf886ae'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "sda", "value": {"holders": [], "host": "SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)", "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HPVS", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HPVS", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HPVS", "scsi-35000c500871a96d1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HPVS", "wwn-0x5000c500871a96d1"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HPVS-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HPVS-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-11-19T19:01:55.617 INFO:teuthology.task.ansible.out:Z1W4HPVS-part1", "scsi-35000c500871a96d1-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HPVS-part1", "wwn-0x5000c500871a96d1-part1"], "labels": [], "masters": [], "uuids": ["782d0384-b480-44b3-9c95-fe95daf886ae"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4HPVS", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871a96d1"}}, "skip_reason": "Conditional result was False"} changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-3MJx0G-Uqh1-JIUn-Jb9t-aVKG-xPGF-PeA0Rh', 'nvme-INTEL_SSDPEDMD400G4_PHFT62040172400BGN', 'nvme-nvme.8086-50484654363230343031373234303042474e-494e54454c205353445045444d443430304734-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDMD400G4', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '781422768', 'sectorsize': '512', 'size': '372.61 GB', 'host': 'Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/nvme0n1 || sgdisk --zap-all /dev/nvme0n1", "delta": "0:00:01.067393", "end": "2020-11-19 19:01:55.590960", "item": {"key": "nvme0n1", "value": {"holders": ["vg_nvme-lv_2", "vg_nvme-lv_5", "vg_nvme-lv_3", "vg_nvme-lv_1", "vg_nvme-lv_4"], "host": "Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)", "links": {"ids": ["lvm-pv-uuid-3MJx0G-Uqh1-JIUn-Jb9t-aVKG-x 2020-11-19T19:01:55.619 INFO:teuthology.task.ansible.out:PGF-PeA0Rh", "nvme-INTEL_SSDPEDMD400G4_PHFT62040172400BGN", "nvme-nvme.8086-50484654363230343031373234303042474e-494e54454c205353445045444d443430304734-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPEDMD400G4", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "781422768", "sectorsize": "512", "size": "372.61 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:54.523567", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:55.703 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-zPIA3C-2pcy-eX6N-295i-P4Fl-eZEF-LgQi5t', 'nvme-INTEL_SSDPEDMD400G4_PHFT620400ZJ400BGN', 'nvme-nvme.8086-504846543632303430305a4a34303042474e-494e54454c205353445045444d443430304734-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDMD400G4', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '781422768', 'sectorsize': '512', 'size': '372.61 GB', 'host': 'Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/nvme0n1 || sgdisk --zap-all /dev/nvme0n1", "delta": "0:00:01.096985", "end": "2020-11-19 19:01:55.677108", "item": {"key": "nvme0n1", "value": {"holders": ["vg_nvme-lv_2", "vg_nvme-lv_5", "vg_nvme-lv_3", "vg_nvme-lv_1", "vg_nvme-lv_4"], "host": "Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)", "links": {"ids": ["lvm-pv-uuid-zPIA3C-2pcy-eX6N-295i-P4Fl-eZEF-LgQi5t", "nvme-INTEL_SSDPEDMD400G4_PHFT620400ZJ400BGN", "nvme-nvme.8086-504846543632303430305a4a34303042474e-494e54454c205353445045444d443430304734-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPEDMD400G4", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "781422768", "sectorsize": "512", "size": "372.61 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:54.580123", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nGPT data structures destroyed! 2020-11-19T19:01:55.705 INFO:teuthology.task.ansible.out:You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:56.921 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNr04Yd0SviLe2VAIW7AtBZe706gNi8YDew'], 'uuids': ['248fe79b-5d14-47e0-8fca-ab47964e127a'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-4 || sgdisk --zap-all /dev/dm-4", "delta": "0:00:01.057378", "end": "2020-11-19 19:01:56.845953", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNr04Yd0SviLe2VAIW7AtBZe706gNi8YDew"], "labels": [], "masters": [], "uuids": ["248fe79b-5d14-47e0-8fca-ab47964e127a"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:55.788575", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:57.055 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwF6yPz3vfaPV5tDQ2Ogbmv9w31XrT5rezF'], 'uuids': ['2e5148fc-ecc9-446f-bd14-006d0828fddb'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-3 || sgdisk --zap-all /dev/dm-3", "delta": "0:00:01.065727", "end": "2020-11-19 19:01:56.834234", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwF6yPz3vfaPV5tDQ2Ogbmv9w31XrT5rezF"], "labels": [], "masters": [], "uuids": ["2e5148fc-ecc9-446f-bd14-006d0828fddb"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:55.768507", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:57.073 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBicyxZWn8rwuTyf3TkIL4TBdzJ81giQ3Q9'], 'uuids': ['e5a35b5f-f3d8-4fcb-a157-a69ad8642c24'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-4 || sgdisk --zap-all /dev/dm-4", "delta": "0:00:01.055421", "end": "2020-11-19 19:01:56.914469", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBicyxZWn8rwuTyf3TkIL4TBdzJ81giQ3Q9"], "labels": [], "masters": [], "uuids": ["e5a35b5f-f3d8-4fcb-a157-a69ad8642c24"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:55.859048", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:57.105 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:57 +0000 (0:00:04.040) 0:03:20.724 ***** 2020-11-19T19:01:57.428 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-11-19T19:01:57.430 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwF22S2Cb5DJvbuRAc9zJOCHkpfZikaW2Uo'], 'uuids': ['ab031d45-d744-449e-bc73-1c9f7bef4f93'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-1 bs=1M count=110", "delta": "0:00:00.097263", "end": "2020-11-19 19:01:57.403175", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwF22S2Cb5DJvbuRAc9zJOCHkpfZikaW2Uo"], "labels": [], "masters": [], "uuids": ["ab031d45-d744-449e-bc73-1c9f7bef4f93"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:57.305912", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0944769 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0944769 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:57.654 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-M2DtFM-Sypb-5kpc-FlWn-sMgr-4HzO-3LPeQa', 'nvme-INTEL_SSDPED1D480GA_PHMB751300EV480DGN', 'nvme-nvme.8086-50484d42373531333030455634383044474e-494e54454c2053534450454431443438304741-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPED1D480GA', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '937703088', 'sectorsize': '512', 'size': '447.13 GB', 'host': 'Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=110", "delta": "0:00:00.036691", "end": "2020-11-19 19:01:57.621067", "item": {"key": "nvme0n1", "value": {"holders": ["vg_nvme-lv_2", "vg_nvme-lv_5", "vg_nvme-lv_3", "vg_nvme-lv_1", "vg_nvme-lv_4"], "host": "Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series", "links": {"ids": ["lvm-pv-uuid-M2DtFM-Sypb-5kpc-FlWn-sMgr-4HzO-3LPeQa", "nvme-INTEL_SSDPED1D480GA_PHMB751300EV480DGN", "nvme-nvme.8086-50484d42373531333030455634383044474e-494e54454c2053534450454431443438304741-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPED1D480GA", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "937703088", "sectorsize": "512", "size": "447.13 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:57.584376", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0339506 s, 3.4 GB/s", "stderr_lines": [" 2020-11-19T19:01:57.656 INFO:teuthology.task.ansible.out:110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0339506 s, 3.4 GB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:57.914 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFc0cgEuS9oVQ4bBeFcchNYHJymE9yWSLN'], 'uuids': ['eb518025-caea-417f-aa88-733d710caec8'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-4 bs=1M count=110", "delta": "0:00:00.096614", "end": "2020-11-19 19:01:57.894537", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFc0cgEuS9oVQ4bBeFcchNYHJymE9yWSLN"], "labels": [], "masters": [], "uuids": ["eb518025-caea-417f-aa88-733d710caec8"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:57.797923", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0937358 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0937358 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:58.353 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-11-19T19:01:58.362 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrIaobcAAhu2URu3a1kyaUlZRI3SuLlFY7'], 'uuids': ['b64417eb-b86b-48f9-bfe2-a7d4ef5daa3c'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-2 || sgdisk --zap-all /dev/dm-2", "delta": "0:00:01.049208", "end": "2020-11-19 19:01:58.127185", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrIaobcAAhu2URu3a1kyaUlZRI3SuLlFY7"], "labels": [], "masters": [], "uuids": ["b64417eb-b86b-48f9-bfe2-a7d4ef5daa3c"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:57.077977", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} changed: [smithi077.front.sepia.ceph.com] => ( 2020-11-19T19:01:58.367 INFO:teuthology.task.ansible.out:item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBiPTmtEii0L4IC7E0XABT882rYGs6POPAA'], 'uuids': ['aa55d72f-5338-4697-8574-5aab0a1ab13e'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-2 || sgdisk --zap-all /dev/dm-2", "delta": "0:00:01.048504", "end": "2020-11-19 19:01:58.163784", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBiPTmtEii0L4IC7E0XABT882rYGs6POPAA"], "labels": [], "masters": [], "uuids": ["aa55d72f-5338-4697-8574-5aab0a1ab13e"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:57.115280", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:58.380 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFHhlxZU8CPJAh9HvljvOz2iXxlZqpfP2O'], 'uuids': ['98d9874b-a798-41be-81f9-5729158b0ccb'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-2 bs=1M count=110", "delta": "0:00:00.095546", "end": "2020-11-19 19:01:58.163299", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFHhlxZU8CPJAh9HvljvOz2iXxlZqpfP2O"], "labels": [], "masters": [], "uuids": ["98d9874b-a798-41be-81f9-5729158b0ccb"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:58.067753", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0927438 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0927438 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:58.653 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFlnBaclvqvQPkJtqoJg31fFKMbz51j4ll'], 'uuids': ['35066fba-c126-44d2-af36-c004ee1a3293'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-0 bs=1M count=110", "delta": "0:00:00.095732", "end": "2020-11-19 19:01:58.627152", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwFlnBaclvqvQPkJtqoJg31fFKMbz51j4ll"], "labels": [], "masters": [], "uuids": ["35066fba-c126-44d2-af36-c004ee1a3293"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:58.531420", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0931156 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0931156 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:58.665 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HPVS', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HPVS', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HPVS', 'scsi-35000c500871a96d1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HPVS', 'wwn-0x5000c500871a96d1'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4HPVS', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871a96d1', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HPVS-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HPVS-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HPVS-part1', 'scsi-35000c500871a96d1-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HPVS-part1', 'wwn-0x5000c500871a96d1-part1'], 'uuids': ['782d0384-b480-44b3-9c95-fe95daf886ae'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "sda", "value": {"holders": [], "host": "SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)", "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HPVS", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HPVS", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HPVS", "scsi-35000c500871a96d1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HPVS", "wwn-0x5000c500871a96d1"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HPVS-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HPVS-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-11-19T19:01:58.667 INFO:teuthology.task.ansible.out:Z1W4HPVS-part1", "scsi-35000c500871a96d1-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HPVS-part1", "wwn-0x5000c500871a96d1-part1"], "labels": [], "masters": [], "uuids": ["782d0384-b480-44b3-9c95-fe95daf886ae"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4HPVS", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871a96d1"}}, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:58.928 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwF6yPz3vfaPV5tDQ2Ogbmv9w31XrT5rezF'], 'uuids': ['2e5148fc-ecc9-446f-bd14-006d0828fddb'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-3 bs=1M count=110", "delta": "0:00:00.096056", "end": "2020-11-19 19:01:58.903302", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-y8BMuncY7jXydzcA2vYF3JppuqYPytwF6yPz3vfaPV5tDQ2Ogbmv9w31XrT5rezF"], "labels": [], "masters": [], "uuids": ["2e5148fc-ecc9-446f-bd14-006d0828fddb"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:58.807246", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0932718 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0932718 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:58.968 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:58 +0000 (0:00:01.862) 0:03:22.586 ***** 2020-11-19T19:01:59.418 INFO:teuthology.task.ansible.out: TASK [testnode : Remove all LVM data] ****************************************** 2020-11-19T19:01:59.420 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.069657", "end": "2020-11-19 19:01:59.395523", "rc": 0, "start": "2020-11-19 19:01:59.325866", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:59.476 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:59 +0000 (0:00:00.508) 0:03:23.094 ***** 2020-11-19T19:01:59.597 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBijlftUbQ2DjtLzGu4qxBnIMM97JTh8fo1'], 'uuids': ['5c960eed-fafe-47ea-9b48-433bebb445c3'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-0 || sgdisk --zap-all /dev/dm-0", "delta": "0:00:01.047733", "end": "2020-11-19 19:01:59.563653", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBijlftUbQ2DjtLzGu4qxBnIMM97JTh8fo1"], "labels": [], "masters": [], "uuids": ["5c960eed-fafe-47ea-9b48-433bebb445c3"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:58.515920", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk u 2020-11-19T19:01:59.599 INFO:teuthology.task.ansible.out:sing fdisk or", "other utilities."]} skipping: [smithi077.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5LJQN', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5LJQN', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5LJQN', 'scsi-35000c500918d87b8', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5LJQN', 'wwn-0x5000c500918d87b8'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W5LJQN', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500918d87b8', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5LJQN-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5LJQN-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5LJQN-part1', 'scsi-35000c500918d87b8-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5LJQN-part1', 'wwn-0x5000c500918d87b8-part1'], 'uuids': ['782d0384-b480-44b3-9c95-fe95daf886ae'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "sda", "value": {"holders": [], "host": "SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)", "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5LJQN", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5LJQN", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5LJQN", "scsi-35000c500918d87b8", "scsi-SATA_ST1000NM0033-9ZM_Z1W5LJQN", "wwn-0x5000c500918d87b8"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5LJQN-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5LJQN-p 2020-11-19T19:01:59.601 INFO:teuthology.task.ansible.out:art1", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5LJQN-part1", "scsi-35000c500918d87b8-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W5LJQN-part1", "wwn-0x5000c500918d87b8-part1"], "labels": [], "masters": [], "uuids": ["782d0384-b480-44b3-9c95-fe95daf886ae"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W5LJQN", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500918d87b8"}}, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:59.641 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrNLkMOKJEfa1FswC728pPEC1KnjXnhRl7'], 'uuids': ['87c3b972-e21e-407d-befa-d8ea9ef3c70b'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-0 || sgdisk --zap-all /dev/dm-0", "delta": "0:00:01.087771", "end": "2020-11-19 19:01:59.611770", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrNLkMOKJEfa1FswC728pPEC1KnjXnhRl7"], "labels": [], "masters": [], "uuids": ["87c3b972-e21e-407d-befa-d8ea9ef3c70b"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:58.523999", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:01:59.666 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QJJR', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5QJJR', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QJJR', 'scsi-35000c50091e19c4b', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5QJJR', 'wwn-0x5000c50091e19c4b'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W5QJJR', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c50091e19c4b', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QJJR-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5QJJR-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QJJR-part1', 'scsi-35000c50091e19c4b-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5QJJR-part1', 'wwn-0x5000c50091e19c4b-part1'], 'uuids': ['782d0384-b480-44b3-9c95-fe95daf886ae'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "sda", "value": {"holders": [], "host": "SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)", "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5QJJR", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5QJJR", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QJJR", "scsi-35000c50091e19c4b", "scsi-SATA_ST1000NM0033-9ZM_Z1W5QJJR", "wwn-0x5000c50091e19c4b"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5QJJR-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5QJJR-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-11-19T19:01:59.667 INFO:teuthology.task.ansible.out:Z1W5QJJR-part1", "scsi-35000c50091e19c4b-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W5QJJR-part1", "wwn-0x5000c50091e19c4b-part1"], "labels": [], "masters": [], "uuids": ["782d0384-b480-44b3-9c95-fe95daf886ae"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W5QJJR", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c50091e19c4b"}}, "skip_reason": "Conditional result was False"} 2020-11-19T19:01:59.724 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.049614", "end": "2020-11-19 19:01:59.693367", "rc": 0, "start": "2020-11-19 19:01:59.643753", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:01:59.786 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:59 +0000 (0:00:00.310) 0:03:23.405 ***** 2020-11-19T19:01:59.915 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2020-11-19T19:01:59.959 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:01:59 +0000 (0:00:00.172) 0:03:23.577 ***** 2020-11-19T19:02:00.053 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:00.093 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:00 +0000 (0:00:00.134) 0:03:23.712 ***** 2020-11-19T19:02:00.125 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2020-11-19T19:02:00.127 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:00.159 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:00 +0000 (0:00:00.065) 0:03:23.777 ***** 2020-11-19T19:02:00.187 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2020-11-19T19:02:00.189 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:00.223 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:00 +0000 (0:00:00.064) 0:03:23.841 ***** 2020-11-19T19:02:00.250 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** 2020-11-19T19:02:00.251 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:00.294 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:00 +0000 (0:00:00.071) 0:03:23.912 ***** 2020-11-19T19:02:00.479 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ 2020-11-19T19:02:00.481 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T19:02:00.513 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:00 +0000 (0:00:00.218) 0:03:24.131 ***** 2020-11-19T19:02:00.551 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2020-11-19T19:02:00.553 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930420953088, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227153553, 'block_used': 12941555, 'inode_total': 61054976, 'inode_available': 60986952, 'inode_used': 68024, 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227153553, "block_size": 4096, "block_total": 240095108, "block_used": 12941555, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986952, "inode_total": 61054976, "inode_used": 68024, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930420953088, "size_total": 983429562368, "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:00.587 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:00 +0000 (0:00:00.074) 0:03:24.205 ***** 2020-11-19T19:02:03.713 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* 2020-11-19T19:02:03.715 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:03.746 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:03 +0000 (0:00:03.159) 0:03:27.365 ***** 2020-11-19T19:02:03.798 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-11-19T19:02:03.800 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrGOBojIzajEkt7MsCWpGi8BWDykJ43knR'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-3 || sgdisk --zap-all /dev/dm-3", "delta": "0:00:01.054909", "end": "2020-11-19 19:02:00.862224", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrGOBojIzajEkt7MsCWpGi8BWDykJ43knR"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:59.807315", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_n 2020-11-19T19:02:03.801 INFO:teuthology.task.ansible.out:vme-lv_4', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBieyARVwPnIcz43DdkjAfeTzT3ykkbhw6g'], 'uuids': ['2f2ba2a9-675c-4ce4-860b-e921ff574117'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-3 || sgdisk --zap-all /dev/dm-3", "delta": "0:00:01.051094", "end": "2020-11-19 19:02:00.797569", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBieyARVwPnIcz43DdkjAfeTzT3ykkbhw6g"], "labels": [], "masters": [], "uuids": ["2f2ba2a9-675c-4ce4-860b-e921ff574117"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:01:59.746475", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-11-19T19:02:03.815 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:03.848 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:03 +0000 (0:00:00.101) 0:03:27.466 ***** 2020-11-19T19:02:03.882 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:03 +0000 (0:00:00.033) 0:03:27.500 ***** 2020-11-19T19:02:03.919 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:03 +0000 (0:00:00.037) 0:03:27.537 ***** 2020-11-19T19:02:03.930 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-11-19T19:02:03.932 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:03.969 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:03 +0000 (0:00:00.049) 0:03:27.587 ***** 2020-11-19T19:02:04.024 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume_groups dict] ************************************ 2020-11-19T19:02:04.025 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:04.064 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:04 +0000 (0:00:00.093) 0:03:27.681 ***** 2020-11-19T19:02:04.090 INFO:teuthology.task.ansible.out: TASK [testnode : Determine desired logical volume percentage size] ************* 2020-11-19T19:02:04.092 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:04.126 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:04 +0000 (0:00:00.063) 0:03:27.745 ***** 2020-11-19T19:02:04.154 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** 2020-11-19T19:02:04.156 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:04.188 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:04 +0000 (0:00:00.061) 0:03:27.806 ***** 2020-11-19T19:02:04.270 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-11-19T19:02:04.272 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrZEUeOwuq35SLtdQ1tFSXDOJjWcitMEWt'], 'uuids': ['f18d1363-7ce4-4fb1-9ddb-12b374c7f733'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-1 bs=1M count=110", "delta": "0:00:00.142100", "end": "2020-11-19 19:02:04.244283", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrZEUeOwuq35SLtdQ1tFSXDOJjWcitMEWt"], "labels": [], "masters": [], "uuids": ["f18d1363-7ce4-4fb1-9ddb-12b374c7f733"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:04.102183", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.139497 s, 827 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.139497 s, 827 MB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:04.305 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBiFDtS9iyilTIkGcTWSsYAwjnMU40ufdgA'], 'uuids': ['bb8a1d6e-5f8e-4b35-9f66-2c5e641b9369'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-1 bs=1M count=110", "delta": "0:00:00.139668", "end": "2020-11-19 19:02:04.275661", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBiFDtS9iyilTIkGcTWSsYAwjnMU40ufdgA"], "labels": [], "masters": [], "uuids": ["bb8a1d6e-5f8e-4b35-9f66-2c5e641b9369"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:04.135993", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.137036 s, 842 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.137036 s, 842 MB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:04.479 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-3MJx0G-Uqh1-JIUn-Jb9t-aVKG-xPGF-PeA0Rh', 'nvme-INTEL_SSDPEDMD400G4_PHFT62040172400BGN', 'nvme-nvme.8086-50484654363230343031373234303042474e-494e54454c205353445045444d443430304734-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDMD400G4', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '781422768', 'sectorsize': '512', 'size': '372.61 GB', 'host': 'Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=110", "delta": "0:00:00.037511", "end": "2020-11-19 19:02:04.455259", "item": {"key": "nvme0n1", "value": {"holders": ["vg_nvme-lv_2", "vg_nvme-lv_5", "vg_nvme-lv_3", "vg_nvme-lv_1", "vg_nvme-lv_4"], "host": "Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)", "links": {"ids": ["lvm-pv-uuid-3MJx0G-Uqh1-JIUn-Jb9t-aVKG-xPGF-PeA0Rh", "nvme-INTEL_SSDPEDMD400G4_PHFT62040172400BGN", "nvme-nvme.8086-50484654363230343031373234303042474e-494e54454c205353445045444d443430304734-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPEDMD400G4", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "781422768", "sectorsize": "512", "size": "372.61 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:04.417748", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0349143 s, 3.3 GB/s", "std 2020-11-19T19:02:04.482 INFO:teuthology.task.ansible.out:err_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0349143 s, 3.3 GB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:04.515 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-zPIA3C-2pcy-eX6N-295i-P4Fl-eZEF-LgQi5t', 'nvme-INTEL_SSDPEDMD400G4_PHFT620400ZJ400BGN', 'nvme-nvme.8086-504846543632303430305a4a34303042474e-494e54454c205353445045444d443430304734-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDMD400G4', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '781422768', 'sectorsize': '512', 'size': '372.61 GB', 'host': 'Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=110", "delta": "0:00:00.037072", "end": "2020-11-19 19:02:04.482569", "item": {"key": "nvme0n1", "value": {"holders": ["vg_nvme-lv_2", "vg_nvme-lv_5", "vg_nvme-lv_3", "vg_nvme-lv_1", "vg_nvme-lv_4"], "host": "Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)", "links": {"ids": ["lvm-pv-uuid-zPIA3C-2pcy-eX6N-295i-P4Fl-eZEF-LgQi5t", "nvme-INTEL_SSDPEDMD400G4_PHFT620400ZJ400BGN", "nvme-nvme.8086-504846543632303430305a4a34303042474e-494e54454c205353445045444d443430304734-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPEDMD400G4", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "781422768", "sectorsize": "512", "size": "372.61 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:04.445497", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0344883 s, 3.3 GB/s", "std 2020-11-19T19:02:04.518 INFO:teuthology.task.ansible.out:err_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0344883 s, 3.3 GB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:04.846 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume group(s)] *************************************** changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'vg_nvme', 'value': {'pvs': '/dev/nvme0n1'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "vg_nvme", "value": {"pvs": "/dev/nvme0n1"}}} 2020-11-19T19:02:04.896 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:04 +0000 (0:00:00.708) 0:03:28.515 ***** 2020-11-19T19:02:05.633 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNr04Yd0SviLe2VAIW7AtBZe706gNi8YDew'], 'uuids': ['248fe79b-5d14-47e0-8fca-ab47964e127a'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-4 bs=1M count=110", "delta": "0:00:00.139445", "end": "2020-11-19 19:02:05.062100", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNr04Yd0SviLe2VAIW7AtBZe706gNi8YDew"], "labels": [], "masters": [], "uuids": ["248fe79b-5d14-47e0-8fca-ab47964e127a"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:04.922655", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.136878 s, 843 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.136878 s, 843 MB/s"], "stdout": "", "stdout_lines": []} changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBicyxZWn8rwuTyf3TkIL4TBdzJ81giQ3Q9'], 'uuids': ['e5a35b5f-f3d8-4fcb-a157-a69ad8642c24'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas 2020-11-19T19:02:05.645 INFO:teuthology.task.ansible.out:_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-4 bs=1M count=110", "delta": "0:00:00.150300", "end": "2020-11-19 19:02:05.154588", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBicyxZWn8rwuTyf3TkIL4TBdzJ81giQ3Q9"], "labels": [], "masters": [], "uuids": ["e5a35b5f-f3d8-4fcb-a157-a69ad8642c24"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:05.004288", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.147743 s, 781 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.147743 s, 781 MB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:05.940 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrIaobcAAhu2URu3a1kyaUlZRI3SuLlFY7'], 'uuids': ['b64417eb-b86b-48f9-bfe2-a7d4ef5daa3c'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-2 bs=1M count=110", "delta": "0:00:00.140734", "end": "2020-11-19 19:02:05.912741", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrIaobcAAhu2URu3a1kyaUlZRI3SuLlFY7"], "labels": [], "masters": [], "uuids": ["b64417eb-b86b-48f9-bfe2-a7d4ef5daa3c"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:05.772007", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.138116 s, 835 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.138116 s, 835 MB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:05.952 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBiPTmtEii0L4IC7E0XABT882rYGs6POPAA'], 'uuids': ['aa55d72f-5338-4697-8574-5aab0a1ab13e'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-2 bs=1M count=110", "delta": "0:00:00.139997", "end": "2020-11-19 19:02:05.922649", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBiPTmtEii0L4IC7E0XABT882rYGs6POPAA"], "labels": [], "masters": [], "uuids": ["aa55d72f-5338-4697-8574-5aab0a1ab13e"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:05.782652", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.137438 s, 839 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.137438 s, 839 MB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:06.113 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:06.262 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-11-19T19:02:06.265 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrNLkMOKJEfa1FswC728pPEC1KnjXnhRl7'], 'uuids': ['87c3b972-e21e-407d-befa-d8ea9ef3c70b'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-0 bs=1M count=110", "delta": "0:00:00.152455", "end": "2020-11-19 19:02:06.229900", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrNLkMOKJEfa1FswC728pPEC1KnjXnhRl7"], "labels": [], "masters": [], "uuids": ["87c3b972-e21e-407d-befa-d8ea9ef3c70b"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:06.077445", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.149952 s, 769 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.149952 s, 769 MB/s"], "stdout": "", "stdout_lines": []} skipping: [smithi071.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QJJR', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5QJJR', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QJJR', 'scsi-35000c50091e19c4b', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5QJJR', 'wwn-0x5000c50091e19c4b'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_ 2020-11-19T19:02:06.266 INFO:teuthology.task.ansible.out:address': None, 'sas_device_handle': None, 'serial': 'Z1W5QJJR', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c50091e19c4b', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QJJR-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5QJJR-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QJJR-part1', 'scsi-35000c50091e19c4b-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5QJJR-part1', 'wwn-0x5000c50091e19c4b-part1'], 'uuids': ['782d0384-b480-44b3-9c95-fe95daf886ae'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "sda", "value": {"holders": [], "host": "SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)", "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5QJJR", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5QJJR", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QJJR", "scsi-35000c50091e19c4b", "scsi-SATA_ST1000NM0033-9ZM_Z1W5QJJR", "wwn-0x5000c50091e19c4b"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5QJJR-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5QJJR-part1", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QJJR-part1", "scsi-35000c50091e19c4b-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W5QJJR-part1", "wwn-0x5000c50091e19c4b-part1"], "labels": [], "masters": [], "uuids": ["782d0384-b480-44b3-9c95-fe95daf886ae"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_ha 2020-11-19T19:02:06.268 INFO:teuthology.task.ansible.out:ndle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W5QJJR", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c50091e19c4b"}}, "skip_reason": "Conditional result was False"} changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBijlftUbQ2DjtLzGu4qxBnIMM97JTh8fo1'], 'uuids': ['5c960eed-fafe-47ea-9b48-433bebb445c3'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-0 bs=1M count=110", "delta": "0:00:00.151371", "end": "2020-11-19 19:02:06.241161", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBijlftUbQ2DjtLzGu4qxBnIMM97JTh8fo1"], "labels": [], "masters": [], "uuids": ["5c960eed-fafe-47ea-9b48-433bebb445c3"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:06.089790", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.148799 s, 775 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.148799 s, 775 MB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:06.280 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5LJQN', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5LJQN', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5LJQN', 'scsi-35000c500918d87b8', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5LJQN', 'wwn-0x5000c500918d87b8'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W5LJQN', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500918d87b8', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5LJQN-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5LJQN-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5LJQN-part1', 'scsi-35000c500918d87b8-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5LJQN-part1', 'wwn-0x5000c500918d87b8-part1'], 'uuids': ['782d0384-b480-44b3-9c95-fe95daf886ae'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "sda", "value": {"holders": [], "host": "SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)", "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5LJQN", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5LJQN", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5LJQN", "scsi-35000c500918d87b8", "scsi-SATA_ST1000NM0033-9ZM_Z1W5LJQN", "wwn-0x5000c500918d87b8"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5LJQN-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5LJQN-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-11-19T19:02:06.281 INFO:teuthology.task.ansible.out:Z1W5LJQN-part1", "scsi-35000c500918d87b8-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W5LJQN-part1", "wwn-0x5000c500918d87b8-part1"], "labels": [], "masters": [], "uuids": ["782d0384-b480-44b3-9c95-fe95daf886ae"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W5LJQN", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500918d87b8"}}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:06.460 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-11-19T19:02:06.462 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:06.577 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBieyARVwPnIcz43DdkjAfeTzT3ykkbhw6g'], 'uuids': ['2f2ba2a9-675c-4ce4-860b-e921ff574117'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-3 bs=1M count=110", "delta": "0:00:00.140026", "end": "2020-11-19 19:02:06.552619", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-trdccDXhgyNxUPxMIoJ0iCyVLC3svzBieyARVwPnIcz43DdkjAfeTzT3ykkbhw6g"], "labels": [], "masters": [], "uuids": ["2f2ba2a9-675c-4ce4-860b-e921ff574117"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:06.412593", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.137451 s, 839 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.137451 s, 839 MB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:06.586 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrGOBojIzajEkt7MsCWpGi8BWDykJ43knR'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-3 bs=1M count=110", "delta": "0:00:00.146003", "end": "2020-11-19 19:02:06.554522", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-0RRqEpTmxlMusAduvqC9TWi3W1ZP7pNrGOBojIzajEkt7MsCWpGi8BWDykJ43knR"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-11-19 19:02:06.408519", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.143514 s, 804 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.143514 s, 804 MB/s"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:06.626 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:06 +0000 (0:00:01.728) 0:03:30.244 ***** 2020-11-19T19:02:06.659 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:06 +0000 (0:00:00.033) 0:03:30.277 ***** 2020-11-19T19:02:07.022 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:07.035 INFO:teuthology.task.ansible.out: TASK [testnode : Remove all LVM data] ****************************************** changed: [smithi077.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.044178", "end": "2020-11-19 19:02:06.872567", "rc": 0, "start": "2020-11-19 19:02:06.828389", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:07.073 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:07 +0000 (0:00:00.413) 0:03:30.691 ***** 2020-11-19T19:02:07.083 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.054833", "end": "2020-11-19 19:02:06.833628", "rc": 0, "start": "2020-11-19 19:02:06.778795", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:07.125 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:07 +0000 (0:00:00.052) 0:03:30.743 ***** 2020-11-19T19:02:07.296 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** 2020-11-19T19:02:07.472 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.044229", "end": "2020-11-19 19:02:07.274387", "rc": 0, "start": "2020-11-19 19:02:07.230158", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:07.699 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:07 +0000 (0:00:00.572) 0:03:31.316 ***** 2020-11-19T19:02:07.711 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:07.722 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.049213", "end": "2020-11-19 19:02:07.332507", "rc": 0, "start": "2020-11-19 19:02:07.283294", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:07.754 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:07 +0000 (0:00:00.055) 0:03:31.371 ***** 2020-11-19T19:02:07.760 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2020-11-19T19:02:07.804 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:07 +0000 (0:00:00.051) 0:03:31.422 ***** 2020-11-19T19:02:07.860 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:07 +0000 (0:00:00.055) 0:03:31.478 ***** 2020-11-19T19:02:07.867 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* 2020-11-19T19:02:07.870 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:07.905 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:07 +0000 (0:00:00.045) 0:03:31.523 ***** 2020-11-19T19:02:07.912 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:07.952 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:07 +0000 (0:00:00.045) 0:03:31.569 ***** 2020-11-19T19:02:07.964 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2020-11-19T19:02:07.966 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:08.002 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:07 +0000 (0:00:00.050) 0:03:31.620 ***** 2020-11-19T19:02:08.008 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:08.045 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:08 +0000 (0:00:00.042) 0:03:31.663 ***** 2020-11-19T19:02:08.053 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:08.057 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:08.615 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:08 +0000 (0:00:00.570) 0:03:32.233 ***** 2020-11-19T19:02:08.686 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:08 +0000 (0:00:00.063) 0:03:32.297 ***** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:08.727 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:08 +0000 (0:00:00.047) 0:03:32.344 ***** 2020-11-19T19:02:08.733 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:08.770 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:08 +0000 (0:00:00.044) 0:03:32.389 ***** 2020-11-19T19:02:08.780 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:08.816 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:08 +0000 (0:00:00.046) 0:03:32.435 ***** 2020-11-19T19:02:08.846 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2020-11-19T19:02:08.848 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} 2020-11-19T19:02:08.883 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:08 +0000 (0:00:00.066) 0:03:32.501 ***** 2020-11-19T19:02:08.967 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ 2020-11-19T19:02:08.969 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T19:02:09.003 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:08 +0000 (0:00:00.120) 0:03:32.621 ***** 2020-11-19T19:02:09.020 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-11-19T19:02:09.063 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.059) 0:03:32.681 ***** 2020-11-19T19:02:09.081 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ skipping: [smithi077.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930421014528, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227153568, 'block_used': 12941540, 'inode_total': 61054976, 'inode_available': 60986956, 'inode_used': 68020, 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227153568, "block_size": 4096, "block_total": 240095108, "block_used": 12941540, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986956, "inode_total": 61054976, "inode_used": 68020, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930421014528, "size_total": 983429562368, "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:09.118 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.055) 0:03:32.736 ***** 2020-11-19T19:02:09.127 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-11-19T19:02:09.129 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2020-11-19T19:02:09.134 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930421010432, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227153567, 'block_used': 12941541, 'inode_total': 61054976, 'inode_available': 60986956, 'inode_used': 68020, 'uuid': '782d0384-b480-44b3-9c95-fe95daf886ae'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227153567, "block_size": 4096, "block_total": 240095108, "block_used": 12941541, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986956, "inode_total": 61054976, "inode_used": 68020, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930421010432, "size_total": 983429562368, "uuid": "782d0384-b480-44b3-9c95-fe95daf886ae"}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:09.169 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.050) 0:03:32.787 ***** 2020-11-19T19:02:09.175 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* 2020-11-19T19:02:09.177 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:09.211 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.042) 0:03:32.830 ***** 2020-11-19T19:02:09.218 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:09.254 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.042) 0:03:32.873 ***** 2020-11-19T19:02:09.261 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-11-19T19:02:09.263 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:09.300 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.045) 0:03:32.918 ***** 2020-11-19T19:02:09.306 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-11-19T19:02:09.308 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} TASK [testnode : set_fact] ***************************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:09.343 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.043) 0:03:32.961 ***** 2020-11-19T19:02:09.351 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-11-19T19:02:09.353 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:09.387 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.044) 0:03:33.006 ***** 2020-11-19T19:02:09.854 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Write /scratch_devs] ****************************************** changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-11-19T19:02:09.893 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.504) 0:03:33.511 ***** 2020-11-19T19:02:09.900 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume_groups dict] ************************************ skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:09.937 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.044) 0:03:33.555 ***** 2020-11-19T19:02:09.949 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:09.984 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:09 +0000 (0:00:00.047) 0:03:33.603 ***** 2020-11-19T19:02:09.991 INFO:teuthology.task.ansible.out: TASK [testnode : Determine desired logical volume percentage size] ************* 2020-11-19T19:02:09.993 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:10.029 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:10 +0000 (0:00:00.043) 0:03:33.646 ***** 2020-11-19T19:02:10.042 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:10.074 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:10 +0000 (0:00:00.041) 0:03:33.687 ***** 2020-11-19T19:02:10.082 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-11-19T19:02:10.084 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} skipping: [smithi002.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:10.087 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** 2020-11-19T19:02:10.088 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:10.120 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:10 +0000 (0:00:00.051) 0:03:33.738 ***** 2020-11-19T19:02:10.154 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:10 +0000 (0:00:00.032) 0:03:33.771 ***** 2020-11-19T19:02:10.159 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:10.195 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:10 +0000 (0:00:00.042) 0:03:33.813 ***** 2020-11-19T19:02:10.318 INFO:teuthology.task.ansible.out: TASK [testnode : Create /var/lib/ceph] ***************************************** 2020-11-19T19:02:10.320 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/lib/ceph", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-11-19T19:02:10.353 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:10 +0000 (0:00:00.158) 0:03:33.971 ***** 2020-11-19T19:02:10.383 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** 2020-11-19T19:02:10.385 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:10.430 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:10 +0000 (0:00:00.076) 0:03:34.048 ***** 2020-11-19T19:02:10.782 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume group(s)] *************************************** changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'vg_nvme', 'value': {'pvs': '/dev/nvme0n1'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "vg_nvme", "value": {"pvs": "/dev/nvme0n1"}}} changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'vg_nvme', 'value': {'pvs': '/dev/nvme0n1'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "vg_nvme", "value": {"pvs": "/dev/nvme0n1"}}} 2020-11-19T19:02:10.830 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:10 +0000 (0:00:00.387) 0:03:34.435 ***** 2020-11-19T19:02:10.854 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:10 +0000 (0:00:00.034) 0:03:34.470 ***** 2020-11-19T19:02:12.102 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:12.438 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:12.439 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:12.744 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:12.756 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:13.062 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:13.074 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:13.224 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* changed: [smithi002.front.sepia.ceph.com] => {"changed": true} 2020-11-19T19:02:13.271 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:13 +0000 (0:00:02.419) 0:03:36.889 ***** 2020-11-19T19:02:13.390 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-11-19T19:02:13.391 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:13.394 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "msg": ""} 2020-11-19T19:02:13.434 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:13 +0000 (0:00:00.162) 0:03:37.052 ***** 2020-11-19T19:02:13.475 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:13 +0000 (0:00:00.041) 0:03:37.093 ***** 2020-11-19T19:02:13.887 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "name": "/var/lib/ceph", "opts": "defaults,nofail", "passno": "0", "src": "/dev/vg_nvme/lv_5"} 2020-11-19T19:02:13.918 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:13 +0000 (0:00:00.442) 0:03:37.536 ***** 2020-11-19T19:02:13.949 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:13 +0000 (0:00:00.031) 0:03:37.568 ***** 2020-11-19T19:02:13.956 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2020-11-19T19:02:13.958 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} TASK [testnode : Add CPAN config directory for the teuthology user.] *********** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:13.995 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:13 +0000 (0:00:00.045) 0:03:37.613 ***** 2020-11-19T19:02:14.029 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.034) 0:03:37.647 ***** 2020-11-19T19:02:14.039 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the root user.] ***************** 2020-11-19T19:02:14.041 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.079 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.050) 0:03:37.698 ***** 2020-11-19T19:02:14.112 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** 2020-11-19T19:02:14.114 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.147 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.067) 0:03:37.766 ***** 2020-11-19T19:02:14.159 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-11-19T19:02:14.160 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-11-19T19:02:14.175 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2020-11-19T19:02:14.176 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.177 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:14.210 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.062) 0:03:37.828 ***** 2020-11-19T19:02:14.237 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure perl-doc is installed on apt systems.] ***************** 2020-11-19T19:02:14.239 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.271 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.060) 0:03:37.889 ***** 2020-11-19T19:02:14.514 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-11-19T19:02:14.537 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} TASK [testnode : Check to see if Amazon::S3 is installed.] ********************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.569 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.297) 0:03:38.187 ***** 2020-11-19T19:02:14.610 INFO:teuthology.task.ansible.out: TASK [testnode : Install Amazon::S3.] ****************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.647 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.077) 0:03:38.265 ***** 2020-11-19T19:02:14.654 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-11-19T19:02:14.680 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on rpm based systems.] ******************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.714 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.065) 0:03:38.330 ***** 2020-11-19T19:02:14.742 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-11-19T19:02:14.750 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on apt based systems.] ******************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.788 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.075) 0:03:38.406 ***** 2020-11-19T19:02:14.812 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-11-19T19:02:14.814 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} TASK [testnode : Remove racy /etc/network/if-up.d/ntpdate on xenial] *********** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.850 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.060) 0:03:38.467 ***** 2020-11-19T19:02:14.877 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2020-11-19T19:02:14.878 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:14.917 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:14 +0000 (0:00:00.067) 0:03:38.535 ***** 2020-11-19T19:02:15.064 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:15.066 INFO:teuthology.task.ansible.out:TASK [testnode : Write /scratch_devs] ****************************************** changed: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} skipping: [smithi077.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:15.066 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:15.119 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:15 +0000 (0:00:00.202) 0:03:38.737 ***** 2020-11-19T19:02:15.127 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-11-19T19:02:15.128 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:15.167 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:15 +0000 (0:00:00.047) 0:03:38.785 ***** 2020-11-19T19:02:15.329 INFO:teuthology.task.ansible.out: TASK [testnode : Create /var/lib/ceph] ***************************************** 2020-11-19T19:02:15.332 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/lib/ceph", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-11-19T19:02:15.371 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:15 +0000 (0:00:00.203) 0:03:38.988 ***** 2020-11-19T19:02:15.377 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/lib/ceph", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-11-19T19:02:15.417 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:15 +0000 (0:00:00.047) 0:03:39.036 ***** 2020-11-19T19:02:18.628 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:18.686 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:18 +0000 (0:00:03.257) 0:03:42.293 ***** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:18.722 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:18 +0000 (0:00:00.043) 0:03:42.336 ***** 2020-11-19T19:02:19.400 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* changed: [smithi077.front.sepia.ceph.com] => {"changed": true} TASK [testnode : Create the chrony.conf file] ********************************** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "a7ecef00073feab34f868065d34e9dac55134241", "dest": "/etc/chrony.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/chrony.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 215, "state": "file", "uid": 0} 2020-11-19T19:02:19.458 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:19 +0000 (0:00:00.735) 0:03:43.072 ***** 2020-11-19T19:02:19.527 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:19 +0000 (0:00:00.071) 0:03:43.144 ***** 2020-11-19T19:02:19.622 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* changed: [smithi071.front.sepia.ceph.com] => {"changed": true} 2020-11-19T19:02:19.896 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:19 +0000 (0:00:00.361) 0:03:43.505 ***** 2020-11-19T19:02:19.909 INFO:teuthology.task.ansible.out: TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "name": "/var/lib/ceph", "opts": "defaults,nofail", "passno": "0", "src": "/dev/vg_nvme/lv_5"} 2020-11-19T19:02:19.959 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:19 +0000 (0:00:00.071) 0:03:43.576 ***** 2020-11-19T19:02:19.993 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ntpd is running.] *********************************** 2020-11-19T19:02:20.014 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "chronyd", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-11-19 18:56:48 UTC", "ActiveEnterTimestampMonotonic": "15159683", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice -.mount ntpdate.service tmp.mount basic.target systemd-journald.socket sysinit.target systemd-tmpfiles-setup.service sntp.service ntpd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-11-19 18:56:46 UTC", "AssertTimestampMonotonic": "13517556", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-11-19 18:56:46 UTC", "ConditionTimestampMonotonic": "13517472", "ConfigurationDirectoryMode": "0755", "Conflicts": "ntpd.service shutdown.target systemd-timesyncd.service", "ControlGro 2020-11-19T19:02:20.022 INFO:teuthology.task.ansible.out:up": "/system.slice/chronyd.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "NTP client/server", "DevicePolicy": "auto", "Documentation": "man:chronyd(8) man:chrony.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/chronyd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "819", "ExecMainStartTimestamp": "Thu 2020-11-19 18:56:48 UTC", "ExecMainStartTimestampMonotonic": "15041050", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/chronyd ; argv[]=/usr/sbin/chronyd $OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-11-19 18:56:46 UTC] ; stop_time=[Thu 2020-11-19 18:56:48 UTC] ; pid=798 ; code=exited ; status=0 }", "ExecStartPost": "{ path=/usr/libexec/chrony-helper ; argv[]=/usr/libexec/chrony-helper update-daemon ; ignore_errors=no ; start_time=[Thu 2020-11-19 18:56:48 UTC] ; stop_time=[Thu 2020-11-19 18:56:48 UTC] ; pid=919 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/chronyd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "chronyd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-11-19 18:56:46 UTC", "InactiveExitTimestampMonotonic": "13573883", "InvocationID": "de9e88254f954040a1235e874909a41e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "Limit 2020-11-19T19:02:20.026 INFO:teuthology.task.ansible.out:AS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127262", "LimitNPROCSoft": "127262", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127262", "LimitSIGPENDINGSoft": "127262", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "819", "MemoryAccounting": "yes", "MemoryCurrent": "3289088", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "chronyd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/chrony/chronyd.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "full", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "R 2020-11-19T19:02:20.034 INFO:teuthology.task.ansible.out:equires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-11-19 18:56:48 UTC", "StateChangeTimestampMonotonic": "15159683", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203619", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2020-11-19 18:56:48 UTC", "WatchdogTimestampMonotonic": "15041075", "WatchdogUSec": "0"}} 2020-11-19T19:02:20.484 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:20 +0000 (0:00:00.525) 0:03:44.102 ***** 2020-11-19T19:02:20.494 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:20.499 INFO:teuthology.task.ansible.out:TASK [testnode : Add CPAN config directory for the teuthology user.] *********** 2020-11-19T19:02:20.501 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:20.502 INFO:teuthology.task.ansible.out: TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* 2020-11-19T19:02:20.502 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "name": "/var/lib/ceph", "opts": "defaults,nofail", "passno": "0", "src": "/dev/vg_nvme/lv_5"} 2020-11-19T19:02:20.548 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:20 +0000 (0:00:00.063) 0:03:44.165 ***** 2020-11-19T19:02:20.584 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:20 +0000 (0:00:00.036) 0:03:44.202 ***** 2020-11-19T19:02:20.594 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2020-11-19T19:02:20.637 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:20 +0000 (0:00:00.053) 0:03:44.255 ***** 2020-11-19T19:02:21.002 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:21.010 INFO:teuthology.task.ansible.out:TASK [testnode : Add CPAN config directory for the teuthology user.] *********** 2020-11-19T19:02:21.012 INFO:teuthology.task.ansible.out: skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.014 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:21.014 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:21.022 INFO:teuthology.task.ansible.out:TASK [testnode : Add CPAN config directory for the root user.] ***************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.066 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.422) 0:03:44.677 ***** 2020-11-19T19:02:21.094 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.031) 0:03:44.709 ***** 2020-11-19T19:02:21.098 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} TASK [testnode : Add CPAN config directory for the root user.] ***************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.134 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.043) 0:03:44.752 ***** 2020-11-19T19:02:21.169 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.035) 0:03:44.787 ***** 2020-11-19T19:02:21.180 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.182 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on rpm based systems.] ********************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.219 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.050) 0:03:44.838 ***** 2020-11-19T19:02:21.255 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.035) 0:03:44.873 ***** 2020-11-19T19:02:21.272 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** 2020-11-19T19:02:21.274 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Install python-pip on apt based systems.] ********************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.308 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.052) 0:03:44.926 ***** 2020-11-19T19:02:21.347 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.038) 0:03:44.965 ***** 2020-11-19T19:02:21.354 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2020-11-19T19:02:21.358 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.359 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on zypper based systems.] ****************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.393 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.046) 0:03:45.012 ***** 2020-11-19T19:02:21.429 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.034) 0:03:45.047 ***** 2020-11-19T19:02:21.435 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2020-11-19T19:02:21.437 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.477 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.048) 0:03:45.095 ***** 2020-11-19T19:02:21.484 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure perl-doc is installed on apt systems.] ***************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.519 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.041) 0:03:45.137 ***** 2020-11-19T19:02:21.526 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.565 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.046) 0:03:45.184 ***** 2020-11-19T19:02:21.573 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if Amazon::S3 is installed.] ********************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.608 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.043) 0:03:45.227 ***** 2020-11-19T19:02:21.618 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Create the .pip directory for the teuthology user.] *********** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} 2020-11-19T19:02:21.652 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.043) 0:03:45.270 ***** 2020-11-19T19:02:21.693 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.040) 0:03:45.311 ***** 2020-11-19T19:02:21.700 INFO:teuthology.task.ansible.out: TASK [testnode : Install Amazon::S3.] ****************************************** 2020-11-19T19:02:21.702 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.736 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.043) 0:03:45.354 ***** 2020-11-19T19:02:21.743 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.790 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.053) 0:03:45.408 ***** 2020-11-19T19:02:21.797 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on rpm based systems.] ******************** 2020-11-19T19:02:21.800 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.837 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.046) 0:03:45.455 ***** 2020-11-19T19:02:21.844 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.880 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.043) 0:03:45.499 ***** 2020-11-19T19:02:21.893 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on apt based systems.] ******************** 2020-11-19T19:02:21.895 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.933 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.052) 0:03:45.551 ***** 2020-11-19T19:02:21.941 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:21.996 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:21 +0000 (0:00:00.063) 0:03:45.614 ***** 2020-11-19T19:02:22.013 INFO:teuthology.task.ansible.out: TASK [testnode : Remove racy /etc/network/if-up.d/ntpdate on xenial] *********** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:22.076 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:22 +0000 (0:00:00.080) 0:03:45.695 ***** 2020-11-19T19:02:22.091 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:22.446 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:22 +0000 (0:00:00.368) 0:03:46.063 ***** 2020-11-19T19:02:22.454 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2020-11-19T19:02:22.456 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Create pip.conf and configure it to use our mirror] *********** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "checksum": "959d37ab30545da205b389a6b7561b225a478a06", "dest": "/home/ubuntu/.pip/pip.conf", "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip/pip.conf", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 73, "state": "file", "uid": 1000} 2020-11-19T19:02:22.498 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:22 +0000 (0:00:00.050) 0:03:46.113 ***** 2020-11-19T19:02:22.545 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:22 +0000 (0:00:00.049) 0:03:46.163 ***** 2020-11-19T19:02:22.551 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2020-11-19T19:02:22.553 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:22.618 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:22 +0000 (0:00:00.071) 0:03:46.235 ***** 2020-11-19T19:02:23.252 INFO:teuthology.task.ansible.out: TASK [testnode : Create the chrony.conf file] ********************************** ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "a7ecef00073feab34f868065d34e9dac55134241", "dest": "/etc/chrony.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/chrony.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 215, "state": "file", "uid": 0} 2020-11-19T19:02:23.334 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:23 +0000 (0:00:00.713) 0:03:46.949 ***** 2020-11-19T19:02:23.537 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "a7ecef00073feab34f868065d34e9dac55134241", "dest": "/etc/chrony.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/chrony.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 215, "state": "file", "uid": 0} 2020-11-19T19:02:23.595 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:23 +0000 (0:00:00.264) 0:03:47.213 ***** 2020-11-19T19:02:23.831 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ntpd is running.] *********************************** ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "chronyd", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-11-19 18:57:20 UTC", "ActiveEnterTimestampMonotonic": "15485348", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sntp.service systemd-tmpfiles-setup.service tmp.mount basic.target -.mount systemd-journald.socket ntpd.service ntpdate.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-11-19 18:57:19 UTC", "AssertTimestampMonotonic": "14480620", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-11-19 18:57:19 UTC", "ConditionTimestampMonotonic": "14480580", "ConfigurationDirectoryMode": "0755" 2020-11-19T19:02:23.833 INFO:teuthology.task.ansible.out:, "Conflicts": "systemd-timesyncd.service ntpd.service shutdown.target", "ControlGroup": "/system.slice/chronyd.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "NTP client/server", "DevicePolicy": "auto", "Documentation": "man:chronyd(8) man:chrony.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/chronyd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "877", "ExecMainStartTimestamp": "Thu 2020-11-19 18:57:20 UTC", "ExecMainStartTimestampMonotonic": "14609330", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/chronyd ; argv[]=/usr/sbin/chronyd $OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-11-19 18:57:19 UTC] ; stop_time=[Thu 2020-11-19 18:57:20 UTC] ; pid=870 ; code=exited ; status=0 }", "ExecStartPost": "{ path=/usr/libexec/chrony-helper ; argv[]=/usr/libexec/chrony-helper update-daemon ; ignore_errors=no ; start_time=[Thu 2020-11-19 18:57:20 UTC] ; stop_time=[Thu 2020-11-19 18:57:20 UTC] ; pid=889 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/chronyd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "chronyd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-11-19 18:57:19 UTC", "InactiveExitTimestampMonotonic": "14508697", "InvocationID": "b3ea6591850a478ebba099267bf29ec4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity 2020-11-19T19:02:23.837 INFO:teuthology.task.ansible.out:", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infin 2020-11-19T19:02:23.843 INFO:teuthology.task.ansible.out:ity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127237", "LimitNPROCSoft": "127237", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127237", "LimitSIGPENDINGSoft": "127237", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "877", "MemoryAccounting": "yes", "MemoryCurrent": "3346432", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "chronyd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/chrony/chronyd.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "full", "RefuseManualSt 2020-11-19T19:02:23.845 INFO:teuthology.task.ansible.out:art": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-11-19 18:57:20 UTC", "StateChangeTimestampMonotonic": "15485348", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203580", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2020-11-19 18:57:20 UTC", "WatchdogTimestampMonotonic": "14609351", "WatchdogUSec": "0"}} 2020-11-19T19:02:23.878 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:23 +0000 (0:00:00.283) 0:03:47.496 ***** 2020-11-19T19:02:23.906 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2020-11-19T19:02:23.948 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:23 +0000 (0:00:00.069) 0:03:47.566 ***** 2020-11-19T19:02:23.993 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2020-11-19T19:02:24.282 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.329) 0:03:47.896 ***** 2020-11-19T19:02:24.296 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "cmd": ["/bin/pip3", "install", "remoto>=0.0.35"], "name": ["remoto>=0.0.35"], "requirements": null, "state": "present", "stderr": "WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.\n", "stderr_lines": ["WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead."], "stdout": "Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages\nRequirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)\nRequirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)\n", "stdout_lines": ["Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages", "Requirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)", "Requirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)"], "version": null, "virtualenv": null} TASK [testnode : Make sure ntpd is running.] *********************************** ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "chronyd", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-11-19 18:57:13 UTC", "ActiveEnterTimestampMonotonic": "15751188", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "ntpd.service systemd-journald.socket sysinit.target tmp.mount sntp.service ntpdate.service systemd-tmpfiles-setup.service system.slice basic.target -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-11-19 18:57:11 UTC", "AssertTimestampMonotonic": "14471038", "Before": "multi-user.targe 2020-11-19T19:02:24.299 INFO:teuthology.task.ansible.out:t shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-11-19 18:57:11 UTC", "ConditionTimestampMonotonic": "14470998", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ntpd.service systemd-timesyncd.service", "ControlGroup": "/system.slice/chronyd.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "NTP client/server", "DevicePolicy": "auto", "Documentation": "man:chronyd(8) man:chrony.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/chronyd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "888", "ExecMainStartTimestamp": "Thu 2020-11-19 18:57:13 UTC", "ExecMainStartTimestampMonotonic": "15630994", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/chronyd ; argv[]=/usr/sbin/chronyd $OPTIONS ; 2020-11-19T19:02:24.304 INFO:teuthology.task.ansible.out: ignore_errors=no ; start_time=[Thu 2020-11-19 18:57:12 UTC] ; stop_time=[Thu 2020-11-19 18:57:13 UTC] ; pid=862 ; code=exited ; status=0 }", "ExecStartPost": "{ path=/usr/libexec/chrony-helper ; argv[]=/usr/libexec/chrony-helper update-daemon ; ignore_errors=no ; start_time=[Thu 2020-11-19 18:57:13 UTC] ; stop_time=[Thu 2020-11-19 18:57:13 UTC] ; pid=966 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/chronyd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "chronyd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-11-19 18:57:12 UTC", "InactiveExitTimestampMonotonic": "14490664", "InvocationID": "5f8a09186bb74631ac5a35b853448385", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127237", "LimitNPROCSoft": "127237", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infini 2020-11-19T19:02:24.305 INFO:teuthology.task.ansible.out:ty", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127237", "LimitSIGPENDINGSoft": "127237", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "888", "MemoryAccounting": "yes", "MemoryCurrent": "3190784", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "chronyd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/chrony/chronyd.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "full", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set] 2020-11-19T19:02:24.307 INFO:teuthology.task.ansible.out:", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-11-19 18:57:13 UTC", "StateChangeTimestampMonotonic": "15751188", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203580", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2020-11-19 18:57:13 UTC", "WatchdogTimestampMonotonic": "15631010", "WatchdogUSec": "0"}} 2020-11-19T19:02:24.343 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.065) 0:03:47.962 ***** 2020-11-19T19:02:24.378 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.034) 0:03:47.996 ***** 2020-11-19T19:02:24.389 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on rpm based systems.] ********************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:24.390 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:24.426 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.048) 0:03:48.045 ***** 2020-11-19T19:02:24.465 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.038) 0:03:48.084 ***** 2020-11-19T19:02:24.484 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} TASK [testnode : Set interface] ************************************************ ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"interface": "ens1f0"}, "changed": false} 2020-11-19T19:02:24.520 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.054) 0:03:48.138 ***** 2020-11-19T19:02:24.708 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.187) 0:03:48.326 ***** 2020-11-19T19:02:24.715 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on apt based systems.] ********************* 2020-11-19T19:02:24.717 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:24.761 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.052) 0:03:48.379 ***** 2020-11-19T19:02:24.767 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-11-19T19:02:24.769 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2020-11-19T19:02:24.809 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.047) 0:03:48.427 ***** 2020-11-19T19:02:24.818 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on zypper based systems.] ****************** 2020-11-19T19:02:24.826 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:24.864 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.052) 0:03:48.479 ***** 2020-11-19T19:02:24.868 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:24.874 INFO:teuthology.task.ansible.out:TASK [testnode : Install python-pip on rpm based systems.] ********************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Check for presence of /etc/network/interfaces] **************** ok: [smithi002.front.sepia.ceph.com] => {"changed": false, "stat": {"exists": false}} 2020-11-19T19:02:24.962 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.098) 0:03:48.578 ***** 2020-11-19T19:02:24.997 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:24 +0000 (0:00:00.036) 0:03:48.614 ***** 2020-11-19T19:02:25.003 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** 2020-11-19T19:02:25.005 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:25.368 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:25 +0000 (0:00:00.372) 0:03:48.986 ***** 2020-11-19T19:02:25.374 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:25.376 INFO:teuthology.task.ansible.out:TASK [testnode : Install python-pip on apt based systems.] ********************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Create the .pip directory for the teuthology user.] *********** ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} 2020-11-19T19:02:25.412 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:25 +0000 (0:00:00.044) 0:03:49.031 ***** 2020-11-19T19:02:25.464 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:25 +0000 (0:00:00.051) 0:03:49.082 ***** 2020-11-19T19:02:25.474 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** ok: [smithi002.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} TASK [testnode : Install python-pip on zypper based systems.] ****************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:25.518 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:25 +0000 (0:00:00.049) 0:03:49.132 ***** 2020-11-19T19:02:26.053 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:26 +0000 (0:00:00.537) 0:03:49.669 ***** 2020-11-19T19:02:26.077 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:26.138 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:26 +0000 (0:00:00.084) 0:03:49.753 ***** 2020-11-19T19:02:26.392 INFO:teuthology.task.ansible.out: TASK [testnode : Create the .pip directory for the teuthology user.] *********** ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} 2020-11-19T19:02:26.445 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:26 +0000 (0:00:00.300) 0:03:50.054 ***** 2020-11-19T19:02:26.776 INFO:teuthology.task.ansible.out: TASK [testnode : Create pip.conf and configure it to use our mirror] *********** ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "checksum": "959d37ab30545da205b389a6b7561b225a478a06", "dest": "/home/ubuntu/.pip/pip.conf", "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip/pip.conf", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 73, "state": "file", "uid": 1000} 2020-11-19T19:02:26.818 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:26 +0000 (0:00:00.381) 0:03:50.436 ***** 2020-11-19T19:02:26.848 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** changed: [smithi002.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2020-11-19T19:02:26.884 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:26 +0000 (0:00:00.066) 0:03:50.502 ***** 2020-11-19T19:02:26.885 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:27.087 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* 2020-11-19T19:02:27.089 INFO:teuthology.task.ansible.out:changed: [smithi002.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2020-11-19T19:02:27.124 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.240) 0:03:50.743 ***** 2020-11-19T19:02:27.157 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* 2020-11-19T19:02:27.159 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.194 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.069) 0:03:50.812 ***** 2020-11-19T19:02:27.201 INFO:teuthology.task.ansible.out: TASK [testnode : Create pip.conf and configure it to use our mirror] *********** 2020-11-19T19:02:27.202 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "checksum": "959d37ab30545da205b389a6b7561b225a478a06", "dest": "/home/ubuntu/.pip/pip.conf", "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip/pip.conf", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 73, "state": "file", "uid": 1000} 2020-11-19T19:02:27.244 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.049) 0:03:50.862 ***** 2020-11-19T19:02:27.251 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* 2020-11-19T19:02:27.253 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.255 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item=ens1f1) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f1", "skip_reason": "Conditional result was False"} skipping: [smithi002.front.sepia.ceph.com] => (item=ens1f0) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f0", "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.295 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.050) 0:03:50.913 ***** 2020-11-19T19:02:27.336 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** 2020-11-19T19:02:27.338 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'lo', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.348 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.350 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno2', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.360 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'ens1f1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "ens1f1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.362 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'ens1f0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "ens1f0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.395 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.100) 0:03:51.014 ***** 2020-11-19T19:02:27.423 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-11-19T19:02:27.424 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.458 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.063) 0:03:51.077 ***** 2020-11-19T19:02:27.486 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** 2020-11-19T19:02:27.488 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.523 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.063) 0:03:51.141 ***** 2020-11-19T19:02:27.552 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.586 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.063) 0:03:51.204 ***** 2020-11-19T19:02:27.615 INFO:teuthology.task.ansible.out: TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.659 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.072) 0:03:51.277 ***** 2020-11-19T19:02:27.697 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** 2020-11-19T19:02:27.699 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.739 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.080) 0:03:51.357 ***** 2020-11-19T19:02:27.768 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-11-19T19:02:27.770 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:27.804 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:27 +0000 (0:00:00.064) 0:03:51.422 ***** 2020-11-19T19:02:28.056 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* 2020-11-19T19:02:28.061 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "cmd": ["/bin/pip3", "install", "remoto>=0.0.35"], "name": ["remoto>=0.0.35"], "requirements": null, "state": "present", "stderr": "WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.\n", "stderr_lines": ["WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead."], "stdout": "Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages\nRequirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)\nRequirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)\n", "stdout_lines": ["Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages", "Requirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)", "Requirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)"], "version": null, "virtualenv": null} 2020-11-19T19:02:28.094 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.290) 0:03:51.712 ***** 2020-11-19T19:02:28.101 INFO:teuthology.task.ansible.out: TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** 2020-11-19T19:02:28.102 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:28.138 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.043) 0:03:51.756 ***** 2020-11-19T19:02:28.144 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* 2020-11-19T19:02:28.146 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:28.180 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.042) 0:03:51.798 ***** 2020-11-19T19:02:28.190 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-11-19T19:02:28.192 INFO:teuthology.task.ansible.out:skipping: [smithi002.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:28.229 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.049) 0:03:51.847 ***** 2020-11-19T19:02:28.237 INFO:teuthology.task.ansible.out: TASK [testnode : Set interface] ************************************************ ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"interface": "enp3s0f1"}, "changed": false} 2020-11-19T19:02:28.278 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.048) 0:03:51.896 ***** 2020-11-19T19:02:28.284 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* 2020-11-19T19:02:28.286 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "cmd": ["/bin/pip3", "install", "remoto>=0.0.35"], "name": ["remoto>=0.0.35"], "requirements": null, "state": "present", "stderr": "WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.\n", "stderr_lines": ["WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead."], "stdout": "Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages\nRequirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)\nRequirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)\n", "stdout_lines": ["Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages", "Requirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)", "Requirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)"], "version": null, "virtualenv": null} 2020-11-19T19:02:28.350 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.072) 0:03:51.968 ***** 2020-11-19T19:02:28.702 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:28.744 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.393) 0:03:52.362 ***** 2020-11-19T19:02:28.756 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** ok: [smithi002.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.005513", "end": "2020-11-19 19:02:28.435280", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2020-11-19 19:02:28.429767", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:28.781 INFO:teuthology.task.ansible.out: TASK [testnode : Set interface] ************************************************ ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"interface": "enp3s0f1"}, "changed": false} 2020-11-19T19:02:28.822 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.073) 0:03:52.436 ***** 2020-11-19T19:02:28.824 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:28.826 INFO:teuthology.task.ansible.out:TASK [testnode : Check for presence of /etc/network/interfaces] **************** 2020-11-19T19:02:28.833 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => {"changed": false, "stat": {"exists": false}} 2020-11-19T19:02:28.862 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.044) 0:03:52.481 ***** 2020-11-19T19:02:28.894 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:28.926 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.064) 0:03:52.545 ***** 2020-11-19T19:02:28.934 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2020-11-19T19:02:28.936 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=/etc/systemd/system/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/systemd/system/ -name \"*ceph*\"", "delta": "0:00:00.003192", "end": "2020-11-19 19:02:28.869762", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2020-11-19 19:02:28.866570", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:28.967 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** ok: [smithi077.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2020-11-19T19:02:29.002 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:28 +0000 (0:00:00.074) 0:03:52.619 ***** 2020-11-19T19:02:29.020 INFO:teuthology.task.ansible.out: TASK [testnode : Check for presence of /etc/network/interfaces] **************** ok: [smithi071.front.sepia.ceph.com] => {"changed": false, "stat": {"exists": false}} 2020-11-19T19:02:29.054 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:29 +0000 (0:00:00.052) 0:03:52.671 ***** 2020-11-19T19:02:32.211 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** 2020-11-19T19:02:32.213 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** ok: [smithi002.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.002927", "end": "2020-11-19 19:02:29.048507", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2020-11-19 19:02:29.045580", "stderr": "find: ‘/etc/ceph’: No such file or directory", "stderr_lines": ["find: ‘/etc/ceph’: No such file or directory"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:32.213 INFO:teuthology.task.ansible.out:ok: [smithi002.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:01.027144", "end": "2020-11-19 19:02:30.525069", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2020-11-19 19:02:29.497925", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:32.270 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:32 +0000 (0:00:03.209) 0:03:55.881 ***** 2020-11-19T19:02:32.299 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:32 +0000 (0:00:00.034) 0:03:55.916 ***** 2020-11-19T19:02:32.313 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** 2020-11-19T19:02:32.315 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2020-11-19T19:02:32.363 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:32 +0000 (0:00:00.065) 0:03:55.982 ***** 2020-11-19T19:02:32.427 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:32 +0000 (0:00:00.063) 0:03:56.046 ***** 2020-11-19T19:02:32.474 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** ok: [smithi071.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2020-11-19T19:02:32.726 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:32 +0000 (0:00:00.296) 0:03:56.342 ***** 2020-11-19T19:02:32.734 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** changed: [smithi077.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2020-11-19T19:02:32.773 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:32 +0000 (0:00:00.048) 0:03:56.391 ***** 2020-11-19T19:02:32.786 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:33.389 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:33 +0000 (0:00:00.615) 0:03:57.007 ***** 2020-11-19T19:02:33.402 INFO:teuthology.task.ansible.out: TASK [testnode : Touch /ceph-qa-ready] ***************************************** changed: [smithi002.front.sepia.ceph.com] => {"changed": true, "dest": "/ceph-qa-ready", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_runtime_t:s0", "size": 0, "state": "file", "uid": 0} 2020-11-19T19:02:34.149 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* changed: [smithi077.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2020-11-19T19:02:34.198 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.809) 0:03:57.816 ***** 2020-11-19T19:02:34.237 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.276 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.078) 0:03:57.895 ***** 2020-11-19T19:02:34.283 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** 2020-11-19T19:02:34.285 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2020-11-19T19:02:34.326 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.047) 0:03:57.942 ***** 2020-11-19T19:02:34.346 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* skipping: [smithi077.front.sepia.ceph.com] => (item=enp3s0f0) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=enp3s0f1) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.352 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.366 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.453 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.129) 0:03:58.071 ***** 2020-11-19T19:02:34.510 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** skipping: [smithi077.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.522 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno2', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.535 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [smithi077.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'lo', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.570 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.116) 0:03:58.188 ***** 2020-11-19T19:02:34.579 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* changed: [smithi071.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2020-11-19T19:02:34.617 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.047) 0:03:58.236 ***** 2020-11-19T19:02:34.624 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-11-19T19:02:34.627 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.670 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.053) 0:03:58.289 ***** 2020-11-19T19:02:34.678 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.719 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.048) 0:03:58.338 ***** 2020-11-19T19:02:34.726 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** 2020-11-19T19:02:34.728 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.774 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.054) 0:03:58.392 ***** 2020-11-19T19:02:34.776 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:34.785 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* skipping: [smithi071.front.sepia.ceph.com] => (item=enp3s0f1) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False"} skipping: [smithi071.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.798 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.801 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=enp3s0f0) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.801 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.839 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.065) 0:03:58.457 ***** 2020-11-19T19:02:34.885 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.045) 0:03:58.503 ***** 2020-11-19T19:02:34.906 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** skipping: [smithi071.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.907 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno2', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.907 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.919 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.922 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'lo', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:34.955 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.069) 0:03:58.573 ***** 2020-11-19T19:02:34.990 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:34 +0000 (0:00:00.034) 0:03:58.608 ***** 2020-11-19T19:02:34.998 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-11-19T19:02:35.000 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.038 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.047) 0:03:58.655 ***** 2020-11-19T19:02:35.049 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** 2020-11-19T19:02:35.051 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.086 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.049) 0:03:58.705 ***** 2020-11-19T19:02:35.093 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** 2020-11-19T19:02:35.095 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.133 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.046) 0:03:58.752 ***** 2020-11-19T19:02:35.146 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-11-19T19:02:35.147 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.185 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.051) 0:03:58.803 ***** 2020-11-19T19:02:35.192 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.230 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.045) 0:03:58.849 ***** 2020-11-19T19:02:35.237 INFO:teuthology.task.ansible.out: TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.275 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.045) 0:03:58.894 ***** 2020-11-19T19:02:35.283 INFO:teuthology.task.ansible.out: TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.318 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.042) 0:03:58.936 ***** 2020-11-19T19:02:35.329 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-11-19T19:02:35.330 INFO:teuthology.task.ansible.out:skipping: [smithi077.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.363 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.045) 0:03:58.982 ***** 2020-11-19T19:02:35.378 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.414 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.050) 0:03:59.032 ***** 2020-11-19T19:02:35.447 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.485 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.069) 0:03:59.102 ***** 2020-11-19T19:02:35.551 INFO:teuthology.task.ansible.out: TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** 2020-11-19T19:02:35.552 INFO:teuthology.task.ansible.out:skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.591 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.103) 0:03:59.206 ***** 2020-11-19T19:02:35.594 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:35.598 INFO:teuthology.task.ansible.out:TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** ok: [smithi077.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.005037", "end": "2020-11-19 19:02:35.549985", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2020-11-19 19:02:35.544948", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:35.623 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** skipping: [smithi071.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-11-19T19:02:35.790 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:35 +0000 (0:00:00.199) 0:03:59.405 ***** 2020-11-19T19:02:35.840 INFO:teuthology.task.ansible.out: 2020-11-19T19:02:35.842 INFO:teuthology.task.ansible.out:TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** ok: [smithi077.front.sepia.ceph.com] => (item=/etc/systemd/system/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/systemd/system/ -name \"*ceph*\"", "delta": "0:00:00.002994", "end": "2020-11-19 19:02:35.736405", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2020-11-19 19:02:35.733411", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:36.148 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.002774", "end": "2020-11-19 19:02:35.982360", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2020-11-19 19:02:35.979586", "stderr": "find: ‘/etc/ceph’: No such file or directory", "stderr_lines": ["find: ‘/etc/ceph’: No such file or directory"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:36.194 INFO:teuthology.task.ansible.out:ok: [smithi077.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.018529", "end": "2020-11-19 19:02:36.162068", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2020-11-19 19:02:36.143539", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:36.257 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:36 +0000 (0:00:00.469) 0:03:59.874 ***** 2020-11-19T19:02:36.287 INFO:teuthology.task.ansible.out: TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2020-11-19T19:02:36.322 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:36 +0000 (0:00:00.063) 0:03:59.938 ***** 2020-11-19T19:02:36.642 INFO:teuthology.task.ansible.out: TASK [testnode : Touch /ceph-qa-ready] ***************************************** 2020-11-19T19:02:36.644 INFO:teuthology.task.ansible.out:changed: [smithi077.front.sepia.ceph.com] => {"changed": true, "dest": "/ceph-qa-ready", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_runtime_t:s0", "size": 0, "state": "file", "uid": 0} 2020-11-19T19:02:37.069 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2020-11-19T19:02:37.071 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:01.006094", "end": "2020-11-19 19:02:36.972989", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2020-11-19 19:02:35.966895", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:38.770 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=/etc/systemd/system/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/systemd/system/ -name \"*ceph*\"", "delta": "0:00:01.004112", "end": "2020-11-19 19:02:38.238747", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2020-11-19 19:02:37.234635", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:39.550 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.002679", "end": "2020-11-19 19:02:38.937940", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2020-11-19 19:02:38.935261", "stderr": "find: ‘/etc/ceph’: No such file or directory", "stderr_lines": ["find: ‘/etc/ceph’: No such file or directory"], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:39.763 INFO:teuthology.task.ansible.out:ok: [smithi071.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.034064", "end": "2020-11-19 19:02:39.731558", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2020-11-19 19:02:39.697494", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-11-19T19:02:39.800 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:39 +0000 (0:00:03.479) 0:04:03.418 ***** 2020-11-19T19:02:39.828 INFO:teuthology.task.ansible.out: TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2020-11-19T19:02:39.862 INFO:teuthology.task.ansible.out:Thursday 19 November 2020 19:02:39 +0000 (0:00:00.062) 0:04:03.481 ***** 2020-11-19T19:02:40.049 INFO:teuthology.task.ansible.out: TASK [testnode : Touch /ceph-qa-ready] ***************************************** 2020-11-19T19:02:40.051 INFO:teuthology.task.ansible.out:changed: [smithi071.front.sepia.ceph.com] => {"changed": true, "dest": "/ceph-qa-ready", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_runtime_t:s0", "size": 0, "state": "file", "uid": 0} 2020-11-19T19:02:40.145 INFO:teuthology.task.ansible.out: PLAY [cobbler] ***************************************************************** skipping: no hosts matched 2020-11-19T19:02:40.149 INFO:teuthology.task.ansible.out: PLAY [paddles] ***************************************************************** skipping: no hosts matched 2020-11-19T19:02:40.152 INFO:teuthology.task.ansible.out: PLAY [pulpito] ***************************************************************** skipping: no hosts matched 2020-11-19T19:02:40.154 INFO:teuthology.task.ansible.out: PLAY RECAP ********************************************************************* smithi002.front.sepia.ceph.com : ok=121 changed=33 unreachable=0 failed=0 skipped=168 rescued=0 ignored=4 smithi071.front.sepia.ceph.com : ok=121 changed=33 unreachable=0 failed=0 skipped=168 rescued=0 ignored=4 smithi077.front.sepia.ceph.com : ok=121 changed=33 unreachable=0 failed=0 skipped=168 rescued=0 ignored=4 Thursday 19 November 2020 19:02:40 +0000 (0:00:00.290) 0:04:03.771 ***** =============================================================================== common : nrpe - Remove SELinux policy package -------------------------- 16.26s common : nrpe - Load SELinux policy package ---------------------------- 14.62s common : Register with subscription-manager. --------------------------- 14.00s testnode : Install packages -------------------------------------------- 10.84s common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/. --- 5.75s testnode : Ensure ceph packages are not present. ------------------------ 4.79s common : Enable necessary rhsm repos ------------------------------------ 4.12s testnode : Zap all non-root disks --------------------------------------- 4.04s common : nrpe - Set SELinux boolean nagios_run_sudo true ---------------- 3.85s testnode : Ensure ceph dependency packages are not present. ------------- 3.36s testnode : Set xfs_opts on newer OSes ----------------------------------- 3.26s testnode : Rewrite /etc/network/interfaces to use dhcp ------------------ 3.21s testnode : Check to see if we need to edit /etc/profile. ---------------- 2.61s common : Install Kerberos Packages (RedHat) ----------------------------- 2.55s testnode : Create logical volume(s) ------------------------------------- 2.42s testnode : Install epel packages ---------------------------------------- 2.41s testnode : Make sure rpm dependencies are installed --------------------- 2020-11-19T19:02:40.156 INFO:teuthology.task.ansible.out: 2.39s common : Make sure smartmontools is installed --------------------------- 2.37s testnode : Remove packages ---------------------------------------------- 2.25s common : Install nrpe package and dependencies (RHEL/CentOS) ------------ 2.22s 2020-11-19T19:02:40.487 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi071.front.sepia.ceph.com')] 2020-11-19T19:02:40.488 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-11-19T19:02:40.489 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T19:02:40.561 INFO:teuthology.orchestra.run.smithi077:> true 2020-11-19T19:02:40.655 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-11-19T19:02:40.656 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T19:02:40.727 INFO:teuthology.orchestra.run.smithi002:> true 2020-11-19T19:02:40.824 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-11-19T19:02:40.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-11-19T19:02:40.896 INFO:teuthology.orchestra.run.smithi071:> true 2020-11-19T19:02:40.990 INFO:teuthology.run_tasks:Running task clock... 2020-11-19T19:02:41.002 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2020-11-19T19:02:41.003 INFO:teuthology.orchestra.run:Running command with timeout 360 2020-11-19T19:02:41.003 INFO:teuthology.orchestra.run.smithi077:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2020-11-19T19:02:41.039 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2020-11-19T19:02:41.056 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2020-11-19T19:02:41.093 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2020-11-19T19:02:41.104 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2020-11-19T19:02:41.119 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2020-11-19T19:02:41.133 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2020-11-19T19:02:41.192 INFO:teuthology.orchestra.run.smithi077.stderr:bash: ntpq: command not found 2020-11-19T19:02:41.195 INFO:teuthology.orchestra.run.smithi077.stdout:210 Number of sources = 4 2020-11-19T19:02:41.196 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2020-11-19T19:02:41.196 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2020-11-19T19:02:41.196 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.196 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.197 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.197 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.197 INFO:teuthology.orchestra.run:Running command with timeout 360 2020-11-19T19:02:41.198 INFO:teuthology.orchestra.run.smithi002:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2020-11-19T19:02:41.237 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2020-11-19T19:02:41.299 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2020-11-19T19:02:41.299 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2020-11-19T19:02:41.301 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2020-11-19T19:02:41.316 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2020-11-19T19:02:41.331 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2020-11-19T19:02:41.396 INFO:teuthology.orchestra.run.smithi002.stderr:bash: ntpq: command not found 2020-11-19T19:02:41.418 INFO:teuthology.orchestra.run.smithi002.stdout:210 Number of sources = 4 2020-11-19T19:02:41.418 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2020-11-19T19:02:41.419 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2020-11-19T19:02:41.419 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.419 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.420 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.420 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.421 INFO:teuthology.orchestra.run:Running command with timeout 360 2020-11-19T19:02:41.436 INFO:teuthology.orchestra.run.smithi071:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2020-11-19T19:02:41.475 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2020-11-19T19:02:41.491 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2020-11-19T19:02:41.534 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2020-11-19T19:02:41.546 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2020-11-19T19:02:41.557 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2020-11-19T19:02:41.572 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2020-11-19T19:02:41.630 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2020-11-19T19:02:41.638 INFO:teuthology.orchestra.run.smithi071.stdout:210 Number of sources = 4 2020-11-19T19:02:41.639 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2020-11-19T19:02:41.639 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2020-11-19T19:02:41.639 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.639 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.640 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.640 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-11-19T19:02:41.640 INFO:teuthology.run_tasks:Running task install... 2020-11-19T19:02:41.650 DEBUG:teuthology.task.install:project ceph 2020-11-19T19:02:41.650 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'sha1': '33f73aff6902486eafe8c4758021a8eed55d592c'}} 2020-11-19T19:02:41.651 DEBUG:teuthology.task.install:config {'sha1': '33f73aff6902486eafe8c4758021a8eed55d592c'} 2020-11-19T19:02:41.651 INFO:teuthology.task.install:Using flavor: basic 2020-11-19T19:02:41.657 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2020-11-19T19:02:41.658 INFO:teuthology.task.install:extra packages: [] 2020-11-19T19:02:41.658 INFO:teuthology.orchestra.run.smithi077:> sudo lsb_release -is 2020-11-19T19:02:41.693 INFO:teuthology.orchestra.run.smithi077.stdout:RedHatEnterprise 2020-11-19T19:02:41.694 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2020-11-19T19:02:41.695 INFO:teuthology.orchestra.run.smithi002:> sudo lsb_release -is 2020-11-19T19:02:41.695 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'flavor': 'basic', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '33f73aff6902486eafe8c4758021a8eed55d592c', 'tag': None, 'wait_for_package': False} 2020-11-19T19:02:41.696 INFO:teuthology.orchestra.run.smithi077:> sudo lsb_release -is 2020-11-19T19:02:41.732 INFO:teuthology.orchestra.run.smithi002.stdout:RedHatEnterprise 2020-11-19T19:02:41.734 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2020-11-19T19:02:41.734 INFO:teuthology.orchestra.run.smithi071:> sudo lsb_release -is 2020-11-19T19:02:41.735 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'flavor': 'basic', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '33f73aff6902486eafe8c4758021a8eed55d592c', 'tag': None, 'wait_for_package': False} 2020-11-19T19:02:41.735 INFO:teuthology.orchestra.run.smithi002:> sudo lsb_release -is 2020-11-19T19:02:41.768 INFO:teuthology.orchestra.run.smithi077.stdout:RedHatEnterprise 2020-11-19T19:02:41.769 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2020-11-19T19:02:41.770 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=33f73aff6902486eafe8c4758021a8eed55d592c 2020-11-19T19:02:41.773 INFO:teuthology.orchestra.run.smithi071.stdout:RedHatEnterprise 2020-11-19T19:02:41.774 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2020-11-19T19:02:41.774 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'flavor': 'basic', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '33f73aff6902486eafe8c4758021a8eed55d592c', 'tag': None, 'wait_for_package': False} 2020-11-19T19:02:41.775 INFO:teuthology.orchestra.run.smithi071:> sudo lsb_release -is 2020-11-19T19:02:41.809 INFO:teuthology.orchestra.run.smithi002.stdout:RedHatEnterprise 2020-11-19T19:02:41.813 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2020-11-19T19:02:41.813 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=33f73aff6902486eafe8c4758021a8eed55d592c 2020-11-19T19:02:41.852 INFO:teuthology.orchestra.run.smithi071.stdout:RedHatEnterprise 2020-11-19T19:02:41.854 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2020-11-19T19:02:41.854 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=33f73aff6902486eafe8c4758021a8eed55d592c 2020-11-19T19:02:41.947 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/ 2020-11-19T19:02:41.947 INFO:teuthology.task.install.rpm:Package version is 16.0.0-7327.g33f73aff 2020-11-19T19:02:41.995 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/ 2020-11-19T19:02:41.995 INFO:teuthology.task.install.rpm:Package version is 16.0.0-7327.g33f73aff 2020-11-19T19:02:42.049 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/ 2020-11-19T19:02:42.049 INFO:teuthology.task.install.rpm:Package version is 16.0.0-7327.g33f73aff 2020-11-19T19:02:42.096 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2020-11-19T19:02:42.096 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:02:42.097 INFO:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/yum.repos.d/ceph.repo 2020-11-19T19:02:42.111 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd of=/etc/yum.repos.d/ceph.repo 2020-11-19T19:02:42.121 INFO:teuthology.orchestra.run.smithi077.stderr:1+1 records in 2020-11-19T19:02:42.122 INFO:teuthology.orchestra.run.smithi077.stderr:1+1 records out 2020-11-19T19:02:42.122 INFO:teuthology.orchestra.run.smithi077.stderr:616 bytes copied, 3.8186e-05 s, 16.1 MB/s 2020-11-19T19:02:42.123 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2020-11-19T19:02:42.123 INFO:teuthology.orchestra.run.smithi077:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/33f73aff6902486eafe8c4758021a8eed55d592c/;g' /etc/yum.repos.d/ceph.repo ; fi 2020-11-19T19:02:42.126 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2020-11-19T19:02:42.126 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:02:42.127 INFO:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/yum.repos.d/ceph.repo 2020-11-19T19:02:42.142 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd of=/etc/yum.repos.d/ceph.repo 2020-11-19T19:02:42.153 INFO:teuthology.orchestra.run.smithi002.stderr:1+1 records in 2020-11-19T19:02:42.153 INFO:teuthology.orchestra.run.smithi002.stderr:1+1 records out 2020-11-19T19:02:42.153 INFO:teuthology.orchestra.run.smithi002.stderr:616 bytes copied, 4.3944e-05 s, 14.0 MB/s 2020-11-19T19:02:42.154 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2020-11-19T19:02:42.155 INFO:teuthology.orchestra.run.smithi002:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/33f73aff6902486eafe8c4758021a8eed55d592c/;g' /etc/yum.repos.d/ceph.repo ; fi 2020-11-19T19:02:42.180 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-jd-testing-2/33f73aff6902486eafe8c4758021a8eed55d592c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2020-11-19T19:02:42.181 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T19:02:42.181 INFO:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2020-11-19T19:02:42.190 INFO:teuthology.orchestra.run.smithi077:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2020-11-19T19:02:42.195 INFO:teuthology.orchestra.run.smithi071.stderr:+ sudo dd of=/etc/yum.repos.d/ceph.repo 2020-11-19T19:02:42.206 INFO:teuthology.orchestra.run.smithi071.stderr:1+1 records in 2020-11-19T19:02:42.207 INFO:teuthology.orchestra.run.smithi071.stderr:1+1 records out 2020-11-19T19:02:42.207 INFO:teuthology.orchestra.run.smithi071.stderr:616 bytes copied, 3.9946e-05 s, 15.4 MB/s 2020-11-19T19:02:42.207 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2020-11-19T19:02:42.208 INFO:teuthology.orchestra.run.smithi071:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/33f73aff6902486eafe8c4758021a8eed55d592c/;g' /etc/yum.repos.d/ceph.repo ; fi 2020-11-19T19:02:42.223 INFO:teuthology.orchestra.run.smithi002:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2020-11-19T19:02:42.425 INFO:teuthology.orchestra.run.smithi071:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2020-11-19T19:02:42.438 INFO:teuthology.orchestra.run.smithi077:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2020-11-19T19:02:42.443 INFO:teuthology.orchestra.run.smithi002:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2020-11-19T19:02:42.501 INFO:teuthology.orchestra.run.smithi071:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2020-11-19T19:02:42.508 INFO:teuthology.orchestra.run.smithi077.stdout:check_obsoletes = 1 2020-11-19T19:02:42.510 INFO:teuthology.orchestra.run.smithi077:> sudo yum clean all 2020-11-19T19:02:42.511 INFO:teuthology.orchestra.run.smithi002.stdout:check_obsoletes = 1 2020-11-19T19:02:42.513 INFO:teuthology.orchestra.run.smithi002:> sudo yum clean all 2020-11-19T19:02:42.565 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2020-11-19T19:02:42.567 INFO:teuthology.orchestra.run.smithi071:> sudo yum clean all 2020-11-19T19:02:42.816 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:02:42.843 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:02:42.869 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:02:43.097 INFO:teuthology.orchestra.run.smithi077.stdout:38 files removed 2020-11-19T19:02:43.133 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-radosgw 2020-11-19T19:02:43.135 INFO:teuthology.orchestra.run.smithi071.stdout:38 files removed 2020-11-19T19:02:43.139 INFO:teuthology.orchestra.run.smithi002.stdout:38 files removed 2020-11-19T19:02:43.176 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2020-11-19T19:02:43.182 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-radosgw 2020-11-19T19:02:43.403 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:02:43.442 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:02:43.462 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:02:44.028 INFO:teuthology.orchestra.run.smithi077.stdout:ceph packages for x86_64 279 kB/s | 72 kB 00:00 2020-11-19T19:02:44.066 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 283 kB/s | 72 kB 00:00 2020-11-19T19:02:44.131 INFO:teuthology.orchestra.run.smithi002.stdout:ceph packages for x86_64 280 kB/s | 72 kB 00:00 2020-11-19T19:02:44.270 INFO:teuthology.orchestra.run.smithi077.stdout:ceph noarch packages 69 kB/s | 15 kB 00:00 2020-11-19T19:02:44.304 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 69 kB/s | 15 kB 00:00 2020-11-19T19:02:44.379 INFO:teuthology.orchestra.run.smithi002.stdout:ceph noarch packages 67 kB/s | 15 kB 00:00 2020-11-19T19:02:44.502 INFO:teuthology.orchestra.run.smithi077.stdout:ceph source packages 6.7 kB/s | 1.4 kB 00:00 2020-11-19T19:02:44.537 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 6.7 kB/s | 1.4 kB 00:00 2020-11-19T19:02:44.618 INFO:teuthology.orchestra.run.smithi002.stdout:ceph source packages 6.7 kB/s | 1.4 kB 00:00 2020-11-19T19:02:44.860 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 25 MB/s | 8.3 MB 00:00 2020-11-19T19:02:44.948 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 21 MB/s | 8.3 MB 00:00 2020-11-19T19:02:44.972 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 25 MB/s | 8.3 MB 00:00 2020-11-19T19:02:46.527 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 4.3 MB/s | 23 kB 00:00 2020-11-19T19:02:46.628 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 4.4 MB/s | 23 kB 00:00 2020-11-19T19:02:46.760 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 4.4 MB/s | 23 kB 00:00 2020-11-19T19:02:46.799 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 108 MB/s | 24 MB 00:00 2020-11-19T19:02:46.894 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 119 MB/s | 25 MB 00:00 2020-11-19T19:02:47.098 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 86 MB/s | 24 MB 00:00 2020-11-19T19:02:50.597 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 110 MB/s | 24 MB 00:00 2020-11-19T19:02:50.642 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 117 MB/s | 25 MB 00:00 2020-11-19T19:02:51.336 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 93 MB/s | 25 MB 00:00 2020-11-19T19:02:56.522 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:02:56.527 INFO:teuthology.orchestra.run.smithi077.stdout:==================================================================================================== 2020-11-19T19:02:56.528 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2020-11-19T19:02:56.528 INFO:teuthology.orchestra.run.smithi077.stdout:==================================================================================================== 2020-11-19T19:02:56.528 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:02:56.529 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 12 M 2020-11-19T19:02:56.534 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrading: 2020-11-19T19:02:56.534 INFO:teuthology.orchestra.run.smithi077.stdout: librados2 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 3.7 M 2020-11-19T19:02:56.535 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 2.4 M 2020-11-19T19:02:56.535 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2020-11-19T19:02:56.536 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 6.0 M 2020-11-19T19:02:56.536 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 23 M 2020-11-19T19:02:56.537 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 25 k 2020-11-19T19:02:56.537 INFO:teuthology.orchestra.run.smithi077.stdout: fmt x86_64 6.2.1-1.el8 epel 116 k 2020-11-19T19:02:56.539 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs x86_64 2.7-6.el8 epel 315 k 2020-11-19T19:02:56.539 INFO:teuthology.orchestra.run.smithi077.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2020-11-19T19:02:56.540 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 558 k 2020-11-19T19:02:56.541 INFO:teuthology.orchestra.run.smithi077.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2020-11-19T19:02:56.541 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq x86_64 0.9.0-2.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2020-11-19T19:02:56.541 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 486 k 2020-11-19T19:02:56.542 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka x86_64 0.11.4-1.el8 rhel-8-for-x86_64-appstream-rpms 353 k 2020-11-19T19:02:56.543 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 3.7 M 2020-11-19T19:02:56.543 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2020-11-19T19:02:56.544 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2020-11-19T19:02:56.544 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 40 k 2020-11-19T19:02:56.545 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 73 k 2020-11-19T19:02:56.545 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 204 k 2020-11-19T19:02:56.546 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2020-11-19T19:02:56.546 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 375 k 2020-11-19T19:02:56.546 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 353 k 2020-11-19T19:02:56.547 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 113 k 2020-11-19T19:02:56.548 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:02:56.548 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:02:56.549 INFO:teuthology.orchestra.run.smithi077.stdout:==================================================================================================== 2020-11-19T19:02:56.550 INFO:teuthology.orchestra.run.smithi077.stdout:Install 22 Packages 2020-11-19T19:02:56.550 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrade 2 Packages 2020-11-19T19:02:56.550 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:02:56.551 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 54 M 2020-11-19T19:02:56.552 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:02:56.725 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:02:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:==================================================================================================== 2020-11-19T19:02:56.803 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2020-11-19T19:02:56.803 INFO:teuthology.orchestra.run.smithi071.stdout:==================================================================================================== 2020-11-19T19:02:56.803 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:02:56.804 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 12 M 2020-11-19T19:02:56.804 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2020-11-19T19:02:56.804 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 3.7 M 2020-11-19T19:02:56.804 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 2.4 M 2020-11-19T19:02:56.805 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2020-11-19T19:02:56.805 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 6.0 M 2020-11-19T19:02:56.805 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 23 M 2020-11-19T19:02:56.805 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 25 k 2020-11-19T19:02:56.805 INFO:teuthology.orchestra.run.smithi071.stdout: fmt x86_64 6.2.1-1.el8 epel 116 k 2020-11-19T19:02:56.806 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 2.7-6.el8 epel 315 k 2020-11-19T19:02:56.806 INFO:teuthology.orchestra.run.smithi071.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2020-11-19T19:02:56.806 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 558 k 2020-11-19T19:02:56.807 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2020-11-19T19:02:56.807 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.9.0-2.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2020-11-19T19:02:56.807 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 486 k 2020-11-19T19:02:56.807 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 0.11.4-1.el8 rhel-8-for-x86_64-appstream-rpms 353 k 2020-11-19T19:02:56.807 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 3.7 M 2020-11-19T19:02:56.808 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2020-11-19T19:02:56.808 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2020-11-19T19:02:56.820 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 40 k 2020-11-19T19:02:56.820 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 73 k 2020-11-19T19:02:56.821 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 204 k 2020-11-19T19:02:56.821 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2020-11-19T19:02:56.821 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 375 k 2020-11-19T19:02:56.832 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 353 k 2020-11-19T19:02:56.833 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 113 k 2020-11-19T19:02:56.833 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:02:56.833 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:02:56.834 INFO:teuthology.orchestra.run.smithi071.stdout:==================================================================================================== 2020-11-19T19:02:56.834 INFO:teuthology.orchestra.run.smithi071.stdout:Install 22 Packages 2020-11-19T19:02:56.834 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2020-11-19T19:02:56.835 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:02:56.836 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 54 M 2020-11-19T19:02:56.836 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:02:57.251 INFO:teuthology.orchestra.run.smithi077.stdout:(1/24): ceph-base-16.0.0-7327.g33f73aff.el8.x86 8.3 MB/s | 6.0 MB 00:00 2020-11-19T19:02:57.294 INFO:teuthology.orchestra.run.smithi077.stdout:(2/24): ceph-selinux-16.0.0-7327.g33f73aff.el8. 625 kB/s | 25 kB 00:00 2020-11-19T19:02:57.351 INFO:teuthology.orchestra.run.smithi077.stdout:(3/24): libcephfs2-16.0.0-7327.g33f73aff.el8.x8 9.1 MB/s | 558 kB 00:00 2020-11-19T19:02:57.415 INFO:teuthology.orchestra.run.smithi077.stdout:(4/24): libradosstriper1-16.0.0-7327.g33f73aff. 8.0 MB/s | 486 kB 00:00 2020-11-19T19:02:57.760 INFO:teuthology.orchestra.run.smithi077.stdout:(5/24): librgw2-16.0.0-7327.g33f73aff.el8.x86_6 11 MB/s | 3.7 MB 00:00 2020-11-19T19:02:57.806 INFO:teuthology.orchestra.run.smithi077.stdout:(6/24): python3-ceph-argparse-16.0.0-7327.g33f7 886 kB/s | 40 kB 00:00 2020-11-19T19:02:57.849 INFO:teuthology.orchestra.run.smithi077.stdout:(7/24): python3-ceph-common-16.0.0-7327.g33f73a 1.5 MB/s | 73 kB 00:00 2020-11-19T19:02:57.870 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:02:57.890 INFO:teuthology.orchestra.run.smithi002.stdout:==================================================================================================== 2020-11-19T19:02:57.890 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2020-11-19T19:02:57.891 INFO:teuthology.orchestra.run.smithi002.stdout:==================================================================================================== 2020-11-19T19:02:57.891 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:02:57.891 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-radosgw x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 12 M 2020-11-19T19:02:57.891 INFO:teuthology.orchestra.run.smithi002.stdout:Upgrading: 2020-11-19T19:02:57.891 INFO:teuthology.orchestra.run.smithi002.stdout: librados2 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 3.7 M 2020-11-19T19:02:57.892 INFO:teuthology.orchestra.run.smithi002.stdout: librbd1 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 2.4 M 2020-11-19T19:02:57.892 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2020-11-19T19:02:57.892 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-base x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 6.0 M 2020-11-19T19:02:57.892 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-common x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 23 M 2020-11-19T19:02:57.984 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-selinux x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 25 k 2020-11-19T19:02:57.984 INFO:teuthology.orchestra.run.smithi002.stdout: fmt x86_64 6.2.1-1.el8 epel 116 k 2020-11-19T19:02:57.984 INFO:teuthology.orchestra.run.smithi002.stdout: gperftools-libs x86_64 2.7-6.el8 epel 315 k 2020-11-19T19:02:57.985 INFO:teuthology.orchestra.run.smithi002.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2020-11-19T19:02:57.985 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs2 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 558 k 2020-11-19T19:02:57.985 INFO:teuthology.orchestra.run.smithi002.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2020-11-19T19:02:57.985 INFO:teuthology.orchestra.run.smithi002.stdout: librabbitmq x86_64 0.9.0-2.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2020-11-19T19:02:57.986 INFO:teuthology.orchestra.run.smithi002.stdout: libradosstriper1 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 486 k 2020-11-19T19:02:57.986 INFO:teuthology.orchestra.run.smithi002.stdout: librdkafka x86_64 0.11.4-1.el8 rhel-8-for-x86_64-appstream-rpms 353 k 2020-11-19T19:02:57.986 INFO:teuthology.orchestra.run.smithi002.stdout: librgw2 x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 3.7 M 2020-11-19T19:02:57.986 INFO:teuthology.orchestra.run.smithi002.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2020-11-19T19:02:57.986 INFO:teuthology.orchestra.run.smithi002.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2020-11-19T19:02:57.987 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-argparse x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 40 k 2020-11-19T19:02:57.987 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-common x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 73 k 2020-11-19T19:02:57.987 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cephfs x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 204 k 2020-11-19T19:02:57.987 INFO:teuthology.orchestra.run.smithi002.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2020-11-19T19:02:58.003 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rados x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 375 k 2020-11-19T19:02:58.004 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rbd x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 353 k 2020-11-19T19:02:58.004 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rgw x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 113 k 2020-11-19T19:02:58.004 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:02:58.004 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:02:58.005 INFO:teuthology.orchestra.run.smithi002.stdout:==================================================================================================== 2020-11-19T19:02:58.005 INFO:teuthology.orchestra.run.smithi002.stdout:Install 22 Packages 2020-11-19T19:02:58.005 INFO:teuthology.orchestra.run.smithi002.stdout:Upgrade 2 Packages 2020-11-19T19:02:58.005 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:02:58.006 INFO:teuthology.orchestra.run.smithi077.stdout:(8/24): python3-cephfs-16.0.0-7327.g33f73aff.el 3.9 MB/s | 204 kB 00:00 2020-11-19T19:02:58.007 INFO:teuthology.orchestra.run.smithi077.stdout:(9/24): python3-rados-16.0.0-7327.g33f73aff.el8 6.2 MB/s | 375 kB 00:00 2020-11-19T19:02:58.007 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 54 M 2020-11-19T19:02:58.007 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:02:58.020 INFO:teuthology.orchestra.run.smithi077.stdout:(10/24): python3-rbd-16.0.0-7327.g33f73aff.el8. 5.8 MB/s | 353 kB 00:00 2020-11-19T19:02:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:(11/24): python3-rgw-16.0.0-7327.g33f73aff.el8. 2.2 MB/s | 113 kB 00:00 2020-11-19T19:02:58.151 INFO:teuthology.orchestra.run.smithi077.stdout:(12/24): fmt-6.2.1-1.el8.x86_64.rpm 1.4 MB/s | 116 kB 00:00 2020-11-19T19:02:58.184 INFO:teuthology.orchestra.run.smithi077.stdout:(13/24): gperftools-libs-2.7-6.el8.x86_64.rpm 9.2 MB/s | 315 kB 00:00 2020-11-19T19:02:58.201 INFO:teuthology.orchestra.run.smithi077.stdout:(14/24): leveldb-1.22-1.el8.x86_64.rpm 10 MB/s | 181 kB 00:00 2020-11-19T19:02:58.218 INFO:teuthology.orchestra.run.smithi077.stdout:(15/24): liboath-2.6.2-3.el8.x86_64.rpm 3.5 MB/s | 59 kB 00:00 2020-11-19T19:02:58.235 INFO:teuthology.orchestra.run.smithi077.stdout:(16/24): libunwind-1.3.1-3.el8.x86_64.rpm 4.4 MB/s | 75 kB 00:00 2020-11-19T19:02:58.264 INFO:teuthology.orchestra.run.smithi077.stdout:(17/24): python3-prettytable-0.7.2-14.el8.noarc 1.5 MB/s | 44 kB 00:00 2020-11-19T19:02:58.286 INFO:teuthology.orchestra.run.smithi077.stdout:(18/24): librdkafka-0.11.4-1.el8.x86_64.rpm 16 MB/s | 353 kB 00:00 2020-11-19T19:02:58.331 INFO:teuthology.orchestra.run.smithi077.stdout:(19/24): ceph-radosgw-16.0.0-7327.g33f73aff.el8 6.6 MB/s | 12 MB 00:01 2020-11-19T19:02:58.344 INFO:teuthology.orchestra.run.smithi077.stdout:(20/24): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.5 MB/s | 259 kB 00:00 2020-11-19T19:02:58.355 INFO:teuthology.orchestra.run.smithi077.stdout:(21/24): librabbitmq-0.9.0-2.el8.x86_64.rpm 1.4 MB/s | 47 kB 00:00 2020-11-19T19:02:58.895 INFO:teuthology.orchestra.run.smithi077.stdout:(22/24): ceph-common-16.0.0-7327.g33f73aff.el8. 9.7 MB/s | 23 MB 00:02 2020-11-19T19:02:58.902 INFO:teuthology.orchestra.run.smithi077.stdout:(23/24): librbd1-16.0.0-7327.g33f73aff.el8.x86_ 4.4 MB/s | 2.4 MB 00:00 2020-11-19T19:02:58.916 INFO:teuthology.orchestra.run.smithi077.stdout:(24/24): librados2-16.0.0-7327.g33f73aff.el8.x8 6.5 MB/s | 3.7 MB 00:00 2020-11-19T19:02:58.919 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:02:58.919 INFO:teuthology.orchestra.run.smithi077.stdout:Total 23 MB/s | 54 MB 00:02 2020-11-19T19:02:58.923 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:02:59.029 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:02:59.030 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:02:59.085 INFO:teuthology.orchestra.run.smithi071.stdout:(1/24): ceph-base-16.0.0-7327.g33f73aff.el8.x86 2.5 MB/s | 6.0 MB 00:02 2020-11-19T19:02:59.111 INFO:teuthology.orchestra.run.smithi071.stdout:(2/24): ceph-selinux-16.0.0-7327.g33f73aff.el8. 952 kB/s | 25 kB 00:00 2020-11-19T19:02:59.184 INFO:teuthology.orchestra.run.smithi071.stdout:(3/24): libcephfs2-16.0.0-7327.g33f73aff.el8.x8 7.5 MB/s | 558 kB 00:00 2020-11-19T19:02:59.259 INFO:teuthology.orchestra.run.smithi071.stdout:(4/24): libradosstriper1-16.0.0-7327.g33f73aff. 6.3 MB/s | 486 kB 00:00 2020-11-19T19:02:59.682 INFO:teuthology.orchestra.run.smithi071.stdout:(5/24): librgw2-16.0.0-7327.g33f73aff.el8.x86_6 8.8 MB/s | 3.7 MB 00:00 2020-11-19T19:02:59.728 INFO:teuthology.orchestra.run.smithi071.stdout:(6/24): python3-ceph-argparse-16.0.0-7327.g33f7 869 kB/s | 40 kB 00:00 2020-11-19T19:02:59.732 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:02:59.892 INFO:teuthology.orchestra.run.smithi071.stdout:(7/24): python3-ceph-common-16.0.0-7327.g33f73a 1.5 MB/s | 73 kB 00:00 2020-11-19T19:02:59.893 INFO:teuthology.orchestra.run.smithi071.stdout:(8/24): python3-cephfs-16.0.0-7327.g33f73aff.el 3.6 MB/s | 204 kB 00:00 2020-11-19T19:02:59.893 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:02:59.893 INFO:teuthology.orchestra.run.smithi071.stdout:(9/24): python3-rados-16.0.0-7327.g33f73aff.el8 6.0 MB/s | 375 kB 00:00 2020-11-19T19:02:59.950 INFO:teuthology.orchestra.run.smithi071.stdout:(10/24): python3-rbd-16.0.0-7327.g33f73aff.el8. 6.9 MB/s | 353 kB 00:00 2020-11-19T19:02:59.950 INFO:teuthology.orchestra.run.smithi002.stdout:(1/24): ceph-base-16.0.0-7327.g33f73aff.el8.x86 2.9 MB/s | 6.0 MB 00:02 2020-11-19T19:02:59.978 INFO:teuthology.orchestra.run.smithi002.stdout:(2/24): ceph-selinux-16.0.0-7327.g33f73aff.el8. 766 kB/s | 25 kB 00:00 2020-11-19T19:02:59.981 INFO:teuthology.orchestra.run.smithi071.stdout:(11/24): python3-rgw-16.0.0-7327.g33f73aff.el8. 3.0 MB/s | 113 kB 00:00 2020-11-19T19:03:00.059 INFO:teuthology.orchestra.run.smithi002.stdout:(3/24): libcephfs2-16.0.0-7327.g33f73aff.el8.x8 6.5 MB/s | 558 kB 00:00 2020-11-19T19:03:00.062 INFO:teuthology.orchestra.run.smithi071.stdout:(12/24): fmt-6.2.1-1.el8.x86_64.rpm 1.4 MB/s | 116 kB 00:00 2020-11-19T19:03:00.111 INFO:teuthology.orchestra.run.smithi071.stdout:(13/24): gperftools-libs-2.7-6.el8.x86_64.rpm 6.3 MB/s | 315 kB 00:00 2020-11-19T19:03:00.129 INFO:teuthology.orchestra.run.smithi071.stdout:(14/24): leveldb-1.22-1.el8.x86_64.rpm 10 MB/s | 181 kB 00:00 2020-11-19T19:03:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:(4/24): libradosstriper1-16.0.0-7327.g33f73aff. 5.7 MB/s | 486 kB 00:00 2020-11-19T19:03:00.145 INFO:teuthology.orchestra.run.smithi071.stdout:(15/24): liboath-2.6.2-3.el8.x86_64.rpm 3.4 MB/s | 59 kB 00:00 2020-11-19T19:03:00.163 INFO:teuthology.orchestra.run.smithi071.stdout:(16/24): libunwind-1.3.1-3.el8.x86_64.rpm 4.3 MB/s | 75 kB 00:00 2020-11-19T19:03:00.193 INFO:teuthology.orchestra.run.smithi071.stdout:(17/24): librabbitmq-0.9.0-2.el8.x86_64.rpm 1.5 MB/s | 47 kB 00:00 2020-11-19T19:03:00.214 INFO:teuthology.orchestra.run.smithi071.stdout:(18/24): python3-prettytable-0.7.2-14.el8.noarc 2.0 MB/s | 44 kB 00:00 2020-11-19T19:03:00.237 INFO:teuthology.orchestra.run.smithi071.stdout:(19/24): librdkafka-0.11.4-1.el8.x86_64.rpm 16 MB/s | 353 kB 00:00 2020-11-19T19:03:00.259 INFO:teuthology.orchestra.run.smithi071.stdout:(20/24): lttng-ust-2.8.1-11.el8.x86_64.rpm 12 MB/s | 259 kB 00:00 2020-11-19T19:03:00.672 INFO:teuthology.orchestra.run.smithi002.stdout:(5/24): ceph-radosgw-16.0.0-7327.g33f73aff.el8. 4.3 MB/s | 12 MB 00:02 2020-11-19T19:03:00.763 INFO:teuthology.orchestra.run.smithi002.stdout:(6/24): librgw2-16.0.0-7327.g33f73aff.el8.x86_6 6.0 MB/s | 3.7 MB 00:00 2020-11-19T19:03:00.763 INFO:teuthology.orchestra.run.smithi002.stdout:(7/24): python3-ceph-argparse-16.0.0-7327.g33f7 437 kB/s | 40 kB 00:00 2020-11-19T19:03:00.780 INFO:teuthology.orchestra.run.smithi071.stdout:(21/24): librados2-16.0.0-7327.g33f73aff.el8.x8 7.1 MB/s | 3.7 MB 00:00 2020-11-19T19:03:00.781 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:03:00.802 INFO:teuthology.orchestra.run.smithi002.stdout:(8/24): python3-ceph-common-16.0.0-7327.g33f73a 1.8 MB/s | 73 kB 00:00 2020-11-19T19:03:00.818 INFO:teuthology.orchestra.run.smithi002.stdout:(9/24): python3-cephfs-16.0.0-7327.g33f73aff.el 4.3 MB/s | 204 kB 00:00 2020-11-19T19:03:00.874 INFO:teuthology.orchestra.run.smithi002.stdout:(10/24): python3-rados-16.0.0-7327.g33f73aff.el 5.1 MB/s | 375 kB 00:00 2020-11-19T19:03:00.889 INFO:teuthology.orchestra.run.smithi002.stdout:(11/24): python3-rbd-16.0.0-7327.g33f73aff.el8. 4.4 MB/s | 353 kB 00:00 2020-11-19T19:03:00.945 INFO:teuthology.orchestra.run.smithi002.stdout:(12/24): python3-rgw-16.0.0-7327.g33f73aff.el8. 1.6 MB/s | 113 kB 00:00 2020-11-19T19:03:01.361 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : fmt-6.2.1-1.el8.x86_64 1/26 2020-11-19T19:03:01.362 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/26 2020-11-19T19:03:01.362 INFO:teuthology.orchestra.run.smithi071.stdout:(22/24): librbd1-16.0.0-7327.g33f73aff.el8.x86_ 9.4 MB/s | 2.4 MB 00:00 2020-11-19T19:03:01.362 INFO:teuthology.orchestra.run.smithi002.stdout:(13/24): fmt-6.2.1-1.el8.x86_64.rpm 1.4 MB/s | 116 kB 00:00 2020-11-19T19:03:01.363 INFO:teuthology.orchestra.run.smithi002.stdout:(14/24): leveldb-1.22-1.el8.x86_64.rpm 5.4 MB/s | 181 kB 00:00 2020-11-19T19:03:01.363 INFO:teuthology.orchestra.run.smithi002.stdout:(15/24): liboath-2.6.2-3.el8.x86_64.rpm 3.5 MB/s | 59 kB 00:00 2020-11-19T19:03:01.363 INFO:teuthology.orchestra.run.smithi002.stdout:(16/24): libunwind-1.3.1-3.el8.x86_64.rpm 4.4 MB/s | 75 kB 00:00 2020-11-19T19:03:01.363 INFO:teuthology.orchestra.run.smithi002.stdout:(17/24): gperftools-libs-2.7-6.el8.x86_64.rpm 2.9 MB/s | 315 kB 00:00 2020-11-19T19:03:01.363 INFO:teuthology.orchestra.run.smithi002.stdout:(18/24): python3-prettytable-0.7.2-14.el8.noarc 789 kB/s | 44 kB 00:00 2020-11-19T19:03:01.364 INFO:teuthology.orchestra.run.smithi002.stdout:(19/24): librdkafka-0.11.4-1.el8.x86_64.rpm 6.4 MB/s | 353 kB 00:00 2020-11-19T19:03:01.364 INFO:teuthology.orchestra.run.smithi002.stdout:(20/24): lttng-ust-2.8.1-11.el8.x86_64.rpm 8.3 MB/s | 259 kB 00:00 2020-11-19T19:03:01.364 INFO:teuthology.orchestra.run.smithi002.stdout:(21/24): librabbitmq-0.9.0-2.el8.x86_64.rpm 1.8 MB/s | 47 kB 00:00 2020-11-19T19:03:01.560 INFO:teuthology.orchestra.run.smithi002.stdout:(22/24): ceph-common-16.0.0-7327.g33f73aff.el8. 6.3 MB/s | 23 MB 00:03 2020-11-19T19:03:01.573 INFO:teuthology.orchestra.run.smithi002.stdout:(23/24): librbd1-16.0.0-7327.g33f73aff.el8.x86_ 5.5 MB/s | 2.4 MB 00:00 2020-11-19T19:03:01.586 INFO:teuthology.orchestra.run.smithi002.stdout:(24/24): librados2-16.0.0-7327.g33f73aff.el8.x8 8.2 MB/s | 3.7 MB 00:00 2020-11-19T19:03:01.589 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:03:01.589 INFO:teuthology.orchestra.run.smithi002.stdout:Total 15 MB/s | 54 MB 00:03 2020-11-19T19:03:01.594 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:03:01.644 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/26 2020-11-19T19:03:01.683 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:03:01.683 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:03:01.779 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 3/26 2020-11-19T19:03:01.859 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 3/26 2020-11-19T19:03:01.993 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 4/26 2020-11-19T19:03:02.208 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/26 2020-11-19T19:03:02.351 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:03:02.379 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 6/26 2020-11-19T19:03:02.411 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:03:02.705 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 6/26 2020-11-19T19:03:02.879 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 7/26 2020-11-19T19:03:02.950 INFO:teuthology.orchestra.run.smithi071.stdout:(23/24): ceph-radosgw-16.0.0-7327.g33f73aff.el8 1.9 MB/s | 12 MB 00:06 2020-11-19T19:03:02.955 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 7/26 2020-11-19T19:03:03.129 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librabbitmq-0.9.0-2.el8.x86_64 8/26 2020-11-19T19:03:03.321 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librdkafka-0.11.4-1.el8.x86_64 9/26 2020-11-19T19:03:03.648 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:03:03.717 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librdkafka-0.11.4-1.el8.x86_64 9/26 2020-11-19T19:03:03.846 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 10/26 2020-11-19T19:03:03.871 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : fmt-6.2.1-1.el8.x86_64 1/26 2020-11-19T19:03:03.908 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 10/26 2020-11-19T19:03:04.067 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : leveldb-1.22-1.el8.x86_64 11/26 2020-11-19T19:03:04.089 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/26 2020-11-19T19:03:04.192 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-argparse-2:16.0.0-7327.g33f73aff.el8. 12/26 2020-11-19T19:03:04.342 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 13/26 2020-11-19T19:03:04.517 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/26 2020-11-19T19:03:04.519 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 14/26 2020-11-19T19:03:04.675 INFO:teuthology.orchestra.run.smithi002.stdout: Upgrading : librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 3/26 2020-11-19T19:03:04.709 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 15/26 2020-11-19T19:03:04.763 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 3/26 2020-11-19T19:03:04.837 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_6 16/26 2020-11-19T19:03:04.893 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_6 16/26 2020-11-19T19:03:05.021 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 4/26 2020-11-19T19:03:05.055 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 17/26 2020-11-19T19:03:05.137 INFO:teuthology.orchestra.run.smithi071.stdout:(24/24): ceph-common-16.0.0-7327.g33f73aff.el8. 2.7 MB/s | 23 MB 00:08 2020-11-19T19:03:05.141 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:03:05.142 INFO:teuthology.orchestra.run.smithi071.stdout:Total 6.4 MB/s | 54 MB 00:08 2020-11-19T19:03:05.146 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:03:05.238 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/26 2020-11-19T19:03:05.250 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 18/26 2020-11-19T19:03:05.250 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:03:05.251 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:03:05.439 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 6/26 2020-11-19T19:03:05.471 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : gperftools-libs-2.7-6.el8.x86_64 19/26 2020-11-19T19:03:05.666 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-common-2:16.0.0-7327.g33f73aff.el8.x8 20/26 2020-11-19T19:03:05.763 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 6/26 2020-11-19T19:03:05.926 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:03:05.931 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:03:05.989 INFO:teuthology.orchestra.run.smithi002.stdout: Upgrading : librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 7/26 2020-11-19T19:03:06.062 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 7/26 2020-11-19T19:03:06.258 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librabbitmq-0.9.0-2.el8.x86_64 8/26 2020-11-19T19:03:09.604 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:03:09.604 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : fmt-6.2.1-1.el8.x86_64 1/26 2020-11-19T19:03:09.605 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/26 2020-11-19T19:03:09.605 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/26 2020-11-19T19:03:09.605 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 3/26 2020-11-19T19:03:09.626 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 3/26 2020-11-19T19:03:09.627 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 4/26 2020-11-19T19:03:09.627 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/26 2020-11-19T19:03:09.628 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 6/26 2020-11-19T19:03:09.628 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 6/26 2020-11-19T19:03:09.629 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 7/26 2020-11-19T19:03:09.629 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 7/26 2020-11-19T19:03:09.630 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-0.11.4-1.el8.x86_64 8/26 2020-11-19T19:03:09.630 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librdkafka-0.11.4-1.el8.x86_64 8/26 2020-11-19T19:03:09.631 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librdkafka-0.11.4-1.el8.x86_64 9/26 2020-11-19T19:03:09.631 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librdkafka-0.11.4-1.el8.x86_64 9/26 2020-11-19T19:03:09.632 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 10/26 2020-11-19T19:03:09.632 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 10/26 2020-11-19T19:03:09.632 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : leveldb-1.22-1.el8.x86_64 11/26 2020-11-19T19:03:09.633 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-ceph-argparse-2:16.0.0-7327.g33f73aff.el8. 12/26 2020-11-19T19:03:09.633 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 13/26 2020-11-19T19:03:09.646 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 14/26 2020-11-19T19:03:09.647 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 15/26 2020-11-19T19:03:09.647 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_6 16/26 2020-11-19T19:03:09.647 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_6 16/26 2020-11-19T19:03:09.647 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 17/26 2020-11-19T19:03:09.648 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 18/26 2020-11-19T19:03:09.648 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : gperftools-libs-2.7-6.el8.x86_64 19/26 2020-11-19T19:03:09.648 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-ceph-common-2:16.0.0-7327.g33f73aff.el8.x8 20/26 2020-11-19T19:03:09.683 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 21/26 2020-11-19T19:03:09.845 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.9.0-2.el8.x86_64 9/26 2020-11-19T19:03:09.871 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 21/26 2020-11-19T19:03:09.977 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 10/26 2020-11-19T19:03:10.061 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 10/26 2020-11-19T19:03:10.198 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : leveldb-1.22-1.el8.x86_64 11/26 2020-11-19T19:03:10.306 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:16.0.0-7327.g33f73aff.el8. 12/26 2020-11-19T19:03:10.457 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 13/26 2020-11-19T19:03:10.599 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 21/26 2020-11-19T19:03:10.634 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 14/26 2020-11-19T19:03:10.804 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 15/26 2020-11-19T19:03:10.842 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 22/26 2020-11-19T19:03:10.910 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 22/26 2020-11-19T19:03:10.918 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_6 16/26 2020-11-19T19:03:11.013 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_6 16/26 2020-11-19T19:03:11.028 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 23/26 2020-11-19T19:03:11.177 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 17/26 2020-11-19T19:03:11.347 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 18/26 2020-11-19T19:03:11.550 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-2.7-6.el8.x86_64 19/26 2020-11-19T19:03:11.693 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:16.0.0-7327.g33f73aff.el8.x8 20/26 2020-11-19T19:03:13.530 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 21/26 2020-11-19T19:03:13.722 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 21/26 2020-11-19T19:03:14.510 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 21/26 2020-11-19T19:03:14.764 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 22/26 2020-11-19T19:03:14.866 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 22/26 2020-11-19T19:03:14.997 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 23/26 2020-11-19T19:03:15.724 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 21/26 2020-11-19T19:03:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 21/26 2020-11-19T19:03:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 21/26 2020-11-19T19:03:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 22/26 2020-11-19T19:03:16.967 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 22/26 2020-11-19T19:03:17.075 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 23/26 2020-11-19T19:03:27.846 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 23/26 2020-11-19T19:03:27.846 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /sys 2020-11-19T19:03:27.847 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /proc 2020-11-19T19:03:27.847 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /dev 2020-11-19T19:03:27.847 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /run 2020-11-19T19:03:27.847 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /mnt 2020-11-19T19:03:27.847 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /var/tmp 2020-11-19T19:03:27.848 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /home 2020-11-19T19:03:27.848 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /tmp 2020-11-19T19:03:27.848 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /dev 2020-11-19T19:03:27.848 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:29.151 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 24/26 2020-11-19T19:03:29.214 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 24/26 2020-11-19T19:03:29.215 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-11-19T19:03:29.394 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-11-19T19:03:29.395 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 26/26 2020-11-19T19:03:30.060 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 26/26 2020-11-19T19:03:30.061 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 1/26 2020-11-19T19:03:30.061 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 2/26 2020-11-19T19:03:30.061 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 3/26 2020-11-19T19:03:30.061 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 4/26 2020-11-19T19:03:30.062 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 5/26 2020-11-19T19:03:30.062 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_6 6/26 2020-11-19T19:03:30.062 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 7/26 2020-11-19T19:03:30.063 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-argparse-2:16.0.0-7327.g33f73aff.el8. 8/26 2020-11-19T19:03:30.063 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-common-2:16.0.0-7327.g33f73aff.el8.x8 9/26 2020-11-19T19:03:30.063 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 10/26 2020-11-19T19:03:30.063 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 11/26 2020-11-19T19:03:30.064 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 12/26 2020-11-19T19:03:30.066 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 13/26 2020-11-19T19:03:30.066 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fmt-6.2.1-1.el8.x86_64 14/26 2020-11-19T19:03:30.066 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : gperftools-libs-2.7-6.el8.x86_64 15/26 2020-11-19T19:03:30.067 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : leveldb-1.22-1.el8.x86_64 16/26 2020-11-19T19:03:30.067 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 17/26 2020-11-19T19:03:30.067 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 18/26 2020-11-19T19:03:30.067 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/26 2020-11-19T19:03:30.068 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librdkafka-0.11.4-1.el8.x86_64 20/26 2020-11-19T19:03:30.068 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 21/26 2020-11-19T19:03:30.068 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librabbitmq-0.9.0-2.el8.x86_64 22/26 2020-11-19T19:03:30.068 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 23/26 2020-11-19T19:03:30.230 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 24/26 2020-11-19T19:03:30.230 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 25/26 2020-11-19T19:03:30.930 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 26/26 2020-11-19T19:03:30.931 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:03:32.860 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 23/26 2020-11-19T19:03:32.860 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /sys 2020-11-19T19:03:32.860 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /proc 2020-11-19T19:03:32.860 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /dev 2020-11-19T19:03:32.861 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /run 2020-11-19T19:03:32.861 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /mnt 2020-11-19T19:03:32.861 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /var/tmp 2020-11-19T19:03:32.861 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /home 2020-11-19T19:03:32.861 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /tmp 2020-11-19T19:03:32.862 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /dev 2020-11-19T19:03:32.862 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:33.026 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:33.026 INFO:teuthology.orchestra.run.smithi077.stdout:Upgraded: 2020-11-19T19:03:33.026 INFO:teuthology.orchestra.run.smithi077.stdout: librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.027 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.027 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:33.027 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:03:33.027 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.027 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.028 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.028 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.028 INFO:teuthology.orchestra.run.smithi077.stdout: fmt-6.2.1-1.el8.x86_64 2020-11-19T19:03:33.028 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs-2.7-6.el8.x86_64 2020-11-19T19:03:33.028 INFO:teuthology.orchestra.run.smithi077.stdout: leveldb-1.22-1.el8.x86_64 2020-11-19T19:03:33.029 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.029 INFO:teuthology.orchestra.run.smithi077.stdout: liboath-2.6.2-3.el8.x86_64 2020-11-19T19:03:33.029 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq-0.9.0-2.el8.x86_64 2020-11-19T19:03:33.029 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.029 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka-0.11.4-1.el8.x86_64 2020-11-19T19:03:33.030 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.030 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind-1.3.1-3.el8.x86_64 2020-11-19T19:03:33.030 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust-2.8.1-11.el8.x86_64 2020-11-19T19:03:33.030 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.030 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.044 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.044 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable-0.7.2-14.el8.noarch 2020-11-19T19:03:33.044 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.044 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.045 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:33.045 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:33.046 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:03:33.632 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-test 2020-11-19T19:03:33.912 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:03:34.054 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 23/26 2020-11-19T19:03:34.055 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2020-11-19T19:03:34.055 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2020-11-19T19:03:34.055 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /dev 2020-11-19T19:03:34.055 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /run 2020-11-19T19:03:34.056 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2020-11-19T19:03:34.056 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2020-11-19T19:03:34.056 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2020-11-19T19:03:34.056 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2020-11-19T19:03:34.056 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /dev 2020-11-19T19:03:34.057 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:03:34.177 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 24/26 2020-11-19T19:03:34.272 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 24/26 2020-11-19T19:03:34.272 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-11-19T19:03:34.354 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 95 kB/s | 2.8 kB 00:00 2020-11-19T19:03:34.480 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 82 kB/s | 2.4 kB 00:00 2020-11-19T19:03:34.587 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-11-19T19:03:34.587 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 26/26 2020-11-19T19:03:35.346 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 24/26 2020-11-19T19:03:35.426 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 24/26 2020-11-19T19:03:35.426 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-11-19T19:03:35.578 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 26/26 2020-11-19T19:03:35.578 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 1/26 2020-11-19T19:03:35.579 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 2/26 2020-11-19T19:03:35.579 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 3/26 2020-11-19T19:03:35.579 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 4/26 2020-11-19T19:03:35.579 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 5/26 2020-11-19T19:03:35.579 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_6 6/26 2020-11-19T19:03:35.580 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 7/26 2020-11-19T19:03:35.580 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-ceph-argparse-2:16.0.0-7327.g33f73aff.el8. 8/26 2020-11-19T19:03:35.580 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-ceph-common-2:16.0.0-7327.g33f73aff.el8.x8 9/26 2020-11-19T19:03:35.580 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 10/26 2020-11-19T19:03:35.581 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 11/26 2020-11-19T19:03:35.581 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 12/26 2020-11-19T19:03:35.581 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 13/26 2020-11-19T19:03:35.581 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fmt-6.2.1-1.el8.x86_64 14/26 2020-11-19T19:03:35.581 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : gperftools-libs-2.7-6.el8.x86_64 15/26 2020-11-19T19:03:35.582 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : leveldb-1.22-1.el8.x86_64 16/26 2020-11-19T19:03:35.582 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 17/26 2020-11-19T19:03:35.582 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 18/26 2020-11-19T19:03:35.582 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/26 2020-11-19T19:03:35.582 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librdkafka-0.11.4-1.el8.x86_64 20/26 2020-11-19T19:03:35.583 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 21/26 2020-11-19T19:03:35.583 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librabbitmq-0.9.0-2.el8.x86_64 22/26 2020-11-19T19:03:35.583 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 23/26 2020-11-19T19:03:35.583 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 24/26 2020-11-19T19:03:35.584 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 25/26 2020-11-19T19:03:35.631 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-11-19T19:03:35.631 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 26/26 2020-11-19T19:03:35.875 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:03:35.875 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================= 2020-11-19T19:03:35.875 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2020-11-19T19:03:35.876 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================= 2020-11-19T19:03:35.876 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:03:35.876 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 48 M 2020-11-19T19:03:35.877 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2020-11-19T19:03:35.877 INFO:teuthology.orchestra.run.smithi077.stdout: jq x86_64 1.5-12.el8 rhel-8-for-x86_64-appstream-rpms 161 k 2020-11-19T19:03:35.877 INFO:teuthology.orchestra.run.smithi077.stdout: libxslt x86_64 1.1.32-5.el8 rhel-8-for-x86_64-baseos-rpms 250 k 2020-11-19T19:03:35.877 INFO:teuthology.orchestra.run.smithi077.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2020-11-19T19:03:35.887 INFO:teuthology.orchestra.run.smithi077.stdout: socat x86_64 1.7.3.3-2.el8 rhel-8-for-x86_64-appstream-rpms 302 k 2020-11-19T19:03:35.887 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet x86_64 1.6.1-11.el8 epel 69 k 2020-11-19T19:03:35.888 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:35.889 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:03:35.906 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================= 2020-11-19T19:03:35.906 INFO:teuthology.orchestra.run.smithi077.stdout:Install 6 Packages 2020-11-19T19:03:35.907 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:35.907 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 49 M 2020-11-19T19:03:35.911 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 206 M 2020-11-19T19:03:35.912 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:03:35.913 INFO:teuthology.orchestra.run.smithi077.stdout:(1/6): jq-1.5-12.el8.x86_64.rpm 5.1 MB/s | 161 kB 00:00 2020-11-19T19:03:35.928 INFO:teuthology.orchestra.run.smithi077.stdout:(2/6): socat-1.7.3.3-2.el8.x86_64.rpm 14 MB/s | 302 kB 00:00 2020-11-19T19:03:35.942 INFO:teuthology.orchestra.run.smithi077.stdout:(3/6): xmlstarlet-1.6.1-11.el8.x86_64.rpm 1.0 MB/s | 69 kB 00:00 2020-11-19T19:03:35.954 INFO:teuthology.orchestra.run.smithi077.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 8.3 MB/s | 187 kB 00:00 2020-11-19T19:03:35.971 INFO:teuthology.orchestra.run.smithi077.stdout:(5/6): libxslt-1.1.32-5.el8.x86_64.rpm 8.2 MB/s | 250 kB 00:00 2020-11-19T19:03:36.352 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 26/26 2020-11-19T19:03:36.352 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 1/26 2020-11-19T19:03:36.352 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 2/26 2020-11-19T19:03:36.353 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 3/26 2020-11-19T19:03:36.353 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 4/26 2020-11-19T19:03:36.353 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 5/26 2020-11-19T19:03:36.353 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_6 6/26 2020-11-19T19:03:36.354 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 7/26 2020-11-19T19:03:36.358 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:16.0.0-7327.g33f73aff.el8. 8/26 2020-11-19T19:03:36.358 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:16.0.0-7327.g33f73aff.el8.x8 9/26 2020-11-19T19:03:36.358 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 10/26 2020-11-19T19:03:36.359 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 11/26 2020-11-19T19:03:36.359 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 12/26 2020-11-19T19:03:36.359 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 13/26 2020-11-19T19:03:36.359 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fmt-6.2.1-1.el8.x86_64 14/26 2020-11-19T19:03:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-2.7-6.el8.x86_64 15/26 2020-11-19T19:03:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : leveldb-1.22-1.el8.x86_64 16/26 2020-11-19T19:03:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 17/26 2020-11-19T19:03:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 18/26 2020-11-19T19:03:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.9.0-2.el8.x86_64 19/26 2020-11-19T19:03:36.361 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/26 2020-11-19T19:03:36.361 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-0.11.4-1.el8.x86_64 21/26 2020-11-19T19:03:36.361 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 22/26 2020-11-19T19:03:36.361 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 23/26 2020-11-19T19:03:36.362 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 24/26 2020-11-19T19:03:36.362 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 25/26 2020-11-19T19:03:36.503 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 26/26 2020-11-19T19:03:36.503 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:03:37.206 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 26/26 2020-11-19T19:03:37.206 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:03:38.465 INFO:teuthology.orchestra.run.smithi077.stdout:(6/6): ceph-test-16.0.0-7327.g33f73aff.el8.x86_ 18 MB/s | 48 MB 00:02 2020-11-19T19:03:38.468 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:03:38.468 INFO:teuthology.orchestra.run.smithi077.stdout:Total 19 MB/s | 49 MB 00:02 2020-11-19T19:03:38.473 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:03:38.496 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:03:38.497 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:03:38.724 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:38.854 INFO:teuthology.orchestra.run.smithi002.stdout:Upgraded: 2020-11-19T19:03:38.854 INFO:teuthology.orchestra.run.smithi002.stdout: librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.854 INFO:teuthology.orchestra.run.smithi002.stdout: librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.855 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:38.855 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:03:38.855 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.856 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.856 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.856 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.856 INFO:teuthology.orchestra.run.smithi002.stdout: fmt-6.2.1-1.el8.x86_64 2020-11-19T19:03:38.856 INFO:teuthology.orchestra.run.smithi002.stdout: gperftools-libs-2.7-6.el8.x86_64 2020-11-19T19:03:38.857 INFO:teuthology.orchestra.run.smithi002.stdout: leveldb-1.22-1.el8.x86_64 2020-11-19T19:03:38.857 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.873 INFO:teuthology.orchestra.run.smithi002.stdout: liboath-2.6.2-3.el8.x86_64 2020-11-19T19:03:38.874 INFO:teuthology.orchestra.run.smithi002.stdout: librabbitmq-0.9.0-2.el8.x86_64 2020-11-19T19:03:38.874 INFO:teuthology.orchestra.run.smithi002.stdout: libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.874 INFO:teuthology.orchestra.run.smithi002.stdout: librdkafka-0.11.4-1.el8.x86_64 2020-11-19T19:03:38.875 INFO:teuthology.orchestra.run.smithi002.stdout: librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.875 INFO:teuthology.orchestra.run.smithi002.stdout: libunwind-1.3.1-3.el8.x86_64 2020-11-19T19:03:38.875 INFO:teuthology.orchestra.run.smithi002.stdout: lttng-ust-2.8.1-11.el8.x86_64 2020-11-19T19:03:38.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-argparse-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.876 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.876 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.876 INFO:teuthology.orchestra.run.smithi002.stdout: python3-prettytable-0.7.2-14.el8.noarch 2020-11-19T19:03:38.876 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.877 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.877 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:38.877 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:38.902 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:03:38.903 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-test 2020-11-19T19:03:39.199 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:03:39.242 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:03:39.248 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:03:39.352 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:03:39.352 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2020-11-19T19:03:39.352 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.352 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.352 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:03:39.353 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:03:39.353 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.382 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.383 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.383 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.383 INFO:teuthology.orchestra.run.smithi071.stdout: fmt-6.2.1-1.el8.x86_64 2020-11-19T19:03:39.383 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-2.7-6.el8.x86_64 2020-11-19T19:03:39.384 INFO:teuthology.orchestra.run.smithi071.stdout: leveldb-1.22-1.el8.x86_64 2020-11-19T19:03:39.384 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.384 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.2-3.el8.x86_64 2020-11-19T19:03:39.384 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.9.0-2.el8.x86_64 2020-11-19T19:03:39.385 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.385 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-0.11.4-1.el8.x86_64 2020-11-19T19:03:39.385 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.385 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.3.1-3.el8.x86_64 2020-11-19T19:03:39.385 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.8.1-11.el8.x86_64 2020-11-19T19:03:39.386 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.386 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.386 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.386 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-14.el8.noarch 2020-11-19T19:03:39.387 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.387 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.387 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:03:39.387 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:03:39.387 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:03:39.478 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2020-11-19T19:03:39.714 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 75 kB/s | 2.8 kB 00:00 2020-11-19T19:03:39.756 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:03:39.854 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 kB/s | 2.4 kB 00:00 2020-11-19T19:03:40.142 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:03:40.242 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 83 kB/s | 2.4 kB 00:00 2020-11-19T19:03:40.347 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 99 kB/s | 2.8 kB 00:00 2020-11-19T19:03:40.360 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libxslt-1.1.32-5.el8.x86_64 1/6 2020-11-19T19:03:40.568 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2020-11-19T19:03:40.699 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2020-11-19T19:03:40.766 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2020-11-19T19:03:40.953 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : jq-1.5-12.el8.x86_64 4/6 2020-11-19T19:03:41.325 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:03:41.326 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================= 2020-11-19T19:03:41.326 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2020-11-19T19:03:41.327 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================= 2020-11-19T19:03:41.327 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:03:41.327 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-test x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 48 M 2020-11-19T19:03:41.327 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2020-11-19T19:03:41.328 INFO:teuthology.orchestra.run.smithi002.stdout: jq x86_64 1.5-12.el8 rhel-8-for-x86_64-appstream-rpms 161 k 2020-11-19T19:03:41.328 INFO:teuthology.orchestra.run.smithi002.stdout: libxslt x86_64 1.1.32-5.el8 rhel-8-for-x86_64-baseos-rpms 250 k 2020-11-19T19:03:41.328 INFO:teuthology.orchestra.run.smithi002.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2020-11-19T19:03:41.328 INFO:teuthology.orchestra.run.smithi002.stdout: socat x86_64 1.7.3.3-2.el8 rhel-8-for-x86_64-appstream-rpms 302 k 2020-11-19T19:03:41.328 INFO:teuthology.orchestra.run.smithi002.stdout: xmlstarlet x86_64 1.6.1-11.el8 epel 69 k 2020-11-19T19:03:41.329 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:41.329 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:03:41.329 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================= 2020-11-19T19:03:41.329 INFO:teuthology.orchestra.run.smithi002.stdout:Install 6 Packages 2020-11-19T19:03:41.329 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:41.330 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 49 M 2020-11-19T19:03:41.330 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 206 M 2020-11-19T19:03:41.330 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:03:41.368 INFO:teuthology.orchestra.run.smithi002.stdout:(1/6): jq-1.5-12.el8.x86_64.rpm 4.1 MB/s | 161 kB 00:00 2020-11-19T19:03:41.396 INFO:teuthology.orchestra.run.smithi002.stdout:(2/6): socat-1.7.3.3-2.el8.x86_64.rpm 11 MB/s | 302 kB 00:00 2020-11-19T19:03:41.398 INFO:teuthology.orchestra.run.smithi002.stdout:(3/6): xmlstarlet-1.6.1-11.el8.x86_64.rpm 990 kB/s | 69 kB 00:00 2020-11-19T19:03:41.434 INFO:teuthology.orchestra.run.smithi002.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.9 MB/s | 187 kB 00:00 2020-11-19T19:03:41.451 INFO:teuthology.orchestra.run.smithi002.stdout:(5/6): libxslt-1.1.32-5.el8.x86_64.rpm 5.3 MB/s | 250 kB 00:00 2020-11-19T19:03:41.881 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:03:41.882 INFO:teuthology.orchestra.run.smithi071.stdout:========================================================================================= 2020-11-19T19:03:41.882 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2020-11-19T19:03:41.882 INFO:teuthology.orchestra.run.smithi071.stdout:========================================================================================= 2020-11-19T19:03:41.882 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:03:41.883 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 48 M 2020-11-19T19:03:41.883 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2020-11-19T19:03:41.883 INFO:teuthology.orchestra.run.smithi071.stdout: jq x86_64 1.5-12.el8 rhel-8-for-x86_64-appstream-rpms 161 k 2020-11-19T19:03:41.883 INFO:teuthology.orchestra.run.smithi071.stdout: libxslt x86_64 1.1.32-5.el8 rhel-8-for-x86_64-baseos-rpms 250 k 2020-11-19T19:03:41.884 INFO:teuthology.orchestra.run.smithi071.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2020-11-19T19:03:41.884 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.3.3-2.el8 rhel-8-for-x86_64-appstream-rpms 302 k 2020-11-19T19:03:41.884 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-11.el8 epel 69 k 2020-11-19T19:03:41.884 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:03:41.884 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:03:41.885 INFO:teuthology.orchestra.run.smithi071.stdout:========================================================================================= 2020-11-19T19:03:41.885 INFO:teuthology.orchestra.run.smithi071.stdout:Install 6 Packages 2020-11-19T19:03:41.885 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:03:41.886 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 49 M 2020-11-19T19:03:41.886 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 206 M 2020-11-19T19:03:41.886 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:03:41.916 INFO:teuthology.orchestra.run.smithi071.stdout:(1/6): libxslt-1.1.32-5.el8.x86_64.rpm 7.6 MB/s | 250 kB 00:00 2020-11-19T19:03:41.937 INFO:teuthology.orchestra.run.smithi071.stdout:(2/6): jq-1.5-12.el8.x86_64.rpm 7.7 MB/s | 161 kB 00:00 2020-11-19T19:03:41.962 INFO:teuthology.orchestra.run.smithi071.stdout:(3/6): socat-1.7.3.3-2.el8.x86_64.rpm 12 MB/s | 302 kB 00:00 2020-11-19T19:03:41.965 INFO:teuthology.orchestra.run.smithi071.stdout:(4/6): xmlstarlet-1.6.1-11.el8.x86_64.rpm 846 kB/s | 69 kB 00:00 2020-11-19T19:03:41.985 INFO:teuthology.orchestra.run.smithi071.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 8.0 MB/s | 187 kB 00:00 2020-11-19T19:03:43.638 INFO:teuthology.orchestra.run.smithi002.stdout:(6/6): ceph-test-16.0.0-7327.g33f73aff.el8.x86_ 21 MB/s | 48 MB 00:02 2020-11-19T19:03:43.639 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:03:43.640 INFO:teuthology.orchestra.run.smithi002.stdout:Total 21 MB/s | 49 MB 00:02 2020-11-19T19:03:43.645 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:03:43.671 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:03:43.671 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:03:43.975 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:03:43.979 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:03:44.548 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:03:44.755 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libxslt-1.1.32-5.el8.x86_64 1/6 2020-11-19T19:03:44.990 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2020-11-19T19:03:45.101 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2020-11-19T19:03:45.215 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2020-11-19T19:03:45.416 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : jq-1.5-12.el8.x86_64 4/6 2020-11-19T19:03:45.455 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : socat-1.7.3.3-2.el8.x86_64 5/6 2020-11-19T19:03:45.680 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 6/6 2020-11-19T19:03:45.902 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 6/6 2020-11-19T19:03:45.903 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 1/6 2020-11-19T19:03:45.903 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2020-11-19T19:03:45.903 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : jq-1.5-12.el8.x86_64 3/6 2020-11-19T19:03:45.903 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : socat-1.7.3.3-2.el8.x86_64 4/6 2020-11-19T19:03:45.904 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2020-11-19T19:03:46.426 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libxslt-1.1.32-5.el8.x86_64 6/6 2020-11-19T19:03:46.426 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:03:48.518 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:48.518 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:03:48.518 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 jq-1.5-12.el8.x86_64 2020-11-19T19:03:48.519 INFO:teuthology.orchestra.run.smithi077.stdout: libxslt-1.1.32-5.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2020-11-19T19:03:48.519 INFO:teuthology.orchestra.run.smithi077.stdout: socat-1.7.3.3-2.el8.x86_64 xmlstarlet-1.6.1-11.el8.x86_64 2020-11-19T19:03:48.519 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:48.519 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:03:48.634 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph 2020-11-19T19:03:48.900 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:03:49.361 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 95 kB/s | 2.8 kB 00:00 2020-11-19T19:03:49.489 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 82 kB/s | 2.4 kB 00:00 2020-11-19T19:03:50.269 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : socat-1.7.3.3-2.el8.x86_64 5/6 2020-11-19T19:03:50.514 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 6/6 2020-11-19T19:03:50.746 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 6/6 2020-11-19T19:03:50.746 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 1/6 2020-11-19T19:03:50.746 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2020-11-19T19:03:50.747 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : jq-1.5-12.el8.x86_64 3/6 2020-11-19T19:03:50.747 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : socat-1.7.3.3-2.el8.x86_64 4/6 2020-11-19T19:03:50.765 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2020-11-19T19:03:50.882 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:03:50.883 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================= 2020-11-19T19:03:50.883 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2020-11-19T19:03:50.883 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================= 2020-11-19T19:03:50.883 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:03:50.884 INFO:teuthology.orchestra.run.smithi077.stdout: ceph x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 6.4 k 2020-11-19T19:03:50.884 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2020-11-19T19:03:50.884 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mds x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 2.1 M 2020-11-19T19:03:50.884 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 1.5 M 2020-11-19T19:03:50.884 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 198 k 2020-11-19T19:03:50.885 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mon x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 5.0 M 2020-11-19T19:03:50.885 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-osd x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 18 M 2020-11-19T19:03:50.885 INFO:teuthology.orchestra.run.smithi077.stdout: python3-asn1crypto noarch 0.24.0-3.el8 rhel-8-for-x86_64-baseos-rpms 181 k 2020-11-19T19:03:50.885 INFO:teuthology.orchestra.run.smithi077.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2020-11-19T19:03:50.892 INFO:teuthology.orchestra.run.smithi077.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2020-11-19T19:03:50.893 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2020-11-19T19:03:50.893 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cheroot noarch 8.2.1-1.el8 epel 145 k 2020-11-19T19:03:50.893 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2020-11-19T19:03:50.894 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cryptography x86_64 2.3-3.el8 rhel-8-for-x86_64-baseos-rpms 511 k 2020-11-19T19:03:50.894 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2020-11-19T19:03:50.894 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2020-11-19T19:03:50.894 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2020-11-19T19:03:50.895 INFO:teuthology.orchestra.run.smithi077.stdout: python3-lxml x86_64 4.2.3-1.el8 rhel-8-for-x86_64-appstream-rpms 1.5 M 2020-11-19T19:03:50.895 INFO:teuthology.orchestra.run.smithi077.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2020-11-19T19:03:50.895 INFO:teuthology.orchestra.run.smithi077.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2020-11-19T19:03:50.895 INFO:teuthology.orchestra.run.smithi077.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2020-11-19T19:03:50.895 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2020-11-19T19:03:50.896 INFO:teuthology.orchestra.run.smithi077.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2020-11-19T19:03:50.896 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyOpenSSL noarch 18.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2020-11-19T19:03:50.896 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2020-11-19T19:03:50.896 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2020-11-19T19:03:50.896 INFO:teuthology.orchestra.run.smithi077.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2020-11-19T19:03:50.897 INFO:teuthology.orchestra.run.smithi077.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2020-11-19T19:03:50.897 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2020-11-19T19:03:50.897 INFO:teuthology.orchestra.run.smithi077.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2020-11-19T19:03:50.899 INFO:teuthology.orchestra.run.smithi077.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2020-11-19T19:03:50.899 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webencodings noarch 0.5.1-6.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2020-11-19T19:03:50.900 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2020-11-19T19:03:50.900 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2020-11-19T19:03:50.900 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2020-11-19T19:03:50.900 INFO:teuthology.orchestra.run.smithi077.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2020-11-19T19:03:50.900 INFO:teuthology.orchestra.run.smithi077.stdout:Installing weak dependencies: 2020-11-19T19:03:50.901 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cssselect noarch 0.9.2-10.el8 epel 40 k 2020-11-19T19:03:50.901 INFO:teuthology.orchestra.run.smithi077.stdout: python3-html5lib noarch 1:0.999999999-6.el8 rhel-8-for-x86_64-appstream-rpms 214 k 2020-11-19T19:03:50.901 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:50.901 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:03:50.905 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================= 2020-11-19T19:03:50.905 INFO:teuthology.orchestra.run.smithi077.stdout:Install 37 Packages 2020-11-19T19:03:50.905 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:03:50.905 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 32 M 2020-11-19T19:03:50.906 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 115 M 2020-11-19T19:03:50.906 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:03:50.989 INFO:teuthology.orchestra.run.smithi077.stdout:(1/37): ceph-16.0.0-7327.g33f73aff.el8.x86_64.r 61 kB/s | 6.4 kB 00:00 2020-11-19T19:03:51.232 INFO:teuthology.orchestra.run.smithi077.stdout:(2/37): ceph-mgr-16.0.0-7327.g33f73aff.el8.x86_ 4.4 MB/s | 1.5 MB 00:00 2020-11-19T19:03:51.271 INFO:teuthology.orchestra.run.smithi071.stdout:(6/6): ceph-test-16.0.0-7327.g33f73aff.el8.x86_ 5.1 MB/s | 48 MB 00:09 2020-11-19T19:03:51.272 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:03:51.272 INFO:teuthology.orchestra.run.smithi071.stdout:Total 5.2 MB/s | 49 MB 00:09 2020-11-19T19:03:51.272 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:03:51.272 INFO:teuthology.orchestra.run.smithi077.stdout:(3/37): ceph-mds-16.0.0-7327.g33f73aff.el8.x86_ 5.7 MB/s | 2.1 MB 00:00 2020-11-19T19:03:51.278 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:03:51.278 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:03:51.306 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libxslt-1.1.32-5.el8.x86_64 6/6 2020-11-19T19:03:51.306 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:03:51.312 INFO:teuthology.orchestra.run.smithi077.stdout:(4/37): ceph-mgr-modules-core-16.0.0-7327.g33f7 4.0 MB/s | 198 kB 00:00 2020-11-19T19:03:51.376 INFO:teuthology.orchestra.run.smithi077.stdout:(5/37): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 675 kB/s | 44 kB 00:00 2020-11-19T19:03:51.425 INFO:teuthology.orchestra.run.smithi077.stdout:(6/37): python3-beautifulsoup4-4.6.3-2.el8.1.no 3.7 MB/s | 185 kB 00:00 2020-11-19T19:03:51.443 INFO:teuthology.orchestra.run.smithi077.stdout:(7/37): python3-cheroot-8.2.1-1.el8.noarch.rpm 8.1 MB/s | 145 kB 00:00 2020-11-19T19:03:51.488 INFO:teuthology.orchestra.run.smithi077.stdout:(8/37): ceph-mon-16.0.0-7327.g33f73aff.el8.x86_ 9.9 MB/s | 5.0 MB 00:00 2020-11-19T19:03:51.490 INFO:teuthology.orchestra.run.smithi077.stdout:(9/37): python3-cherrypy-18.4.0-1.el8.noarch.rp 8.0 MB/s | 384 kB 00:00 2020-11-19T19:03:51.506 INFO:teuthology.orchestra.run.smithi077.stdout:(10/37): python3-jaraco-6.2-6.el8.noarch.rpm 684 kB/s | 11 kB 00:00 2020-11-19T19:03:51.523 INFO:teuthology.orchestra.run.smithi077.stdout:(11/37): python3-jaraco-functools-2.0-4.el8.noa 1.1 MB/s | 18 kB 00:00 2020-11-19T19:03:51.537 INFO:teuthology.orchestra.run.smithi077.stdout:(12/37): python3-cssselect-0.9.2-10.el8.noarch. 824 kB/s | 40 kB 00:00 2020-11-19T19:03:51.539 INFO:teuthology.orchestra.run.smithi077.stdout:(13/37): python3-logutils-0.3.5-11.el8.noarch.r 2.9 MB/s | 49 kB 00:00 2020-11-19T19:03:51.557 INFO:teuthology.orchestra.run.smithi077.stdout:(14/37): python3-pecan-1.3.2-9.el8.noarch.rpm 15 MB/s | 283 kB 00:00 2020-11-19T19:03:51.569 INFO:teuthology.orchestra.run.smithi077.stdout:(15/37): python3-more-itertools-7.2.0-3.el8.noa 1.8 MB/s | 59 kB 00:00 2020-11-19T19:03:51.570 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:03:51.573 INFO:teuthology.orchestra.run.smithi077.stdout:(16/37): python3-portend-2.6-1.el8.noarch.rpm 962 kB/s | 16 kB 00:00 2020-11-19T19:03:51.574 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:03:51.586 INFO:teuthology.orchestra.run.smithi077.stdout:(17/37): python3-simplegeneric-0.8.1-17.el8.noa 1.1 MB/s | 19 kB 00:00 2020-11-19T19:03:51.590 INFO:teuthology.orchestra.run.smithi077.stdout:(18/37): python3-singledispatch-3.4.0.3-18.el8. 1.4 MB/s | 24 kB 00:00 2020-11-19T19:03:51.602 INFO:teuthology.orchestra.run.smithi077.stdout:(19/37): python3-tempora-1.14.1-5.el8.noarch.rp 1.7 MB/s | 29 kB 00:00 2020-11-19T19:03:51.755 INFO:teuthology.orchestra.run.smithi077.stdout:(20/37): python3-trustme-0.6.0-4.el8.noarch.rpm 1.6 MB/s | 27 kB 00:00 2020-11-19T19:03:51.756 INFO:teuthology.orchestra.run.smithi077.stdout:(21/37): python3-waitress-1.2.1-2.el8.1.noarch. 7.1 MB/s | 241 kB 00:00 2020-11-19T19:03:51.756 INFO:teuthology.orchestra.run.smithi077.stdout:(22/37): python3-webob-1.8.5-1.el8.1.noarch.rpm 7.6 MB/s | 251 kB 00:00 2020-11-19T19:03:51.756 INFO:teuthology.orchestra.run.smithi077.stdout:(23/37): python3-webtest-2.0.33-1.el8.noarch.rp 5.0 MB/s | 85 kB 00:00 2020-11-19T19:03:51.757 INFO:teuthology.orchestra.run.smithi077.stdout:(24/37): python3-zc-lockfile-2.0-2.el8.noarch.r 1.0 MB/s | 23 kB 00:00 2020-11-19T19:03:51.757 INFO:teuthology.orchestra.run.smithi077.stdout:(25/37): python3-webencodings-0.5.1-6.el8.noarc 706 kB/s | 27 kB 00:00 2020-11-19T19:03:51.757 INFO:teuthology.orchestra.run.smithi077.stdout:(26/37): python3-lxml-4.2.3-1.el8.x86_64.rpm 30 MB/s | 1.5 MB 00:00 2020-11-19T19:03:51.765 INFO:teuthology.orchestra.run.smithi077.stdout:(27/37): python3-pyOpenSSL-18.0.0-1.el8.noarch. 4.6 MB/s | 103 kB 00:00 2020-11-19T19:03:51.765 INFO:teuthology.orchestra.run.smithi077.stdout:(28/37): python3-werkzeug-0.12.2-4.el8.noarch.r 18 MB/s | 457 kB 00:00 2020-11-19T19:03:51.765 INFO:teuthology.orchestra.run.smithi077.stdout:(29/37): python3-mako-1.0.6-13.el8.noarch.rpm 5.7 MB/s | 157 kB 00:00 2020-11-19T19:03:51.766 INFO:teuthology.orchestra.run.smithi077.stdout:(30/37): python3-html5lib-0.999999999-6.el8.noa 8.2 MB/s | 214 kB 00:00 2020-11-19T19:03:51.774 INFO:teuthology.orchestra.run.smithi077.stdout:(31/37): python3-pytz-2017.2-9.el8.noarch.rpm 2.0 MB/s | 54 kB 00:00 2020-11-19T19:03:51.786 INFO:teuthology.orchestra.run.smithi077.stdout:(32/37): python3-markupsafe-0.23-19.el8.x86_64. 1.9 MB/s | 39 kB 00:00 2020-11-19T19:03:51.798 INFO:teuthology.orchestra.run.smithi077.stdout:(33/37): python3-cffi-1.11.5-5.el8.x86_64.rpm 9.4 MB/s | 238 kB 00:00 2020-11-19T19:03:51.810 INFO:teuthology.orchestra.run.smithi077.stdout:(34/37): python3-asn1crypto-0.24.0-3.el8.noarch 8.9 MB/s | 181 kB 00:00 2020-11-19T19:03:51.822 INFO:teuthology.orchestra.run.smithi077.stdout:(35/37): python3-pycparser-2.14-14.el8.noarch.r 4.6 MB/s | 109 kB 00:00 2020-11-19T19:03:51.834 INFO:teuthology.orchestra.run.smithi077.stdout:(36/37): python3-cryptography-2.3-3.el8.x86_64. 19 MB/s | 511 kB 00:00 2020-11-19T19:03:52.102 INFO:teuthology.orchestra.run.smithi077.stdout:(37/37): ceph-osd-16.0.0-7327.g33f73aff.el8.x86 21 MB/s | 18 MB 00:00 2020-11-19T19:03:52.104 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:03:52.105 INFO:teuthology.orchestra.run.smithi077.stdout:Total 26 MB/s | 32 MB 00:01 2020-11-19T19:03:52.115 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:03:52.134 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:03:52.154 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:03:52.154 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:03:52.242 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2020-11-19T19:03:52.339 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2020-11-19T19:03:52.498 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:03:52.521 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:03:52.522 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : jq-1.5-12.el8.x86_64 2/6 2020-11-19T19:03:52.699 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.3.3-2.el8.x86_64 3/6 2020-11-19T19:03:56.217 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:03:56.217 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/37 2020-11-19T19:03:56.217 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/37 2020-11-19T19:03:56.217 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/37 2020-11-19T19:03:56.218 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/37 2020-11-19T19:03:56.218 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 5/37 2020-11-19T19:03:56.218 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-asn1crypto-0.24.0-3.el8.noarch 6/37 2020-11-19T19:03:56.218 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cryptography-2.3-3.el8.x86_64 7/37 2020-11-19T19:03:56.218 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyOpenSSL-18.0.0-1.el8.noarch 8/37 2020-11-19T19:03:56.219 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 9/37 2020-11-19T19:03:56.219 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:56.219 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:03:56.219 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 jq-1.5-12.el8.x86_64 2020-11-19T19:03:56.220 INFO:teuthology.orchestra.run.smithi002.stdout: libxslt-1.1.32-5.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2020-11-19T19:03:56.220 INFO:teuthology.orchestra.run.smithi002.stdout: socat-1.7.3.3-2.el8.x86_64 xmlstarlet-1.6.1-11.el8.x86_64 2020-11-19T19:03:56.220 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:56.220 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:03:56.221 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libxslt-1.1.32-5.el8.x86_64 4/6 2020-11-19T19:03:56.221 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph 2020-11-19T19:03:56.225 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/37 2020-11-19T19:03:56.460 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/37 2020-11-19T19:03:56.526 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:03:56.705 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/37 2020-11-19T19:03:56.875 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 13/37 2020-11-19T19:03:57.037 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 73 kB/s | 2.8 kB 00:00 2020-11-19T19:03:57.120 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-webencodings-0.5.1-6.el8.noarch 14/37 2020-11-19T19:03:57.176 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 65 kB/s | 2.4 kB 00:00 2020-11-19T19:03:57.339 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 15/37 2020-11-19T19:03:57.489 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-11.el8.x86_64 5/6 2020-11-19T19:03:57.573 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 16/37 2020-11-19T19:03:57.722 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 6/6 2020-11-19T19:03:57.813 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 17/37 2020-11-19T19:03:57.951 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 6/6 2020-11-19T19:03:57.951 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 1/6 2020-11-19T19:03:57.951 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2020-11-19T19:03:57.951 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libxslt-1.1.32-5.el8.x86_64 3/6 2020-11-19T19:03:57.952 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : jq-1.5-12.el8.x86_64 4/6 2020-11-19T19:03:57.952 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.3.3-2.el8.x86_64 5/6 2020-11-19T19:03:57.970 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 18/37 2020-11-19T19:03:58.144 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 19/37 2020-11-19T19:03:58.292 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 20/37 2020-11-19T19:03:58.450 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 6/6 2020-11-19T19:03:58.450 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:03:58.479 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 21/37 2020-11-19T19:03:58.638 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:03:58.642 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================= 2020-11-19T19:03:58.642 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2020-11-19T19:03:58.642 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================= 2020-11-19T19:03:58.643 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:03:58.643 INFO:teuthology.orchestra.run.smithi002.stdout: ceph x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 6.4 k 2020-11-19T19:03:58.643 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2020-11-19T19:03:58.643 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mds x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 2.1 M 2020-11-19T19:03:58.643 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 1.5 M 2020-11-19T19:03:58.644 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-modules-core noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 198 k 2020-11-19T19:03:58.644 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mon x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 5.0 M 2020-11-19T19:03:58.644 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-osd x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 18 M 2020-11-19T19:03:58.644 INFO:teuthology.orchestra.run.smithi002.stdout: python3-asn1crypto noarch 0.24.0-3.el8 rhel-8-for-x86_64-baseos-rpms 181 k 2020-11-19T19:03:58.694 INFO:teuthology.orchestra.run.smithi002.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2020-11-19T19:03:58.694 INFO:teuthology.orchestra.run.smithi002.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2020-11-19T19:03:58.694 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2020-11-19T19:03:58.695 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cheroot noarch 8.2.1-1.el8 epel 145 k 2020-11-19T19:03:58.695 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2020-11-19T19:03:58.695 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cryptography x86_64 2.3-3.el8 rhel-8-for-x86_64-baseos-rpms 511 k 2020-11-19T19:03:58.695 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2020-11-19T19:03:58.695 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2020-11-19T19:03:58.696 INFO:teuthology.orchestra.run.smithi002.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2020-11-19T19:03:58.696 INFO:teuthology.orchestra.run.smithi002.stdout: python3-lxml x86_64 4.2.3-1.el8 rhel-8-for-x86_64-appstream-rpms 1.5 M 2020-11-19T19:03:58.696 INFO:teuthology.orchestra.run.smithi002.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2020-11-19T19:03:58.696 INFO:teuthology.orchestra.run.smithi002.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2020-11-19T19:03:58.696 INFO:teuthology.orchestra.run.smithi002.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2020-11-19T19:03:58.697 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2020-11-19T19:03:58.697 INFO:teuthology.orchestra.run.smithi002.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2020-11-19T19:03:58.697 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyOpenSSL noarch 18.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2020-11-19T19:03:58.697 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2020-11-19T19:03:58.697 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2020-11-19T19:03:58.698 INFO:teuthology.orchestra.run.smithi002.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2020-11-19T19:03:58.698 INFO:teuthology.orchestra.run.smithi002.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2020-11-19T19:03:58.698 INFO:teuthology.orchestra.run.smithi002.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2020-11-19T19:03:58.698 INFO:teuthology.orchestra.run.smithi002.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2020-11-19T19:03:58.698 INFO:teuthology.orchestra.run.smithi002.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2020-11-19T19:03:58.699 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webencodings noarch 0.5.1-6.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2020-11-19T19:03:58.699 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2020-11-19T19:03:58.699 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2020-11-19T19:03:58.699 INFO:teuthology.orchestra.run.smithi002.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2020-11-19T19:03:58.699 INFO:teuthology.orchestra.run.smithi002.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2020-11-19T19:03:58.700 INFO:teuthology.orchestra.run.smithi002.stdout:Installing weak dependencies: 2020-11-19T19:03:58.700 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cssselect noarch 0.9.2-10.el8 epel 40 k 2020-11-19T19:03:58.700 INFO:teuthology.orchestra.run.smithi002.stdout: python3-html5lib noarch 1:0.999999999-6.el8 rhel-8-for-x86_64-appstream-rpms 214 k 2020-11-19T19:03:58.700 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:58.700 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:03:58.701 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================= 2020-11-19T19:03:58.701 INFO:teuthology.orchestra.run.smithi002.stdout:Install 37 Packages 2020-11-19T19:03:58.701 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:03:58.710 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 32 M 2020-11-19T19:03:58.711 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 115 M 2020-11-19T19:03:58.711 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:03:58.711 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 22/37 2020-11-19T19:03:58.753 INFO:teuthology.orchestra.run.smithi002.stdout:(1/37): ceph-16.0.0-7327.g33f73aff.el8.x86_64.r 61 kB/s | 6.4 kB 00:00 2020-11-19T19:03:58.903 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cheroot-8.2.1-1.el8.noarch 23/37 2020-11-19T19:03:58.950 INFO:teuthology.orchestra.run.smithi002.stdout:(2/37): ceph-mgr-16.0.0-7327.g33f73aff.el8.x86_ 5.1 MB/s | 1.5 MB 00:00 2020-11-19T19:03:59.121 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 24/37 2020-11-19T19:03:59.178 INFO:teuthology.orchestra.run.smithi002.stdout:(3/37): ceph-mds-16.0.0-7327.g33f73aff.el8.x86_ 4.0 MB/s | 2.1 MB 00:00 2020-11-19T19:03:59.252 INFO:teuthology.orchestra.run.smithi002.stdout:(4/37): ceph-mon-16.0.0-7327.g33f73aff.el8.x86_ 9.9 MB/s | 5.0 MB 00:00 2020-11-19T19:03:59.254 INFO:teuthology.orchestra.run.smithi002.stdout:(5/37): ceph-mgr-modules-core-16.0.0-7327.g33f7 2.6 MB/s | 198 kB 00:00 2020-11-19T19:03:59.317 INFO:teuthology.orchestra.run.smithi002.stdout:(6/37): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 675 kB/s | 44 kB 00:00 2020-11-19T19:03:59.350 INFO:teuthology.orchestra.run.smithi002.stdout:(7/37): python3-cheroot-8.2.1-1.el8.noarch.rpm 4.3 MB/s | 145 kB 00:00 2020-11-19T19:03:59.351 INFO:teuthology.orchestra.run.smithi002.stdout:(8/37): python3-beautifulsoup4-4.6.3-2.el8.1.no 1.9 MB/s | 185 kB 00:00 2020-11-19T19:03:59.371 INFO:teuthology.orchestra.run.smithi002.stdout:(9/37): python3-cssselect-0.9.2-10.el8.noarch.r 2.0 MB/s | 40 kB 00:00 2020-11-19T19:03:59.384 INFO:teuthology.orchestra.run.smithi002.stdout:(10/37): python3-cherrypy-18.4.0-1.el8.noarch.r 11 MB/s | 384 kB 00:00 2020-11-19T19:03:59.391 INFO:teuthology.orchestra.run.smithi002.stdout:(11/37): python3-jaraco-6.2-6.el8.noarch.rpm 570 kB/s | 11 kB 00:00 2020-11-19T19:03:59.401 INFO:teuthology.orchestra.run.smithi002.stdout:(12/37): python3-jaraco-functools-2.0-4.el8.noa 1.1 MB/s | 18 kB 00:00 2020-11-19T19:03:59.416 INFO:teuthology.orchestra.run.smithi002.stdout:(13/37): python3-logutils-0.3.5-11.el8.noarch.r 2.4 MB/s | 49 kB 00:00 2020-11-19T19:03:59.417 INFO:teuthology.orchestra.run.smithi002.stdout:(14/37): python3-more-itertools-7.2.0-3.el8.noa 3.5 MB/s | 59 kB 00:00 2020-11-19T19:03:59.420 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-portend-2.6-1.el8.noarch 25/37 2020-11-19T19:03:59.433 INFO:teuthology.orchestra.run.smithi002.stdout:(15/37): python3-portend-2.6-1.el8.noarch.rpm 962 kB/s | 16 kB 00:00 2020-11-19T19:03:59.454 INFO:teuthology.orchestra.run.smithi002.stdout:(16/37): python3-pecan-1.3.2-9.el8.noarch.rpm 7.0 MB/s | 283 kB 00:00 2020-11-19T19:03:59.454 INFO:teuthology.orchestra.run.smithi002.stdout:(17/37): python3-simplegeneric-0.8.1-17.el8.noa 1.1 MB/s | 19 kB 00:00 2020-11-19T19:03:59.470 INFO:teuthology.orchestra.run.smithi002.stdout:(18/37): python3-tempora-1.14.1-5.el8.noarch.rp 1.8 MB/s | 29 kB 00:00 2020-11-19T19:03:59.471 INFO:teuthology.orchestra.run.smithi002.stdout:(19/37): python3-singledispatch-3.4.0.3-18.el8. 1.2 MB/s | 24 kB 00:00 2020-11-19T19:03:59.484 INFO:teuthology.orchestra.run.smithi002.stdout:(20/37): python3-trustme-0.6.0-4.el8.noarch.rpm 1.6 MB/s | 27 kB 00:00 2020-11-19T19:03:59.497 INFO:teuthology.orchestra.run.smithi002.stdout:(21/37): python3-waitress-1.2.1-2.el8.1.noarch. 11 MB/s | 241 kB 00:00 2020-11-19T19:03:59.506 INFO:teuthology.orchestra.run.smithi002.stdout:(22/37): python3-webob-1.8.5-1.el8.1.noarch.rpm 14 MB/s | 251 kB 00:00 2020-11-19T19:03:59.513 INFO:teuthology.orchestra.run.smithi002.stdout:(23/37): python3-webtest-2.0.33-1.el8.noarch.rp 4.1 MB/s | 85 kB 00:00 2020-11-19T19:03:59.524 INFO:teuthology.orchestra.run.smithi002.stdout:(24/37): python3-zc-lockfile-2.0-2.el8.noarch.r 1.0 MB/s | 23 kB 00:00 2020-11-19T19:03:59.566 INFO:teuthology.orchestra.run.smithi002.stdout:(25/37): python3-webencodings-0.5.1-6.el8.noarc 511 kB/s | 27 kB 00:00 2020-11-19T19:03:59.593 INFO:teuthology.orchestra.run.smithi002.stdout:(26/37): python3-lxml-4.2.3-1.el8.x86_64.rpm 22 MB/s | 1.5 MB 00:00 2020-11-19T19:03:59.594 INFO:teuthology.orchestra.run.smithi002.stdout:(27/37): python3-pyOpenSSL-18.0.0-1.el8.noarch. 3.5 MB/s | 103 kB 00:00 2020-11-19T19:03:59.629 INFO:teuthology.orchestra.run.smithi002.stdout:(28/37): python3-werkzeug-0.12.2-4.el8.noarch.r 13 MB/s | 457 kB 00:00 2020-11-19T19:03:59.639 INFO:teuthology.orchestra.run.smithi002.stdout:(29/37): python3-mako-1.0.6-13.el8.noarch.rpm 3.4 MB/s | 157 kB 00:00 2020-11-19T19:03:59.646 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 26/37 2020-11-19T19:03:59.657 INFO:teuthology.orchestra.run.smithi002.stdout:(30/37): python3-html5lib-0.999999999-6.el8.noa 7.5 MB/s | 214 kB 00:00 2020-11-19T19:03:59.673 INFO:teuthology.orchestra.run.smithi002.stdout:(31/37): python3-pytz-2017.2-9.el8.noarch.rpm 1.6 MB/s | 54 kB 00:00 2020-11-19T19:03:59.688 INFO:teuthology.orchestra.run.smithi002.stdout:(32/37): python3-markupsafe-0.23-19.el8.x86_64. 1.2 MB/s | 39 kB 00:00 2020-11-19T19:03:59.706 INFO:teuthology.orchestra.run.smithi002.stdout:(33/37): python3-cffi-1.11.5-5.el8.x86_64.rpm 7.0 MB/s | 238 kB 00:00 2020-11-19T19:03:59.722 INFO:teuthology.orchestra.run.smithi002.stdout:(34/37): python3-asn1crypto-0.24.0-3.el8.noarch 5.2 MB/s | 181 kB 00:00 2020-11-19T19:03:59.748 INFO:teuthology.orchestra.run.smithi002.stdout:(35/37): python3-pycparser-2.14-14.el8.noarch.r 3.3 MB/s | 109 kB 00:00 2020-11-19T19:03:59.854 INFO:teuthology.orchestra.run.smithi002.stdout:(36/37): ceph-osd-16.0.0-7327.g33f73aff.el8.x86 20 MB/s | 18 MB 00:00 2020-11-19T19:03:59.858 INFO:teuthology.orchestra.run.smithi002.stdout:(37/37): python3-cryptography-2.3-3.el8.x86_64. 3.7 MB/s | 511 kB 00:00 2020-11-19T19:03:59.861 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:03:59.861 INFO:teuthology.orchestra.run.smithi002.stdout:Total 26 MB/s | 32 MB 00:01 2020-11-19T19:03:59.874 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:03:59.917 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:03:59.917 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:04:00.009 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cssselect-0.9.2-10.el8.noarch 27/37 2020-11-19T19:04:00.250 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-lxml-4.2.3-1.el8.x86_64 28/37 2020-11-19T19:04:00.293 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:04:00.297 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:04:00.511 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:00.512 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:04:00.513 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:16.0.0-7327.g33f73aff.el8.x86_64 jq-1.5-12.el8.x86_64 2020-11-19T19:04:00.514 INFO:teuthology.orchestra.run.smithi071.stdout: libxslt-1.1.32-5.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2020-11-19T19:04:00.515 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.3.3-2.el8.x86_64 xmlstarlet-1.6.1-11.el8.x86_64 2020-11-19T19:04:00.522 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:00.525 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:04:00.526 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 29/37 2020-11-19T19:04:00.591 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2020-11-19T19:04:00.811 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 30/37 2020-11-19T19:04:00.861 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:01.158 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 31/37 2020-11-19T19:04:01.346 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 79 kB/s | 2.4 kB 00:00 2020-11-19T19:04:01.448 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 95 kB/s | 2.8 kB 00:00 2020-11-19T19:04:01.722 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:04:01.897 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-modules-core-2:16.0.0-7327.g33f73aff.el8. 32/37 2020-11-19T19:04:01.982 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/37 2020-11-19T19:04:02.054 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 33/37 2020-11-19T19:04:02.222 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/37 2020-11-19T19:04:02.554 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/37 2020-11-19T19:04:02.850 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:04:02.858 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================================= 2020-11-19T19:04:02.859 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2020-11-19T19:04:02.859 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================================= 2020-11-19T19:04:02.859 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:04:02.860 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 6.4 k 2020-11-19T19:04:02.860 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2020-11-19T19:04:02.860 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 2.1 M 2020-11-19T19:04:02.860 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 1.5 M 2020-11-19T19:04:02.860 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 198 k 2020-11-19T19:04:02.861 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 5.0 M 2020-11-19T19:04:02.861 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 18 M 2020-11-19T19:04:02.861 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asn1crypto noarch 0.24.0-3.el8 rhel-8-for-x86_64-baseos-rpms 181 k 2020-11-19T19:04:02.861 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2020-11-19T19:04:02.861 INFO:teuthology.orchestra.run.smithi071.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2020-11-19T19:04:02.862 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2020-11-19T19:04:02.862 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.2.1-1.el8 epel 145 k 2020-11-19T19:04:02.862 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2020-11-19T19:04:02.862 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 2.3-3.el8 rhel-8-for-x86_64-baseos-rpms 511 k 2020-11-19T19:04:02.862 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2020-11-19T19:04:02.863 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2020-11-19T19:04:02.863 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2020-11-19T19:04:02.863 INFO:teuthology.orchestra.run.smithi071.stdout: python3-lxml x86_64 4.2.3-1.el8 rhel-8-for-x86_64-appstream-rpms 1.5 M 2020-11-19T19:04:02.863 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2020-11-19T19:04:02.863 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2020-11-19T19:04:02.864 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2020-11-19T19:04:02.864 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2020-11-19T19:04:02.864 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2020-11-19T19:04:02.864 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 18.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2020-11-19T19:04:02.865 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2020-11-19T19:04:02.865 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2020-11-19T19:04:02.865 INFO:teuthology.orchestra.run.smithi071.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2020-11-19T19:04:02.865 INFO:teuthology.orchestra.run.smithi071.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2020-11-19T19:04:02.865 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2020-11-19T19:04:02.866 INFO:teuthology.orchestra.run.smithi071.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2020-11-19T19:04:02.866 INFO:teuthology.orchestra.run.smithi071.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2020-11-19T19:04:02.866 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webencodings noarch 0.5.1-6.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2020-11-19T19:04:02.866 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2020-11-19T19:04:02.866 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2020-11-19T19:04:02.867 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2020-11-19T19:04:02.867 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2020-11-19T19:04:02.867 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2020-11-19T19:04:02.867 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cssselect noarch 0.9.2-10.el8 epel 40 k 2020-11-19T19:04:02.867 INFO:teuthology.orchestra.run.smithi071.stdout: python3-html5lib noarch 1:0.999999999-6.el8 rhel-8-for-x86_64-appstream-rpms 214 k 2020-11-19T19:04:02.868 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:02.868 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:04:02.868 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================================= 2020-11-19T19:04:02.868 INFO:teuthology.orchestra.run.smithi071.stdout:Install 37 Packages 2020-11-19T19:04:02.869 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:02.869 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 32 M 2020-11-19T19:04:02.869 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 115 M 2020-11-19T19:04:02.869 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:04:02.914 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/37 2020-11-19T19:04:02.968 INFO:teuthology.orchestra.run.smithi071.stdout:(1/37): ceph-16.0.0-7327.g33f73aff.el8.x86_64.r 59 kB/s | 6.4 kB 00:00 2020-11-19T19:04:03.163 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 5/37 2020-11-19T19:04:03.215 INFO:teuthology.orchestra.run.smithi071.stdout:(2/37): ceph-mds-16.0.0-7327.g33f73aff.el8.x86_ 6.0 MB/s | 2.1 MB 00:00 2020-11-19T19:04:03.224 INFO:teuthology.orchestra.run.smithi071.stdout:(3/37): ceph-mgr-16.0.0-7327.g33f73aff.el8.x86_ 4.2 MB/s | 1.5 MB 00:00 2020-11-19T19:04:03.286 INFO:teuthology.orchestra.run.smithi071.stdout:(4/37): ceph-mgr-modules-core-16.0.0-7327.g33f7 3.1 MB/s | 198 kB 00:00 2020-11-19T19:04:03.351 INFO:teuthology.orchestra.run.smithi071.stdout:(5/37): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 674 kB/s | 44 kB 00:00 2020-11-19T19:04:03.399 INFO:teuthology.orchestra.run.smithi071.stdout:(6/37): python3-beautifulsoup4-4.6.3-2.el8.1.no 3.8 MB/s | 185 kB 00:00 2020-11-19T19:04:03.417 INFO:teuthology.orchestra.run.smithi071.stdout:(7/37): python3-cheroot-8.2.1-1.el8.noarch.rpm 8.0 MB/s | 145 kB 00:00 2020-11-19T19:04:03.450 INFO:teuthology.orchestra.run.smithi071.stdout:(8/37): python3-cherrypy-18.4.0-1.el8.noarch.rp 11 MB/s | 384 kB 00:00 2020-11-19T19:04:03.467 INFO:teuthology.orchestra.run.smithi071.stdout:(9/37): python3-cssselect-0.9.2-10.el8.noarch.r 2.4 MB/s | 40 kB 00:00 2020-11-19T19:04:03.492 INFO:teuthology.orchestra.run.smithi071.stdout:(10/37): ceph-mon-16.0.0-7327.g33f73aff.el8.x86 9.4 MB/s | 5.0 MB 00:00 2020-11-19T19:04:03.493 INFO:teuthology.orchestra.run.smithi071.stdout:(11/37): python3-jaraco-6.2-6.el8.noarch.rpm 429 kB/s | 11 kB 00:00 2020-11-19T19:04:03.507 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-asn1crypto-0.24.0-3.el8.noarch 6/37 2020-11-19T19:04:03.509 INFO:teuthology.orchestra.run.smithi071.stdout:(12/37): python3-jaraco-functools-2.0-4.el8.noa 1.1 MB/s | 18 kB 00:00 2020-11-19T19:04:03.526 INFO:teuthology.orchestra.run.smithi071.stdout:(13/37): python3-more-itertools-7.2.0-3.el8.noa 3.5 MB/s | 59 kB 00:00 2020-11-19T19:04:03.544 INFO:teuthology.orchestra.run.smithi071.stdout:(14/37): python3-pecan-1.3.2-9.el8.noarch.rpm 15 MB/s | 283 kB 00:00 2020-11-19T19:04:03.557 INFO:teuthology.orchestra.run.smithi071.stdout:(15/37): python3-logutils-0.3.5-11.el8.noarch.r 757 kB/s | 49 kB 00:00 2020-11-19T19:04:03.560 INFO:teuthology.orchestra.run.smithi071.stdout:(16/37): python3-portend-2.6-1.el8.noarch.rpm 966 kB/s | 16 kB 00:00 2020-11-19T19:04:03.565 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 33/37 2020-11-19T19:04:03.574 INFO:teuthology.orchestra.run.smithi071.stdout:(17/37): python3-simplegeneric-0.8.1-17.el8.noa 1.1 MB/s | 19 kB 00:00 2020-11-19T19:04:03.577 INFO:teuthology.orchestra.run.smithi071.stdout:(18/37): python3-singledispatch-3.4.0.3-18.el8. 1.4 MB/s | 24 kB 00:00 2020-11-19T19:04:03.590 INFO:teuthology.orchestra.run.smithi071.stdout:(19/37): python3-tempora-1.14.1-5.el8.noarch.rp 1.7 MB/s | 29 kB 00:00 2020-11-19T19:04:03.594 INFO:teuthology.orchestra.run.smithi071.stdout:(20/37): python3-trustme-0.6.0-4.el8.noarch.rpm 1.6 MB/s | 27 kB 00:00 2020-11-19T19:04:03.612 INFO:teuthology.orchestra.run.smithi071.stdout:(21/37): python3-webob-1.8.5-1.el8.1.noarch.rpm 14 MB/s | 251 kB 00:00 2020-11-19T19:04:03.650 INFO:teuthology.orchestra.run.smithi071.stdout:(22/37): python3-webtest-2.0.33-1.el8.noarch.rp 5.0 MB/s | 85 kB 00:00 2020-11-19T19:04:03.651 INFO:teuthology.orchestra.run.smithi071.stdout:(23/37): python3-waitress-1.2.1-2.el8.1.noarch. 4.8 MB/s | 241 kB 00:00 2020-11-19T19:04:03.651 INFO:teuthology.orchestra.run.smithi071.stdout:(24/37): python3-zc-lockfile-2.0-2.el8.noarch.r 1.2 MB/s | 23 kB 00:00 2020-11-19T19:04:03.682 INFO:teuthology.orchestra.run.smithi071.stdout:(25/37): python3-cffi-1.11.5-5.el8.x86_64.rpm 5.8 MB/s | 238 kB 00:00 2020-11-19T19:04:03.690 INFO:teuthology.orchestra.run.smithi071.stdout:(26/37): python3-asn1crypto-0.24.0-3.el8.noarch 4.5 MB/s | 181 kB 00:00 2020-11-19T19:04:03.706 INFO:teuthology.orchestra.run.smithi071.stdout:(27/37): python3-pycparser-2.14-14.el8.noarch.r 4.2 MB/s | 109 kB 00:00 2020-11-19T19:04:03.718 INFO:teuthology.orchestra.run.smithi071.stdout:(28/37): python3-cryptography-2.3-3.el8.x86_64. 18 MB/s | 511 kB 00:00 2020-11-19T19:04:03.730 INFO:teuthology.orchestra.run.smithi071.stdout:(29/37): python3-webencodings-0.5.1-6.el8.noarc 1.2 MB/s | 27 kB 00:00 2020-11-19T19:04:03.746 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 34/37 2020-11-19T19:04:03.771 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cryptography-2.3-3.el8.x86_64 7/37 2020-11-19T19:04:03.771 INFO:teuthology.orchestra.run.smithi071.stdout:(30/37): python3-lxml-4.2.3-1.el8.x86_64.rpm 45 MB/s | 1.5 MB 00:00 2020-11-19T19:04:03.772 INFO:teuthology.orchestra.run.smithi071.stdout:(31/37): python3-pyOpenSSL-18.0.0-1.el8.noarch. 3.6 MB/s | 103 kB 00:00 2020-11-19T19:04:03.780 INFO:teuthology.orchestra.run.smithi071.stdout:(32/37): python3-werkzeug-0.12.2-4.el8.noarch.r 17 MB/s | 457 kB 00:00 2020-11-19T19:04:03.788 INFO:teuthology.orchestra.run.smithi071.stdout:(33/37): python3-mako-1.0.6-13.el8.noarch.rpm 4.6 MB/s | 157 kB 00:00 2020-11-19T19:04:03.806 INFO:teuthology.orchestra.run.smithi071.stdout:(34/37): python3-html5lib-0.999999999-6.el8.noa 7.9 MB/s | 214 kB 00:00 2020-11-19T19:04:03.812 INFO:teuthology.orchestra.run.smithi071.stdout:(35/37): python3-pytz-2017.2-9.el8.noarch.rpm 2.2 MB/s | 54 kB 00:00 2020-11-19T19:04:03.831 INFO:teuthology.orchestra.run.smithi071.stdout:(36/37): python3-markupsafe-0.23-19.el8.x86_64. 1.6 MB/s | 39 kB 00:00 2020-11-19T19:04:03.945 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pyOpenSSL-18.0.0-1.el8.noarch 8/37 2020-11-19T19:04:04.078 INFO:teuthology.orchestra.run.smithi071.stdout:(37/37): ceph-osd-16.0.0-7327.g33f73aff.el8.x86 21 MB/s | 18 MB 00:00 2020-11-19T19:04:04.086 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:04.086 INFO:teuthology.orchestra.run.smithi071.stdout:Total 26 MB/s | 32 MB 00:01 2020-11-19T19:04:04.098 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:04:04.129 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 9/37 2020-11-19T19:04:04.134 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:04:04.134 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:04:04.178 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 34/37 2020-11-19T19:04:04.360 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 35/37 2020-11-19T19:04:04.370 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/37 2020-11-19T19:04:04.499 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:04:04.503 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:04:04.566 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 35/37 2020-11-19T19:04:04.588 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/37 2020-11-19T19:04:04.738 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 36/37 2020-11-19T19:04:04.758 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 36/37 2020-11-19T19:04:04.878 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 37/37 2020-11-19T19:04:04.881 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/37 2020-11-19T19:04:05.077 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 13/37 2020-11-19T19:04:05.242 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 37/37 2020-11-19T19:04:05.242 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 1/37 2020-11-19T19:04:05.242 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 2/37 2020-11-19T19:04:05.243 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 3/37 2020-11-19T19:04:05.243 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 4/37 2020-11-19T19:04:05.243 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 5/37 2020-11-19T19:04:05.243 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-modules-core-2:16.0.0-7327.g33f73aff.el8. 6/37 2020-11-19T19:04:05.244 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/37 2020-11-19T19:04:05.244 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/37 2020-11-19T19:04:05.244 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cheroot-8.2.1-1.el8.noarch 9/37 2020-11-19T19:04:05.244 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/37 2020-11-19T19:04:05.244 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cssselect-0.9.2-10.el8.noarch 11/37 2020-11-19T19:04:05.245 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 12/37 2020-11-19T19:04:05.245 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 13/37 2020-11-19T19:04:05.245 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 14/37 2020-11-19T19:04:05.245 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 15/37 2020-11-19T19:04:05.245 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 16/37 2020-11-19T19:04:05.246 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-portend-2.6-1.el8.noarch 17/37 2020-11-19T19:04:05.246 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 18/37 2020-11-19T19:04:05.246 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 19/37 2020-11-19T19:04:05.246 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 20/37 2020-11-19T19:04:05.246 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 21/37 2020-11-19T19:04:05.246 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 22/37 2020-11-19T19:04:05.247 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 23/37 2020-11-19T19:04:05.247 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 24/37 2020-11-19T19:04:05.248 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 25/37 2020-11-19T19:04:05.248 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-webencodings-0.5.1-6.el8.noarch 26/37 2020-11-19T19:04:05.248 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-lxml-4.2.3-1.el8.x86_64 27/37 2020-11-19T19:04:05.249 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyOpenSSL-18.0.0-1.el8.noarch 28/37 2020-11-19T19:04:05.249 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 29/37 2020-11-19T19:04:05.249 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/37 2020-11-19T19:04:05.249 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 31/37 2020-11-19T19:04:05.249 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 32/37 2020-11-19T19:04:05.250 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 33/37 2020-11-19T19:04:05.250 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 34/37 2020-11-19T19:04:05.250 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-asn1crypto-0.24.0-3.el8.noarch 35/37 2020-11-19T19:04:05.250 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 36/37 2020-11-19T19:04:05.456 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-webencodings-0.5.1-6.el8.noarch 14/37 2020-11-19T19:04:05.657 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 15/37 2020-11-19T19:04:05.748 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:04:05.919 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 16/37 2020-11-19T19:04:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/37 2020-11-19T19:04:06.164 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 17/37 2020-11-19T19:04:06.211 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/37 2020-11-19T19:04:06.254 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cryptography-2.3-3.el8.x86_64 37/37 2020-11-19T19:04:06.254 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:04:06.353 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 18/37 2020-11-19T19:04:06.405 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 3/37 2020-11-19T19:04:06.564 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 19/37 2020-11-19T19:04:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 4/37 2020-11-19T19:04:06.759 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 20/37 2020-11-19T19:04:06.869 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 5/37 2020-11-19T19:04:06.921 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 21/37 2020-11-19T19:04:07.025 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 6/37 2020-11-19T19:04:07.164 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 22/37 2020-11-19T19:04:07.248 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webencodings-0.5.1-6.el8.noarch 7/37 2020-11-19T19:04:07.406 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cheroot-8.2.1-1.el8.noarch 23/37 2020-11-19T19:04:07.446 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 8/37 2020-11-19T19:04:07.596 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 24/37 2020-11-19T19:04:07.702 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 9/37 2020-11-19T19:04:07.849 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 10/37 2020-11-19T19:04:07.910 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-portend-2.6-1.el8.noarch 25/37 2020-11-19T19:04:08.109 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 11/37 2020-11-19T19:04:08.314 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:08.315 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:04:08.315 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:08.315 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:08.315 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:08.315 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:08.316 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:08.316 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:08.316 INFO:teuthology.orchestra.run.smithi077.stdout: python3-asn1crypto-0.24.0-3.el8.noarch 2020-11-19T19:04:08.316 INFO:teuthology.orchestra.run.smithi077.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2020-11-19T19:04:08.316 INFO:teuthology.orchestra.run.smithi077.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2020-11-19T19:04:08.317 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cffi-1.11.5-5.el8.x86_64 2020-11-19T19:04:08.317 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cheroot-8.2.1-1.el8.noarch 2020-11-19T19:04:08.317 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2020-11-19T19:04:08.317 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cryptography-2.3-3.el8.x86_64 2020-11-19T19:04:08.318 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cssselect-0.9.2-10.el8.noarch 2020-11-19T19:04:08.318 INFO:teuthology.orchestra.run.smithi077.stdout: python3-html5lib-1:0.999999999-6.el8.noarch 2020-11-19T19:04:08.318 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-6.2-6.el8.noarch 2020-11-19T19:04:08.318 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2020-11-19T19:04:08.318 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils-0.3.5-11.el8.noarch 2020-11-19T19:04:08.319 INFO:teuthology.orchestra.run.smithi077.stdout: python3-lxml-4.2.3-1.el8.x86_64 2020-11-19T19:04:08.319 INFO:teuthology.orchestra.run.smithi077.stdout: python3-mako-1.0.6-13.el8.noarch 2020-11-19T19:04:08.330 INFO:teuthology.orchestra.run.smithi077.stdout: python3-markupsafe-0.23-19.el8.x86_64 2020-11-19T19:04:08.330 INFO:teuthology.orchestra.run.smithi077.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2020-11-19T19:04:08.330 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan-1.3.2-9.el8.noarch 2020-11-19T19:04:08.330 INFO:teuthology.orchestra.run.smithi077.stdout: python3-portend-2.6-1.el8.noarch 2020-11-19T19:04:08.331 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyOpenSSL-18.0.0-1.el8.noarch 2020-11-19T19:04:08.331 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pycparser-2.14-14.el8.noarch 2020-11-19T19:04:08.331 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytz-2017.2-9.el8.noarch 2020-11-19T19:04:08.331 INFO:teuthology.orchestra.run.smithi077.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2020-11-19T19:04:08.331 INFO:teuthology.orchestra.run.smithi077.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2020-11-19T19:04:08.332 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora-1.14.1-5.el8.noarch 2020-11-19T19:04:08.332 INFO:teuthology.orchestra.run.smithi077.stdout: python3-trustme-0.6.0-4.el8.noarch 2020-11-19T19:04:08.332 INFO:teuthology.orchestra.run.smithi077.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2020-11-19T19:04:08.332 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webencodings-0.5.1-6.el8.noarch 2020-11-19T19:04:08.332 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webob-1.8.5-1.el8.1.noarch 2020-11-19T19:04:08.333 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webtest-2.0.33-1.el8.noarch 2020-11-19T19:04:08.333 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2020-11-19T19:04:08.333 INFO:teuthology.orchestra.run.smithi077.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2020-11-19T19:04:08.333 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:08.334 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:04:08.411 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-base 2020-11-19T19:04:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-asn1crypto-0.24.0-3.el8.noarch 12/37 2020-11-19T19:04:08.629 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 26/37 2020-11-19T19:04:08.694 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:08.999 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cssselect-0.9.2-10.el8.noarch 27/37 2020-11-19T19:04:09.182 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cryptography-2.3-3.el8.x86_64 13/37 2020-11-19T19:04:09.302 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-lxml-4.2.3-1.el8.x86_64 28/37 2020-11-19T19:04:09.320 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyOpenSSL-18.0.0-1.el8.noarch 14/37 2020-11-19T19:04:09.483 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 15/37 2020-11-19T19:04:09.550 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 29/37 2020-11-19T19:04:09.681 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 99 kB/s | 2.8 kB 00:00 2020-11-19T19:04:09.755 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 16/37 2020-11-19T19:04:09.814 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 86 kB/s | 2.4 kB 00:00 2020-11-19T19:04:09.924 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 30/37 2020-11-19T19:04:09.972 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 17/37 2020-11-19T19:04:10.177 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 18/37 2020-11-19T19:04:10.273 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 31/37 2020-11-19T19:04:10.366 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 19/37 2020-11-19T19:04:10.567 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 20/37 2020-11-19T19:04:10.581 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-modules-core-2:16.0.0-7327.g33f73aff.el8. 32/37 2020-11-19T19:04:10.725 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 21/37 2020-11-19T19:04:10.756 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 33/37 2020-11-19T19:04:10.864 INFO:teuthology.orchestra.run.smithi077.stdout:Package ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:04:10.938 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 22/37 2020-11-19T19:04:11.144 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cheroot-8.2.1-1.el8.noarch 23/37 2020-11-19T19:04:11.163 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:04:11.164 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T19:04:11.164 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:04:11.235 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install cephadm 2020-11-19T19:04:11.329 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 24/37 2020-11-19T19:04:11.514 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:11.642 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-portend-2.6-1.el8.noarch 25/37 2020-11-19T19:04:11.925 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 26/37 2020-11-19T19:04:11.975 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 87 kB/s | 2.8 kB 00:00 2020-11-19T19:04:12.101 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 80 kB/s | 2.4 kB 00:00 2020-11-19T19:04:12.255 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cssselect-0.9.2-10.el8.noarch 27/37 2020-11-19T19:04:12.364 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 33/37 2020-11-19T19:04:12.557 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-lxml-4.2.3-1.el8.x86_64 28/37 2020-11-19T19:04:12.561 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 34/37 2020-11-19T19:04:12.764 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 29/37 2020-11-19T19:04:13.022 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 34/37 2020-11-19T19:04:13.141 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 30/37 2020-11-19T19:04:13.257 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 35/37 2020-11-19T19:04:13.462 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 31/37 2020-11-19T19:04:13.465 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:04:13.465 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:04:13.465 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2020-11-19T19:04:13.466 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:04:13.466 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:04:13.466 INFO:teuthology.orchestra.run.smithi077.stdout: cephadm x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 57 k 2020-11-19T19:04:13.466 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:13.466 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:04:13.467 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:04:13.467 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2020-11-19T19:04:13.467 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:13.467 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 57 k 2020-11-19T19:04:13.467 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 218 k 2020-11-19T19:04:13.468 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:04:13.474 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 35/37 2020-11-19T19:04:13.704 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 36/37 2020-11-19T19:04:13.725 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 36/37 2020-11-19T19:04:13.733 INFO:teuthology.orchestra.run.smithi077.stdout:cephadm-16.0.0-7327.g33f73aff.el8.x86_64.rpm 215 kB/s | 57 kB 00:00 2020-11-19T19:04:13.733 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:13.734 INFO:teuthology.orchestra.run.smithi077.stdout:Total 214 kB/s | 57 kB 00:00 2020-11-19T19:04:13.734 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:04:13.741 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:04:13.741 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:04:13.742 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:04:13.747 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:04:13.806 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:04:13.819 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-modules-core-2:16.0.0-7327.g33f73aff.el8. 32/37 2020-11-19T19:04:13.854 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 37/37 2020-11-19T19:04:13.986 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 33/37 2020-11-19T19:04:14.255 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 37/37 2020-11-19T19:04:14.256 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 1/37 2020-11-19T19:04:14.257 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 2/37 2020-11-19T19:04:17.369 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 3/37 2020-11-19T19:04:17.370 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 4/37 2020-11-19T19:04:17.370 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 5/37 2020-11-19T19:04:17.371 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-modules-core-2:16.0.0-7327.g33f73aff.el8. 6/37 2020-11-19T19:04:17.371 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/37 2020-11-19T19:04:17.372 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/37 2020-11-19T19:04:17.372 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cheroot-8.2.1-1.el8.noarch 9/37 2020-11-19T19:04:17.372 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/37 2020-11-19T19:04:17.373 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cssselect-0.9.2-10.el8.noarch 11/37 2020-11-19T19:04:17.373 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 12/37 2020-11-19T19:04:17.374 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 13/37 2020-11-19T19:04:17.374 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 14/37 2020-11-19T19:04:17.374 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 15/37 2020-11-19T19:04:17.375 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 16/37 2020-11-19T19:04:17.375 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-portend-2.6-1.el8.noarch 17/37 2020-11-19T19:04:17.375 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 18/37 2020-11-19T19:04:17.376 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 19/37 2020-11-19T19:04:17.376 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 20/37 2020-11-19T19:04:17.377 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 21/37 2020-11-19T19:04:17.377 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 22/37 2020-11-19T19:04:17.386 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 23/37 2020-11-19T19:04:17.386 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 24/37 2020-11-19T19:04:17.387 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 25/37 2020-11-19T19:04:17.387 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-webencodings-0.5.1-6.el8.noarch 26/37 2020-11-19T19:04:17.387 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-lxml-4.2.3-1.el8.x86_64 27/37 2020-11-19T19:04:17.388 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pyOpenSSL-18.0.0-1.el8.noarch 28/37 2020-11-19T19:04:17.388 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 29/37 2020-11-19T19:04:17.389 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/37 2020-11-19T19:04:17.389 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 31/37 2020-11-19T19:04:17.389 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 32/37 2020-11-19T19:04:17.390 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 33/37 2020-11-19T19:04:17.390 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 34/37 2020-11-19T19:04:17.391 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-asn1crypto-0.24.0-3.el8.noarch 35/37 2020-11-19T19:04:17.391 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 36/37 2020-11-19T19:04:17.413 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:17.413 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:17.414 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:17.414 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:17.414 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:04:17.414 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 33/37 2020-11-19T19:04:17.415 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 34/37 2020-11-19T19:04:17.415 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 34/37 2020-11-19T19:04:17.415 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 35/37 2020-11-19T19:04:17.415 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 35/37 2020-11-19T19:04:17.416 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 36/37 2020-11-19T19:04:17.416 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 36/37 2020-11-19T19:04:17.416 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 37/37 2020-11-19T19:04:17.416 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 37/37 2020-11-19T19:04:17.416 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 1/37 2020-11-19T19:04:17.417 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 2/37 2020-11-19T19:04:17.417 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 3/37 2020-11-19T19:04:17.417 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 4/37 2020-11-19T19:04:17.417 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 5/37 2020-11-19T19:04:17.426 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-modules-core-2:16.0.0-7327.g33f73aff.el8. 6/37 2020-11-19T19:04:17.426 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/37 2020-11-19T19:04:17.426 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/37 2020-11-19T19:04:17.427 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cheroot-8.2.1-1.el8.noarch 9/37 2020-11-19T19:04:17.427 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/37 2020-11-19T19:04:17.427 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cssselect-0.9.2-10.el8.noarch 11/37 2020-11-19T19:04:17.427 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 12/37 2020-11-19T19:04:17.427 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 13/37 2020-11-19T19:04:17.428 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 14/37 2020-11-19T19:04:17.428 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 15/37 2020-11-19T19:04:17.428 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 16/37 2020-11-19T19:04:17.428 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-portend-2.6-1.el8.noarch 17/37 2020-11-19T19:04:17.428 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 18/37 2020-11-19T19:04:17.429 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 19/37 2020-11-19T19:04:17.429 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 20/37 2020-11-19T19:04:17.429 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 21/37 2020-11-19T19:04:17.429 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 22/37 2020-11-19T19:04:17.434 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 23/37 2020-11-19T19:04:17.434 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 24/37 2020-11-19T19:04:17.434 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 25/37 2020-11-19T19:04:17.434 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 26/37 2020-11-19T19:04:17.435 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-asn1crypto-0.24.0-3.el8.noarch 27/37 2020-11-19T19:04:17.435 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 28/37 2020-11-19T19:04:17.435 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cryptography-2.3-3.el8.x86_64 29/37 2020-11-19T19:04:17.435 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webencodings-0.5.1-6.el8.noarch 30/37 2020-11-19T19:04:17.435 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-lxml-4.2.3-1.el8.x86_64 31/37 2020-11-19T19:04:17.436 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyOpenSSL-18.0.0-1.el8.noarch 32/37 2020-11-19T19:04:17.436 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 33/37 2020-11-19T19:04:17.436 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 34/37 2020-11-19T19:04:17.436 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 35/37 2020-11-19T19:04:17.437 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 36/37 2020-11-19T19:04:17.437 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cryptography-2.3-3.el8.x86_64 37/37 2020-11-19T19:04:17.437 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:04:17.645 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:17.645 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:04:17.645 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:17.646 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:17.646 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:17.646 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-modules-core-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:17.646 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:17.646 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:17.647 INFO:teuthology.orchestra.run.smithi002.stdout: python3-asn1crypto-0.24.0-3.el8.noarch 2020-11-19T19:04:17.647 INFO:teuthology.orchestra.run.smithi002.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2020-11-19T19:04:17.647 INFO:teuthology.orchestra.run.smithi002.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2020-11-19T19:04:17.647 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cffi-1.11.5-5.el8.x86_64 2020-11-19T19:04:17.647 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cheroot-8.2.1-1.el8.noarch 2020-11-19T19:04:17.648 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2020-11-19T19:04:17.648 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cryptography-2.3-3.el8.x86_64 2020-11-19T19:04:17.648 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cssselect-0.9.2-10.el8.noarch 2020-11-19T19:04:17.648 INFO:teuthology.orchestra.run.smithi002.stdout: python3-html5lib-1:0.999999999-6.el8.noarch 2020-11-19T19:04:17.648 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-6.2-6.el8.noarch 2020-11-19T19:04:17.649 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2020-11-19T19:04:17.649 INFO:teuthology.orchestra.run.smithi002.stdout: python3-logutils-0.3.5-11.el8.noarch 2020-11-19T19:04:17.649 INFO:teuthology.orchestra.run.smithi002.stdout: python3-lxml-4.2.3-1.el8.x86_64 2020-11-19T19:04:17.649 INFO:teuthology.orchestra.run.smithi002.stdout: python3-mako-1.0.6-13.el8.noarch 2020-11-19T19:04:17.649 INFO:teuthology.orchestra.run.smithi002.stdout: python3-markupsafe-0.23-19.el8.x86_64 2020-11-19T19:04:17.650 INFO:teuthology.orchestra.run.smithi002.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2020-11-19T19:04:17.650 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pecan-1.3.2-9.el8.noarch 2020-11-19T19:04:17.650 INFO:teuthology.orchestra.run.smithi002.stdout: python3-portend-2.6-1.el8.noarch 2020-11-19T19:04:17.650 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyOpenSSL-18.0.0-1.el8.noarch 2020-11-19T19:04:17.650 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pycparser-2.14-14.el8.noarch 2020-11-19T19:04:17.651 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pytz-2017.2-9.el8.noarch 2020-11-19T19:04:17.651 INFO:teuthology.orchestra.run.smithi002.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2020-11-19T19:04:17.651 INFO:teuthology.orchestra.run.smithi002.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2020-11-19T19:04:17.651 INFO:teuthology.orchestra.run.smithi002.stdout: python3-tempora-1.14.1-5.el8.noarch 2020-11-19T19:04:17.854 INFO:teuthology.orchestra.run.smithi002.stdout: python3-trustme-0.6.0-4.el8.noarch 2020-11-19T19:04:17.855 INFO:teuthology.orchestra.run.smithi002.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2020-11-19T19:04:17.855 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webencodings-0.5.1-6.el8.noarch 2020-11-19T19:04:17.855 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webob-1.8.5-1.el8.1.noarch 2020-11-19T19:04:17.855 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webtest-2.0.33-1.el8.noarch 2020-11-19T19:04:17.855 INFO:teuthology.orchestra.run.smithi002.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2020-11-19T19:04:17.856 INFO:teuthology.orchestra.run.smithi002.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2020-11-19T19:04:17.856 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:17.857 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:04:17.858 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-base 2020-11-19T19:04:17.990 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 37/37 2020-11-19T19:04:18.003 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:04:18.164 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:18.706 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 73 kB/s | 2.8 kB 00:00 2020-11-19T19:04:18.822 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:18.822 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:04:18.823 INFO:teuthology.orchestra.run.smithi077.stdout: cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:18.823 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:18.823 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:04:18.850 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 kB/s | 2.4 kB 00:00 2020-11-19T19:04:18.912 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-immutable-object-cache 2020-11-19T19:04:19.204 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:19.661 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 96 kB/s | 2.8 kB 00:00 2020-11-19T19:04:19.786 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 77 kB/s | 2.4 kB 00:00 2020-11-19T19:04:20.102 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:20.103 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:04:20.103 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:20.103 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:20.103 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:20.103 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:20.104 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:20.104 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:20.104 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asn1crypto-0.24.0-3.el8.noarch 2020-11-19T19:04:20.104 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2020-11-19T19:04:20.104 INFO:teuthology.orchestra.run.smithi071.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2020-11-19T19:04:20.105 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi-1.11.5-5.el8.x86_64 2020-11-19T19:04:20.105 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot-8.2.1-1.el8.noarch 2020-11-19T19:04:20.105 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2020-11-19T19:04:20.105 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography-2.3-3.el8.x86_64 2020-11-19T19:04:20.105 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cssselect-0.9.2-10.el8.noarch 2020-11-19T19:04:20.106 INFO:teuthology.orchestra.run.smithi071.stdout: python3-html5lib-1:0.999999999-6.el8.noarch 2020-11-19T19:04:20.106 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-6.2-6.el8.noarch 2020-11-19T19:04:20.106 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2020-11-19T19:04:20.106 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils-0.3.5-11.el8.noarch 2020-11-19T19:04:20.106 INFO:teuthology.orchestra.run.smithi071.stdout: python3-lxml-4.2.3-1.el8.x86_64 2020-11-19T19:04:20.107 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako-1.0.6-13.el8.noarch 2020-11-19T19:04:20.107 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe-0.23-19.el8.x86_64 2020-11-19T19:04:20.107 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2020-11-19T19:04:20.107 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan-1.3.2-9.el8.noarch 2020-11-19T19:04:20.107 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend-2.6-1.el8.noarch 2020-11-19T19:04:20.108 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL-18.0.0-1.el8.noarch 2020-11-19T19:04:20.108 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser-2.14-14.el8.noarch 2020-11-19T19:04:20.108 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz-2017.2-9.el8.noarch 2020-11-19T19:04:20.108 INFO:teuthology.orchestra.run.smithi071.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2020-11-19T19:04:20.108 INFO:teuthology.orchestra.run.smithi071.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2020-11-19T19:04:20.108 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora-1.14.1-5.el8.noarch 2020-11-19T19:04:20.109 INFO:teuthology.orchestra.run.smithi071.stdout: python3-trustme-0.6.0-4.el8.noarch 2020-11-19T19:04:20.109 INFO:teuthology.orchestra.run.smithi071.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2020-11-19T19:04:20.109 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webencodings-0.5.1-6.el8.noarch 2020-11-19T19:04:20.109 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob-1.8.5-1.el8.1.noarch 2020-11-19T19:04:20.109 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webtest-2.0.33-1.el8.noarch 2020-11-19T19:04:20.110 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2020-11-19T19:04:20.110 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2020-11-19T19:04:20.110 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:20.111 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:04:20.202 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-base 2020-11-19T19:04:20.482 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:20.632 INFO:teuthology.orchestra.run.smithi002.stdout:Package ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:04:20.946 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:04:20.947 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T19:04:20.948 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:04:20.970 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 82 kB/s | 2.4 kB 00:00 2020-11-19T19:04:21.035 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install cephadm 2020-11-19T19:04:21.074 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 93 kB/s | 2.8 kB 00:00 2020-11-19T19:04:21.163 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:04:21.164 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:04:21.164 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2020-11-19T19:04:21.164 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:04:21.165 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:04:21.165 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-immutable-object-cache x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 203 k 2020-11-19T19:04:21.165 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:21.165 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:04:21.166 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:04:21.166 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2020-11-19T19:04:21.166 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:21.167 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 203 k 2020-11-19T19:04:21.167 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 693 k 2020-11-19T19:04:21.167 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:04:21.330 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:21.366 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-immutable-object-cache-16.0.0-7327.g33f73a 1.0 MB/s | 203 kB 00:00 2020-11-19T19:04:21.366 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:21.367 INFO:teuthology.orchestra.run.smithi077.stdout:Total 1.0 MB/s | 203 kB 00:00 2020-11-19T19:04:21.367 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:04:21.379 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:04:21.379 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:04:21.431 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:04:21.435 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:04:21.550 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:04:21.728 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff. 1/1 2020-11-19T19:04:21.843 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 74 kB/s | 2.8 kB 00:00 2020-11-19T19:04:21.984 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 57 kB/s | 2.4 kB 00:00 2020-11-19T19:04:22.102 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff. 1/1 2020-11-19T19:04:22.175 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-base-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:04:22.471 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:04:22.472 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T19:04:22.472 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:04:22.523 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff. 1/1 2020-11-19T19:04:22.523 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:04:22.539 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install cephadm 2020-11-19T19:04:22.814 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:23.273 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 85 kB/s | 2.4 kB 00:00 2020-11-19T19:04:23.381 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 90 kB/s | 2.8 kB 00:00 2020-11-19T19:04:23.469 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:04:23.469 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:04:23.470 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2020-11-19T19:04:23.470 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:04:23.470 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:04:23.470 INFO:teuthology.orchestra.run.smithi002.stdout: cephadm x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 57 k 2020-11-19T19:04:23.471 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:23.471 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:04:23.471 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:04:23.471 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2020-11-19T19:04:23.471 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:23.472 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 57 k 2020-11-19T19:04:23.472 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 218 k 2020-11-19T19:04:23.472 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:04:23.771 INFO:teuthology.orchestra.run.smithi002.stdout:cephadm-16.0.0-7327.g33f73aff.el8.x86_64.rpm 190 kB/s | 57 kB 00:00 2020-11-19T19:04:23.772 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:23.772 INFO:teuthology.orchestra.run.smithi002.stdout:Total 190 kB/s | 57 kB 00:00 2020-11-19T19:04:23.773 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:04:23.780 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:04:23.780 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:04:23.782 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:04:23.786 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:04:23.830 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:04:24.570 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:24.571 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:04:24.572 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:24.572 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:24.572 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:04:24.661 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr 2020-11-19T19:04:24.823 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:04:24.823 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:04:24.824 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2020-11-19T19:04:24.824 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:04:24.824 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:04:24.824 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 57 k 2020-11-19T19:04:24.825 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:24.825 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:04:24.825 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:04:24.825 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2020-11-19T19:04:24.826 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:24.826 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 57 k 2020-11-19T19:04:24.826 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 218 k 2020-11-19T19:04:24.826 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:04:24.941 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:25.029 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm-16.0.0-7327.g33f73aff.el8.x86_64.rpm 280 kB/s | 57 kB 00:00 2020-11-19T19:04:25.030 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:25.030 INFO:teuthology.orchestra.run.smithi071.stdout:Total 278 kB/s | 57 kB 00:00 2020-11-19T19:04:25.031 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:04:25.038 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:04:25.038 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:04:25.039 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:04:25.044 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:04:25.283 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:04:25.407 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 94 kB/s | 2.8 kB 00:00 2020-11-19T19:04:25.529 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 84 kB/s | 2.4 kB 00:00 2020-11-19T19:04:25.965 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:26.197 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:26.365 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:26.587 INFO:teuthology.orchestra.run.smithi077.stdout:Package ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:04:26.802 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:26.802 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:04:26.894 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:04:26.894 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T19:04:26.894 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:04:26.978 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-dashboard 2020-11-19T19:04:27.254 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:27.334 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:27.534 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:27.696 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:27.713 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 99 kB/s | 2.8 kB 00:00 2020-11-19T19:04:27.839 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 85 kB/s | 2.4 kB 00:00 2020-11-19T19:04:28.114 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:04:28.115 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:04:28.961 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:28.962 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:04:28.962 INFO:teuthology.orchestra.run.smithi002.stdout: cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:28.962 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:28.962 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:04:29.081 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-immutable-object-cache 2020-11-19T19:04:29.394 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:29.578 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:04:29.579 INFO:teuthology.orchestra.run.smithi077.stdout:=================================================================================================== 2020-11-19T19:04:29.579 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2020-11-19T19:04:29.580 INFO:teuthology.orchestra.run.smithi077.stdout:=================================================================================================== 2020-11-19T19:04:29.580 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:04:29.580 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 3.2 M 2020-11-19T19:04:29.581 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2020-11-19T19:04:29.581 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-grafana-dashboards noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 24 k 2020-11-19T19:04:29.582 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-prometheus-alerts noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 8.8 k 2020-11-19T19:04:29.582 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2020-11-19T19:04:29.582 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2020-11-19T19:04:29.583 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2020-11-19T19:04:29.583 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:29.584 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:04:29.584 INFO:teuthology.orchestra.run.smithi077.stdout:=================================================================================================== 2020-11-19T19:04:29.584 INFO:teuthology.orchestra.run.smithi077.stdout:Install 6 Packages 2020-11-19T19:04:29.585 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:29.586 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 3.5 M 2020-11-19T19:04:29.586 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 14 M 2020-11-19T19:04:29.587 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:04:29.696 INFO:teuthology.orchestra.run.smithi077.stdout:(1/6): ceph-prometheus-alerts-16.0.0-7327.g33f7 77 kB/s | 8.8 kB 00:00 2020-11-19T19:04:29.710 INFO:teuthology.orchestra.run.smithi077.stdout:(2/6): ceph-grafana-dashboards-16.0.0-7327.g33f 186 kB/s | 24 kB 00:00 2020-11-19T19:04:29.749 INFO:teuthology.orchestra.run.smithi077.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 673 kB/s | 34 kB 00:00 2020-11-19T19:04:29.778 INFO:teuthology.orchestra.run.smithi077.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 1.4 MB/s | 43 kB 00:00 2020-11-19T19:04:29.809 INFO:teuthology.orchestra.run.smithi077.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 2.0 MB/s | 196 kB 00:00 2020-11-19T19:04:29.909 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 75 kB/s | 2.8 kB 00:00 2020-11-19T19:04:30.005 INFO:teuthology.orchestra.run.smithi077.stdout:(6/6): ceph-mgr-dashboard-16.0.0-7327.g33f73aff 7.5 MB/s | 3.2 MB 00:00 2020-11-19T19:04:30.007 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:30.007 INFO:teuthology.orchestra.run.smithi077.stdout:Total 8.1 MB/s | 3.5 MB 00:00 2020-11-19T19:04:30.008 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:04:30.017 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:04:30.018 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:04:30.045 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 kB/s | 2.4 kB 00:00 2020-11-19T19:04:30.173 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:04:30.177 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:04:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:30.279 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:04:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:30.280 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:30.280 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:04:30.474 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:04:30.687 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2020-11-19T19:04:30.877 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2020-11-19T19:04:31.078 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2020-11-19T19:04:31.240 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-immutable-object-cache 2020-11-19T19:04:31.250 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-prometheus-alerts-2:16.0.0-7327.g33f73aff.el8.n 4/6 2020-11-19T19:04:31.510 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:04:31.510 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:04:31.511 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2020-11-19T19:04:31.511 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:04:31.511 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:04:31.511 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-immutable-object-cache x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 203 k 2020-11-19T19:04:31.511 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:31.512 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:04:31.512 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:04:31.512 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2020-11-19T19:04:31.512 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:31.512 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 203 k 2020-11-19T19:04:31.513 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 693 k 2020-11-19T19:04:31.513 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:04:31.528 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:31.713 INFO:teuthology.orchestra.run.smithi002.stdout:ceph-immutable-object-cache-16.0.0-7327.g33f73a 1.0 MB/s | 203 kB 00:00 2020-11-19T19:04:31.713 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:31.714 INFO:teuthology.orchestra.run.smithi002.stdout:Total 1.0 MB/s | 203 kB 00:00 2020-11-19T19:04:31.714 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:04:31.727 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:04:31.727 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:04:31.782 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:04:31.787 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:04:31.914 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:04:32.008 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 81 kB/s | 2.4 kB 00:00 2020-11-19T19:04:32.113 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 94 kB/s | 2.8 kB 00:00 2020-11-19T19:04:32.126 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff. 1/1 2020-11-19T19:04:32.274 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-grafana-dashboards-2:16.0.0-7327.g33f73aff.el8. 5/6 2020-11-19T19:04:32.506 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff. 1/1 2020-11-19T19:04:32.531 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarc 6/6 2020-11-19T19:04:32.741 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarc 6/6 2020-11-19T19:04:32.741 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-grafana-dashboards-2:16.0.0-7327.g33f73aff.el8. 1/6 2020-11-19T19:04:32.741 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarc 2/6 2020-11-19T19:04:32.741 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-prometheus-alerts-2:16.0.0-7327.g33f73aff.el8.n 3/6 2020-11-19T19:04:32.742 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2020-11-19T19:04:32.742 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2020-11-19T19:04:32.964 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff. 1/1 2020-11-19T19:04:32.964 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:04:33.176 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2020-11-19T19:04:33.176 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:04:33.517 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:04:33.517 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:04:33.518 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2020-11-19T19:04:33.518 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:04:33.518 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:04:33.518 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 203 k 2020-11-19T19:04:33.518 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:33.519 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:04:33.519 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:04:33.519 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2020-11-19T19:04:33.519 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:33.519 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 203 k 2020-11-19T19:04:33.520 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 693 k 2020-11-19T19:04:33.520 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:04:34.078 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-immutable-object-cache-16.0.0-7327.g33f73a 364 kB/s | 203 kB 00:00 2020-11-19T19:04:34.078 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:34.079 INFO:teuthology.orchestra.run.smithi071.stdout:Total 363 kB/s | 203 kB 00:00 2020-11-19T19:04:34.079 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:04:34.091 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:04:34.092 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:04:34.145 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:04:34.149 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:04:34.304 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:04:34.533 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff. 1/1 2020-11-19T19:04:34.870 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff. 1/1 2020-11-19T19:04:35.142 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:35.142 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:04:35.142 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:35.143 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:35.143 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:04:35.265 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr 2020-11-19T19:04:35.284 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:35.284 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:04:35.284 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-grafana-dashboards-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:35.284 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:35.285 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-prometheus-alerts-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:35.285 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jwt-1.6.1-2.el8.noarch 2020-11-19T19:04:35.285 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze-lru-0.7-6.el8.noarch 2020-11-19T19:04:35.285 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes-2.4.1-12.el8.noarch 2020-11-19T19:04:35.285 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:35.286 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:04:35.306 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff. 1/1 2020-11-19T19:04:35.306 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:04:35.442 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-diskprediction-local 2020-11-19T19:04:35.564 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:35.724 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:36.132 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 74 kB/s | 2.8 kB 00:00 2020-11-19T19:04:36.209 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 97 kB/s | 2.8 kB 00:00 2020-11-19T19:04:36.273 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 kB/s | 2.4 kB 00:00 2020-11-19T19:04:36.335 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 79 kB/s | 2.4 kB 00:00 2020-11-19T19:04:37.380 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:37.381 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:04:37.381 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:04:37.382 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:37.382 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:04:37.405 INFO:teuthology.orchestra.run.smithi002.stdout:Package ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:04:37.454 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr 2020-11-19T19:04:37.710 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:04:37.711 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================================================== 2020-11-19T19:04:37.711 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2020-11-19T19:04:37.712 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================================================== 2020-11-19T19:04:37.712 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:04:37.712 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-diskprediction-local noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 8.6 M 2020-11-19T19:04:37.713 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2020-11-19T19:04:37.713 INFO:teuthology.orchestra.run.smithi077.stdout: libgfortran x86_64 8.3.1-5.1.el8 rhel-8-for-x86_64-baseos-rpms 639 k 2020-11-19T19:04:37.714 INFO:teuthology.orchestra.run.smithi077.stdout: libquadmath x86_64 8.3.1-5.1.el8 rhel-8-for-x86_64-baseos-rpms 169 k 2020-11-19T19:04:37.714 INFO:teuthology.orchestra.run.smithi077.stdout: openblas x86_64 0.3.3-5.el8 rhel-8-for-x86_64-appstream-rpms 4.3 M 2020-11-19T19:04:37.714 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-threads x86_64 0.3.3-5.el8 rhel-8-for-x86_64-appstream-rpms 4.4 M 2020-11-19T19:04:37.715 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy x86_64 1:1.14.3-9.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2020-11-19T19:04:37.715 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-f2py x86_64 1:1.14.3-9.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2020-11-19T19:04:37.715 INFO:teuthology.orchestra.run.smithi077.stdout: python3-scipy x86_64 1.0.0-20.module+el8.1.0+3334+5cb623d7 rhel-8-for-x86_64-appstream-rpms 15 M 2020-11-19T19:04:37.715 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:37.715 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:04:37.716 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================================================== 2020-11-19T19:04:37.716 INFO:teuthology.orchestra.run.smithi077.stdout:Install 8 Packages 2020-11-19T19:04:37.716 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:37.717 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 37 M 2020-11-19T19:04:37.717 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 196 M 2020-11-19T19:04:37.717 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:04:37.719 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:04:37.720 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T19:04:37.721 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:04:37.734 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:37.761 INFO:teuthology.orchestra.run.smithi077.stdout:(1/8): python3-numpy-f2py-1.14.3-9.el8.x86_64.r 4.6 MB/s | 225 kB 00:00 2020-11-19T19:04:37.806 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-dashboard 2020-11-19T19:04:37.811 INFO:teuthology.orchestra.run.smithi077.stdout:(2/8): python3-numpy-1.14.3-9.el8.x86_64.rpm 74 MB/s | 3.7 MB 00:00 2020-11-19T19:04:37.865 INFO:teuthology.orchestra.run.smithi077.stdout:(3/8): openblas-threads-0.3.3-5.el8.x86_64.rpm 81 MB/s | 4.4 MB 00:00 2020-11-19T19:04:37.996 INFO:teuthology.orchestra.run.smithi077.stdout:(4/8): python3-scipy-1.0.0-20.module+el8.1.0+33 51 MB/s | 15 MB 00:00 2020-11-19T19:04:38.024 INFO:teuthology.orchestra.run.smithi077.stdout:(5/8): libquadmath-8.3.1-5.1.el8.x86_64.rpm 6.0 MB/s | 169 kB 00:00 2020-11-19T19:04:38.049 INFO:teuthology.orchestra.run.smithi077.stdout:(6/8): libgfortran-8.3.1-5.1.el8.x86_64.rpm 26 MB/s | 639 kB 00:00 2020-11-19T19:04:38.060 INFO:teuthology.orchestra.run.smithi077.stdout:(7/8): openblas-0.3.3-5.el8.x86_64.rpm 22 MB/s | 4.3 MB 00:00 2020-11-19T19:04:38.102 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:38.233 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 81 kB/s | 2.4 kB 00:00 2020-11-19T19:04:38.338 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 93 kB/s | 2.8 kB 00:00 2020-11-19T19:04:38.381 INFO:teuthology.orchestra.run.smithi077.stdout:(8/8): ceph-mgr-diskprediction-local-16.0.0-732 13 MB/s | 8.6 MB 00:00 2020-11-19T19:04:38.382 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:38.382 INFO:teuthology.orchestra.run.smithi077.stdout:Total 55 MB/s | 37 MB 00:00 2020-11-19T19:04:38.391 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:04:38.409 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:04:38.410 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:04:38.619 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 75 kB/s | 2.8 kB 00:00 2020-11-19T19:04:38.722 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:04:38.726 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:04:38.759 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 65 kB/s | 2.4 kB 00:00 2020-11-19T19:04:39.271 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:04:39.434 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-mgr-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:04:39.451 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-11-19T19:04:39.573 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-11-19T19:04:39.731 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:04:39.732 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T19:04:39.732 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:04:39.759 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-11-19T19:04:39.801 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-dashboard 2020-11-19T19:04:40.079 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:40.217 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:04:40.218 INFO:teuthology.orchestra.run.smithi002.stdout:=================================================================================================== 2020-11-19T19:04:40.218 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2020-11-19T19:04:40.219 INFO:teuthology.orchestra.run.smithi002.stdout:=================================================================================================== 2020-11-19T19:04:40.219 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:04:40.219 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-dashboard noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 3.2 M 2020-11-19T19:04:40.219 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2020-11-19T19:04:40.219 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-grafana-dashboards noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 24 k 2020-11-19T19:04:40.220 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-prometheus-alerts noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 8.8 k 2020-11-19T19:04:40.220 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2020-11-19T19:04:40.220 INFO:teuthology.orchestra.run.smithi002.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2020-11-19T19:04:40.220 INFO:teuthology.orchestra.run.smithi002.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2020-11-19T19:04:40.220 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:40.221 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:04:40.221 INFO:teuthology.orchestra.run.smithi002.stdout:=================================================================================================== 2020-11-19T19:04:40.221 INFO:teuthology.orchestra.run.smithi002.stdout:Install 6 Packages 2020-11-19T19:04:40.221 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:40.222 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 3.5 M 2020-11-19T19:04:40.222 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 14 M 2020-11-19T19:04:40.222 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:04:43.502 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 85 kB/s | 2.4 kB 00:00 2020-11-19T19:04:43.502 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 97 kB/s | 2.8 kB 00:00 2020-11-19T19:04:43.503 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:04:43.503 INFO:teuthology.orchestra.run.smithi071.stdout:=================================================================================================== 2020-11-19T19:04:43.503 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2020-11-19T19:04:43.504 INFO:teuthology.orchestra.run.smithi071.stdout:=================================================================================================== 2020-11-19T19:04:43.504 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:04:43.504 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 3.2 M 2020-11-19T19:04:43.504 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2020-11-19T19:04:43.505 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 24 k 2020-11-19T19:04:43.505 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 8.8 k 2020-11-19T19:04:43.510 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2020-11-19T19:04:43.511 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2020-11-19T19:04:43.511 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2020-11-19T19:04:43.511 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:43.512 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:04:43.512 INFO:teuthology.orchestra.run.smithi071.stdout:=================================================================================================== 2020-11-19T19:04:43.515 INFO:teuthology.orchestra.run.smithi071.stdout:Install 6 Packages 2020-11-19T19:04:43.516 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:43.516 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.5 M 2020-11-19T19:04:43.516 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 14 M 2020-11-19T19:04:43.517 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:04:43.517 INFO:teuthology.orchestra.run.smithi071.stdout:(1/6): ceph-prometheus-alerts-16.0.0-7327.g33f7 78 kB/s | 8.8 kB 00:00 2020-11-19T19:04:43.517 INFO:teuthology.orchestra.run.smithi071.stdout:(2/6): ceph-grafana-dashboards-16.0.0-7327.g33f 186 kB/s | 24 kB 00:00 2020-11-19T19:04:43.518 INFO:teuthology.orchestra.run.smithi071.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 669 kB/s | 34 kB 00:00 2020-11-19T19:04:43.518 INFO:teuthology.orchestra.run.smithi071.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 699 kB/s | 43 kB 00:00 2020-11-19T19:04:43.526 INFO:teuthology.orchestra.run.smithi071.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 2.0 MB/s | 196 kB 00:00 2020-11-19T19:04:43.526 INFO:teuthology.orchestra.run.smithi071.stdout:(6/6): ceph-mgr-dashboard-16.0.0-7327.g33f73aff 9.5 MB/s | 3.2 MB 00:00 2020-11-19T19:04:43.526 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:43.527 INFO:teuthology.orchestra.run.smithi071.stdout:Total 10 MB/s | 3.5 MB 00:00 2020-11-19T19:04:43.527 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:04:43.527 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:04:43.527 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:04:43.527 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:04:43.528 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:04:43.528 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:04:43.528 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2020-11-19T19:04:43.528 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2020-11-19T19:04:43.529 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-11-19T19:04:43.529 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : openblas-threads-0.3.3-5.el8.x86_64 3/8 2020-11-19T19:04:43.529 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: openblas-threads-0.3.3-5.el8.x86_64 3/8 2020-11-19T19:04:43.529 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : openblas-0.3.3-5.el8.x86_64 4/8 2020-11-19T19:04:43.529 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: openblas-0.3.3-5.el8.x86_64 4/8 2020-11-19T19:04:43.530 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-numpy-1:1.14.3-9.el8.x86_64 5/8 2020-11-19T19:04:43.530 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-11-19T19:04:43.530 INFO:teuthology.orchestra.run.smithi002.stdout:(1/6): ceph-prometheus-alerts-16.0.0-7327.g33f7 47 kB/s | 8.8 kB 00:00 2020-11-19T19:04:43.530 INFO:teuthology.orchestra.run.smithi002.stdout:(2/6): ceph-grafana-dashboards-16.0.0-7327.g33f 104 kB/s | 24 kB 00:00 2020-11-19T19:04:43.531 INFO:teuthology.orchestra.run.smithi002.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 668 kB/s | 34 kB 00:00 2020-11-19T19:04:43.531 INFO:teuthology.orchestra.run.smithi002.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 1.1 MB/s | 43 kB 00:00 2020-11-19T19:04:43.531 INFO:teuthology.orchestra.run.smithi002.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.9 MB/s | 196 kB 00:00 2020-11-19T19:04:43.531 INFO:teuthology.orchestra.run.smithi002.stdout:(6/6): ceph-mgr-dashboard-16.0.0-7327.g33f73aff 3.3 MB/s | 3.2 MB 00:00 2020-11-19T19:04:43.532 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:43.532 INFO:teuthology.orchestra.run.smithi002.stdout:Total 3.6 MB/s | 3.5 MB 00:00 2020-11-19T19:04:43.532 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:04:43.532 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:04:43.532 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:04:43.533 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:04:43.533 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:04:43.533 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:04:43.533 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2020-11-19T19:04:43.542 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2020-11-19T19:04:43.542 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2020-11-19T19:04:43.543 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-prometheus-alerts-2:16.0.0-7327.g33f73aff.el8.n 4/6 2020-11-19T19:04:43.543 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2020-11-19T19:04:43.610 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-grafana-dashboards-2:16.0.0-7327.g33f73aff.el8. 5/6 2020-11-19T19:04:43.664 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-prometheus-alerts-2:16.0.0-7327.g33f73aff.el8.n 4/6 2020-11-19T19:04:43.889 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarc 6/6 2020-11-19T19:04:44.109 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarc 6/6 2020-11-19T19:04:44.110 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-grafana-dashboards-2:16.0.0-7327.g33f73aff.el8. 1/6 2020-11-19T19:04:44.110 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarc 2/6 2020-11-19T19:04:44.110 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-prometheus-alerts-2:16.0.0-7327.g33f73aff.el8.n 3/6 2020-11-19T19:04:44.111 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2020-11-19T19:04:44.111 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2020-11-19T19:04:44.393 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-11-19T19:04:44.570 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2020-11-19T19:04:44.571 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:04:44.733 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-grafana-dashboards-2:16.0.0-7327.g33f73aff.el8. 5/6 2020-11-19T19:04:45.010 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarc 6/6 2020-11-19T19:04:45.220 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarc 6/6 2020-11-19T19:04:45.221 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-grafana-dashboards-2:16.0.0-7327.g33f73aff.el8. 1/6 2020-11-19T19:04:45.221 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarc 2/6 2020-11-19T19:04:45.221 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-prometheus-alerts-2:16.0.0-7327.g33f73aff.el8.n 3/6 2020-11-19T19:04:45.221 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2020-11-19T19:04:45.222 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2020-11-19T19:04:45.680 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2020-11-19T19:04:45.680 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:04:45.714 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-scipy-1.0.0-20.module+el8.1.0+3334+5cb623d7. 7/8 2020-11-19T19:04:45.949 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73af 8/8 2020-11-19T19:04:46.204 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73af 8/8 2020-11-19T19:04:46.712 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73af 1/8 2020-11-19T19:04:46.712 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-scipy-1.0.0-20.module+el8.1.0+3334+5cb623d7. 2/8 2020-11-19T19:04:46.712 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 3/8 2020-11-19T19:04:46.713 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-numpy-1:1.14.3-9.el8.x86_64 4/8 2020-11-19T19:04:46.713 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : openblas-threads-0.3.3-5.el8.x86_64 5/8 2020-11-19T19:04:46.713 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : openblas-0.3.3-5.el8.x86_64 6/8 2020-11-19T19:04:46.713 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libquadmath-8.3.1-5.1.el8.x86_64 7/8 2020-11-19T19:04:46.714 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libgfortran-8.3.1-5.1.el8.x86_64 8/8 2020-11-19T19:04:46.714 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:04:46.759 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:46.759 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:04:46.759 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-grafana-dashboards-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:46.760 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:46.760 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-prometheus-alerts-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:46.760 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jwt-1.6.1-2.el8.noarch 2020-11-19T19:04:46.760 INFO:teuthology.orchestra.run.smithi002.stdout: python3-repoze-lru-0.7-6.el8.noarch 2020-11-19T19:04:46.761 INFO:teuthology.orchestra.run.smithi002.stdout: python3-routes-2.4.1-12.el8.noarch 2020-11-19T19:04:46.761 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:46.761 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:04:47.132 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-diskprediction-local 2020-11-19T19:04:47.438 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:47.802 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:47.802 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:04:47.802 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:47.802 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:47.803 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:47.803 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jwt-1.6.1-2.el8.noarch 2020-11-19T19:04:47.803 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru-0.7-6.el8.noarch 2020-11-19T19:04:47.803 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes-2.4.1-12.el8.noarch 2020-11-19T19:04:47.804 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:47.804 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:04:47.898 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-diskprediction-local 2020-11-19T19:04:47.966 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 74 kB/s | 2.8 kB 00:00 2020-11-19T19:04:48.102 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 kB/s | 2.4 kB 00:00 2020-11-19T19:04:48.179 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:48.675 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 81 kB/s | 2.4 kB 00:00 2020-11-19T19:04:48.777 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 97 kB/s | 2.8 kB 00:00 2020-11-19T19:04:48.825 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:48.826 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:04:48.826 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:48.826 INFO:teuthology.orchestra.run.smithi077.stdout: libgfortran-8.3.1-5.1.el8.x86_64 2020-11-19T19:04:48.826 INFO:teuthology.orchestra.run.smithi077.stdout: libquadmath-8.3.1-5.1.el8.x86_64 2020-11-19T19:04:48.827 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-0.3.3-5.el8.x86_64 2020-11-19T19:04:48.827 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-threads-0.3.3-5.el8.x86_64 2020-11-19T19:04:48.827 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-1:1.14.3-9.el8.x86_64 2020-11-19T19:04:48.827 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 2020-11-19T19:04:48.828 INFO:teuthology.orchestra.run.smithi077.stdout: python3-scipy-1.0.0-20.module+el8.1.0+3334+5cb623d7.x86_64 2020-11-19T19:04:48.828 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:48.828 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:04:48.918 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-rook 2020-11-19T19:04:49.207 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:49.666 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 96 kB/s | 2.8 kB 00:00 2020-11-19T19:04:49.682 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:04:49.683 INFO:teuthology.orchestra.run.smithi002.stdout:====================================================================================================================== 2020-11-19T19:04:49.684 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2020-11-19T19:04:49.684 INFO:teuthology.orchestra.run.smithi002.stdout:====================================================================================================================== 2020-11-19T19:04:49.684 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:04:49.684 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-diskprediction-local noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 8.6 M 2020-11-19T19:04:49.684 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2020-11-19T19:04:49.685 INFO:teuthology.orchestra.run.smithi002.stdout: libgfortran x86_64 8.3.1-5.1.el8 rhel-8-for-x86_64-baseos-rpms 639 k 2020-11-19T19:04:49.685 INFO:teuthology.orchestra.run.smithi002.stdout: libquadmath x86_64 8.3.1-5.1.el8 rhel-8-for-x86_64-baseos-rpms 169 k 2020-11-19T19:04:49.685 INFO:teuthology.orchestra.run.smithi002.stdout: openblas x86_64 0.3.3-5.el8 rhel-8-for-x86_64-appstream-rpms 4.3 M 2020-11-19T19:04:49.685 INFO:teuthology.orchestra.run.smithi002.stdout: openblas-threads x86_64 0.3.3-5.el8 rhel-8-for-x86_64-appstream-rpms 4.4 M 2020-11-19T19:04:49.685 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy x86_64 1:1.14.3-9.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2020-11-19T19:04:49.686 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy-f2py x86_64 1:1.14.3-9.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2020-11-19T19:04:49.686 INFO:teuthology.orchestra.run.smithi002.stdout: python3-scipy x86_64 1.0.0-20.module+el8.1.0+3334+5cb623d7 rhel-8-for-x86_64-appstream-rpms 15 M 2020-11-19T19:04:49.686 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:49.686 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:04:49.686 INFO:teuthology.orchestra.run.smithi002.stdout:====================================================================================================================== 2020-11-19T19:04:49.687 INFO:teuthology.orchestra.run.smithi002.stdout:Install 8 Packages 2020-11-19T19:04:49.687 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:04:49.688 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 37 M 2020-11-19T19:04:49.688 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 196 M 2020-11-19T19:04:49.688 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:04:49.744 INFO:teuthology.orchestra.run.smithi002.stdout:(1/8): python3-numpy-f2py-1.14.3-9.el8.x86_64.r 3.7 MB/s | 225 kB 00:00 2020-11-19T19:04:49.794 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 77 kB/s | 2.4 kB 00:00 2020-11-19T19:04:49.812 INFO:teuthology.orchestra.run.smithi002.stdout:(2/8): python3-numpy-1.14.3-9.el8.x86_64.rpm 56 MB/s | 3.7 MB 00:00 2020-11-19T19:04:49.950 INFO:teuthology.orchestra.run.smithi002.stdout:(3/8): python3-scipy-1.0.0-20.module+el8.1.0+33 55 MB/s | 15 MB 00:00 2020-11-19T19:04:49.986 INFO:teuthology.orchestra.run.smithi002.stdout:(4/8): openblas-threads-0.3.3-5.el8.x86_64.rpm 25 MB/s | 4.4 MB 00:00 2020-11-19T19:04:50.012 INFO:teuthology.orchestra.run.smithi002.stdout:(5/8): libquadmath-8.3.1-5.1.el8.x86_64.rpm 6.2 MB/s | 169 kB 00:00 2020-11-19T19:04:50.037 INFO:teuthology.orchestra.run.smithi002.stdout:(6/8): openblas-0.3.3-5.el8.x86_64.rpm 49 MB/s | 4.3 MB 00:00 2020-11-19T19:04:50.065 INFO:teuthology.orchestra.run.smithi002.stdout:(7/8): libgfortran-8.3.1-5.1.el8.x86_64.rpm 15 MB/s | 639 kB 00:00 2020-11-19T19:04:50.175 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:04:50.176 INFO:teuthology.orchestra.run.smithi071.stdout:====================================================================================================================== 2020-11-19T19:04:50.177 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2020-11-19T19:04:50.177 INFO:teuthology.orchestra.run.smithi071.stdout:====================================================================================================================== 2020-11-19T19:04:50.177 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:04:50.178 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 8.6 M 2020-11-19T19:04:50.178 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2020-11-19T19:04:50.178 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran x86_64 8.3.1-5.1.el8 rhel-8-for-x86_64-baseos-rpms 639 k 2020-11-19T19:04:50.178 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath x86_64 8.3.1-5.1.el8 rhel-8-for-x86_64-baseos-rpms 169 k 2020-11-19T19:04:50.179 INFO:teuthology.orchestra.run.smithi071.stdout: openblas x86_64 0.3.3-5.el8 rhel-8-for-x86_64-appstream-rpms 4.3 M 2020-11-19T19:04:50.179 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-threads x86_64 0.3.3-5.el8 rhel-8-for-x86_64-appstream-rpms 4.4 M 2020-11-19T19:04:50.179 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy x86_64 1:1.14.3-9.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2020-11-19T19:04:50.180 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py x86_64 1:1.14.3-9.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2020-11-19T19:04:50.180 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy x86_64 1.0.0-20.module+el8.1.0+3334+5cb623d7 rhel-8-for-x86_64-appstream-rpms 15 M 2020-11-19T19:04:50.181 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:50.181 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:04:50.181 INFO:teuthology.orchestra.run.smithi071.stdout:====================================================================================================================== 2020-11-19T19:04:50.182 INFO:teuthology.orchestra.run.smithi071.stdout:Install 8 Packages 2020-11-19T19:04:50.182 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:04:50.183 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 37 M 2020-11-19T19:04:50.183 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 196 M 2020-11-19T19:04:50.183 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:04:50.216 INFO:teuthology.orchestra.run.smithi071.stdout:(1/8): libquadmath-8.3.1-5.1.el8.x86_64.rpm 4.4 MB/s | 169 kB 00:00 2020-11-19T19:04:50.227 INFO:teuthology.orchestra.run.smithi071.stdout:(2/8): libgfortran-8.3.1-5.1.el8.x86_64.rpm 13 MB/s | 639 kB 00:00 2020-11-19T19:04:50.255 INFO:teuthology.orchestra.run.smithi071.stdout:(3/8): python3-numpy-f2py-1.14.3-9.el8.x86_64.r 9.3 MB/s | 225 kB 00:00 2020-11-19T19:04:50.308 INFO:teuthology.orchestra.run.smithi071.stdout:(4/8): python3-numpy-1.14.3-9.el8.x86_64.rpm 71 MB/s | 3.7 MB 00:00 2020-11-19T19:04:50.440 INFO:teuthology.orchestra.run.smithi071.stdout:(5/8): python3-scipy-1.0.0-20.module+el8.1.0+33 65 MB/s | 15 MB 00:00 2020-11-19T19:04:50.473 INFO:teuthology.orchestra.run.smithi071.stdout:(6/8): openblas-threads-0.3.3-5.el8.x86_64.rpm 26 MB/s | 4.4 MB 00:00 2020-11-19T19:04:50.495 INFO:teuthology.orchestra.run.smithi071.stdout:(7/8): openblas-0.3.3-5.el8.x86_64.rpm 79 MB/s | 4.3 MB 00:00 2020-11-19T19:04:51.312 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:04:51.313 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================== 2020-11-19T19:04:51.313 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2020-11-19T19:04:51.314 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================== 2020-11-19T19:04:51.314 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:04:51.314 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-rook noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 27 k 2020-11-19T19:04:51.314 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2020-11-19T19:04:51.315 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2020-11-19T19:04:51.315 INFO:teuthology.orchestra.run.smithi077.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2020-11-19T19:04:51.315 INFO:teuthology.orchestra.run.smithi077.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2020-11-19T19:04:51.315 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2020-11-19T19:04:51.315 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2020-11-19T19:04:51.482 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kubernetes noarch 11.0.0-2.el8 epel 1.2 M 2020-11-19T19:04:51.483 INFO:teuthology.orchestra.run.smithi077.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2020-11-19T19:04:51.483 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2020-11-19T19:04:51.484 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2020-11-19T19:04:51.484 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2020-11-19T19:04:51.485 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rsa noarch 3.4.2-15.el8 epel 73 k 2020-11-19T19:04:51.485 INFO:teuthology.orchestra.run.smithi077.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2020-11-19T19:04:51.485 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:51.490 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:04:51.491 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================== 2020-11-19T19:04:51.491 INFO:teuthology.orchestra.run.smithi077.stdout:Install 13 Packages 2020-11-19T19:04:51.491 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:51.497 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 1.9 M 2020-11-19T19:04:51.498 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 24 M 2020-11-19T19:04:51.498 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:04:51.498 INFO:teuthology.orchestra.run.smithi077.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 275 kB/s | 16 kB 00:00 2020-11-19T19:04:51.499 INFO:teuthology.orchestra.run.smithi077.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 553 kB/s | 33 kB 00:00 2020-11-19T19:04:51.499 INFO:teuthology.orchestra.run.smithi077.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 2.0 MB/s | 81 kB 00:00 2020-11-19T19:04:51.499 INFO:teuthology.orchestra.run.smithi077.stdout:(4/13): python3-rsa-3.4.2-15.el8.noarch.rpm 3.6 MB/s | 73 kB 00:00 2020-11-19T19:04:51.499 INFO:teuthology.orchestra.run.smithi077.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 3.0 MB/s | 61 kB 00:00 2020-11-19T19:04:51.499 INFO:teuthology.orchestra.run.smithi077.stdout:(6/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 870 kB/s | 27 kB 00:00 2020-11-19T19:04:51.500 INFO:teuthology.orchestra.run.smithi077.stdout:(7/13): python3-kubernetes-11.0.0-2.el8.noarch. 9.7 MB/s | 1.2 MB 00:00 2020-11-19T19:04:51.510 INFO:teuthology.orchestra.run.smithi077.stdout:(8/13): python3-jsonpointer-1.10-11.el8.noarch. 879 kB/s | 20 kB 00:00 2020-11-19T19:04:51.535 INFO:teuthology.orchestra.run.smithi077.stdout:(9/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 3.4 MB/s | 126 kB 00:00 2020-11-19T19:04:51.542 INFO:teuthology.orchestra.run.smithi077.stdout:(10/13): python3-pyasn1-modules-0.3.7-6.el8.noa 3.5 MB/s | 110 kB 00:00 2020-11-19T19:04:51.558 INFO:teuthology.orchestra.run.smithi077.stdout:(11/13): python3-requests-oauthlib-1.0.0-1.el8. 1.7 MB/s | 43 kB 00:00 2020-11-19T19:04:51.566 INFO:teuthology.orchestra.run.smithi077.stdout:(12/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 6.1 MB/s | 155 kB 00:00 2020-11-19T19:04:51.627 INFO:teuthology.orchestra.run.smithi077.stdout:(13/13): ceph-mgr-rook-16.0.0-7327.g33f73aff.el 87 kB/s | 27 kB 00:00 2020-11-19T19:04:51.628 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:51.917 INFO:teuthology.orchestra.run.smithi077.stdout:Total 6.1 MB/s | 1.9 MB 00:00 2020-11-19T19:04:51.920 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:04:51.921 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:04:51.921 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:04:51.923 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:04:51.923 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:04:52.201 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:04:52.362 INFO:teuthology.orchestra.run.smithi071.stdout:(8/8): ceph-mgr-diskprediction-local-16.0.0-732 3.9 MB/s | 8.6 MB 00:02 2020-11-19T19:04:52.364 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:52.364 INFO:teuthology.orchestra.run.smithi071.stdout:Total 17 MB/s | 37 MB 00:02 2020-11-19T19:04:52.376 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:04:52.395 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:04:52.396 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:04:52.482 INFO:teuthology.orchestra.run.smithi002.stdout:(8/8): ceph-mgr-diskprediction-local-16.0.0-732 3.1 MB/s | 8.6 MB 00:02 2020-11-19T19:04:52.483 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2020-11-19T19:04:52.483 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:04:52.484 INFO:teuthology.orchestra.run.smithi002.stdout:Total 13 MB/s | 37 MB 00:02 2020-11-19T19:04:52.495 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:04:52.517 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:04:52.517 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:04:52.714 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rsa-3.4.2-15.el8.noarch 2/13 2020-11-19T19:04:52.725 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:04:52.729 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:04:52.891 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:04:52.895 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:04:53.018 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2020-11-19T19:04:53.288 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2020-11-19T19:04:53.309 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:04:53.471 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2020-11-19T19:04:53.479 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:04:53.487 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-11-19T19:04:53.615 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-11-19T19:04:53.639 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2020-11-19T19:04:53.698 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-11-19T19:04:53.737 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-11-19T19:04:53.835 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-11-19T19:04:53.912 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2020-11-19T19:04:53.982 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-11-19T19:04:54.081 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2020-11-19T19:04:54.265 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2020-11-19T19:04:54.284 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-11-19T19:04:54.395 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-threads-0.3.3-5.el8.x86_64 3/8 2020-11-19T19:04:54.517 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2020-11-19T19:04:54.546 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-11-19T19:04:54.714 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : openblas-threads-0.3.3-5.el8.x86_64 3/8 2020-11-19T19:04:54.908 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: openblas-threads-0.3.3-5.el8.x86_64 3/8 2020-11-19T19:04:55.062 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-0.3.3-5.el8.x86_64 4/8 2020-11-19T19:04:55.234 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: openblas-threads-0.3.3-5.el8.x86_64 3/8 2020-11-19T19:04:55.397 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : openblas-0.3.3-5.el8.x86_64 4/8 2020-11-19T19:04:55.659 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2020-11-19T19:04:55.785 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: openblas-0.3.3-5.el8.x86_64 4/8 2020-11-19T19:04:55.881 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-kubernetes-11.0.0-2.el8.noarch 12/13 2020-11-19T19:04:56.040 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 13/13 2020-11-19T19:04:56.138 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-1:1.14.3-9.el8.x86_64 5/8 2020-11-19T19:04:56.157 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: openblas-0.3.3-5.el8.x86_64 4/8 2020-11-19T19:04:56.268 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 13/13 2020-11-19T19:04:56.269 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 1/13 2020-11-19T19:04:56.269 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2020-11-19T19:04:56.269 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2020-11-19T19:04:56.269 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2020-11-19T19:04:56.270 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-kubernetes-11.0.0-2.el8.noarch 5/13 2020-11-19T19:04:56.270 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rsa-3.4.2-15.el8.noarch 6/13 2020-11-19T19:04:56.270 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2020-11-19T19:04:56.270 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 8/13 2020-11-19T19:04:56.270 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 9/13 2020-11-19T19:04:56.271 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2020-11-19T19:04:56.271 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 11/13 2020-11-19T19:04:56.271 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2020-11-19T19:04:56.386 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-11-19T19:04:56.521 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-numpy-1:1.14.3-9.el8.x86_64 5/8 2020-11-19T19:04:56.739 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-11-19T19:04:56.754 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2020-11-19T19:04:56.755 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:04:58.425 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-11-19T19:04:58.861 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:58.861 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:04:58.861 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:04:58.862 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cachetools-3.1.1-4.el8.noarch 2020-11-19T19:04:58.862 INFO:teuthology.orchestra.run.smithi077.stdout: python3-certifi-2018.10.15-7.el8.noarch 2020-11-19T19:04:58.863 INFO:teuthology.orchestra.run.smithi077.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2020-11-19T19:04:58.863 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpatch-1.21-2.el8.noarch 2020-11-19T19:04:58.863 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpointer-1.10-11.el8.noarch 2020-11-19T19:04:58.864 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kubernetes-11.0.0-2.el8.noarch 2020-11-19T19:04:58.864 INFO:teuthology.orchestra.run.smithi077.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2020-11-19T19:04:58.864 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2020-11-19T19:04:58.865 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2020-11-19T19:04:58.865 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2020-11-19T19:04:58.866 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rsa-3.4.2-15.el8.noarch 2020-11-19T19:04:58.866 INFO:teuthology.orchestra.run.smithi077.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2020-11-19T19:04:58.866 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:04:58.867 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:04:58.910 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-11-19T19:04:58.951 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-cephadm 2020-11-19T19:04:59.568 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:04:59.759 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-scipy-1.0.0-20.module+el8.1.0+3334+5cb623d7. 7/8 2020-11-19T19:04:59.969 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73af 8/8 2020-11-19T19:05:00.042 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 95 kB/s | 2.8 kB 00:00 2020-11-19T19:05:00.166 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 82 kB/s | 2.4 kB 00:00 2020-11-19T19:05:00.226 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73af 8/8 2020-11-19T19:05:00.227 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73af 1/8 2020-11-19T19:05:00.227 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libquadmath-8.3.1-5.1.el8.x86_64 2/8 2020-11-19T19:05:00.227 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libgfortran-8.3.1-5.1.el8.x86_64 3/8 2020-11-19T19:05:00.227 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-scipy-1.0.0-20.module+el8.1.0+3334+5cb623d7. 4/8 2020-11-19T19:05:00.227 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 5/8 2020-11-19T19:05:00.228 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-1:1.14.3-9.el8.x86_64 6/8 2020-11-19T19:05:00.228 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-threads-0.3.3-5.el8.x86_64 7/8 2020-11-19T19:05:00.320 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-scipy-1.0.0-20.module+el8.1.0+3334+5cb623d7. 7/8 2020-11-19T19:05:00.521 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73af 8/8 2020-11-19T19:05:00.685 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-0.3.3-5.el8.x86_64 8/8 2020-11-19T19:05:00.685 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:05:00.825 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73af 8/8 2020-11-19T19:05:00.825 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73af 1/8 2020-11-19T19:05:00.825 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-scipy-1.0.0-20.module+el8.1.0+3334+5cb623d7. 2/8 2020-11-19T19:05:00.826 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 3/8 2020-11-19T19:05:00.826 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-numpy-1:1.14.3-9.el8.x86_64 4/8 2020-11-19T19:05:00.826 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : openblas-threads-0.3.3-5.el8.x86_64 5/8 2020-11-19T19:05:00.826 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : openblas-0.3.3-5.el8.x86_64 6/8 2020-11-19T19:05:00.826 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libquadmath-8.3.1-5.1.el8.x86_64 7/8 2020-11-19T19:05:01.308 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libgfortran-8.3.1-5.1.el8.x86_64 8/8 2020-11-19T19:05:01.308 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:05:01.545 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:01.546 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================================== 2020-11-19T19:05:01.577 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2020-11-19T19:05:01.577 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================================== 2020-11-19T19:05:01.578 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:05:01.578 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-cephadm noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 66 k 2020-11-19T19:05:01.578 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2020-11-19T19:05:01.579 INFO:teuthology.orchestra.run.smithi077.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2020-11-19T19:05:01.579 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel noarch 2.5.1-5.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2020-11-19T19:05:01.580 INFO:teuthology.orchestra.run.smithi077.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2020-11-19T19:05:01.580 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jinja2 noarch 2.10.1-2.el8_0 rhel-8-for-x86_64-appstream-rpms 538 k 2020-11-19T19:05:01.581 INFO:teuthology.orchestra.run.smithi077.stdout: python3-remoto noarch 1.1.4-4.el8 epel 48 k 2020-11-19T19:05:01.581 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:01.582 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:05:01.582 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================================== 2020-11-19T19:05:01.583 INFO:teuthology.orchestra.run.smithi077.stdout:Install 6 Packages 2020-11-19T19:05:01.583 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:01.585 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 5.8 M 2020-11-19T19:05:01.585 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 24 M 2020-11-19T19:05:01.585 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:05:01.602 INFO:teuthology.orchestra.run.smithi077.stdout:(1/6): python3-apipkg-1.5-6.el8.noarch.rpm 411 kB/s | 21 kB 00:00 2020-11-19T19:05:01.634 INFO:teuthology.orchestra.run.smithi077.stdout:(2/6): python3-remoto-1.1.4-4.el8.noarch.rpm 1.4 MB/s | 48 kB 00:00 2020-11-19T19:05:01.662 INFO:teuthology.orchestra.run.smithi077.stdout:(3/6): python3-execnet-1.7.1-1.el8.noarch.rpm 3.4 MB/s | 355 kB 00:00 2020-11-19T19:05:01.683 INFO:teuthology.orchestra.run.smithi077.stdout:(4/6): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 11 MB/s | 538 kB 00:00 2020-11-19T19:05:01.700 INFO:teuthology.orchestra.run.smithi077.stdout:(5/6): ceph-mgr-cephadm-16.0.0-7327.g33f73aff.e 436 kB/s | 66 kB 00:00 2020-11-19T19:05:01.723 INFO:teuthology.orchestra.run.smithi077.stdout:(6/6): python3-babel-2.5.1-5.el8.noarch.rpm 71 MB/s | 4.8 MB 00:00 2020-11-19T19:05:01.724 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:01.724 INFO:teuthology.orchestra.run.smithi077.stdout:Total 33 MB/s | 5.8 MB 00:00 2020-11-19T19:05:01.725 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:05:01.735 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:05:01.735 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:05:01.829 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:05:01.834 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:05:02.769 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:02.847 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:05:02.847 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:05:02.847 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran-8.3.1-5.1.el8.x86_64 2020-11-19T19:05:02.848 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath-8.3.1-5.1.el8.x86_64 2020-11-19T19:05:02.848 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-0.3.3-5.el8.x86_64 2020-11-19T19:05:02.848 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-threads-0.3.3-5.el8.x86_64 2020-11-19T19:05:02.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-1:1.14.3-9.el8.x86_64 2020-11-19T19:05:02.849 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 2020-11-19T19:05:02.850 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy-1.0.0-20.module+el8.1.0+3334+5cb623d7.x86_64 2020-11-19T19:05:02.850 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:02.850 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:02.897 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-rook 2020-11-19T19:05:03.073 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:05:03.226 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:03.413 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-babel-2.5.1-5.el8.noarch 1/6 2020-11-19T19:05:03.476 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:03.476 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:05:03.476 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-diskprediction-local-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:05:03.476 INFO:teuthology.orchestra.run.smithi002.stdout: libgfortran-8.3.1-5.1.el8.x86_64 2020-11-19T19:05:03.477 INFO:teuthology.orchestra.run.smithi002.stdout: libquadmath-8.3.1-5.1.el8.x86_64 2020-11-19T19:05:03.477 INFO:teuthology.orchestra.run.smithi002.stdout: openblas-0.3.3-5.el8.x86_64 2020-11-19T19:05:03.477 INFO:teuthology.orchestra.run.smithi002.stdout: openblas-threads-0.3.3-5.el8.x86_64 2020-11-19T19:05:03.477 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy-1:1.14.3-9.el8.x86_64 2020-11-19T19:05:03.477 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 2020-11-19T19:05:03.478 INFO:teuthology.orchestra.run.smithi002.stdout: python3-scipy-1.0.0-20.module+el8.1.0+3334+5cb623d7.x86_64 2020-11-19T19:05:03.478 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:03.478 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:03.625 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-rook 2020-11-19T19:05:03.646 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jinja2-2.10.1-2.el8_0.noarch 2/6 2020-11-19T19:05:03.710 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 74 kB/s | 2.4 kB 00:00 2020-11-19T19:05:03.813 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 93 kB/s | 2.8 kB 00:00 2020-11-19T19:05:03.898 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 3/6 2020-11-19T19:05:03.931 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:04.179 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 4/6 2020-11-19T19:05:04.476 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-remoto-1.1.4-4.el8.noarch 5/6 2020-11-19T19:05:04.481 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 74 kB/s | 2.8 kB 00:00 2020-11-19T19:05:04.618 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 kB/s | 2.4 kB 00:00 2020-11-19T19:05:04.714 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 6/6 2020-11-19T19:05:04.923 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 6/6 2020-11-19T19:05:04.923 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 1/6 2020-11-19T19:05:04.923 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 2/6 2020-11-19T19:05:04.924 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 3/6 2020-11-19T19:05:04.924 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-remoto-1.1.4-4.el8.noarch 4/6 2020-11-19T19:05:04.924 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 5/6 2020-11-19T19:05:05.226 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:05.226 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================================== 2020-11-19T19:05:05.227 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2020-11-19T19:05:05.227 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================================== 2020-11-19T19:05:05.227 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:05:05.227 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 27 k 2020-11-19T19:05:05.228 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2020-11-19T19:05:05.228 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2020-11-19T19:05:05.228 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2020-11-19T19:05:05.228 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2020-11-19T19:05:05.228 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2020-11-19T19:05:05.229 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2020-11-19T19:05:05.229 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes noarch 11.0.0-2.el8 epel 1.2 M 2020-11-19T19:05:05.229 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2020-11-19T19:05:05.229 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2020-11-19T19:05:05.229 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2020-11-19T19:05:05.230 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2020-11-19T19:05:05.230 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa noarch 3.4.2-15.el8 epel 73 k 2020-11-19T19:05:05.230 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2020-11-19T19:05:05.230 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:05.231 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:05:05.231 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================================== 2020-11-19T19:05:05.231 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2020-11-19T19:05:05.231 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:05.232 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 1.9 M 2020-11-19T19:05:05.232 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 24 M 2020-11-19T19:05:05.233 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:05:05.278 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 331 kB/s | 16 kB 00:00 2020-11-19T19:05:05.289 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 544 kB/s | 33 kB 00:00 2020-11-19T19:05:05.310 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 2.5 MB/s | 81 kB 00:00 2020-11-19T19:05:05.328 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): python3-rsa-3.4.2-15.el8.noarch.rpm 4.3 MB/s | 73 kB 00:00 2020-11-19T19:05:05.344 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 3.6 MB/s | 61 kB 00:00 2020-11-19T19:05:05.360 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): ceph-mgr-rook-16.0.0-7327.g33f73aff.el8 206 kB/s | 27 kB 00:00 2020-11-19T19:05:05.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-babel-2.5.1-5.el8.noarch 6/6 2020-11-19T19:05:05.364 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:05:05.374 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 1.4 MB/s | 43 kB 00:00 2020-11-19T19:05:05.398 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 4.2 MB/s | 155 kB 00:00 2020-11-19T19:05:05.404 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 907 kB/s | 27 kB 00:00 2020-11-19T19:05:05.408 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): python3-kubernetes-11.0.0-2.el8.noarch 9.8 MB/s | 1.2 MB 00:00 2020-11-19T19:05:05.428 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): python3-jsonpointer-1.10-11.el8.noarch 634 kB/s | 20 kB 00:00 2020-11-19T19:05:05.435 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 3.9 MB/s | 126 kB 00:00 2020-11-19T19:05:05.449 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): python3-pyasn1-modules-0.3.7-6.el8.noa 3.3 MB/s | 110 kB 00:00 2020-11-19T19:05:05.450 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:05.450 INFO:teuthology.orchestra.run.smithi071.stdout:Total 8.6 MB/s | 1.9 MB 00:00 2020-11-19T19:05:05.455 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:05:05.468 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:05:05.469 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:05:05.546 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:05:05.550 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:05:06.037 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:05:06.114 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:06.118 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================== 2020-11-19T19:05:06.118 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2020-11-19T19:05:06.118 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================== 2020-11-19T19:05:06.118 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:05:06.119 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-rook noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 27 k 2020-11-19T19:05:06.119 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2020-11-19T19:05:06.119 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2020-11-19T19:05:06.119 INFO:teuthology.orchestra.run.smithi002.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2020-11-19T19:05:06.119 INFO:teuthology.orchestra.run.smithi002.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2020-11-19T19:05:06.120 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2020-11-19T19:05:06.120 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2020-11-19T19:05:06.120 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kubernetes noarch 11.0.0-2.el8 epel 1.2 M 2020-11-19T19:05:06.120 INFO:teuthology.orchestra.run.smithi002.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2020-11-19T19:05:06.120 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2020-11-19T19:05:06.121 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2020-11-19T19:05:06.121 INFO:teuthology.orchestra.run.smithi002.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2020-11-19T19:05:06.121 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rsa noarch 3.4.2-15.el8 epel 73 k 2020-11-19T19:05:06.121 INFO:teuthology.orchestra.run.smithi002.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2020-11-19T19:05:06.121 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:06.122 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:05:06.122 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================== 2020-11-19T19:05:06.122 INFO:teuthology.orchestra.run.smithi002.stdout:Install 13 Packages 2020-11-19T19:05:06.122 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:06.122 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 1.9 M 2020-11-19T19:05:06.123 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 24 M 2020-11-19T19:05:06.123 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:05:06.168 INFO:teuthology.orchestra.run.smithi002.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 333 kB/s | 16 kB 00:00 2020-11-19T19:05:06.276 INFO:teuthology.orchestra.run.smithi002.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 558 kB/s | 33 kB 00:00 2020-11-19T19:05:06.276 INFO:teuthology.orchestra.run.smithi002.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 1.6 MB/s | 81 kB 00:00 2020-11-19T19:05:06.276 INFO:teuthology.orchestra.run.smithi002.stdout:(4/13): python3-rsa-3.4.2-15.el8.noarch.rpm 4.3 MB/s | 73 kB 00:00 2020-11-19T19:05:06.277 INFO:teuthology.orchestra.run.smithi002.stdout:(5/13): ceph-mgr-rook-16.0.0-7327.g33f73aff.el8 209 kB/s | 27 kB 00:00 2020-11-19T19:05:06.277 INFO:teuthology.orchestra.run.smithi002.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 3.5 MB/s | 61 kB 00:00 2020-11-19T19:05:06.306 INFO:teuthology.orchestra.run.smithi002.stdout:(7/13): python3-kubernetes-11.0.0-2.el8.noarch. 9.2 MB/s | 1.2 MB 00:00 2020-11-19T19:05:06.306 INFO:teuthology.orchestra.run.smithi002.stdout:(8/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 468 kB/s | 27 kB 00:00 2020-11-19T19:05:06.312 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2020-11-19T19:05:06.324 INFO:teuthology.orchestra.run.smithi002.stdout:(9/13): python3-jsonpointer-1.10-11.el8.noarch. 275 kB/s | 20 kB 00:00 2020-11-19T19:05:06.350 INFO:teuthology.orchestra.run.smithi002.stdout:(10/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 3.0 MB/s | 126 kB 00:00 2020-11-19T19:05:06.362 INFO:teuthology.orchestra.run.smithi002.stdout:(11/13): python3-pyasn1-modules-0.3.7-6.el8.noa 1.9 MB/s | 110 kB 00:00 2020-11-19T19:05:06.370 INFO:teuthology.orchestra.run.smithi002.stdout:(12/13): python3-requests-oauthlib-1.0.0-1.el8. 938 kB/s | 43 kB 00:00 2020-11-19T19:05:06.388 INFO:teuthology.orchestra.run.smithi002.stdout:(13/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 3.8 MB/s | 155 kB 00:00 2020-11-19T19:05:06.388 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:06.388 INFO:teuthology.orchestra.run.smithi002.stdout:Total 7.1 MB/s | 1.9 MB 00:00 2020-11-19T19:05:06.393 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:05:06.408 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:05:06.409 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:05:06.492 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:05:06.497 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:05:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rsa-3.4.2-15.el8.noarch 2/13 2020-11-19T19:05:06.791 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2020-11-19T19:05:06.982 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2020-11-19T19:05:07.034 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:05:07.254 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2020-11-19T19:05:07.291 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2020-11-19T19:05:07.445 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:07.446 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:05:07.446 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:05:07.446 INFO:teuthology.orchestra.run.smithi077.stdout: python3-apipkg-1.5-6.el8.noarch 2020-11-19T19:05:07.446 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel-2.5.1-5.el8.noarch 2020-11-19T19:05:07.496 INFO:teuthology.orchestra.run.smithi077.stdout: python3-execnet-1.7.1-1.el8.noarch 2020-11-19T19:05:07.496 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jinja2-2.10.1-2.el8_0.noarch 2020-11-19T19:05:07.496 INFO:teuthology.orchestra.run.smithi077.stdout: python3-remoto-1.1.4-4.el8.noarch 2020-11-19T19:05:07.497 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:07.497 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:07.497 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2020-11-19T19:05:07.534 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rsa-3.4.2-15.el8.noarch 2/13 2020-11-19T19:05:07.550 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-fuse 2020-11-19T19:05:07.656 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2020-11-19T19:05:07.826 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2020-11-19T19:05:07.841 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:07.869 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2020-11-19T19:05:08.042 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2020-11-19T19:05:08.263 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2020-11-19T19:05:08.318 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 93 kB/s | 2.8 kB 00:00 2020-11-19T19:05:08.416 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2020-11-19T19:05:08.446 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 76 kB/s | 2.4 kB 00:00 2020-11-19T19:05:08.635 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2020-11-19T19:05:08.816 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2020-11-19T19:05:09.040 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2020-11-19T19:05:09.265 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2020-11-19T19:05:09.460 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2020-11-19T19:05:09.476 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2020-11-19T19:05:09.667 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-kubernetes-11.0.0-2.el8.noarch 12/13 2020-11-19T19:05:09.750 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2020-11-19T19:05:09.800 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 13/13 2020-11-19T19:05:09.816 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:09.817 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================= 2020-11-19T19:05:09.817 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2020-11-19T19:05:09.817 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================= 2020-11-19T19:05:09.818 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:05:09.818 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-fuse x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 628 k 2020-11-19T19:05:09.818 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2020-11-19T19:05:09.818 INFO:teuthology.orchestra.run.smithi077.stdout: fuse x86_64 2.9.7-12.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2020-11-19T19:05:09.818 INFO:teuthology.orchestra.run.smithi077.stdout: fuse-common x86_64 3.2.1-12.el8 rhel-8-for-x86_64-baseos-rpms 21 k 2020-11-19T19:05:09.819 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:09.819 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:05:09.819 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================= 2020-11-19T19:05:09.819 INFO:teuthology.orchestra.run.smithi077.stdout:Install 3 Packages 2020-11-19T19:05:09.819 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:09.820 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 732 k 2020-11-19T19:05:09.820 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 2.2 M 2020-11-19T19:05:09.821 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:05:09.863 INFO:teuthology.orchestra.run.smithi077.stdout:(1/3): fuse-2.9.7-12.el8.x86_64.rpm 1.8 MB/s | 83 kB 00:00 2020-11-19T19:05:09.868 INFO:teuthology.orchestra.run.smithi077.stdout:(2/3): fuse-common-3.2.1-12.el8.x86_64.rpm 429 kB/s | 21 kB 00:00 2020-11-19T19:05:10.008 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 13/13 2020-11-19T19:05:10.009 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 1/13 2020-11-19T19:05:10.009 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2020-11-19T19:05:10.009 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2020-11-19T19:05:10.009 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2020-11-19T19:05:10.010 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-kubernetes-11.0.0-2.el8.noarch 5/13 2020-11-19T19:05:10.010 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rsa-3.4.2-15.el8.noarch 6/13 2020-11-19T19:05:10.010 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2020-11-19T19:05:10.010 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2020-11-19T19:05:10.010 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2020-11-19T19:05:10.011 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 10/13 2020-11-19T19:05:10.011 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2020-11-19T19:05:10.011 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2020-11-19T19:05:10.045 INFO:teuthology.orchestra.run.smithi077.stdout:(3/3): ceph-fuse-16.0.0-7327.g33f73aff.el8.x86_ 2.7 MB/s | 628 kB 00:00 2020-11-19T19:05:10.046 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:10.046 INFO:teuthology.orchestra.run.smithi077.stdout:Total 3.1 MB/s | 732 kB 00:00 2020-11-19T19:05:10.048 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:05:10.069 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:05:10.069 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:05:10.140 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:05:10.144 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:05:10.322 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:05:10.322 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : fuse-common-3.2.1-12.el8.x86_64 1/3 2020-11-19T19:05:10.322 INFO:teuthology.orchestra.run.smithi077.stdout:warning: /etc/fuse.conf created as /etc/fuse.conf.rpmnew 2020-11-19T19:05:10.323 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:10.488 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 13/13 2020-11-19T19:05:10.489 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:05:10.783 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : fuse-2.9.7-12.el8.x86_64 2/3 2020-11-19T19:05:10.937 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 3/3 2020-11-19T19:05:10.998 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2020-11-19T19:05:11.237 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-kubernetes-11.0.0-2.el8.noarch 12/13 2020-11-19T19:05:11.252 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 3/3 2020-11-19T19:05:11.252 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/3 2020-11-19T19:05:11.252 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fuse-2.9.7-12.el8.x86_64 2/3 2020-11-19T19:05:11.412 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 13/13 2020-11-19T19:05:11.679 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 13/13 2020-11-19T19:05:11.679 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 1/13 2020-11-19T19:05:11.679 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2020-11-19T19:05:11.680 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2020-11-19T19:05:11.680 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2020-11-19T19:05:11.680 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-kubernetes-11.0.0-2.el8.noarch 5/13 2020-11-19T19:05:11.680 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rsa-3.4.2-15.el8.noarch 6/13 2020-11-19T19:05:11.681 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2020-11-19T19:05:11.681 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 8/13 2020-11-19T19:05:11.681 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 9/13 2020-11-19T19:05:11.681 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2020-11-19T19:05:11.681 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 11/13 2020-11-19T19:05:11.682 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2020-11-19T19:05:11.731 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 3/3 2020-11-19T19:05:11.731 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:05:12.235 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2020-11-19T19:05:12.236 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:05:12.721 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:12.721 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:05:12.721 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:05:12.722 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools-3.1.1-4.el8.noarch 2020-11-19T19:05:12.722 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi-2018.10.15-7.el8.noarch 2020-11-19T19:05:12.722 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2020-11-19T19:05:12.722 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch-1.21-2.el8.noarch 2020-11-19T19:05:12.723 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer-1.10-11.el8.noarch 2020-11-19T19:05:12.723 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes-11.0.0-2.el8.noarch 2020-11-19T19:05:12.723 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2020-11-19T19:05:12.723 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2020-11-19T19:05:12.723 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2020-11-19T19:05:12.724 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2020-11-19T19:05:12.724 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa-3.4.2-15.el8.noarch 2020-11-19T19:05:12.724 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2020-11-19T19:05:12.724 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:12.725 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:13.075 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-cephadm 2020-11-19T19:05:13.364 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:13.855 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 84 kB/s | 2.4 kB 00:00 2020-11-19T19:05:13.963 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 85 kB/s | 2.8 kB 00:00 2020-11-19T19:05:14.058 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:14.058 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:05:14.059 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 fuse-2.9.7-12.el8.x86_64 2020-11-19T19:05:14.059 INFO:teuthology.orchestra.run.smithi077.stdout: fuse-common-3.2.1-12.el8.x86_64 2020-11-19T19:05:14.059 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:14.060 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:14.146 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install librados-devel 2020-11-19T19:05:14.446 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:14.628 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:14.628 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:05:14.721 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-rook-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:05:14.721 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cachetools-3.1.1-4.el8.noarch 2020-11-19T19:05:14.721 INFO:teuthology.orchestra.run.smithi002.stdout: python3-certifi-2018.10.15-7.el8.noarch 2020-11-19T19:05:14.722 INFO:teuthology.orchestra.run.smithi002.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2020-11-19T19:05:14.722 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpatch-1.21-2.el8.noarch 2020-11-19T19:05:14.722 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpointer-1.10-11.el8.noarch 2020-11-19T19:05:14.722 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kubernetes-11.0.0-2.el8.noarch 2020-11-19T19:05:14.722 INFO:teuthology.orchestra.run.smithi002.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2020-11-19T19:05:14.723 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2020-11-19T19:05:14.723 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2020-11-19T19:05:14.723 INFO:teuthology.orchestra.run.smithi002.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2020-11-19T19:05:14.723 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rsa-3.4.2-15.el8.noarch 2020-11-19T19:05:14.724 INFO:teuthology.orchestra.run.smithi002.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2020-11-19T19:05:14.724 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:14.724 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:14.750 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-cephadm 2020-11-19T19:05:14.947 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 95 kB/s | 2.8 kB 00:00 2020-11-19T19:05:15.185 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:15.186 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 80 kB/s | 2.4 kB 00:00 2020-11-19T19:05:15.390 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:15.391 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================================== 2020-11-19T19:05:15.391 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2020-11-19T19:05:15.391 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================================== 2020-11-19T19:05:15.391 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:05:15.391 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 66 k 2020-11-19T19:05:15.392 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2020-11-19T19:05:15.392 INFO:teuthology.orchestra.run.smithi071.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2020-11-19T19:05:15.392 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel noarch 2.5.1-5.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2020-11-19T19:05:15.392 INFO:teuthology.orchestra.run.smithi071.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2020-11-19T19:05:15.392 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2 noarch 2.10.1-2.el8_0 rhel-8-for-x86_64-appstream-rpms 538 k 2020-11-19T19:05:15.393 INFO:teuthology.orchestra.run.smithi071.stdout: python3-remoto noarch 1.1.4-4.el8 epel 48 k 2020-11-19T19:05:15.393 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:15.393 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:05:15.393 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================================== 2020-11-19T19:05:15.397 INFO:teuthology.orchestra.run.smithi071.stdout:Install 6 Packages 2020-11-19T19:05:15.397 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:15.398 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 5.8 M 2020-11-19T19:05:15.398 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 24 M 2020-11-19T19:05:15.398 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:05:15.450 INFO:teuthology.orchestra.run.smithi071.stdout:(1/6): python3-apipkg-1.5-6.el8.noarch.rpm 359 kB/s | 21 kB 00:00 2020-11-19T19:05:15.489 INFO:teuthology.orchestra.run.smithi071.stdout:(2/6): python3-remoto-1.1.4-4.el8.noarch.rpm 1.2 MB/s | 48 kB 00:00 2020-11-19T19:05:15.526 INFO:teuthology.orchestra.run.smithi071.stdout:(3/6): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 16 MB/s | 538 kB 00:00 2020-11-19T19:05:15.548 INFO:teuthology.orchestra.run.smithi071.stdout:(4/6): ceph-mgr-cephadm-16.0.0-7327.g33f73aff.e 437 kB/s | 66 kB 00:00 2020-11-19T19:05:15.568 INFO:teuthology.orchestra.run.smithi071.stdout:(5/6): python3-babel-2.5.1-5.el8.noarch.rpm 104 MB/s | 4.8 MB 00:00 2020-11-19T19:05:15.570 INFO:teuthology.orchestra.run.smithi071.stdout:(6/6): python3-execnet-1.7.1-1.el8.noarch.rpm 1.9 MB/s | 355 kB 00:00 2020-11-19T19:05:15.571 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:15.572 INFO:teuthology.orchestra.run.smithi071.stdout:Total 32 MB/s | 5.8 MB 00:00 2020-11-19T19:05:15.575 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:05:15.583 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:05:15.584 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:05:15.592 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 75 kB/s | 2.8 kB 00:00 2020-11-19T19:05:15.673 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:05:15.678 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:05:15.734 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 kB/s | 2.4 kB 00:00 2020-11-19T19:05:16.449 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:16.450 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:16.450 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2020-11-19T19:05:16.450 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:16.450 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:05:16.451 INFO:teuthology.orchestra.run.smithi077.stdout: librados-devel x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 131 k 2020-11-19T19:05:16.451 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:16.451 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:05:16.451 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:16.451 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2020-11-19T19:05:16.452 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:16.452 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 131 k 2020-11-19T19:05:16.452 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 437 k 2020-11-19T19:05:16.452 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:05:16.680 INFO:teuthology.orchestra.run.smithi077.stdout:librados-devel-16.0.0-7327.g33f73aff.el8.x86_64 578 kB/s | 131 kB 00:00 2020-11-19T19:05:16.680 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:16.680 INFO:teuthology.orchestra.run.smithi077.stdout:Total 575 kB/s | 131 kB 00:00 2020-11-19T19:05:16.680 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:05:16.690 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:05:16.690 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:05:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:05:16.738 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:05:16.742 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:05:16.870 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:05:17.023 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-babel-2.5.1-5.el8.noarch 1/6 2020-11-19T19:05:17.069 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:17.213 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:17.214 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================================== 2020-11-19T19:05:17.214 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2020-11-19T19:05:17.214 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================================== 2020-11-19T19:05:17.215 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:05:17.215 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-cephadm noarch 2:16.0.0-7327.g33f73aff.el8 ceph-noarch 66 k 2020-11-19T19:05:17.215 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2020-11-19T19:05:17.216 INFO:teuthology.orchestra.run.smithi002.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2020-11-19T19:05:17.217 INFO:teuthology.orchestra.run.smithi002.stdout: python3-babel noarch 2.5.1-5.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2020-11-19T19:05:17.217 INFO:teuthology.orchestra.run.smithi002.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2020-11-19T19:05:17.217 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jinja2 noarch 2.10.1-2.el8_0 rhel-8-for-x86_64-appstream-rpms 538 k 2020-11-19T19:05:17.218 INFO:teuthology.orchestra.run.smithi002.stdout: python3-remoto noarch 1.1.4-4.el8 epel 48 k 2020-11-19T19:05:17.218 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:17.218 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:05:17.219 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================================== 2020-11-19T19:05:17.220 INFO:teuthology.orchestra.run.smithi002.stdout:Install 6 Packages 2020-11-19T19:05:17.220 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:17.221 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 5.8 M 2020-11-19T19:05:17.221 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 24 M 2020-11-19T19:05:17.221 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:05:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jinja2-2.10.1-2.el8_0.noarch 2/6 2020-11-19T19:05:17.295 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:17.296 INFO:teuthology.orchestra.run.smithi002.stdout:(1/6): python3-apipkg-1.5-6.el8.noarch.rpm 432 kB/s | 21 kB 00:00 2020-11-19T19:05:17.300 INFO:teuthology.orchestra.run.smithi002.stdout:(2/6): python3-remoto-1.1.4-4.el8.noarch.rpm 1.5 MB/s | 48 kB 00:00 2020-11-19T19:05:17.322 INFO:teuthology.orchestra.run.smithi002.stdout:(3/6): python3-execnet-1.7.1-1.el8.noarch.rpm 3.3 MB/s | 355 kB 00:00 2020-11-19T19:05:17.340 INFO:teuthology.orchestra.run.smithi002.stdout:(4/6): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 12 MB/s | 538 kB 00:00 2020-11-19T19:05:17.370 INFO:teuthology.orchestra.run.smithi002.stdout:(5/6): ceph-mgr-cephadm-16.0.0-7327.g33f73aff.e 432 kB/s | 66 kB 00:00 2020-11-19T19:05:17.392 INFO:teuthology.orchestra.run.smithi002.stdout:(6/6): python3-babel-2.5.1-5.el8.noarch.rpm 68 MB/s | 4.8 MB 00:00 2020-11-19T19:05:17.393 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:17.393 INFO:teuthology.orchestra.run.smithi002.stdout:Total 33 MB/s | 5.8 MB 00:00 2020-11-19T19:05:17.395 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:05:17.406 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:05:17.406 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:05:17.482 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 3/6 2020-11-19T19:05:17.504 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:05:17.508 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:05:17.722 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 4/6 2020-11-19T19:05:17.976 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-remoto-1.1.4-4.el8.noarch 5/6 2020-11-19T19:05:18.006 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:18.006 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:05:18.311 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 6/6 2020-11-19T19:05:18.599 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:05:18.628 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 6/6 2020-11-19T19:05:18.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 1/6 2020-11-19T19:05:18.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 2/6 2020-11-19T19:05:18.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 3/6 2020-11-19T19:05:18.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-remoto-1.1.4-4.el8.noarch 4/6 2020-11-19T19:05:18.629 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 5/6 2020-11-19T19:05:19.026 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-babel-2.5.1-5.el8.noarch 1/6 2020-11-19T19:05:19.083 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-babel-2.5.1-5.el8.noarch 6/6 2020-11-19T19:05:19.244 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:05:19.327 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jinja2-2.10.1-2.el8_0.noarch 2/6 2020-11-19T19:05:19.566 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 3/6 2020-11-19T19:05:19.852 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 4/6 2020-11-19T19:05:20.126 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:20.127 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:05:20.127 INFO:teuthology.orchestra.run.smithi077.stdout: librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:05:20.127 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:20.127 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:20.224 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install libcephfs2 2020-11-19T19:05:20.225 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-remoto-1.1.4-4.el8.noarch 5/6 2020-11-19T19:05:20.422 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 6/6 2020-11-19T19:05:20.516 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:20.656 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 6/6 2020-11-19T19:05:20.656 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 1/6 2020-11-19T19:05:20.656 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 2/6 2020-11-19T19:05:20.656 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 3/6 2020-11-19T19:05:20.657 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-remoto-1.1.4-4.el8.noarch 4/6 2020-11-19T19:05:20.657 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 5/6 2020-11-19T19:05:21.008 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 92 kB/s | 2.8 kB 00:00 2020-11-19T19:05:21.127 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-babel-2.5.1-5.el8.noarch 6/6 2020-11-19T19:05:21.127 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:05:21.133 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 83 kB/s | 2.4 kB 00:00 2020-11-19T19:05:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:21.274 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:05:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:05:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: python3-apipkg-1.5-6.el8.noarch 2020-11-19T19:05:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel-2.5.1-5.el8.noarch 2020-11-19T19:05:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: python3-execnet-1.7.1-1.el8.noarch 2020-11-19T19:05:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2-2.10.1-2.el8_0.noarch 2020-11-19T19:05:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: python3-remoto-1.1.4-4.el8.noarch 2020-11-19T19:05:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:21.276 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:21.382 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-fuse 2020-11-19T19:05:21.673 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:22.170 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 85 kB/s | 2.4 kB 00:00 2020-11-19T19:05:22.232 INFO:teuthology.orchestra.run.smithi077.stdout:Package libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:22.274 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 94 kB/s | 2.8 kB 00:00 2020-11-19T19:05:22.535 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:22.538 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T19:05:22.538 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:22.615 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install libcephfs-devel 2020-11-19T19:05:22.903 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:23.334 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:23.334 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:05:23.335 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-cephadm-2:16.0.0-7327.g33f73aff.el8.noarch 2020-11-19T19:05:23.335 INFO:teuthology.orchestra.run.smithi002.stdout: python3-apipkg-1.5-6.el8.noarch 2020-11-19T19:05:23.336 INFO:teuthology.orchestra.run.smithi002.stdout: python3-babel-2.5.1-5.el8.noarch 2020-11-19T19:05:23.336 INFO:teuthology.orchestra.run.smithi002.stdout: python3-execnet-1.7.1-1.el8.noarch 2020-11-19T19:05:23.336 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jinja2-2.10.1-2.el8_0.noarch 2020-11-19T19:05:23.337 INFO:teuthology.orchestra.run.smithi002.stdout: python3-remoto-1.1.4-4.el8.noarch 2020-11-19T19:05:23.337 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:23.339 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:23.382 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 93 kB/s | 2.8 kB 00:00 2020-11-19T19:05:23.427 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-fuse 2020-11-19T19:05:23.507 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 85 kB/s | 2.4 kB 00:00 2020-11-19T19:05:23.703 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:23.703 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2020-11-19T19:05:23.704 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2020-11-19T19:05:23.704 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2020-11-19T19:05:23.704 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:05:23.704 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 628 k 2020-11-19T19:05:23.704 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2020-11-19T19:05:23.705 INFO:teuthology.orchestra.run.smithi071.stdout: fuse x86_64 2.9.7-12.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2020-11-19T19:05:23.705 INFO:teuthology.orchestra.run.smithi071.stdout: fuse-common x86_64 3.2.1-12.el8 rhel-8-for-x86_64-baseos-rpms 21 k 2020-11-19T19:05:23.705 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:23.705 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:05:23.705 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2020-11-19T19:05:23.706 INFO:teuthology.orchestra.run.smithi071.stdout:Install 3 Packages 2020-11-19T19:05:23.706 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:23.775 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:23.776 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 732 k 2020-11-19T19:05:23.776 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 2.2 M 2020-11-19T19:05:23.776 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:05:23.777 INFO:teuthology.orchestra.run.smithi071.stdout:(1/3): fuse-2.9.7-12.el8.x86_64.rpm 1.8 MB/s | 83 kB 00:00 2020-11-19T19:05:23.777 INFO:teuthology.orchestra.run.smithi071.stdout:(2/3): fuse-common-3.2.1-12.el8.x86_64.rpm 447 kB/s | 21 kB 00:00 2020-11-19T19:05:23.964 INFO:teuthology.orchestra.run.smithi071.stdout:(3/3): ceph-fuse-16.0.0-7327.g33f73aff.el8.x86_ 2.4 MB/s | 628 kB 00:00 2020-11-19T19:05:23.965 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:23.965 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.7 MB/s | 732 kB 00:00 2020-11-19T19:05:23.967 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:05:23.988 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:05:23.988 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:05:24.060 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:05:24.064 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:05:24.288 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:05:24.289 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : fuse-common-3.2.1-12.el8.x86_64 1/3 2020-11-19T19:05:24.289 INFO:teuthology.orchestra.run.smithi071.stdout:warning: /etc/fuse.conf created as /etc/fuse.conf.rpmnew 2020-11-19T19:05:24.289 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:24.326 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 71 kB/s | 2.8 kB 00:00 2020-11-19T19:05:24.469 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 kB/s | 2.4 kB 00:00 2020-11-19T19:05:24.725 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : fuse-2.9.7-12.el8.x86_64 2/3 2020-11-19T19:05:24.879 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:24.880 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:24.880 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2020-11-19T19:05:24.880 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:24.880 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:05:24.880 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-devel x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 24 k 2020-11-19T19:05:24.881 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:24.881 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:05:24.881 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:24.881 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2020-11-19T19:05:24.881 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:24.882 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 24 k 2020-11-19T19:05:24.882 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 87 k 2020-11-19T19:05:24.882 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:05:24.958 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 3/3 2020-11-19T19:05:25.012 INFO:teuthology.orchestra.run.smithi077.stdout:libcephfs-devel-16.0.0-7327.g33f73aff.el8.x86_6 183 kB/s | 24 kB 00:00 2020-11-19T19:05:25.012 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:25.012 INFO:teuthology.orchestra.run.smithi077.stdout:Total 181 kB/s | 24 kB 00:00 2020-11-19T19:05:25.012 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:05:25.015 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:05:25.016 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:05:25.016 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:05:25.022 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:05:25.069 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:05:25.225 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 3/3 2020-11-19T19:05:25.225 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/3 2020-11-19T19:05:25.225 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-2.9.7-12.el8.x86_64 2/3 2020-11-19T19:05:25.251 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:25.454 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:25.694 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 3/3 2020-11-19T19:05:25.694 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:05:25.852 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:25.853 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:05:26.020 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:26.021 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================= 2020-11-19T19:05:26.021 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2020-11-19T19:05:26.021 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================= 2020-11-19T19:05:26.021 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:05:26.021 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-fuse x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 628 k 2020-11-19T19:05:26.022 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2020-11-19T19:05:26.022 INFO:teuthology.orchestra.run.smithi002.stdout: fuse x86_64 2.9.7-12.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2020-11-19T19:05:26.022 INFO:teuthology.orchestra.run.smithi002.stdout: fuse-common x86_64 3.2.1-12.el8 rhel-8-for-x86_64-baseos-rpms 21 k 2020-11-19T19:05:26.022 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:26.022 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:05:26.023 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================= 2020-11-19T19:05:26.023 INFO:teuthology.orchestra.run.smithi002.stdout:Install 3 Packages 2020-11-19T19:05:26.163 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:26.163 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 732 k 2020-11-19T19:05:26.163 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 2.2 M 2020-11-19T19:05:26.163 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:05:26.165 INFO:teuthology.orchestra.run.smithi002.stdout:(1/3): fuse-2.9.7-12.el8.x86_64.rpm 1.4 MB/s | 83 kB 00:00 2020-11-19T19:05:26.165 INFO:teuthology.orchestra.run.smithi002.stdout:(2/3): fuse-common-3.2.1-12.el8.x86_64.rpm 342 kB/s | 21 kB 00:00 2020-11-19T19:05:26.259 INFO:teuthology.orchestra.run.smithi002.stdout:(3/3): ceph-fuse-16.0.0-7327.g33f73aff.el8.x86_ 2.6 MB/s | 628 kB 00:00 2020-11-19T19:05:26.259 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:26.260 INFO:teuthology.orchestra.run.smithi002.stdout:Total 3.0 MB/s | 732 kB 00:00 2020-11-19T19:05:26.262 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:05:26.285 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:05:26.285 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:05:26.364 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:05:26.368 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:05:26.576 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:05:26.577 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : fuse-common-3.2.1-12.el8.x86_64 1/3 2020-11-19T19:05:26.577 INFO:teuthology.orchestra.run.smithi002.stdout:warning: /etc/fuse.conf created as /etc/fuse.conf.rpmnew 2020-11-19T19:05:26.578 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:27.033 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : fuse-2.9.7-12.el8.x86_64 2/3 2020-11-19T19:05:27.209 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 3/3 2020-11-19T19:05:27.544 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 3/3 2020-11-19T19:05:27.545 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/3 2020-11-19T19:05:27.545 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-2.9.7-12.el8.x86_64 2/3 2020-11-19T19:05:27.847 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:27.848 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:05:27.848 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 fuse-2.9.7-12.el8.x86_64 2020-11-19T19:05:27.848 INFO:teuthology.orchestra.run.smithi071.stdout: fuse-common-3.2.1-12.el8.x86_64 2020-11-19T19:05:27.848 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:27.849 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:27.960 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install librados-devel 2020-11-19T19:05:28.004 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:28.004 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:05:28.004 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:05:28.004 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:28.005 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:28.070 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 3/3 2020-11-19T19:05:28.123 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:05:28.147 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install librados2 2020-11-19T19:05:28.258 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:28.438 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:28.771 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 83 kB/s | 2.4 kB 00:00 2020-11-19T19:05:28.876 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 96 kB/s | 2.8 kB 00:00 2020-11-19T19:05:28.916 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 99 kB/s | 2.8 kB 00:00 2020-11-19T19:05:29.049 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 82 kB/s | 2.4 kB 00:00 2020-11-19T19:05:30.129 INFO:teuthology.orchestra.run.smithi077.stdout:Package librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:30.444 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:30.444 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T19:05:30.445 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:30.446 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:30.446 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:05:30.447 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 fuse-2.9.7-12.el8.x86_64 2020-11-19T19:05:30.447 INFO:teuthology.orchestra.run.smithi002.stdout: fuse-common-3.2.1-12.el8.x86_64 2020-11-19T19:05:30.448 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:30.448 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:30.532 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install librbd1 2020-11-19T19:05:30.819 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:30.934 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:30.935 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:05:30.935 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2020-11-19T19:05:30.935 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:05:30.936 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:05:30.936 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 131 k 2020-11-19T19:05:30.936 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:30.936 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:05:30.937 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:05:30.937 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2020-11-19T19:05:30.937 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:30.937 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 131 k 2020-11-19T19:05:30.937 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 437 k 2020-11-19T19:05:30.938 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:05:31.112 INFO:teuthology.orchestra.run.smithi071.stdout:librados-devel-16.0.0-7327.g33f73aff.el8.x86_64 743 kB/s | 131 kB 00:00 2020-11-19T19:05:31.113 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:31.113 INFO:teuthology.orchestra.run.smithi071.stdout:Total 737 kB/s | 131 kB 00:00 2020-11-19T19:05:31.200 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:05:31.203 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install librados-devel 2020-11-19T19:05:31.204 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:05:31.205 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:05:31.205 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:05:31.206 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:05:31.304 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:05:31.327 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 94 kB/s | 2.8 kB 00:00 2020-11-19T19:05:31.453 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 79 kB/s | 2.4 kB 00:00 2020-11-19T19:05:31.502 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:31.527 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:31.731 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:32.126 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 73 kB/s | 2.8 kB 00:00 2020-11-19T19:05:32.190 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:32.190 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:05:32.271 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 53 kB/s | 2.4 kB 00:00 2020-11-19T19:05:32.537 INFO:teuthology.orchestra.run.smithi077.stdout:Package librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:32.838 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:32.839 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T19:05:32.839 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:32.922 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rados 2020-11-19T19:05:33.208 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:33.666 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 95 kB/s | 2.8 kB 00:00 2020-11-19T19:05:33.765 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:33.766 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:05:33.767 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2020-11-19T19:05:33.767 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:05:33.767 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:05:33.768 INFO:teuthology.orchestra.run.smithi002.stdout: librados-devel x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 131 k 2020-11-19T19:05:33.768 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:33.768 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:05:33.769 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:05:33.769 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2020-11-19T19:05:33.770 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:33.814 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 131 k 2020-11-19T19:05:33.815 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 437 k 2020-11-19T19:05:33.815 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:05:33.818 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 76 kB/s | 2.4 kB 00:00 2020-11-19T19:05:33.942 INFO:teuthology.orchestra.run.smithi002.stdout:librados-devel-16.0.0-7327.g33f73aff.el8.x86_64 746 kB/s | 131 kB 00:00 2020-11-19T19:05:33.943 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:33.943 INFO:teuthology.orchestra.run.smithi002.stdout:Total 740 kB/s | 131 kB 00:00 2020-11-19T19:05:33.944 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:05:33.954 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:05:33.954 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:05:34.007 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:05:34.011 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:05:34.137 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:05:34.332 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:34.406 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:34.407 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:05:34.407 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:05:34.407 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:34.408 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:34.456 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs2 2020-11-19T19:05:34.564 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:34.744 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:34.871 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:35.104 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:35.105 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:05:35.174 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:35.175 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T19:05:35.175 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:35.239 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 82 kB/s | 2.4 kB 00:00 2020-11-19T19:05:35.344 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 96 kB/s | 2.8 kB 00:00 2020-11-19T19:05:35.414 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rgw 2020-11-19T19:05:35.702 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:36.179 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 97 kB/s | 2.8 kB 00:00 2020-11-19T19:05:36.304 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 80 kB/s | 2.4 kB 00:00 2020-11-19T19:05:36.480 INFO:teuthology.orchestra.run.smithi071.stdout:Package libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:36.779 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:36.782 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T19:05:36.782 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:36.850 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs-devel 2020-11-19T19:05:37.137 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:37.379 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:37.416 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:37.417 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:05:37.417 INFO:teuthology.orchestra.run.smithi002.stdout: librados-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:05:37.418 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:37.419 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:37.533 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install libcephfs2 2020-11-19T19:05:37.621 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 81 kB/s | 2.4 kB 00:00 2020-11-19T19:05:37.680 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:37.684 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T19:05:37.684 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:37.725 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 94 kB/s | 2.8 kB 00:00 2020-11-19T19:05:37.764 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-cephfs 2020-11-19T19:05:37.842 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:38.049 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:38.345 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 75 kB/s | 2.8 kB 00:00 2020-11-19T19:05:38.482 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 65 kB/s | 2.4 kB 00:00 2020-11-19T19:05:38.511 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 98 kB/s | 2.8 kB 00:00 2020-11-19T19:05:38.633 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 84 kB/s | 2.4 kB 00:00 2020-11-19T19:05:39.127 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:39.128 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:05:39.128 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2020-11-19T19:05:39.129 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:05:39.129 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:05:39.129 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 24 k 2020-11-19T19:05:39.129 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:39.130 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:05:39.130 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:05:39.130 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2020-11-19T19:05:39.130 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:39.131 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 24 k 2020-11-19T19:05:39.131 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 87 k 2020-11-19T19:05:39.166 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:05:39.261 INFO:teuthology.orchestra.run.smithi071.stdout:libcephfs-devel-16.0.0-7327.g33f73aff.el8.x86_6 179 kB/s | 24 kB 00:00 2020-11-19T19:05:39.308 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:39.310 INFO:teuthology.orchestra.run.smithi071.stdout:Total 177 kB/s | 24 kB 00:00 2020-11-19T19:05:39.310 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:05:39.310 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:05:39.310 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:05:39.311 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:05:39.311 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:05:39.324 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:05:39.537 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:39.712 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:39.721 INFO:teuthology.orchestra.run.smithi002.stdout:Package libcephfs2-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:39.729 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:40.011 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:40.012 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T19:05:40.012 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:40.037 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:40.038 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T19:05:40.038 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:40.097 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rbd 2020-11-19T19:05:40.120 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install libcephfs-devel 2020-11-19T19:05:40.121 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:40.122 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:05:40.383 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:40.431 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:40.876 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 95 kB/s | 2.8 kB 00:00 2020-11-19T19:05:40.962 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 72 kB/s | 2.8 kB 00:00 2020-11-19T19:05:41.000 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 84 kB/s | 2.4 kB 00:00 2020-11-19T19:05:41.105 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 58 kB/s | 2.4 kB 00:00 2020-11-19T19:05:42.092 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:42.254 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:42.254 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:05:42.255 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:05:42.255 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:42.255 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:42.333 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install librados2 2020-11-19T19:05:42.391 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:42.392 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2020-11-19T19:05:42.393 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:42.474 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-fuse 2020-11-19T19:05:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:42.659 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:42.660 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:05:42.660 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2020-11-19T19:05:42.660 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:05:42.660 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:05:42.660 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs-devel x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 24 k 2020-11-19T19:05:42.661 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:42.661 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:05:42.661 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:05:42.661 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2020-11-19T19:05:42.662 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:42.662 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 24 k 2020-11-19T19:05:42.662 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 87 k 2020-11-19T19:05:42.662 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:05:42.761 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:42.790 INFO:teuthology.orchestra.run.smithi002.stdout:libcephfs-devel-16.0.0-7327.g33f73aff.el8.x86_6 183 kB/s | 24 kB 00:00 2020-11-19T19:05:42.791 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:42.792 INFO:teuthology.orchestra.run.smithi002.stdout:Total 181 kB/s | 24 kB 00:00 2020-11-19T19:05:42.793 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:05:42.795 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:05:42.795 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:05:42.797 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:05:42.801 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:05:42.851 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:05:43.045 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:43.123 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 81 kB/s | 2.4 kB 00:00 2020-11-19T19:05:43.225 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 98 kB/s | 2.8 kB 00:00 2020-11-19T19:05:43.246 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 98 kB/s | 2.8 kB 00:00 2020-11-19T19:05:43.294 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:43.390 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 81 kB/s | 2.4 kB 00:00 2020-11-19T19:05:43.722 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:43.723 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:05:44.354 INFO:teuthology.orchestra.run.smithi071.stdout:Package librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:44.656 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:44.657 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T19:05:44.658 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:44.730 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:44.731 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:44.731 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2020-11-19T19:05:44.732 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:44.733 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:05:44.733 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-fuse x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 88 k 2020-11-19T19:05:44.736 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:44.736 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:05:44.737 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:44.738 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2020-11-19T19:05:44.738 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:44.739 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 88 k 2020-11-19T19:05:44.739 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 297 k 2020-11-19T19:05:44.740 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:05:44.743 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install librbd1 2020-11-19T19:05:44.882 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-fuse-16.0.0-7327.g33f73aff.el8.x86_64.rpm 573 kB/s | 88 kB 00:00 2020-11-19T19:05:44.883 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:44.883 INFO:teuthology.orchestra.run.smithi077.stdout:Total 568 kB/s | 88 kB 00:00 2020-11-19T19:05:44.884 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:05:44.894 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:05:44.895 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:05:44.948 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:05:44.952 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:05:45.028 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:45.073 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:05:45.232 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:45.473 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:45.525 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 80 kB/s | 2.4 kB 00:00 2020-11-19T19:05:46.154 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:46.154 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:05:46.155 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:46.155 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:05:46.155 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs-devel-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:05:46.155 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:05:46.156 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:46.156 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 94 kB/s | 2.8 kB 00:00 2020-11-19T19:05:46.156 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install librados2 2020-11-19T19:05:46.468 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:46.730 INFO:teuthology.orchestra.run.smithi071.stdout:Package librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:46.999 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 76 kB/s | 2.8 kB 00:00 2020-11-19T19:05:47.025 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:47.026 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T19:05:47.027 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:47.097 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rados 2020-11-19T19:05:47.137 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 kB/s | 2.4 kB 00:00 2020-11-19T19:05:47.382 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:47.869 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 81 kB/s | 2.4 kB 00:00 2020-11-19T19:05:47.971 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 98 kB/s | 2.8 kB 00:00 2020-11-19T19:05:48.095 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:48.095 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:05:48.095 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:05:48.096 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:48.096 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:48.177 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-mirror 2020-11-19T19:05:48.277 INFO:teuthology.orchestra.run.smithi002.stdout:Package librados2-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:48.463 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:48.594 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:48.595 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T19:05:48.596 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:48.676 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install librbd1 2020-11-19T19:05:48.938 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 98 kB/s | 2.8 kB 00:00 2020-11-19T19:05:48.983 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:49.063 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 81 kB/s | 2.4 kB 00:00 2020-11-19T19:05:49.094 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:49.393 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:49.394 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T19:05:49.394 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:49.465 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rgw 2020-11-19T19:05:49.658 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 79 kB/s | 2.8 kB 00:00 2020-11-19T19:05:49.762 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:49.792 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 65 kB/s | 2.4 kB 00:00 2020-11-19T19:05:50.242 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 82 kB/s | 2.4 kB 00:00 2020-11-19T19:05:50.345 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 94 kB/s | 2.8 kB 00:00 2020-11-19T19:05:50.417 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:50.418 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:50.418 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2020-11-19T19:05:50.419 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:50.419 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:05:50.419 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-mirror x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 3.2 M 2020-11-19T19:05:50.419 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:50.419 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:05:50.420 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:50.420 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2020-11-19T19:05:50.420 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:50.420 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 3.2 M 2020-11-19T19:05:50.420 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 14 M 2020-11-19T19:05:50.421 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:05:50.745 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-mirror-16.0.0-7327.g33f73aff.el8.x86_64.rpm 9.8 MB/s | 3.2 MB 00:00 2020-11-19T19:05:50.746 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:50.746 INFO:teuthology.orchestra.run.smithi077.stdout:Total 9.7 MB/s | 3.2 MB 00:00 2020-11-19T19:05:50.747 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:05:50.759 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:05:50.759 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:05:50.822 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:05:50.826 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:05:50.994 INFO:teuthology.orchestra.run.smithi002.stdout:Package librbd1-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:51.225 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:05:51.330 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:51.331 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T19:05:51.331 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:51.408 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:51.414 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-rados 2020-11-19T19:05:51.552 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:51.727 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:51.750 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:51.855 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:51.856 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T19:05:51.856 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:51.932 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-cephfs 2020-11-19T19:05:52.199 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:52.199 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:05:52.218 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:52.255 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 76 kB/s | 2.8 kB 00:00 2020-11-19T19:05:52.394 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 kB/s | 2.4 kB 00:00 2020-11-19T19:05:52.702 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 78 kB/s | 2.4 kB 00:00 2020-11-19T19:05:52.804 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 96 kB/s | 2.8 kB 00:00 2020-11-19T19:05:53.564 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-rados-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:53.883 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:53.884 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T19:05:53.884 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:53.901 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:53.966 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-rgw 2020-11-19T19:05:54.202 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:54.203 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T19:05:54.204 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:54.273 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rbd 2020-11-19T19:05:54.274 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:54.274 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:05:54.275 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:05:54.275 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:54.276 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:05:54.282 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:54.381 INFO:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-nbd 2020-11-19T19:05:54.567 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:54.672 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:54.796 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 73 kB/s | 2.8 kB 00:00 2020-11-19T19:05:54.935 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 kB/s | 2.4 kB 00:00 2020-11-19T19:05:55.070 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 78 kB/s | 2.4 kB 00:00 2020-11-19T19:05:55.168 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 84 kB/s | 2.8 kB 00:00 2020-11-19T19:05:55.173 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 99 kB/s | 2.8 kB 00:00 2020-11-19T19:05:55.315 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 81 kB/s | 2.4 kB 00:00 2020-11-19T19:05:56.134 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-rgw-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:56.276 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:56.456 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:56.457 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T19:05:56.457 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:56.543 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-cephfs 2020-11-19T19:05:56.582 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:56.583 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2020-11-19T19:05:56.583 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:05:56.655 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-fuse 2020-11-19T19:05:56.710 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2020-11-19T19:05:56.711 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:56.711 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2020-11-19T19:05:56.711 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:56.711 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2020-11-19T19:05:56.712 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-nbd x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 171 k 2020-11-19T19:05:56.712 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:56.712 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2020-11-19T19:05:56.712 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2020-11-19T19:05:56.713 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2020-11-19T19:05:56.713 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:05:56.713 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 171 k 2020-11-19T19:05:56.713 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 644 k 2020-11-19T19:05:56.714 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2020-11-19T19:05:56.849 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:56.888 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-nbd-16.0.0-7327.g33f73aff.el8.x86_64.rpm 967 kB/s | 171 kB 00:00 2020-11-19T19:05:56.888 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:56.889 INFO:teuthology.orchestra.run.smithi077.stdout:Total 959 kB/s | 171 kB 00:00 2020-11-19T19:05:56.889 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2020-11-19T19:05:56.901 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2020-11-19T19:05:56.901 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2020-11-19T19:05:56.941 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:56.953 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2020-11-19T19:05:57.264 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2020-11-19T19:05:57.270 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2020-11-19T19:05:57.285 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:57.374 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 75 kB/s | 2.8 kB 00:00 2020-11-19T19:05:57.445 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 77 kB/s | 2.4 kB 00:00 2020-11-19T19:05:57.494 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:57.519 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 65 kB/s | 2.4 kB 00:00 2020-11-19T19:05:57.551 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 100 kB/s | 2.8 kB 00:00 2020-11-19T19:05:57.935 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:57.935 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2020-11-19T19:05:58.659 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-cephfs-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:05:58.943 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:05:58.945 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:05:58.945 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2020-11-19T19:05:58.945 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:05:58.945 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:05:58.945 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 88 k 2020-11-19T19:05:58.946 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:58.946 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:05:58.946 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:05:58.946 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2020-11-19T19:05:58.947 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:05:58.947 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 88 k 2020-11-19T19:05:58.947 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 297 k 2020-11-19T19:05:58.947 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:05:58.987 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:05:58.988 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T19:05:58.988 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:05:59.067 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-rbd 2020-11-19T19:05:59.100 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-fuse-16.0.0-7327.g33f73aff.el8.x86_64.rpm 574 kB/s | 88 kB 00:00 2020-11-19T19:05:59.100 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:05:59.101 INFO:teuthology.orchestra.run.smithi071.stdout:Total 569 kB/s | 88 kB 00:00 2020-11-19T19:05:59.101 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:05:59.114 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:05:59.115 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:05:59.164 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:05:59.168 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:05:59.313 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:05:59.373 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:05:59.488 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:59.710 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:05:59.931 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 77 kB/s | 2.8 kB 00:00 2020-11-19T19:06:00.071 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 65 kB/s | 2.4 kB 00:00 2020-11-19T19:06:00.087 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:00.087 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2020-11-19T19:06:00.088 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:06:00.088 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:00.088 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2020-11-19T19:06:00.166 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:00.166 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:06:00.185 DEBUG:teuthology.parallel:result is None 2020-11-19T19:06:01.259 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-rbd-2:16.0.0-7327.g33f73aff.el8.x86_64 is already installed. 2020-11-19T19:06:01.577 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:06:01.578 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2020-11-19T19:06:01.579 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:06:01.649 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install rbd-fuse 2020-11-19T19:06:01.962 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:06:02.286 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:02.286 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:06:02.287 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:06:02.287 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:02.287 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:06:02.366 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-mirror 2020-11-19T19:06:02.462 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 75 kB/s | 2.8 kB 00:00 2020-11-19T19:06:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 kB/s | 2.4 kB 00:00 2020-11-19T19:06:02.654 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:06:03.151 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 72 kB/s | 2.4 kB 00:00 2020-11-19T19:06:03.255 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 98 kB/s | 2.8 kB 00:00 2020-11-19T19:06:04.107 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:06:04.108 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:06:04.108 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2020-11-19T19:06:04.109 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:06:04.109 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:06:04.109 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-fuse x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 88 k 2020-11-19T19:06:04.110 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:04.110 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:06:04.110 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:06:04.110 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2020-11-19T19:06:04.111 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:04.111 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 88 k 2020-11-19T19:06:04.111 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 297 k 2020-11-19T19:06:04.111 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:06:04.262 INFO:teuthology.orchestra.run.smithi002.stdout:rbd-fuse-16.0.0-7327.g33f73aff.el8.x86_64.rpm 572 kB/s | 88 kB 00:00 2020-11-19T19:06:04.263 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:06:04.263 INFO:teuthology.orchestra.run.smithi002.stdout:Total 567 kB/s | 88 kB 00:00 2020-11-19T19:06:04.264 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:06:04.276 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:06:04.276 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:06:04.334 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:06:04.342 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:06:04.468 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:06:04.653 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:06:04.654 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:06:04.654 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2020-11-19T19:06:04.654 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:06:04.655 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:06:04.655 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 3.2 M 2020-11-19T19:06:04.655 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:04.655 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:06:04.655 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:06:04.656 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2020-11-19T19:06:04.656 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:04.656 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.2 M 2020-11-19T19:06:04.656 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 14 M 2020-11-19T19:06:04.656 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:06:04.669 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:04.911 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:07.950 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-mirror-16.0.0-7327.g33f73aff.el8.x86_64.rpm 9.5 MB/s | 3.2 MB 00:00 2020-11-19T19:06:07.951 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:06:07.951 INFO:teuthology.orchestra.run.smithi071.stdout:Total 9.5 MB/s | 3.2 MB 00:00 2020-11-19T19:06:07.951 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:06:07.951 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:06:07.951 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:06:07.952 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:06:07.952 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:06:07.952 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:06:07.952 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:07.953 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:07.953 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:07.953 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:06:07.953 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:07.953 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:06:07.954 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:07.954 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:06:07.954 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-fuse-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:06:07.954 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:07.955 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:06:07.955 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install rbd-mirror 2020-11-19T19:06:08.274 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:06:08.562 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:08.563 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:06:08.563 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:06:08.563 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:08.563 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:06:08.651 INFO:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-nbd 2020-11-19T19:06:08.805 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 75 kB/s | 2.8 kB 00:00 2020-11-19T19:06:08.942 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2020-11-19T19:06:08.958 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 kB/s | 2.4 kB 00:00 2020-11-19T19:06:09.482 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 80 kB/s | 2.4 kB 00:00 2020-11-19T19:06:09.617 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 90 kB/s | 2.8 kB 00:00 2020-11-19T19:06:10.450 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:06:10.450 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:06:10.450 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2020-11-19T19:06:10.450 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:06:10.451 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:06:10.451 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-mirror x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 3.2 M 2020-11-19T19:06:10.451 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:10.451 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:06:10.451 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:06:10.452 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2020-11-19T19:06:10.452 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:10.452 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 3.2 M 2020-11-19T19:06:10.452 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 14 M 2020-11-19T19:06:10.452 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:06:10.765 INFO:teuthology.orchestra.run.smithi002.stdout:rbd-mirror-16.0.0-7327.g33f73aff.el8.x86_64.rpm 9.7 MB/s | 3.2 MB 00:00 2020-11-19T19:06:10.767 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:06:10.767 INFO:teuthology.orchestra.run.smithi002.stdout:Total 9.7 MB/s | 3.2 MB 00:00 2020-11-19T19:06:10.767 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:06:10.781 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:06:10.781 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:06:10.850 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:06:10.854 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:06:11.048 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2020-11-19T19:06:11.049 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:06:11.049 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2020-11-19T19:06:11.049 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:06:11.050 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2020-11-19T19:06:11.050 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 171 k 2020-11-19T19:06:11.050 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:11.050 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2020-11-19T19:06:11.053 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2020-11-19T19:06:11.053 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2020-11-19T19:06:11.053 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:11.053 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 171 k 2020-11-19T19:06:11.054 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 644 k 2020-11-19T19:06:11.054 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2020-11-19T19:06:11.227 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-nbd-16.0.0-7327.g33f73aff.el8.x86_64.rpm 962 kB/s | 171 kB 00:00 2020-11-19T19:06:11.228 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:06:11.228 INFO:teuthology.orchestra.run.smithi071.stdout:Total 955 kB/s | 171 kB 00:00 2020-11-19T19:06:11.229 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2020-11-19T19:06:11.240 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2020-11-19T19:06:11.241 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2020-11-19T19:06:11.294 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2020-11-19T19:06:11.298 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2020-11-19T19:06:11.315 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:06:11.418 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2020-11-19T19:06:11.486 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:11.618 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:11.828 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:11.848 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:12.285 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:12.285 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2020-11-19T19:06:12.478 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:12.478 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:06:14.514 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:14.514 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2020-11-19T19:06:14.514 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:06:14.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:14.515 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2020-11-19T19:06:14.587 DEBUG:teuthology.parallel:result is None 2020-11-19T19:06:14.732 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:14.732 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:06:14.732 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-mirror-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:06:14.733 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:14.733 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:06:14.859 INFO:teuthology.orchestra.run.smithi002:> sudo yum -y install rbd-nbd 2020-11-19T19:06:15.173 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2020-11-19T19:06:15.706 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 76 kB/s | 2.8 kB 00:00 2020-11-19T19:06:15.871 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 kB/s | 2.4 kB 00:00 2020-11-19T19:06:17.359 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2020-11-19T19:06:17.361 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:06:17.361 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2020-11-19T19:06:17.361 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:06:17.361 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2020-11-19T19:06:17.361 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-nbd x86_64 2:16.0.0-7327.g33f73aff.el8 ceph 171 k 2020-11-19T19:06:17.376 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:17.376 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2020-11-19T19:06:17.377 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2020-11-19T19:06:17.377 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2020-11-19T19:06:17.377 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:17.377 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 171 k 2020-11-19T19:06:17.378 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 644 k 2020-11-19T19:06:17.378 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2020-11-19T19:06:17.539 INFO:teuthology.orchestra.run.smithi002.stdout:rbd-nbd-16.0.0-7327.g33f73aff.el8.x86_64.rpm 961 kB/s | 171 kB 00:00 2020-11-19T19:06:17.540 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2020-11-19T19:06:17.540 INFO:teuthology.orchestra.run.smithi002.stdout:Total 954 kB/s | 171 kB 00:00 2020-11-19T19:06:17.540 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2020-11-19T19:06:17.554 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2020-11-19T19:06:17.554 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2020-11-19T19:06:17.614 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2020-11-19T19:06:17.615 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2020-11-19T19:06:17.733 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2020-11-19T19:06:17.923 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:18.170 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:18.624 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 1/1 2020-11-19T19:06:18.624 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2020-11-19T19:06:20.878 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:20.878 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2020-11-19T19:06:20.879 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-nbd-2:16.0.0-7327.g33f73aff.el8.x86_64 2020-11-19T19:06:20.879 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:20.879 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2020-11-19T19:06:20.978 DEBUG:teuthology.parallel:result is None 2020-11-19T19:06:20.979 INFO:teuthology.orchestra.run.smithi077:> sudo lsb_release -is 2020-11-19T19:06:21.027 INFO:teuthology.orchestra.run.smithi077.stdout:RedHatEnterprise 2020-11-19T19:06:21.028 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2020-11-19T19:06:21.029 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=33f73aff6902486eafe8c4758021a8eed55d592c 2020-11-19T19:06:21.198 INFO:teuthology.orchestra.run.smithi077:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2020-11-19T19:06:21.220 INFO:teuthology.orchestra.run.smithi077.stdout:16.0.0-7327.g33f73aff.el8 2020-11-19T19:06:21.221 INFO:teuthology.packaging:The installed version of ceph is 16.0.0-7327.g33f73aff.el8 2020-11-19T19:06:21.221 INFO:teuthology.task.install:The correct ceph version 16.0.0-7327.g33f73aff is installed. 2020-11-19T19:06:21.222 INFO:teuthology.orchestra.run.smithi002:> sudo lsb_release -is 2020-11-19T19:06:21.260 INFO:teuthology.orchestra.run.smithi002.stdout:RedHatEnterprise 2020-11-19T19:06:21.261 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2020-11-19T19:06:21.380 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=33f73aff6902486eafe8c4758021a8eed55d592c 2020-11-19T19:06:21.561 INFO:teuthology.orchestra.run.smithi002:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2020-11-19T19:06:21.587 INFO:teuthology.orchestra.run.smithi002.stdout:16.0.0-7327.g33f73aff.el8 2020-11-19T19:06:21.588 INFO:teuthology.packaging:The installed version of ceph is 16.0.0-7327.g33f73aff.el8 2020-11-19T19:06:21.588 INFO:teuthology.task.install:The correct ceph version 16.0.0-7327.g33f73aff is installed. 2020-11-19T19:06:21.589 INFO:teuthology.orchestra.run.smithi071:> sudo lsb_release -is 2020-11-19T19:06:21.630 INFO:teuthology.orchestra.run.smithi071.stdout:RedHatEnterprise 2020-11-19T19:06:21.632 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2020-11-19T19:06:21.632 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=33f73aff6902486eafe8c4758021a8eed55d592c 2020-11-19T19:06:21.848 INFO:teuthology.orchestra.run.smithi071:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2020-11-19T19:06:21.871 INFO:teuthology.orchestra.run.smithi071.stdout:16.0.0-7327.g33f73aff.el8 2020-11-19T19:06:21.871 INFO:teuthology.packaging:The installed version of ceph is 16.0.0-7327.g33f73aff.el8 2020-11-19T19:06:21.872 INFO:teuthology.task.install:The correct ceph version 16.0.0-7327.g33f73aff is installed. 2020-11-19T19:06:21.872 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2020-11-19T19:06:21.872 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:21.873 INFO:teuthology.orchestra.run.smithi077:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2020-11-19T19:06:21.950 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2020-11-19T19:06:21.950 INFO:teuthology.orchestra.run.smithi077.stderr:24+1 records in 2020-11-19T19:06:21.950 INFO:teuthology.orchestra.run.smithi077.stderr:24+1 records out 2020-11-19T19:06:21.950 INFO:teuthology.orchestra.run.smithi077.stderr:12667 bytes (13 kB, 12 KiB) copied, 0.0492567 s, 257 kB/s 2020-11-19T19:06:21.951 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:21.952 INFO:teuthology.orchestra.run.smithi002:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2020-11-19T19:06:21.970 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2020-11-19T19:06:21.986 INFO:teuthology.orchestra.run.smithi002.stderr:24+1 records in 2020-11-19T19:06:21.987 INFO:teuthology.orchestra.run.smithi002.stderr:24+1 records out 2020-11-19T19:06:21.987 INFO:teuthology.orchestra.run.smithi002.stderr:12667 bytes (13 kB, 12 KiB) copied, 0.000102359 s, 124 MB/s 2020-11-19T19:06:21.987 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T19:06:21.988 INFO:teuthology.orchestra.run.smithi071:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2020-11-19T19:06:22.004 INFO:teuthology.orchestra.run.smithi071.stderr:+ sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2020-11-19T19:06:22.015 INFO:teuthology.orchestra.run.smithi071.stderr:24+1 records in 2020-11-19T19:06:22.016 INFO:teuthology.orchestra.run.smithi071.stderr:24+1 records out 2020-11-19T19:06:22.016 INFO:teuthology.orchestra.run.smithi071.stderr:12667 bytes (13 kB, 12 KiB) copied, 7.8428e-05 s, 162 MB/s 2020-11-19T19:06:22.017 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2020-11-19T19:06:22.017 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:22.018 INFO:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/daemon-helper 2020-11-19T19:06:22.034 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd of=/usr/bin/daemon-helper 2020-11-19T19:06:22.045 INFO:teuthology.orchestra.run.smithi077.stderr:5+1 records in 2020-11-19T19:06:22.045 INFO:teuthology.orchestra.run.smithi077.stderr:5+1 records out 2020-11-19T19:06:22.046 INFO:teuthology.orchestra.run.smithi077.stderr:3058 bytes (3.1 kB, 3.0 KiB) copied, 4.2355e-05 s, 72.2 MB/s 2020-11-19T19:06:22.047 INFO:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/daemon-helper 2020-11-19T19:06:22.119 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:22.119 INFO:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/daemon-helper 2020-11-19T19:06:22.146 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd of=/usr/bin/daemon-helper 2020-11-19T19:06:22.158 INFO:teuthology.orchestra.run.smithi002.stderr:5+1 records in 2020-11-19T19:06:22.158 INFO:teuthology.orchestra.run.smithi002.stderr:5+1 records out 2020-11-19T19:06:22.159 INFO:teuthology.orchestra.run.smithi002.stderr:3058 bytes (3.1 kB, 3.0 KiB) copied, 4.6888e-05 s, 65.2 MB/s 2020-11-19T19:06:22.159 INFO:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/daemon-helper 2020-11-19T19:06:22.235 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T19:06:22.235 INFO:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/daemon-helper 2020-11-19T19:06:22.260 INFO:teuthology.orchestra.run.smithi071.stderr:+ sudo dd of=/usr/bin/daemon-helper 2020-11-19T19:06:22.271 INFO:teuthology.orchestra.run.smithi071.stderr:5+1 records in 2020-11-19T19:06:22.271 INFO:teuthology.orchestra.run.smithi071.stderr:5+1 records out 2020-11-19T19:06:22.272 INFO:teuthology.orchestra.run.smithi071.stderr:3058 bytes (3.1 kB, 3.0 KiB) copied, 3.9008e-05 s, 78.4 MB/s 2020-11-19T19:06:22.273 INFO:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/daemon-helper 2020-11-19T19:06:22.342 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2020-11-19T19:06:22.343 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:22.343 INFO:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/adjust-ulimits 2020-11-19T19:06:22.360 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd of=/usr/bin/adjust-ulimits 2020-11-19T19:06:22.370 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:22.371 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:22.371 INFO:teuthology.orchestra.run.smithi077.stderr:299 bytes copied, 4.9841e-05 s, 6.0 MB/s 2020-11-19T19:06:22.372 INFO:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2020-11-19T19:06:22.473 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:22.473 INFO:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/adjust-ulimits 2020-11-19T19:06:22.490 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd of=/usr/bin/adjust-ulimits 2020-11-19T19:06:22.502 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:06:22.502 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:06:22.502 INFO:teuthology.orchestra.run.smithi002.stderr:299 bytes copied, 3.7471e-05 s, 8.0 MB/s 2020-11-19T19:06:22.504 INFO:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2020-11-19T19:06:22.573 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T19:06:22.573 INFO:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/adjust-ulimits 2020-11-19T19:06:22.601 INFO:teuthology.orchestra.run.smithi071.stderr:+ sudo dd of=/usr/bin/adjust-ulimits 2020-11-19T19:06:22.612 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records in 2020-11-19T19:06:22.612 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records out 2020-11-19T19:06:22.612 INFO:teuthology.orchestra.run.smithi071.stderr:299 bytes copied, 3.0603e-05 s, 9.8 MB/s 2020-11-19T19:06:22.613 INFO:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2020-11-19T19:06:22.690 INFO:teuthology.run_tasks:Running task ceph... 2020-11-19T19:06:22.872 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2020-11-19T19:06:22.874 INFO:teuthology.orchestra.run.smithi002:> sudo chmod 777 /var/log/ceph 2020-11-19T19:06:22.890 INFO:teuthology.orchestra.run.smithi071:> sudo chmod 777 /var/log/ceph 2020-11-19T19:06:22.901 INFO:teuthology.orchestra.run.smithi077:> sudo chmod 777 /var/log/ceph 2020-11-19T19:06:22.957 INFO:tasks.ceph:Disabling ceph logrotate... 2020-11-19T19:06:22.958 INFO:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/logrotate.d/ceph 2020-11-19T19:06:22.962 INFO:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/logrotate.d/ceph 2020-11-19T19:06:22.974 INFO:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/logrotate.d/ceph 2020-11-19T19:06:23.028 INFO:tasks.ceph:Creating extra log directories... 2020-11-19T19:06:23.028 INFO:teuthology.orchestra.run.smithi002:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2020-11-19T19:06:23.031 INFO:teuthology.orchestra.run.smithi071:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2020-11-19T19:06:23.041 INFO:teuthology.orchestra.run.smithi077:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2020-11-19T19:06:23.124 INFO:tasks.ceph:Creating ceph cluster ceph... 2020-11-19T19:06:23.124 INFO:tasks.ceph:config {'conf': {'client': {'rbd default data pool': 'datapool'}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': 20, 'debug bluestore': 20, 'debug filestore': 20, 'debug journal': 20, 'debug ms': 20, 'debug osd': 25, 'debug rocksdb': 10, 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}}, 'fs': 'xfs', 'mkfs_options': None, 'mount_options': None, 'skip_mgr_daemons': False, 'log_ignorelist': [], 'cpu_profile': set(), 'cluster': 'ceph', 'mon_bind_msgr2': True, 'mon_bind_addrvec': True} 2020-11-19T19:06:23.125 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308', 'branch': 'wip-jd-testing-2', 'description': 'rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{rhel_8} 5-pool/ec-data-pool 6-prepare/raw-file 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute 9-cleanup/cleanup}', 'email': None, 'exclude_arch': 'armv7l', 'first_in_suite': False, 'io_workload': {'sequential': [{'qemu': {'client.0': {'clone': True, 'disks': [{'action': 'none', 'image_name': 'client.0.0'}, {'action': 'none', 'image_name': 'client.0.1'}, {'action': 'none', 'image_name': 'client.0.2'}], 'test': 'qa/run_xfstests_qemu.sh', 'type': 'block'}}}]}, 'job_id': '5637308', 'kernel': {'kdb': True, 'sha1': 'distro'}, 'last_in_suite': False, 'machine_type': 'smithi', 'migrate_workload': {'sequential': [{'exec': {'client.0': ['sleep 60', 'rbd migration execute client.0.0', 'sleep 60', 'rbd migration commit client.0.0', 'sleep 60', 'rbd migration execute client.0.1']}}]}, 'name': 'jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi', 'nuke-on-error': True, 'openstack': [{'volumes': {'count': 4, 'size': 10}}, {'machine': {'cpus': 1, 'disk': 40, 'ram': 30000}, 'volumes': {'count': 4, 'size': 30}}], 'os_type': 'rhel', 'os_version': '8.3', 'overrides': {'admin_socket': {'branch': 'wip-jd-testing-2'}, 'ceph': {'conf': {'client': {'rbd default data pool': 'datapool'}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': 20, 'debug bluestore': 20, 'debug filestore': 20, 'debug journal': 20, 'debug ms': 20, 'debug osd': 25, 'debug rocksdb': 10, 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}}, 'fs': 'xfs', 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '33f73aff6902486eafe8c4758021a8eed55d592c'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {'osd default pool size': 2}}}, 'install': {'ceph': {'sha1': '33f73aff6902486eafe8c4758021a8eed55d592c'}}, 'selinux': {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'wip-jd-testing-2', 'sha1': '33f73aff6902486eafe8c4758021a8eed55d592c'}}, 'owner': 'scheduled_jdillaman@dillaman-rh', 'priority': 80, 'repo': 'git://git.ceph.com/ceph-ci.git', 'roles': [['mon.a', 'mon.c', 'mgr.x', 'osd.0', 'osd.1', 'osd.2', 'osd.3'], ['mon.b', 'mgr.y', 'osd.4', 'osd.5', 'osd.6', 'osd.7'], ['client.0']], 'sha1': '33f73aff6902486eafe8c4758021a8eed55d592c', 'sleep_before_teardown': 0, 'suite': 'rbd', 'suite_branch': 'wip-jd-testing-2', 'suite_path': '/home/teuthworker/src/git.ceph.com_ceph-c_wip-jd-testing-2/qa', 'suite_relpath': 'qa', 'suite_repo': 'git://git.ceph.com/ceph-ci.git', 'suite_sha1': '33f73aff6902486eafe8c4758021a8eed55d592c', 'tasks': [{'internal.check_packages': None}, {'internal.buildpackages_prep': None}, {'internal.lock_machines': (3, 'smithi')}, {'internal.save_config': None}, {'internal.check_lock': None}, {'internal.add_remotes': None}, {'console_log': None}, {'internal.connect': None}, {'internal.push_inventory': None}, {'internal.serialize_remote_roles': None}, {'internal.check_conflict': None}, {'internal.check_ceph_data': None}, {'internal.vm_setup': None}, {'kernel': {'kdb': True, 'sha1': 'distro'}}, {'internal.base': None}, {'internal.archive_upload': None}, {'internal.archive': None}, {'internal.coredump': None}, {'internal.sudo': None}, {'internal.syslog': None}, {'internal.timer': None}, {'pcp': None}, {'selinux': None}, {'ansible.cephlab': None}, {'clock': None}, {'install': None}, {'ceph': None}, {'exec': {'client.0': ['sudo ceph osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph osd pool set datapool allow_ec_overwrites true', 'rbd pool init datapool']}}, {'exec': {'client.0': ['mkdir /home/ubuntu/cephtest/migration', 'wget -nv -O /home/ubuntu/cephtest/migration/base.client.0.qcow2 http://download.ceph.com/qa/ubuntu-12.04.qcow2', 'qemu-img convert -f qcow2 -O raw /home/ubuntu/cephtest/migration/base.client.0.qcow2 /home/ubuntu/cephtest/migration/base.client.0.raw', 'dd if=/dev/zero of=/home/ubuntu/cephtest/migration/empty.raw count=1 bs=1G', 'echo \'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/base.client.0.raw"}}\' | rbd migration prepare --import-only --source-spec-path - client.0.0', 'rbd migration prepare --import-only --source-spec \'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}\' client.0.1', 'rbd migration prepare --import-only --source-spec \'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}\' client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}, {'exec': {'client.0': ['rm -rf /home/ubuntu/cephtest/migration']}}], 'teuthology_branch': 'master', 'tube': 'smithi', 'verbose': False, 'worker_log': '/home/teuthworker/archive/worker_logs/worker.smithi.6670', 'targets': {'smithi077.front.sepia.ceph.com': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPScVJxAVnfd7yYj2D4FlDRt6eo3oJyEkajUvydsBta9EJGF9pumGD/vNzC1Vin3fdJXtfU0P4bF7kkPkIZcGEXW6PVUQWZZUPLDd+wcqR967Q+PLWKRXA4kBjTVdVJjK5vwU1vFmqCGbYTh839raIyFU+ZTRTFr+mktecP3+Rc6boplUFVeDL+MlE1p3aIw5qLIp4EQRvCmrYVCDk32swBaD31YLg20xwUfUlHZgJ7AUWyiA8MVtfEkU/Ab2B6LYPHp/nv1xGetNH6haRpZaLRld6fH+35G9XibGqeMyj4JhshMvS0Rl/CDbBedxk4moqfNqqOAepa+WDGcbkcBtcM2ym6amhsMEAwMsfZpfcSeCjSNQ0oWHQYsGZF7z+ySZv3g/pGzzzJWHKb+Oq4WnKP8PBF43rG+ZCv0qAKXlLIOYZO2JIvko/3GQ+a3p6UPYJ/2/YVNcJzelXZBrYzob2sChRYvj9pw7vapshLdvaHCI8iQDcyEHaHpY+jvSyois=', 'smithi002.front.sepia.ceph.com': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU2AL2XEivqlC/Xu1qGpUSk/87Kah2sJK7z32RqLv8ZQzGarLHipX10TxyxxiIIk5KmG60h/HnFxvqt4Bf86vh2YrWNbXyzIR3HL6mQqQzkBuo9OUcilFmvhVTkp2SA1W1jNHEaybDT+f5eM5yi1mvrDyZEY0e2L2TUb42v28m5ziL7I6W5YiqEA5rLCW0eOc/BWyROjS18GEj5+Wif1rUk0jifgO+6EQPbVF+ZgLc6XA7t3sYepkvZFTBigX2/aiRzxBYORNHMlloMy6C2zR/J8ysnFKc6m2CWPuouODIBLuWQSg9uwCm1owTcRrguczQ7VhjfraG5TRHrW7kR5B9cBeV6yGrp/gMhKtRNJhwNVvYDXqLfA6gvdWe1YMG6u8QSgXBJitrEU/MgXGZZOS08k7oMXU79WXg8Or6CTDrOxbXWxDnskaEaTdQy0aJ52pdVjeMWLpt0EvIdNiMEZtktT4Ntxl3J609W3q6iY3SsA9zN/Iacmo8LyiH4qmKOwc=', 'smithi071.front.sepia.ceph.com': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWdrY6h2SjaN82UBqtQXY/7cFOIPrPe9V6QUGl5pcaNark84cQPWICn/wPTNVcC1qx4SEu1pgUf+QTTTDASZBh148uXoDxE2p0ktRX2JwBVF0Ogu5l2Gyiyam0R6a61WGZgxtL+norDgxynwoiSsMDR+5xMVBCG8XXH9hHsnsGn1Pxv8uF978DxSMTaYOZOpczh+0hdiAQ7X8mFo/FAwoP6e/AP2DQWUqhh/rO3xopDhus/c+EYohv8mVqdLWuuuhGTmyCflY//NV2h1ayag02y+p+ZYhDN1VFqr4DPTJ/IwbJZeJtcd5Rp2++nHlzDgLsxYIPE1kjJsmTsTYbx5AgZqZZ0YjfjSmc5ZfFbW5SmoGkxV7TNru/KTA9l30HCwgIc2+1AtSXG56LJq+3Qxppcqng1uXWownbBgX3ItBxCijSqh18ug2vyn3ZmfEidOVdcawgo/plfSjyMzulY6CfLgYkMvzwP2SFoeED/KNysAoG90dvLZMb9nRxo9OH0rE='}} 2020-11-19T19:06:23.126 INFO:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2020-11-19T19:06:23.132 INFO:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2020-11-19T19:06:23.138 INFO:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2020-11-19T19:06:23.158 INFO:teuthology.orchestra.run.smithi002:> sudo install -d -m0777 -- /var/run/ceph 2020-11-19T19:06:23.201 INFO:teuthology.orchestra.run.smithi071:> sudo install -d -m0777 -- /var/run/ceph 2020-11-19T19:06:23.206 INFO:teuthology.orchestra.run.smithi077:> sudo install -d -m0777 -- /var/run/ceph 2020-11-19T19:06:23.234 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:23.235 INFO:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2020-11-19T19:06:23.294 INFO:teuthology.orchestra.run.smithi077.stderr:+ dd if=/scratch_devs of=/dev/stdout 2020-11-19T19:06:23.295 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:23.295 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:23.295 INFO:teuthology.orchestra.run.smithi077.stderr:72 bytes copied, 3.6338e-05 s, 2.0 MB/s 2020-11-19T19:06:23.295 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_1 2020-11-19T19:06:23.296 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_2 2020-11-19T19:06:23.296 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_3 2020-11-19T19:06:23.296 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_4 2020-11-19T19:06:23.296 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2020-11-19T19:06:23.297 INFO:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 && sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_1 2020-11-19T19:06:23.354 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2020-11-19T19:06:23.354 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-11-19T19:06:23.354 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 51185 Links: 1 2020-11-19T19:06:23.355 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-11-19T19:06:23.355 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2020-11-19T19:06:23.355 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2020-11-19 19:05:51.568583456 +0000 2020-11-19T19:06:23.355 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2020-11-19 19:02:11.790716757 +0000 2020-11-19T19:06:23.356 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2020-11-19 19:02:11.790716757 +0000 2020-11-19T19:06:23.403 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2020-11-19T19:06:23.422 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2020-11-19T19:06:23.423 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2020-11-19T19:06:23.427 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000258372 s, 2.0 MB/s 2020-11-19T19:06:23.428 INFO:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 && sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_2 2020-11-19T19:06:23.467 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2020-11-19T19:06:23.468 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-11-19T19:06:23.468 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 60451 Links: 1 2020-11-19T19:06:23.468 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-11-19T19:06:23.468 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2020-11-19T19:06:23.469 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2020-11-19 19:05:51.568583456 +0000 2020-11-19T19:06:23.469 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2020-11-19 19:02:12.404702115 +0000 2020-11-19T19:06:23.469 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2020-11-19 19:02:12.404702115 +0000 2020-11-19T19:06:23.469 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2020-11-19T19:06:23.477 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2020-11-19T19:06:23.477 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2020-11-19T19:06:23.477 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000224952 s, 2.3 MB/s 2020-11-19T19:06:23.480 INFO:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 && sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_3 2020-11-19T19:06:23.545 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2020-11-19T19:06:23.546 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-11-19T19:06:23.546 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 57014 Links: 1 2020-11-19T19:06:23.546 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-11-19T19:06:23.546 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2020-11-19T19:06:23.547 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2020-11-19 19:05:51.568583456 +0000 2020-11-19T19:06:23.547 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2020-11-19 19:02:12.723694508 +0000 2020-11-19T19:06:23.547 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2020-11-19 19:02:12.723694508 +0000 2020-11-19T19:06:23.547 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2020-11-19T19:06:23.547 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2020-11-19T19:06:23.548 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2020-11-19T19:06:23.548 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000219368 s, 2.3 MB/s 2020-11-19T19:06:23.549 INFO:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 && sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_4 2020-11-19T19:06:23.610 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2020-11-19T19:06:23.611 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-11-19T19:06:23.611 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 58826 Links: 1 2020-11-19T19:06:23.611 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-11-19T19:06:23.611 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2020-11-19T19:06:23.611 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2020-11-19 19:05:51.568583456 +0000 2020-11-19T19:06:23.612 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2020-11-19 19:02:13.040686949 +0000 2020-11-19T19:06:23.612 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2020-11-19 19:02:13.040686949 +0000 2020-11-19T19:06:23.612 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2020-11-19T19:06:23.618 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2020-11-19T19:06:23.618 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2020-11-19T19:06:23.619 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000233028 s, 2.2 MB/s 2020-11-19T19:06:23.619 INFO:tasks.ceph:osd dev map: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:23.620 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:23.620 INFO:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2020-11-19T19:06:23.640 INFO:teuthology.orchestra.run.smithi002.stderr:+ dd if=/scratch_devs of=/dev/stdout 2020-11-19T19:06:23.641 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_1 2020-11-19T19:06:23.641 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_2 2020-11-19T19:06:23.642 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_3 2020-11-19T19:06:23.642 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_4 2020-11-19T19:06:23.642 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:06:23.642 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:06:23.642 INFO:teuthology.orchestra.run.smithi002.stderr:72 bytes copied, 4.3995e-05 s, 1.6 MB/s 2020-11-19T19:06:23.643 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2020-11-19T19:06:23.643 INFO:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_1 && sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_1 2020-11-19T19:06:23.712 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2020-11-19T19:06:23.713 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-11-19T19:06:23.713 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 60478 Links: 1 2020-11-19T19:06:23.713 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-11-19T19:06:23.713 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2020-11-19T19:06:23.714 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2020-11-19 19:06:11.654102502 +0000 2020-11-19T19:06:23.714 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2020-11-19 19:02:06.081189660 +0000 2020-11-19T19:06:23.714 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2020-11-19 19:02:06.081189660 +0000 2020-11-19T19:06:23.714 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2020-11-19T19:06:23.724 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2020-11-19T19:06:23.725 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2020-11-19T19:06:23.725 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000137788 s, 3.7 MB/s 2020-11-19T19:06:23.728 INFO:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_2 && sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_2 2020-11-19T19:06:23.787 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2020-11-19T19:06:23.787 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-11-19T19:06:23.788 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 60537 Links: 1 2020-11-19T19:06:23.885 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-11-19T19:06:23.885 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2020-11-19T19:06:23.885 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2020-11-19 19:06:11.654102502 +0000 2020-11-19T19:06:23.885 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2020-11-19 19:02:06.420181803 +0000 2020-11-19T19:06:23.886 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2020-11-19 19:02:06.420181803 +0000 2020-11-19T19:06:23.886 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2020-11-19T19:06:23.887 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2020-11-19T19:06:23.887 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2020-11-19T19:06:23.888 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000106814 s, 4.8 MB/s 2020-11-19T19:06:23.888 INFO:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_3 && sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_3 2020-11-19T19:06:23.946 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2020-11-19T19:06:23.946 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-11-19T19:06:23.946 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 59682 Links: 1 2020-11-19T19:06:23.947 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-11-19T19:06:23.947 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2020-11-19T19:06:23.947 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2020-11-19 19:06:11.654102502 +0000 2020-11-19T19:06:23.947 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2020-11-19 19:02:06.743174316 +0000 2020-11-19T19:06:23.948 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2020-11-19 19:02:06.743174316 +0000 2020-11-19T19:06:23.948 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2020-11-19T19:06:23.958 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2020-11-19T19:06:23.958 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2020-11-19T19:06:23.959 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000125659 s, 4.1 MB/s 2020-11-19T19:06:23.962 INFO:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_4 && sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_4 2020-11-19T19:06:24.039 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2020-11-19T19:06:24.039 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-11-19T19:06:24.040 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 59724 Links: 1 2020-11-19T19:06:24.041 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-11-19T19:06:24.041 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2020-11-19T19:06:24.042 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2020-11-19 19:06:11.654102502 +0000 2020-11-19T19:06:24.042 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2020-11-19 19:02:07.316161036 +0000 2020-11-19T19:06:24.042 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2020-11-19 19:02:07.316161036 +0000 2020-11-19T19:06:24.043 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2020-11-19T19:06:24.051 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2020-11-19T19:06:24.051 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2020-11-19T19:06:24.052 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000119915 s, 4.3 MB/s 2020-11-19T19:06:24.054 INFO:tasks.ceph:osd dev map: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:24.375 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi077.front.sepia.ceph.com'): {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'}, Remote(name='ubuntu@smithi002.front.sepia.ceph.com'): {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'}} 2020-11-19T19:06:24.375 INFO:tasks.ceph:Generating config... 2020-11-19T19:06:24.377 INFO:tasks.ceph:[client] rbd default data pool = datapool 2020-11-19T19:06:24.377 INFO:tasks.ceph:[mgr] debug mgr = 20 2020-11-19T19:06:24.377 INFO:tasks.ceph:[mgr] debug ms = 1 2020-11-19T19:06:24.382 INFO:tasks.ceph:[mon] debug mon = 20 2020-11-19T19:06:24.382 INFO:tasks.ceph:[mon] debug ms = 1 2020-11-19T19:06:24.383 INFO:tasks.ceph:[mon] debug paxos = 20 2020-11-19T19:06:24.383 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2020-11-19T19:06:24.383 INFO:tasks.ceph:[osd] bluestore compression algorithm = lz4 2020-11-19T19:06:24.383 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2020-11-19T19:06:24.384 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2020-11-19T19:06:24.384 INFO:tasks.ceph:[osd] debug bluefs = 20 2020-11-19T19:06:24.384 INFO:tasks.ceph:[osd] debug bluestore = 20 2020-11-19T19:06:24.384 INFO:tasks.ceph:[osd] debug filestore = 20 2020-11-19T19:06:24.385 INFO:tasks.ceph:[osd] debug journal = 20 2020-11-19T19:06:24.385 INFO:tasks.ceph:[osd] debug ms = 20 2020-11-19T19:06:24.385 INFO:tasks.ceph:[osd] debug osd = 25 2020-11-19T19:06:24.386 INFO:tasks.ceph:[osd] debug rocksdb = 10 2020-11-19T19:06:24.386 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2020-11-19T19:06:24.386 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2020-11-19T19:06:24.386 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2020-11-19T19:06:24.387 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2020-11-19T19:06:24.387 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2020-11-19T19:06:24.387 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2020-11-19T19:06:24.388 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2020-11-19T19:06:24.388 INFO:tasks.ceph:[osd] osd shutdown pgref assert = True 2020-11-19T19:06:24.388 INFO:tasks.ceph:Setting up mon.a... 2020-11-19T19:06:24.389 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/ceph.keyring 2020-11-19T19:06:24.447 INFO:teuthology.orchestra.run.smithi077.stdout:creating /etc/ceph/ceph.keyring 2020-11-19T19:06:24.449 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/ceph.keyring 2020-11-19T19:06:24.493 INFO:teuthology.orchestra.run.smithi077:> sudo chmod 0644 /etc/ceph/ceph.keyring 2020-11-19T19:06:24.566 DEBUG:tasks.ceph:Ceph mon addresses: [('mon.a', '172.21.15.77'), ('mon.c', '[v2:172.21.15.77:3301,v1:172.21.15.77:6790]'), ('mon.b', '172.21.15.2')] 2020-11-19T19:06:24.567 DEBUG:tasks.ceph:writing out conf {'global': {'chdir': '', 'pid file': '/var/run/ceph/$cluster-$name.pid', 'auth supported': 'cephx', 'filestore xattr use omap': 'true', 'mon clock drift allowed': '1.000', 'osd crush chooseleaf type': '0', 'auth debug': 'true', 'ms die on old message': 'true', 'ms die on bug': 'true', 'mon max pg per osd': '10000', 'mon pg warn max object skew': '0', 'osd_pool_default_pg_autoscale_mode': 'off', 'osd pool default size': '2', 'mon osd allow primary affinity': 'true', 'mon osd allow pg remap': 'true', 'mon warn on legacy crush tunables': 'false', 'mon warn on crush straw calc version zero': 'false', 'mon warn on no sortbitwise': 'false', 'mon warn on osd down out interval zero': 'false', 'mon warn on too few osds': 'false', 'mon_warn_on_pool_pg_num_not_power_of_two': 'false', 'mon_warn_on_pool_no_redundancy': 'false', 'mon_allow_pool_size_one': 'true', 'osd pool default erasure code profile': 'plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd', 'osd default data pool replay window': '5', 'mon allow pool delete': 'true', 'mon cluster log file level': 'debug', 'debug asserts on shutdown': 'true', 'mon health detail to clog': 'false', 'mon host': '172.21.15.77,[v2:172.21.15.77:3301,v1:172.21.15.77:6790],172.21.15.2'}, 'osd': {'osd journal size': '100', 'osd scrub load threshold': '5.0', 'osd scrub max interval': '600', 'osd recover clone overlap': 'true', 'osd recovery max chunk': '1048576', 'osd debug shutdown': 'true', 'osd debug op order': 'true', 'osd debug verify stray on activate': 'true', 'osd open classes on start': 'true', 'osd debug pg log writeout': 'true', 'osd deep scrub update digest min age': '30', 'osd map max advance': '10', 'journal zero on create': 'true', 'filestore ondisk finisher threads': '3', 'filestore apply finisher threads': '3', 'bdev debug aio': 'true', 'osd debug misdirected ops': 'true', 'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': 20, 'debug bluestore': 20, 'debug filestore': 20, 'debug journal': 20, 'debug ms': 20, 'debug osd': 25, 'debug rocksdb': 10, 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}, 'mgr': {'debug ms': 1, 'debug mgr': 20, 'debug mon': '20', 'debug auth': '20', 'mon reweight min pgs per osd': '4', 'mon reweight min bytes per osd': '10', 'mgr/telemetry/nag': 'false'}, 'mon': {'debug ms': 1, 'debug mon': 20, 'debug paxos': 20, 'debug auth': '20', 'mon data avail warn': '5', 'mon mgr mkfs grace': '240', 'mon reweight min pgs per osd': '4', 'mon osd reporter subtree level': 'osd', 'mon osd prime pg temp': 'true', 'mon reweight min bytes per osd': '10'}, 'client': {'rgw cache enabled': 'true', 'rgw enable ops log': 'true', 'rgw enable usage log': 'true', 'log file': '/var/log/ceph/$cluster-$name.$pid.log', 'admin socket': '/var/run/ceph/$cluster-$name.$pid.asok', 'rbd default data pool': 'datapool'}, 'mon.a': {}, 'mon.c': {}, 'mon.b': {}} 2020-11-19T19:06:24.568 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:24.568 INFO:teuthology.orchestra.run.smithi077:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2020-11-19T19:06:24.631 INFO:teuthology.orchestra.run.smithi077.stderr:+ dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2020-11-19T19:06:24.631 INFO:teuthology.orchestra.run.smithi077.stderr:6+1 records in 2020-11-19T19:06:24.632 INFO:teuthology.orchestra.run.smithi077.stderr:6+1 records out 2020-11-19T19:06:24.632 INFO:teuthology.orchestra.run.smithi077.stderr:3122 bytes (3.1 kB, 3.0 KiB) copied, 3.9682e-05 s, 78.7 MB/s 2020-11-19T19:06:24.633 INFO:teuthology.orchestra.run.smithi077:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 172.21.15.77 --addv c '[v2:172.21.15.77:3301,v1:172.21.15.77:6790]' --add b 172.21.15.2 --print /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:24.723 INFO:teuthology.orchestra.run.smithi077.stdout:monmaptool: monmap file /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:24.724 INFO:teuthology.orchestra.run.smithi077.stdout:monmaptool: generated fsid 856d888c-d18e-490d-bbbc-39dd04dff0a4 2020-11-19T19:06:24.724 INFO:teuthology.orchestra.run.smithi077.stdout:epoch 0 2020-11-19T19:06:24.724 INFO:teuthology.orchestra.run.smithi077.stdout:fsid 856d888c-d18e-490d-bbbc-39dd04dff0a4 2020-11-19T19:06:24.725 INFO:teuthology.orchestra.run.smithi077.stdout:last_changed 2020-11-19T19:06:24.723933+0000 2020-11-19T19:06:24.725 INFO:teuthology.orchestra.run.smithi077.stdout:created 2020-11-19T19:06:24.723933+0000 2020-11-19T19:06:24.742 INFO:teuthology.orchestra.run.smithi077.stdout:min_mon_release 0 (unknown) 2020-11-19T19:06:24.742 INFO:teuthology.orchestra.run.smithi077.stdout:election_strategy: 1 2020-11-19T19:06:24.742 INFO:teuthology.orchestra.run.smithi077.stdout:0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2020-11-19T19:06:24.743 INFO:teuthology.orchestra.run.smithi077.stdout:1: [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon.b 2020-11-19T19:06:24.743 INFO:teuthology.orchestra.run.smithi077.stdout:2: [v2:172.21.15.77:3301/0,v1:172.21.15.77:6790/0] mon.c 2020-11-19T19:06:24.743 INFO:teuthology.orchestra.run.smithi077.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/ceph.monmap (3 monitors) 2020-11-19T19:06:24.744 INFO:teuthology.orchestra.run.smithi077:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2020-11-19T19:06:24.806 INFO:tasks.ceph:Writing /etc/ceph/ceph.conf for FSID 856d888c-d18e-490d-bbbc-39dd04dff0a4... 2020-11-19T19:06:24.807 INFO:teuthology.orchestra.run.smithi002:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/ceph.conf && sudo chmod 0644 /etc/ceph/ceph.conf > /dev/null 2020-11-19T19:06:24.890 INFO:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/ceph.conf && sudo chmod 0644 /etc/ceph/ceph.conf > /dev/null 2020-11-19T19:06:24.906 INFO:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/ceph.conf && sudo chmod 0644 /etc/ceph/ceph.conf > /dev/null 2020-11-19T19:06:24.944 INFO:teuthology.orchestra.run.smithi002.stdout:[global] 2020-11-19T19:06:24.944 INFO:teuthology.orchestra.run.smithi002.stdout: chdir = "" 2020-11-19T19:06:24.945 INFO:teuthology.orchestra.run.smithi002.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2020-11-19T19:06:24.945 INFO:teuthology.orchestra.run.smithi002.stdout: auth supported = cephx 2020-11-19T19:06:24.945 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.945 INFO:teuthology.orchestra.run.smithi002.stdout: filestore xattr use omap = true 2020-11-19T19:06:24.946 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.946 INFO:teuthology.orchestra.run.smithi002.stdout: mon clock drift allowed = 1.000 2020-11-19T19:06:24.946 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.946 INFO:teuthology.orchestra.run.smithi002.stdout: osd crush chooseleaf type = 0 2020-11-19T19:06:24.946 INFO:teuthology.orchestra.run.smithi002.stdout: auth debug = true 2020-11-19T19:06:24.947 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.947 INFO:teuthology.orchestra.run.smithi002.stdout: ms die on old message = true 2020-11-19T19:06:24.948 INFO:teuthology.orchestra.run.smithi002.stdout: ms die on bug = true 2020-11-19T19:06:24.948 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.948 INFO:teuthology.orchestra.run.smithi002.stdout: mon max pg per osd = 10000 # >= luminous 2020-11-19T19:06:24.948 INFO:teuthology.orchestra.run.smithi002.stdout: mon pg warn max object skew = 0 2020-11-19T19:06:24.949 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.949 INFO:teuthology.orchestra.run.smithi002.stdout: # disable pg_autoscaler by default for new pools 2020-11-19T19:06:24.949 INFO:teuthology.orchestra.run.smithi002.stdout: osd_pool_default_pg_autoscale_mode = off 2020-11-19T19:06:24.949 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.949 INFO:teuthology.orchestra.run.smithi002.stdout: osd pool default size = 2 2020-11-19T19:06:24.950 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.950 INFO:teuthology.orchestra.run.smithi002.stdout: mon osd allow primary affinity = true 2020-11-19T19:06:24.950 INFO:teuthology.orchestra.run.smithi002.stdout: mon osd allow pg remap = true 2020-11-19T19:06:24.950 INFO:teuthology.orchestra.run.smithi002.stdout: mon warn on legacy crush tunables = false 2020-11-19T19:06:24.950 INFO:teuthology.orchestra.run.smithi002.stdout: mon warn on crush straw calc version zero = false 2020-11-19T19:06:24.951 INFO:teuthology.orchestra.run.smithi002.stdout: mon warn on no sortbitwise = false 2020-11-19T19:06:24.951 INFO:teuthology.orchestra.run.smithi002.stdout: mon warn on osd down out interval zero = false 2020-11-19T19:06:24.951 INFO:teuthology.orchestra.run.smithi002.stdout: mon warn on too few osds = false 2020-11-19T19:06:24.951 INFO:teuthology.orchestra.run.smithi002.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2020-11-19T19:06:24.952 INFO:teuthology.orchestra.run.smithi002.stdout: mon_warn_on_pool_no_redundancy = false 2020-11-19T19:06:24.952 INFO:teuthology.orchestra.run.smithi002.stdout: mon_allow_pool_size_one = true 2020-11-19T19:06:24.952 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.952 INFO:teuthology.orchestra.run.smithi002.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd 2020-11-19T19:06:24.952 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.953 INFO:teuthology.orchestra.run.smithi002.stdout: osd default data pool replay window = 5 2020-11-19T19:06:24.953 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.953 INFO:teuthology.orchestra.run.smithi002.stdout: mon allow pool delete = true 2020-11-19T19:06:24.953 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.953 INFO:teuthology.orchestra.run.smithi002.stdout: mon cluster log file level = debug 2020-11-19T19:06:24.954 INFO:teuthology.orchestra.run.smithi002.stdout: debug asserts on shutdown = true 2020-11-19T19:06:24.954 INFO:teuthology.orchestra.run.smithi002.stdout: mon health detail to clog = false 2020-11-19T19:06:24.954 INFO:teuthology.orchestra.run.smithi002.stdout: mon host = "172.21.15.77,[v2:172.21.15.77:3301,v1:172.21.15.77:6790],172.21.15.2" 2020-11-19T19:06:24.954 INFO:teuthology.orchestra.run.smithi002.stdout: fsid = 856d888c-d18e-490d-bbbc-39dd04dff0a4 2020-11-19T19:06:24.955 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.955 INFO:teuthology.orchestra.run.smithi002.stdout:[osd] 2020-11-19T19:06:24.955 INFO:teuthology.orchestra.run.smithi002.stdout: osd journal size = 100 2020-11-19T19:06:24.955 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.955 INFO:teuthology.orchestra.run.smithi002.stdout: osd scrub load threshold = 5.0 2020-11-19T19:06:24.956 INFO:teuthology.orchestra.run.smithi002.stdout: osd scrub max interval = 600 2020-11-19T19:06:24.956 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.956 INFO:teuthology.orchestra.run.smithi002.stdout: osd recover clone overlap = true 2020-11-19T19:06:24.956 INFO:teuthology.orchestra.run.smithi002.stdout: osd recovery max chunk = 1048576 2020-11-19T19:06:24.956 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.957 INFO:teuthology.orchestra.run.smithi002.stdout: osd debug shutdown = true 2020-11-19T19:06:24.957 INFO:teuthology.orchestra.run.smithi002.stdout: osd debug op order = true 2020-11-19T19:06:24.957 INFO:teuthology.orchestra.run.smithi002.stdout: osd debug verify stray on activate = true 2020-11-19T19:06:24.957 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.957 INFO:teuthology.orchestra.run.smithi002.stdout: osd open classes on start = true 2020-11-19T19:06:24.958 INFO:teuthology.orchestra.run.smithi002.stdout: osd debug pg log writeout = true 2020-11-19T19:06:24.958 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.958 INFO:teuthology.orchestra.run.smithi002.stdout: osd deep scrub update digest min age = 30 2020-11-19T19:06:24.958 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.958 INFO:teuthology.orchestra.run.smithi002.stdout: osd map max advance = 10 2020-11-19T19:06:24.959 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.959 INFO:teuthology.orchestra.run.smithi002.stdout: journal zero on create = true 2020-11-19T19:06:24.959 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.959 INFO:teuthology.orchestra.run.smithi002.stdout: filestore ondisk finisher threads = 3 2020-11-19T19:06:24.959 INFO:teuthology.orchestra.run.smithi002.stdout: filestore apply finisher threads = 3 2020-11-19T19:06:24.960 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.960 INFO:teuthology.orchestra.run.smithi002.stdout: bdev debug aio = true 2020-11-19T19:06:24.960 INFO:teuthology.orchestra.run.smithi002.stdout: osd debug misdirected ops = true 2020-11-19T19:06:24.960 INFO:teuthology.orchestra.run.smithi002.stdout: bluestore block size = 96636764160 2020-11-19T19:06:24.960 INFO:teuthology.orchestra.run.smithi002.stdout: bluestore compression algorithm = lz4 2020-11-19T19:06:24.961 INFO:teuthology.orchestra.run.smithi002.stdout: bluestore compression mode = aggressive 2020-11-19T19:06:24.961 INFO:teuthology.orchestra.run.smithi002.stdout: bluestore fsck on mount = True 2020-11-19T19:06:24.961 INFO:teuthology.orchestra.run.smithi002.stdout: debug bluefs = 20 2020-11-19T19:06:24.962 INFO:teuthology.orchestra.run.smithi002.stdout: debug bluestore = 20 2020-11-19T19:06:24.963 INFO:teuthology.orchestra.run.smithi002.stdout: debug filestore = 20 2020-11-19T19:06:24.963 INFO:teuthology.orchestra.run.smithi002.stdout: debug journal = 20 2020-11-19T19:06:24.963 INFO:teuthology.orchestra.run.smithi002.stdout: debug ms = 20 2020-11-19T19:06:24.963 INFO:teuthology.orchestra.run.smithi002.stdout: debug osd = 25 2020-11-19T19:06:24.964 INFO:teuthology.orchestra.run.smithi002.stdout: debug rocksdb = 10 2020-11-19T19:06:24.964 INFO:teuthology.orchestra.run.smithi002.stdout: enable experimental unrecoverable data corrupting features = * 2020-11-19T19:06:24.964 INFO:teuthology.orchestra.run.smithi002.stdout: mon osd backfillfull_ratio = 0.85 2020-11-19T19:06:24.964 INFO:teuthology.orchestra.run.smithi002.stdout: mon osd full ratio = 0.9 2020-11-19T19:06:24.964 INFO:teuthology.orchestra.run.smithi002.stdout: mon osd nearfull ratio = 0.8 2020-11-19T19:06:24.965 INFO:teuthology.orchestra.run.smithi002.stdout: osd debug randomize hobject sort order = False 2020-11-19T19:06:24.965 INFO:teuthology.orchestra.run.smithi002.stdout: osd failsafe full ratio = 0.95 2020-11-19T19:06:24.965 INFO:teuthology.orchestra.run.smithi002.stdout: osd objectstore = bluestore 2020-11-19T19:06:24.965 INFO:teuthology.orchestra.run.smithi002.stdout: osd shutdown pgref assert = True 2020-11-19T19:06:24.965 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.966 INFO:teuthology.orchestra.run.smithi002.stdout:[mgr] 2020-11-19T19:06:24.966 INFO:teuthology.orchestra.run.smithi002.stdout: debug ms = 1 2020-11-19T19:06:24.966 INFO:teuthology.orchestra.run.smithi002.stdout: debug mgr = 20 2020-11-19T19:06:24.966 INFO:teuthology.orchestra.run.smithi002.stdout: debug mon = 20 2020-11-19T19:06:24.966 INFO:teuthology.orchestra.run.smithi002.stdout: debug auth = 20 2020-11-19T19:06:24.967 INFO:teuthology.orchestra.run.smithi002.stdout: mon reweight min pgs per osd = 4 2020-11-19T19:06:24.967 INFO:teuthology.orchestra.run.smithi002.stdout: mon reweight min bytes per osd = 10 2020-11-19T19:06:24.967 INFO:teuthology.orchestra.run.smithi002.stdout: mgr/telemetry/nag = false 2020-11-19T19:06:24.967 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.967 INFO:teuthology.orchestra.run.smithi002.stdout:[mon] 2020-11-19T19:06:24.968 INFO:teuthology.orchestra.run.smithi002.stdout: debug ms = 1 2020-11-19T19:06:24.968 INFO:teuthology.orchestra.run.smithi002.stdout: debug mon = 20 2020-11-19T19:06:24.968 INFO:teuthology.orchestra.run.smithi002.stdout: debug paxos = 20 2020-11-19T19:06:24.968 INFO:teuthology.orchestra.run.smithi002.stdout: debug auth = 20 2020-11-19T19:06:24.969 INFO:teuthology.orchestra.run.smithi002.stdout: mon data avail warn = 5 2020-11-19T19:06:24.969 INFO:teuthology.orchestra.run.smithi002.stdout: mon mgr mkfs grace = 240 2020-11-19T19:06:24.969 INFO:teuthology.orchestra.run.smithi002.stdout: mon reweight min pgs per osd = 4 2020-11-19T19:06:24.969 INFO:teuthology.orchestra.run.smithi002.stdout: mon osd reporter subtree level = osd 2020-11-19T19:06:24.969 INFO:teuthology.orchestra.run.smithi002.stdout: mon osd prime pg temp = true 2020-11-19T19:06:24.970 INFO:teuthology.orchestra.run.smithi002.stdout: mon reweight min bytes per osd = 10 2020-11-19T19:06:24.970 INFO:teuthology.orchestra.run.smithi002.stdout: 2020-11-19T19:06:24.970 INFO:teuthology.orchestra.run.smithi002.stdout:[client] 2020-11-19T19:06:24.970 INFO:teuthology.orchestra.run.smithi002.stdout: rgw cache enabled = true 2020-11-19T19:06:24.971 INFO:teuthology.orchestra.run.smithi002.stdout: rgw enable ops log = true 2020-11-19T19:06:24.971 INFO:teuthology.orchestra.run.smithi002.stdout: rgw enable usage log = true 2020-11-19T19:06:24.971 INFO:teuthology.orchestra.run.smithi002.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2020-11-19T19:06:24.971 INFO:teuthology.orchestra.run.smithi002.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2020-11-19T19:06:24.971 INFO:teuthology.orchestra.run.smithi002.stdout: rbd default data pool = datapool 2020-11-19T19:06:24.972 INFO:teuthology.orchestra.run.smithi002.stdout:[mon.a] 2020-11-19T19:06:24.972 INFO:teuthology.orchestra.run.smithi002.stdout:[mon.c] 2020-11-19T19:06:24.972 INFO:teuthology.orchestra.run.smithi002.stdout:[mon.b] 2020-11-19T19:06:24.974 INFO:teuthology.orchestra.run.smithi077.stdout:[global] 2020-11-19T19:06:24.974 INFO:teuthology.orchestra.run.smithi077.stdout: chdir = "" 2020-11-19T19:06:24.975 INFO:teuthology.orchestra.run.smithi077.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2020-11-19T19:06:24.975 INFO:teuthology.orchestra.run.smithi077.stdout: auth supported = cephx 2020-11-19T19:06:24.975 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.975 INFO:teuthology.orchestra.run.smithi077.stdout: filestore xattr use omap = true 2020-11-19T19:06:24.975 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.976 INFO:teuthology.orchestra.run.smithi077.stdout: mon clock drift allowed = 1.000 2020-11-19T19:06:24.976 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.976 INFO:teuthology.orchestra.run.smithi077.stdout: osd crush chooseleaf type = 0 2020-11-19T19:06:24.976 INFO:teuthology.orchestra.run.smithi077.stdout: auth debug = true 2020-11-19T19:06:24.976 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.977 INFO:teuthology.orchestra.run.smithi077.stdout: ms die on old message = true 2020-11-19T19:06:24.977 INFO:teuthology.orchestra.run.smithi077.stdout: ms die on bug = true 2020-11-19T19:06:24.977 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.977 INFO:teuthology.orchestra.run.smithi077.stdout: mon max pg per osd = 10000 # >= luminous 2020-11-19T19:06:24.977 INFO:teuthology.orchestra.run.smithi077.stdout: mon pg warn max object skew = 0 2020-11-19T19:06:24.978 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.978 INFO:teuthology.orchestra.run.smithi077.stdout: # disable pg_autoscaler by default for new pools 2020-11-19T19:06:24.978 INFO:teuthology.orchestra.run.smithi077.stdout: osd_pool_default_pg_autoscale_mode = off 2020-11-19T19:06:24.978 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.978 INFO:teuthology.orchestra.run.smithi077.stdout: osd pool default size = 2 2020-11-19T19:06:24.979 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.979 INFO:teuthology.orchestra.run.smithi077.stdout: mon osd allow primary affinity = true 2020-11-19T19:06:24.979 INFO:teuthology.orchestra.run.smithi077.stdout: mon osd allow pg remap = true 2020-11-19T19:06:24.979 INFO:teuthology.orchestra.run.smithi077.stdout: mon warn on legacy crush tunables = false 2020-11-19T19:06:24.979 INFO:teuthology.orchestra.run.smithi077.stdout: mon warn on crush straw calc version zero = false 2020-11-19T19:06:24.980 INFO:teuthology.orchestra.run.smithi077.stdout: mon warn on no sortbitwise = false 2020-11-19T19:06:24.980 INFO:teuthology.orchestra.run.smithi077.stdout: mon warn on osd down out interval zero = false 2020-11-19T19:06:24.980 INFO:teuthology.orchestra.run.smithi077.stdout: mon warn on too few osds = false 2020-11-19T19:06:24.980 INFO:teuthology.orchestra.run.smithi077.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2020-11-19T19:06:24.981 INFO:teuthology.orchestra.run.smithi077.stdout: mon_warn_on_pool_no_redundancy = false 2020-11-19T19:06:24.981 INFO:teuthology.orchestra.run.smithi077.stdout: mon_allow_pool_size_one = true 2020-11-19T19:06:24.981 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd 2020-11-19T19:06:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: osd default data pool replay window = 5 2020-11-19T19:06:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: mon allow pool delete = true 2020-11-19T19:06:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: mon cluster log file level = debug 2020-11-19T19:06:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: debug asserts on shutdown = true 2020-11-19T19:06:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: mon health detail to clog = false 2020-11-19T19:06:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: mon host = "172.21.15.77,[v2:172.21.15.77:3301,v1:172.21.15.77:6790],172.21.15.2" 2020-11-19T19:06:24.984 INFO:teuthology.orchestra.run.smithi077.stdout: fsid = 856d888c-d18e-490d-bbbc-39dd04dff0a4 2020-11-19T19:06:24.984 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.984 INFO:teuthology.orchestra.run.smithi077.stdout:[osd] 2020-11-19T19:06:24.984 INFO:teuthology.orchestra.run.smithi077.stdout: osd journal size = 100 2020-11-19T19:06:24.984 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.985 INFO:teuthology.orchestra.run.smithi077.stdout: osd scrub load threshold = 5.0 2020-11-19T19:06:24.985 INFO:teuthology.orchestra.run.smithi077.stdout: osd scrub max interval = 600 2020-11-19T19:06:24.985 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.985 INFO:teuthology.orchestra.run.smithi077.stdout: osd recover clone overlap = true 2020-11-19T19:06:24.986 INFO:teuthology.orchestra.run.smithi077.stdout: osd recovery max chunk = 1048576 2020-11-19T19:06:24.986 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.987 INFO:teuthology.orchestra.run.smithi077.stdout: osd debug shutdown = true 2020-11-19T19:06:24.987 INFO:teuthology.orchestra.run.smithi077.stdout: osd debug op order = true 2020-11-19T19:06:24.987 INFO:teuthology.orchestra.run.smithi077.stdout: osd debug verify stray on activate = true 2020-11-19T19:06:24.987 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.988 INFO:teuthology.orchestra.run.smithi077.stdout: osd open classes on start = true 2020-11-19T19:06:24.988 INFO:teuthology.orchestra.run.smithi077.stdout: osd debug pg log writeout = true 2020-11-19T19:06:24.988 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.989 INFO:teuthology.orchestra.run.smithi077.stdout: osd deep scrub update digest min age = 30 2020-11-19T19:06:24.989 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.989 INFO:teuthology.orchestra.run.smithi077.stdout: osd map max advance = 10 2020-11-19T19:06:24.989 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.990 INFO:teuthology.orchestra.run.smithi077.stdout: journal zero on create = true 2020-11-19T19:06:24.990 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.990 INFO:teuthology.orchestra.run.smithi077.stdout: filestore ondisk finisher threads = 3 2020-11-19T19:06:24.990 INFO:teuthology.orchestra.run.smithi077.stdout: filestore apply finisher threads = 3 2020-11-19T19:06:24.991 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.991 INFO:teuthology.orchestra.run.smithi077.stdout: bdev debug aio = true 2020-11-19T19:06:24.991 INFO:teuthology.orchestra.run.smithi077.stdout: osd debug misdirected ops = true 2020-11-19T19:06:24.991 INFO:teuthology.orchestra.run.smithi077.stdout: bluestore block size = 96636764160 2020-11-19T19:06:24.992 INFO:teuthology.orchestra.run.smithi077.stdout: bluestore compression algorithm = lz4 2020-11-19T19:06:24.992 INFO:teuthology.orchestra.run.smithi077.stdout: bluestore compression mode = aggressive 2020-11-19T19:06:24.992 INFO:teuthology.orchestra.run.smithi077.stdout: bluestore fsck on mount = True 2020-11-19T19:06:24.992 INFO:teuthology.orchestra.run.smithi077.stdout: debug bluefs = 20 2020-11-19T19:06:24.993 INFO:teuthology.orchestra.run.smithi077.stdout: debug bluestore = 20 2020-11-19T19:06:24.993 INFO:teuthology.orchestra.run.smithi077.stdout: debug filestore = 20 2020-11-19T19:06:24.993 INFO:teuthology.orchestra.run.smithi077.stdout: debug journal = 20 2020-11-19T19:06:24.994 INFO:teuthology.orchestra.run.smithi077.stdout: debug ms = 20 2020-11-19T19:06:24.994 INFO:teuthology.orchestra.run.smithi077.stdout: debug osd = 25 2020-11-19T19:06:24.994 INFO:teuthology.orchestra.run.smithi077.stdout: debug rocksdb = 10 2020-11-19T19:06:24.994 INFO:teuthology.orchestra.run.smithi077.stdout: enable experimental unrecoverable data corrupting features = * 2020-11-19T19:06:24.995 INFO:teuthology.orchestra.run.smithi077.stdout: mon osd backfillfull_ratio = 0.85 2020-11-19T19:06:24.995 INFO:teuthology.orchestra.run.smithi077.stdout: mon osd full ratio = 0.9 2020-11-19T19:06:24.995 INFO:teuthology.orchestra.run.smithi077.stdout: mon osd nearfull ratio = 0.8 2020-11-19T19:06:24.995 INFO:teuthology.orchestra.run.smithi077.stdout: osd debug randomize hobject sort order = False 2020-11-19T19:06:24.996 INFO:teuthology.orchestra.run.smithi077.stdout: osd failsafe full ratio = 0.95 2020-11-19T19:06:24.996 INFO:teuthology.orchestra.run.smithi077.stdout: osd objectstore = bluestore 2020-11-19T19:06:24.996 INFO:teuthology.orchestra.run.smithi077.stdout: osd shutdown pgref assert = True 2020-11-19T19:06:24.996 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.997 INFO:teuthology.orchestra.run.smithi077.stdout:[mgr] 2020-11-19T19:06:24.997 INFO:teuthology.orchestra.run.smithi077.stdout: debug ms = 1 2020-11-19T19:06:24.997 INFO:teuthology.orchestra.run.smithi077.stdout: debug mgr = 20 2020-11-19T19:06:24.998 INFO:teuthology.orchestra.run.smithi077.stdout: debug mon = 20 2020-11-19T19:06:24.998 INFO:teuthology.orchestra.run.smithi077.stdout: debug auth = 20 2020-11-19T19:06:24.998 INFO:teuthology.orchestra.run.smithi077.stdout: mon reweight min pgs per osd = 4 2020-11-19T19:06:24.998 INFO:teuthology.orchestra.run.smithi077.stdout: mon reweight min bytes per osd = 10 2020-11-19T19:06:24.999 INFO:teuthology.orchestra.run.smithi077.stdout: mgr/telemetry/nag = false 2020-11-19T19:06:24.999 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:24.999 INFO:teuthology.orchestra.run.smithi077.stdout:[mon] 2020-11-19T19:06:25.000 INFO:teuthology.orchestra.run.smithi077.stdout: debug ms = 1 2020-11-19T19:06:25.000 INFO:teuthology.orchestra.run.smithi077.stdout: debug mon = 20 2020-11-19T19:06:25.000 INFO:teuthology.orchestra.run.smithi077.stdout: debug paxos = 20 2020-11-19T19:06:25.000 INFO:teuthology.orchestra.run.smithi077.stdout: debug auth = 20 2020-11-19T19:06:25.001 INFO:teuthology.orchestra.run.smithi077.stdout: mon data avail warn = 5 2020-11-19T19:06:25.001 INFO:teuthology.orchestra.run.smithi077.stdout: mon mgr mkfs grace = 240 2020-11-19T19:06:25.001 INFO:teuthology.orchestra.run.smithi077.stdout: mon reweight min pgs per osd = 4 2020-11-19T19:06:25.002 INFO:teuthology.orchestra.run.smithi077.stdout: mon osd reporter subtree level = osd 2020-11-19T19:06:25.002 INFO:teuthology.orchestra.run.smithi077.stdout: mon osd prime pg temp = true 2020-11-19T19:06:25.002 INFO:teuthology.orchestra.run.smithi077.stdout: mon reweight min bytes per osd = 10 2020-11-19T19:06:25.002 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:06:25.003 INFO:teuthology.orchestra.run.smithi077.stdout:[client] 2020-11-19T19:06:25.003 INFO:teuthology.orchestra.run.smithi077.stdout: rgw cache enabled = true 2020-11-19T19:06:25.003 INFO:teuthology.orchestra.run.smithi077.stdout: rgw enable ops log = true 2020-11-19T19:06:25.004 INFO:teuthology.orchestra.run.smithi077.stdout: rgw enable usage log = true 2020-11-19T19:06:25.004 INFO:teuthology.orchestra.run.smithi077.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2020-11-19T19:06:25.004 INFO:teuthology.orchestra.run.smithi077.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2020-11-19T19:06:25.005 INFO:teuthology.orchestra.run.smithi077.stdout: rbd default data pool = datapool 2020-11-19T19:06:25.005 INFO:teuthology.orchestra.run.smithi077.stdout:[mon.a] 2020-11-19T19:06:25.005 INFO:teuthology.orchestra.run.smithi077.stdout:[mon.c] 2020-11-19T19:06:25.005 INFO:teuthology.orchestra.run.smithi077.stdout:[mon.b] 2020-11-19T19:06:25.006 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2020-11-19T19:06:25.006 INFO:teuthology.orchestra.run.smithi071.stdout: chdir = "" 2020-11-19T19:06:25.006 INFO:teuthology.orchestra.run.smithi071.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2020-11-19T19:06:25.006 INFO:teuthology.orchestra.run.smithi071.stdout: auth supported = cephx 2020-11-19T19:06:25.007 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.007 INFO:teuthology.orchestra.run.smithi071.stdout: filestore xattr use omap = true 2020-11-19T19:06:25.007 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.007 INFO:teuthology.orchestra.run.smithi071.stdout: mon clock drift allowed = 1.000 2020-11-19T19:06:25.008 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.008 INFO:teuthology.orchestra.run.smithi071.stdout: osd crush chooseleaf type = 0 2020-11-19T19:06:25.008 INFO:teuthology.orchestra.run.smithi071.stdout: auth debug = true 2020-11-19T19:06:25.009 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.009 INFO:teuthology.orchestra.run.smithi071.stdout: ms die on old message = true 2020-11-19T19:06:25.009 INFO:teuthology.orchestra.run.smithi071.stdout: ms die on bug = true 2020-11-19T19:06:25.009 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.009 INFO:teuthology.orchestra.run.smithi071.stdout: mon max pg per osd = 10000 # >= luminous 2020-11-19T19:06:25.010 INFO:teuthology.orchestra.run.smithi071.stdout: mon pg warn max object skew = 0 2020-11-19T19:06:25.010 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.010 INFO:teuthology.orchestra.run.smithi071.stdout: # disable pg_autoscaler by default for new pools 2020-11-19T19:06:25.010 INFO:teuthology.orchestra.run.smithi071.stdout: osd_pool_default_pg_autoscale_mode = off 2020-11-19T19:06:25.010 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.011 INFO:teuthology.orchestra.run.smithi071.stdout: osd pool default size = 2 2020-11-19T19:06:25.011 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.011 INFO:teuthology.orchestra.run.smithi071.stdout: mon osd allow primary affinity = true 2020-11-19T19:06:25.011 INFO:teuthology.orchestra.run.smithi071.stdout: mon osd allow pg remap = true 2020-11-19T19:06:25.011 INFO:teuthology.orchestra.run.smithi071.stdout: mon warn on legacy crush tunables = false 2020-11-19T19:06:25.012 INFO:teuthology.orchestra.run.smithi071.stdout: mon warn on crush straw calc version zero = false 2020-11-19T19:06:25.012 INFO:teuthology.orchestra.run.smithi071.stdout: mon warn on no sortbitwise = false 2020-11-19T19:06:25.012 INFO:teuthology.orchestra.run.smithi071.stdout: mon warn on osd down out interval zero = false 2020-11-19T19:06:25.012 INFO:teuthology.orchestra.run.smithi071.stdout: mon warn on too few osds = false 2020-11-19T19:06:25.012 INFO:teuthology.orchestra.run.smithi071.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2020-11-19T19:06:25.013 INFO:teuthology.orchestra.run.smithi071.stdout: mon_warn_on_pool_no_redundancy = false 2020-11-19T19:06:25.013 INFO:teuthology.orchestra.run.smithi071.stdout: mon_allow_pool_size_one = true 2020-11-19T19:06:25.013 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.013 INFO:teuthology.orchestra.run.smithi071.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd 2020-11-19T19:06:25.013 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.014 INFO:teuthology.orchestra.run.smithi071.stdout: osd default data pool replay window = 5 2020-11-19T19:06:25.014 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.014 INFO:teuthology.orchestra.run.smithi071.stdout: mon allow pool delete = true 2020-11-19T19:06:25.014 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.014 INFO:teuthology.orchestra.run.smithi071.stdout: mon cluster log file level = debug 2020-11-19T19:06:25.015 INFO:teuthology.orchestra.run.smithi071.stdout: debug asserts on shutdown = true 2020-11-19T19:06:25.015 INFO:teuthology.orchestra.run.smithi071.stdout: mon health detail to clog = false 2020-11-19T19:06:25.015 INFO:teuthology.orchestra.run.smithi071.stdout: mon host = "172.21.15.77,[v2:172.21.15.77:3301,v1:172.21.15.77:6790],172.21.15.2" 2020-11-19T19:06:25.015 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = 856d888c-d18e-490d-bbbc-39dd04dff0a4 2020-11-19T19:06:25.015 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.016 INFO:teuthology.orchestra.run.smithi071.stdout:[osd] 2020-11-19T19:06:25.016 INFO:teuthology.orchestra.run.smithi071.stdout: osd journal size = 100 2020-11-19T19:06:25.016 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.016 INFO:teuthology.orchestra.run.smithi071.stdout: osd scrub load threshold = 5.0 2020-11-19T19:06:25.016 INFO:teuthology.orchestra.run.smithi071.stdout: osd scrub max interval = 600 2020-11-19T19:06:25.017 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.017 INFO:teuthology.orchestra.run.smithi071.stdout: osd recover clone overlap = true 2020-11-19T19:06:25.017 INFO:teuthology.orchestra.run.smithi071.stdout: osd recovery max chunk = 1048576 2020-11-19T19:06:25.017 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.018 INFO:teuthology.orchestra.run.smithi071.stdout: osd debug shutdown = true 2020-11-19T19:06:25.018 INFO:teuthology.orchestra.run.smithi071.stdout: osd debug op order = true 2020-11-19T19:06:25.018 INFO:teuthology.orchestra.run.smithi071.stdout: osd debug verify stray on activate = true 2020-11-19T19:06:25.018 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.018 INFO:teuthology.orchestra.run.smithi071.stdout: osd open classes on start = true 2020-11-19T19:06:25.019 INFO:teuthology.orchestra.run.smithi071.stdout: osd debug pg log writeout = true 2020-11-19T19:06:25.019 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.019 INFO:teuthology.orchestra.run.smithi071.stdout: osd deep scrub update digest min age = 30 2020-11-19T19:06:25.019 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.019 INFO:teuthology.orchestra.run.smithi071.stdout: osd map max advance = 10 2020-11-19T19:06:25.019 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.020 INFO:teuthology.orchestra.run.smithi071.stdout: journal zero on create = true 2020-11-19T19:06:25.020 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.020 INFO:teuthology.orchestra.run.smithi071.stdout: filestore ondisk finisher threads = 3 2020-11-19T19:06:25.020 INFO:teuthology.orchestra.run.smithi071.stdout: filestore apply finisher threads = 3 2020-11-19T19:06:25.020 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.021 INFO:teuthology.orchestra.run.smithi071.stdout: bdev debug aio = true 2020-11-19T19:06:25.021 INFO:teuthology.orchestra.run.smithi071.stdout: osd debug misdirected ops = true 2020-11-19T19:06:25.021 INFO:teuthology.orchestra.run.smithi071.stdout: bluestore block size = 96636764160 2020-11-19T19:06:25.021 INFO:teuthology.orchestra.run.smithi071.stdout: bluestore compression algorithm = lz4 2020-11-19T19:06:25.021 INFO:teuthology.orchestra.run.smithi071.stdout: bluestore compression mode = aggressive 2020-11-19T19:06:25.022 INFO:teuthology.orchestra.run.smithi071.stdout: bluestore fsck on mount = True 2020-11-19T19:06:25.022 INFO:teuthology.orchestra.run.smithi071.stdout: debug bluefs = 20 2020-11-19T19:06:25.022 INFO:teuthology.orchestra.run.smithi071.stdout: debug bluestore = 20 2020-11-19T19:06:25.022 INFO:teuthology.orchestra.run.smithi071.stdout: debug filestore = 20 2020-11-19T19:06:25.022 INFO:teuthology.orchestra.run.smithi071.stdout: debug journal = 20 2020-11-19T19:06:25.023 INFO:teuthology.orchestra.run.smithi071.stdout: debug ms = 20 2020-11-19T19:06:25.023 INFO:teuthology.orchestra.run.smithi071.stdout: debug osd = 25 2020-11-19T19:06:25.023 INFO:teuthology.orchestra.run.smithi071.stdout: debug rocksdb = 10 2020-11-19T19:06:25.023 INFO:teuthology.orchestra.run.smithi071.stdout: enable experimental unrecoverable data corrupting features = * 2020-11-19T19:06:25.024 INFO:teuthology.orchestra.run.smithi071.stdout: mon osd backfillfull_ratio = 0.85 2020-11-19T19:06:25.024 INFO:teuthology.orchestra.run.smithi071.stdout: mon osd full ratio = 0.9 2020-11-19T19:06:25.024 INFO:teuthology.orchestra.run.smithi071.stdout: mon osd nearfull ratio = 0.8 2020-11-19T19:06:25.024 INFO:teuthology.orchestra.run.smithi071.stdout: osd debug randomize hobject sort order = False 2020-11-19T19:06:25.025 INFO:teuthology.orchestra.run.smithi071.stdout: osd failsafe full ratio = 0.95 2020-11-19T19:06:25.025 INFO:teuthology.orchestra.run.smithi071.stdout: osd objectstore = bluestore 2020-11-19T19:06:25.025 INFO:teuthology.orchestra.run.smithi071.stdout: osd shutdown pgref assert = True 2020-11-19T19:06:25.025 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.026 INFO:teuthology.orchestra.run.smithi071.stdout:[mgr] 2020-11-19T19:06:25.026 INFO:teuthology.orchestra.run.smithi071.stdout: debug ms = 1 2020-11-19T19:06:25.026 INFO:teuthology.orchestra.run.smithi071.stdout: debug mgr = 20 2020-11-19T19:06:25.026 INFO:teuthology.orchestra.run.smithi071.stdout: debug mon = 20 2020-11-19T19:06:25.026 INFO:teuthology.orchestra.run.smithi071.stdout: debug auth = 20 2020-11-19T19:06:25.027 INFO:teuthology.orchestra.run.smithi071.stdout: mon reweight min pgs per osd = 4 2020-11-19T19:06:25.027 INFO:teuthology.orchestra.run.smithi071.stdout: mon reweight min bytes per osd = 10 2020-11-19T19:06:25.027 INFO:teuthology.orchestra.run.smithi071.stdout: mgr/telemetry/nag = false 2020-11-19T19:06:25.027 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.028 INFO:teuthology.orchestra.run.smithi071.stdout:[mon] 2020-11-19T19:06:25.028 INFO:teuthology.orchestra.run.smithi071.stdout: debug ms = 1 2020-11-19T19:06:25.028 INFO:teuthology.orchestra.run.smithi071.stdout: debug mon = 20 2020-11-19T19:06:25.028 INFO:teuthology.orchestra.run.smithi071.stdout: debug paxos = 20 2020-11-19T19:06:25.029 INFO:teuthology.orchestra.run.smithi071.stdout: debug auth = 20 2020-11-19T19:06:25.029 INFO:teuthology.orchestra.run.smithi071.stdout: mon data avail warn = 5 2020-11-19T19:06:25.029 INFO:teuthology.orchestra.run.smithi071.stdout: mon mgr mkfs grace = 240 2020-11-19T19:06:25.029 INFO:teuthology.orchestra.run.smithi071.stdout: mon reweight min pgs per osd = 4 2020-11-19T19:06:25.030 INFO:teuthology.orchestra.run.smithi071.stdout: mon osd reporter subtree level = osd 2020-11-19T19:06:25.030 INFO:teuthology.orchestra.run.smithi071.stdout: mon osd prime pg temp = true 2020-11-19T19:06:25.030 INFO:teuthology.orchestra.run.smithi071.stdout: mon reweight min bytes per osd = 10 2020-11-19T19:06:25.031 INFO:teuthology.orchestra.run.smithi071.stdout: 2020-11-19T19:06:25.031 INFO:teuthology.orchestra.run.smithi071.stdout:[client] 2020-11-19T19:06:25.031 INFO:teuthology.orchestra.run.smithi071.stdout: rgw cache enabled = true 2020-11-19T19:06:25.031 INFO:teuthology.orchestra.run.smithi071.stdout: rgw enable ops log = true 2020-11-19T19:06:25.032 INFO:teuthology.orchestra.run.smithi071.stdout: rgw enable usage log = true 2020-11-19T19:06:25.032 INFO:teuthology.orchestra.run.smithi071.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2020-11-19T19:06:25.032 INFO:teuthology.orchestra.run.smithi071.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2020-11-19T19:06:25.032 INFO:teuthology.orchestra.run.smithi071.stdout: rbd default data pool = datapool 2020-11-19T19:06:25.032 INFO:teuthology.orchestra.run.smithi071.stdout:[mon.a] 2020-11-19T19:06:25.033 INFO:teuthology.orchestra.run.smithi071.stdout:[mon.c] 2020-11-19T19:06:25.033 INFO:teuthology.orchestra.run.smithi071.stdout:[mon.b] 2020-11-19T19:06:25.033 INFO:tasks.ceph:Creating admin key on mon.a... 2020-11-19T19:06:25.034 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *' /etc/ceph/ceph.keyring 2020-11-19T19:06:25.086 INFO:tasks.ceph:Copying monmap to all nodes... 2020-11-19T19:06:25.086 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:25.086 INFO:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.keyring of=/dev/stdout 2020-11-19T19:06:25.099 INFO:teuthology.orchestra.run.smithi077.stderr:+ dd if=/etc/ceph/ceph.keyring of=/dev/stdout 2020-11-19T19:06:25.100 INFO:teuthology.orchestra.run.smithi077.stdout:[mon.] 2020-11-19T19:06:25.100 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQAwwrZfy4w8HRAABHg4dPhi9BGmJ0XZJfjYvQ== 2020-11-19T19:06:25.101 INFO:teuthology.orchestra.run.smithi077.stdout:[client.admin] 2020-11-19T19:06:25.101 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQAxwrZfp24ABRAAgFFxIsKQx9MvIke/VpUvOg== 2020-11-19T19:06:25.101 INFO:teuthology.orchestra.run.smithi077.stdout: caps mds = "allow *" 2020-11-19T19:06:25.101 INFO:teuthology.orchestra.run.smithi077.stdout: caps mgr = "allow *" 2020-11-19T19:06:25.102 INFO:teuthology.orchestra.run.smithi077.stdout: caps mon = "allow *" 2020-11-19T19:06:25.102 INFO:teuthology.orchestra.run.smithi077.stdout: caps osd = "allow *" 2020-11-19T19:06:25.102 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:25.102 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:25.102 INFO:teuthology.orchestra.run.smithi077.stderr:206 bytes copied, 2.8726e-05 s, 7.2 MB/s 2020-11-19T19:06:25.103 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:25.103 INFO:teuthology.orchestra.run.smithi077:> dd if=/home/ubuntu/cephtest/ceph.monmap of=/dev/stdout 2020-11-19T19:06:25.161 INFO:teuthology.orchestra.run.smithi077.stderr:+ dd if=/home/ubuntu/cephtest/ceph.monmap of=/dev/stdout 2020-11-19T19:06:25.162 INFO:teuthology.orchestra.run.smithi077.stdout: ��m��юI ��9���0¶_[Z&+0¶_[Z&+�aXa �M��MbXb ���cXc �M��Mabc 2020-11-19T19:06:25.162 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:25.162 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:25.163 INFO:teuthology.orchestra.run.smithi077.stderr:409 bytes copied, 2.804e-05 s, 14.6 MB/s 2020-11-19T19:06:25.163 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T19:06:25.163 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:25.164 INFO:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.keyring 2020-11-19T19:06:25.164 INFO:teuthology.orchestra.run.smithi077:> sudo chmod 0644 /etc/ceph/ceph.keyring 2020-11-19T19:06:25.222 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd of=/etc/ceph/ceph.keyring 2020-11-19T19:06:25.233 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:25.297 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:25.457 INFO:teuthology.orchestra.run.smithi077.stderr:206 bytes copied, 4.9403e-05 s, 4.2 MB/s 2020-11-19T19:06:25.457 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo chmod 0644 /etc/ceph/ceph.keyring 2020-11-19T19:06:25.458 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:25.470 INFO:teuthology.orchestra.run.smithi077:> dd of=/home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:25.519 INFO:teuthology.orchestra.run.smithi077.stderr:+ dd of=/home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:25.519 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:25.519 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:25.519 INFO:teuthology.orchestra.run.smithi077.stderr:409 bytes copied, 5.7604e-05 s, 7.1 MB/s 2020-11-19T19:06:25.520 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T19:06:25.520 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:25.520 INFO:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.keyring 2020-11-19T19:06:25.521 INFO:teuthology.orchestra.run.smithi002:> sudo chmod 0644 /etc/ceph/ceph.keyring 2020-11-19T19:06:25.542 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd of=/etc/ceph/ceph.keyring 2020-11-19T19:06:25.554 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:06:25.554 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:06:25.555 INFO:teuthology.orchestra.run.smithi002.stderr:206 bytes copied, 3.9514e-05 s, 5.2 MB/s 2020-11-19T19:06:25.555 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo chmod 0644 /etc/ceph/ceph.keyring 2020-11-19T19:06:25.570 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:25.570 INFO:teuthology.orchestra.run.smithi002:> dd of=/home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:25.634 INFO:teuthology.orchestra.run.smithi002.stderr:+ dd of=/home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:25.640 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:06:25.640 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:06:25.640 INFO:teuthology.orchestra.run.smithi002.stderr:409 bytes copied, 0.0048226 s, 84.8 kB/s 2020-11-19T19:06:25.640 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi071.front.sepia.ceph.com 2020-11-19T19:06:25.641 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T19:06:25.641 INFO:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.keyring 2020-11-19T19:06:25.641 INFO:teuthology.orchestra.run.smithi071:> sudo chmod 0644 /etc/ceph/ceph.keyring 2020-11-19T19:06:25.687 INFO:teuthology.orchestra.run.smithi071.stderr:+ sudo dd of=/etc/ceph/ceph.keyring 2020-11-19T19:06:25.733 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records in 2020-11-19T19:06:25.734 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records out 2020-11-19T19:06:25.734 INFO:teuthology.orchestra.run.smithi071.stderr:206 bytes copied, 0.0644857 s, 3.2 kB/s 2020-11-19T19:06:25.734 INFO:teuthology.orchestra.run.smithi071.stderr:+ sudo chmod 0644 /etc/ceph/ceph.keyring 2020-11-19T19:06:25.747 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T19:06:25.748 INFO:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:25.809 INFO:teuthology.orchestra.run.smithi071.stderr:+ dd of=/home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:25.811 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records in 2020-11-19T19:06:25.811 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records out 2020-11-19T19:06:25.811 INFO:teuthology.orchestra.run.smithi071.stderr:409 bytes copied, 0.000974813 s, 420 kB/s 2020-11-19T19:06:25.811 INFO:tasks.ceph:Setting up mon nodes... 2020-11-19T19:06:25.812 INFO:tasks.ceph:Setting up mgr nodes... 2020-11-19T19:06:25.812 INFO:teuthology.orchestra.run.smithi077:> sudo mkdir -p /var/lib/ceph/mgr/ceph-x && sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=mgr.x /var/lib/ceph/mgr/ceph-x/keyring 2020-11-19T19:06:25.930 INFO:teuthology.orchestra.run.smithi077.stdout:creating /var/lib/ceph/mgr/ceph-x/keyring 2020-11-19T19:06:25.939 INFO:teuthology.orchestra.run.smithi002:> sudo mkdir -p /var/lib/ceph/mgr/ceph-y && sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=mgr.y /var/lib/ceph/mgr/ceph-y/keyring 2020-11-19T19:06:26.004 INFO:teuthology.orchestra.run.smithi002.stdout:creating /var/lib/ceph/mgr/ceph-y/keyring 2020-11-19T19:06:26.010 INFO:tasks.ceph:Setting up mds nodes... 2020-11-19T19:06:26.012 INFO:tasks.ceph_client:Setting up client nodes... 2020-11-19T19:06:26.015 INFO:teuthology.orchestra.run.smithi071:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=client.0 /etc/ceph/ceph.client.0.keyring && sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2020-11-19T19:06:26.084 INFO:teuthology.orchestra.run.smithi071.stdout:creating /etc/ceph/ceph.client.0.keyring 2020-11-19T19:06:26.098 INFO:tasks.ceph:Running mkfs on osd nodes... 2020-11-19T19:06:26.098 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi077.front.sepia.ceph.com'): {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'}, Remote(name='ubuntu@smithi002.front.sepia.ceph.com'): {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'}} 2020-11-19T19:06:26.098 INFO:teuthology.orchestra.run.smithi077:> sudo mkdir -p /var/lib/ceph/osd/ceph-0 2020-11-19T19:06:26.123 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:26.124 INFO:tasks.ceph:role: osd.0 2020-11-19T19:06:26.124 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T19:06:26.124 INFO:teuthology.orchestra.run.smithi077:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2020-11-19T19:06:26.200 INFO:teuthology.orchestra.run.smithi077.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2020-11-19T19:06:26.200 INFO:teuthology.orchestra.run.smithi077.stdout: = sectsz=512 attr=2, projid32bit=1 2020-11-19T19:06:26.201 INFO:teuthology.orchestra.run.smithi077.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-11-19T19:06:26.201 INFO:teuthology.orchestra.run.smithi077.stdout: = reflink=1 2020-11-19T19:06:26.201 INFO:teuthology.orchestra.run.smithi077.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-11-19T19:06:26.202 INFO:teuthology.orchestra.run.smithi077.stdout: = sunit=0 swidth=0 blks 2020-11-19T19:06:26.202 INFO:teuthology.orchestra.run.smithi077.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-11-19T19:06:26.203 INFO:teuthology.orchestra.run.smithi077.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-11-19T19:06:26.203 INFO:teuthology.orchestra.run.smithi077.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-11-19T19:06:26.203 INFO:teuthology.orchestra.run.smithi077.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-11-19T19:06:26.566 INFO:teuthology.orchestra.run.smithi077.stdout:Discarding blocks...Done. 2020-11-19T19:06:26.568 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi077.front.sepia.ceph.com -o noatime 2020-11-19T19:06:26.568 INFO:teuthology.orchestra.run.smithi077:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-0 2020-11-19T19:06:26.701 INFO:teuthology.orchestra.run.smithi077:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-0 2020-11-19T19:06:26.758 INFO:teuthology.orchestra.run.smithi077:> sudo mkdir -p /var/lib/ceph/osd/ceph-1 2020-11-19T19:06:26.842 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:26.842 INFO:tasks.ceph:role: osd.1 2020-11-19T19:06:26.843 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T19:06:26.843 INFO:teuthology.orchestra.run.smithi077:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2020-11-19T19:06:26.925 INFO:teuthology.orchestra.run.smithi077.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2020-11-19T19:06:26.925 INFO:teuthology.orchestra.run.smithi077.stdout: = sectsz=512 attr=2, projid32bit=1 2020-11-19T19:06:26.925 INFO:teuthology.orchestra.run.smithi077.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-11-19T19:06:26.926 INFO:teuthology.orchestra.run.smithi077.stdout: = reflink=1 2020-11-19T19:06:26.926 INFO:teuthology.orchestra.run.smithi077.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-11-19T19:06:26.926 INFO:teuthology.orchestra.run.smithi077.stdout: = sunit=0 swidth=0 blks 2020-11-19T19:06:26.926 INFO:teuthology.orchestra.run.smithi077.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-11-19T19:06:26.926 INFO:teuthology.orchestra.run.smithi077.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-11-19T19:06:26.927 INFO:teuthology.orchestra.run.smithi077.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-11-19T19:06:26.927 INFO:teuthology.orchestra.run.smithi077.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-11-19T19:06:27.283 INFO:teuthology.orchestra.run.smithi077.stdout:Discarding blocks...Done. 2020-11-19T19:06:27.285 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi077.front.sepia.ceph.com -o noatime 2020-11-19T19:06:27.286 INFO:teuthology.orchestra.run.smithi077:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-1 2020-11-19T19:06:27.371 INFO:teuthology.orchestra.run.smithi077:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-1 2020-11-19T19:06:27.446 INFO:teuthology.orchestra.run.smithi077:> sudo mkdir -p /var/lib/ceph/osd/ceph-2 2020-11-19T19:06:27.510 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:27.511 INFO:tasks.ceph:role: osd.2 2020-11-19T19:06:27.511 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T19:06:27.511 INFO:teuthology.orchestra.run.smithi077:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2020-11-19T19:06:27.588 INFO:teuthology.orchestra.run.smithi077.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2020-11-19T19:06:27.589 INFO:teuthology.orchestra.run.smithi077.stdout: = sectsz=512 attr=2, projid32bit=1 2020-11-19T19:06:27.590 INFO:teuthology.orchestra.run.smithi077.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-11-19T19:06:27.590 INFO:teuthology.orchestra.run.smithi077.stdout: = reflink=1 2020-11-19T19:06:27.591 INFO:teuthology.orchestra.run.smithi077.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-11-19T19:06:27.591 INFO:teuthology.orchestra.run.smithi077.stdout: = sunit=0 swidth=0 blks 2020-11-19T19:06:27.591 INFO:teuthology.orchestra.run.smithi077.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-11-19T19:06:27.592 INFO:teuthology.orchestra.run.smithi077.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-11-19T19:06:27.592 INFO:teuthology.orchestra.run.smithi077.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-11-19T19:06:27.593 INFO:teuthology.orchestra.run.smithi077.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-11-19T19:06:27.966 INFO:teuthology.orchestra.run.smithi077.stdout:Discarding blocks...Done. 2020-11-19T19:06:27.968 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi077.front.sepia.ceph.com -o noatime 2020-11-19T19:06:27.968 INFO:teuthology.orchestra.run.smithi077:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-2 2020-11-19T19:06:28.084 INFO:teuthology.orchestra.run.smithi077:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-2 2020-11-19T19:06:28.111 INFO:teuthology.orchestra.run.smithi077:> sudo mkdir -p /var/lib/ceph/osd/ceph-3 2020-11-19T19:06:28.203 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:28.204 INFO:tasks.ceph:role: osd.3 2020-11-19T19:06:28.204 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_4 on ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T19:06:28.205 INFO:teuthology.orchestra.run.smithi077:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_4 2020-11-19T19:06:28.276 INFO:teuthology.orchestra.run.smithi077.stdout:meta-data=/dev/vg_nvme/lv_4 isize=2048 agcount=4, agsize=5859072 blks 2020-11-19T19:06:28.277 INFO:teuthology.orchestra.run.smithi077.stdout: = sectsz=512 attr=2, projid32bit=1 2020-11-19T19:06:28.278 INFO:teuthology.orchestra.run.smithi077.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-11-19T19:06:28.278 INFO:teuthology.orchestra.run.smithi077.stdout: = reflink=1 2020-11-19T19:06:28.278 INFO:teuthology.orchestra.run.smithi077.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-11-19T19:06:28.278 INFO:teuthology.orchestra.run.smithi077.stdout: = sunit=0 swidth=0 blks 2020-11-19T19:06:28.279 INFO:teuthology.orchestra.run.smithi077.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-11-19T19:06:28.279 INFO:teuthology.orchestra.run.smithi077.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-11-19T19:06:28.279 INFO:teuthology.orchestra.run.smithi077.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-11-19T19:06:28.279 INFO:teuthology.orchestra.run.smithi077.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-11-19T19:06:28.667 INFO:teuthology.orchestra.run.smithi077.stdout:Discarding blocks...Done. 2020-11-19T19:06:28.667 INFO:tasks.ceph:mount /dev/vg_nvme/lv_4 on ubuntu@smithi077.front.sepia.ceph.com -o noatime 2020-11-19T19:06:28.669 INFO:teuthology.orchestra.run.smithi077:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-3 2020-11-19T19:06:28.805 INFO:teuthology.orchestra.run.smithi077:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-3 2020-11-19T19:06:28.832 INFO:teuthology.orchestra.run.smithi077:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 0 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:28.910 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:28.909+0000 7f7493cbdf40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:28.911 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:28.909+0000 7f7493cbdf40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:28.912 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:28.912+0000 7f7493cbdf40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:28.913 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:28.912+0000 7f7493cbdf40 -1 auth: error reading file: /var/lib/ceph/osd/ceph-0/keyring: can't open /var/lib/ceph/osd/ceph-0/keyring: (2) No such file or directory 2020-11-19T19:06:31.855 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:28.914+0000 7f7493cbdf40 -1 created new key in keyring /var/lib/ceph/osd/ceph-0/keyring 2020-11-19T19:06:31.856 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:28.914+0000 7f7493cbdf40 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory 2020-11-19T19:06:31.856 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:28.914+0000 7f7493cbdf40 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory 2020-11-19T19:06:31.856 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:28.914+0000 7f7493cbdf40 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory 2020-11-19T19:06:31.857 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:28.920+0000 7f7493cbdf40 -1 bluestore(/var/lib/ceph/osd/ceph-0) _read_fsid unparsable uuid 2020-11-19T19:06:31.857 INFO:teuthology.orchestra.run.smithi077:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2020-11-19T19:06:31.934 INFO:teuthology.orchestra.run.smithi077:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 1 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:32.043 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:32.042+0000 7f21ab366f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:32.043 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:32.042+0000 7f21ab366f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:32.044 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:32.044+0000 7f21ab366f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:32.045 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:32.044+0000 7f21ab366f40 -1 auth: error reading file: /var/lib/ceph/osd/ceph-1/keyring: can't open /var/lib/ceph/osd/ceph-1/keyring: (2) No such file or directory 2020-11-19T19:06:32.045 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:32.044+0000 7f21ab366f40 -1 created new key in keyring /var/lib/ceph/osd/ceph-1/keyring 2020-11-19T19:06:32.046 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:32.044+0000 7f21ab366f40 -1 bluestore(/var/lib/ceph/osd/ceph-1/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-1/block: (2) No such file or directory 2020-11-19T19:06:32.046 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:32.044+0000 7f21ab366f40 -1 bluestore(/var/lib/ceph/osd/ceph-1/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-1/block: (2) No such file or directory 2020-11-19T19:06:32.046 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:32.044+0000 7f21ab366f40 -1 bluestore(/var/lib/ceph/osd/ceph-1/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-1/block: (2) No such file or directory 2020-11-19T19:06:32.047 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:32.045+0000 7f21ab366f40 -1 bluestore(/var/lib/ceph/osd/ceph-1) _read_fsid unparsable uuid 2020-11-19T19:06:34.891 INFO:teuthology.orchestra.run.smithi077:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2020-11-19T19:06:34.959 INFO:teuthology.orchestra.run.smithi077:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 2 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:35.041 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:35.040+0000 7f23e83f2f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:35.041 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:35.040+0000 7f23e83f2f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:35.042 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:35.041+0000 7f23e83f2f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:35.043 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:35.042+0000 7f23e83f2f40 -1 auth: error reading file: /var/lib/ceph/osd/ceph-2/keyring: can't open /var/lib/ceph/osd/ceph-2/keyring: (2) No such file or directory 2020-11-19T19:06:35.043 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:35.042+0000 7f23e83f2f40 -1 created new key in keyring /var/lib/ceph/osd/ceph-2/keyring 2020-11-19T19:06:35.043 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:35.042+0000 7f23e83f2f40 -1 bluestore(/var/lib/ceph/osd/ceph-2/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-2/block: (2) No such file or directory 2020-11-19T19:06:35.043 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:35.042+0000 7f23e83f2f40 -1 bluestore(/var/lib/ceph/osd/ceph-2/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-2/block: (2) No such file or directory 2020-11-19T19:06:35.044 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:35.042+0000 7f23e83f2f40 -1 bluestore(/var/lib/ceph/osd/ceph-2/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-2/block: (2) No such file or directory 2020-11-19T19:06:35.044 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:35.043+0000 7f23e83f2f40 -1 bluestore(/var/lib/ceph/osd/ceph-2) _read_fsid unparsable uuid 2020-11-19T19:06:37.887 INFO:teuthology.orchestra.run.smithi077:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2020-11-19T19:06:37.956 INFO:teuthology.orchestra.run.smithi077:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 3 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:38.055 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:38.040+0000 7f74444d3f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:38.055 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:38.040+0000 7f74444d3f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:38.055 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:38.043+0000 7f74444d3f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:38.055 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:38.043+0000 7f74444d3f40 -1 auth: error reading file: /var/lib/ceph/osd/ceph-3/keyring: can't open /var/lib/ceph/osd/ceph-3/keyring: (2) No such file or directory 2020-11-19T19:06:38.057 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:38.044+0000 7f74444d3f40 -1 created new key in keyring /var/lib/ceph/osd/ceph-3/keyring 2020-11-19T19:06:38.057 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:38.044+0000 7f74444d3f40 -1 bluestore(/var/lib/ceph/osd/ceph-3/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-3/block: (2) No such file or directory 2020-11-19T19:06:38.057 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:38.044+0000 7f74444d3f40 -1 bluestore(/var/lib/ceph/osd/ceph-3/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-3/block: (2) No such file or directory 2020-11-19T19:06:38.057 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:38.044+0000 7f74444d3f40 -1 bluestore(/var/lib/ceph/osd/ceph-3/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-3/block: (2) No such file or directory 2020-11-19T19:06:38.057 INFO:teuthology.orchestra.run.smithi077.stderr:2020-11-19T19:06:38.044+0000 7f74444d3f40 -1 bluestore(/var/lib/ceph/osd/ceph-3) _read_fsid unparsable uuid 2020-11-19T19:06:40.885 INFO:teuthology.orchestra.run.smithi077:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2020-11-19T19:06:40.954 INFO:teuthology.orchestra.run.smithi002:> sudo mkdir -p /var/lib/ceph/osd/ceph-4 2020-11-19T19:06:40.985 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:40.986 INFO:tasks.ceph:role: osd.4 2020-11-19T19:06:40.986 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T19:06:40.986 INFO:teuthology.orchestra.run.smithi002:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2020-11-19T19:06:41.058 INFO:teuthology.orchestra.run.smithi002.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2020-11-19T19:06:41.058 INFO:teuthology.orchestra.run.smithi002.stdout: = sectsz=512 attr=2, projid32bit=1 2020-11-19T19:06:41.059 INFO:teuthology.orchestra.run.smithi002.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-11-19T19:06:41.059 INFO:teuthology.orchestra.run.smithi002.stdout: = reflink=1 2020-11-19T19:06:41.059 INFO:teuthology.orchestra.run.smithi002.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-11-19T19:06:41.059 INFO:teuthology.orchestra.run.smithi002.stdout: = sunit=0 swidth=0 blks 2020-11-19T19:06:41.059 INFO:teuthology.orchestra.run.smithi002.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-11-19T19:06:41.060 INFO:teuthology.orchestra.run.smithi002.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-11-19T19:06:41.060 INFO:teuthology.orchestra.run.smithi002.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-11-19T19:06:41.060 INFO:teuthology.orchestra.run.smithi002.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-11-19T19:06:41.080 INFO:teuthology.orchestra.run.smithi002.stdout:Discarding blocks...Done. 2020-11-19T19:06:41.081 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi002.front.sepia.ceph.com -o noatime 2020-11-19T19:06:41.082 INFO:teuthology.orchestra.run.smithi002:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-4 2020-11-19T19:06:41.172 INFO:teuthology.orchestra.run.smithi002:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-4 2020-11-19T19:06:41.243 INFO:teuthology.orchestra.run.smithi002:> sudo mkdir -p /var/lib/ceph/osd/ceph-5 2020-11-19T19:06:41.320 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:41.320 INFO:tasks.ceph:role: osd.5 2020-11-19T19:06:41.321 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T19:06:41.321 INFO:teuthology.orchestra.run.smithi002:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2020-11-19T19:06:41.401 INFO:teuthology.orchestra.run.smithi002.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2020-11-19T19:06:41.401 INFO:teuthology.orchestra.run.smithi002.stdout: = sectsz=512 attr=2, projid32bit=1 2020-11-19T19:06:41.401 INFO:teuthology.orchestra.run.smithi002.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-11-19T19:06:41.402 INFO:teuthology.orchestra.run.smithi002.stdout: = reflink=1 2020-11-19T19:06:41.402 INFO:teuthology.orchestra.run.smithi002.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-11-19T19:06:41.402 INFO:teuthology.orchestra.run.smithi002.stdout: = sunit=0 swidth=0 blks 2020-11-19T19:06:41.402 INFO:teuthology.orchestra.run.smithi002.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-11-19T19:06:41.403 INFO:teuthology.orchestra.run.smithi002.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-11-19T19:06:41.403 INFO:teuthology.orchestra.run.smithi002.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-11-19T19:06:41.467 INFO:teuthology.orchestra.run.smithi002.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-11-19T19:06:41.468 INFO:teuthology.orchestra.run.smithi002.stdout:Discarding blocks...Done. 2020-11-19T19:06:41.468 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi002.front.sepia.ceph.com -o noatime 2020-11-19T19:06:41.469 INFO:teuthology.orchestra.run.smithi002:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-5 2020-11-19T19:06:41.555 INFO:teuthology.orchestra.run.smithi002:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-5 2020-11-19T19:06:41.640 INFO:teuthology.orchestra.run.smithi002:> sudo mkdir -p /var/lib/ceph/osd/ceph-6 2020-11-19T19:06:41.718 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:41.719 INFO:tasks.ceph:role: osd.6 2020-11-19T19:06:41.719 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T19:06:41.720 INFO:teuthology.orchestra.run.smithi002:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2020-11-19T19:06:41.789 INFO:teuthology.orchestra.run.smithi002.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2020-11-19T19:06:41.790 INFO:teuthology.orchestra.run.smithi002.stdout: = sectsz=512 attr=2, projid32bit=1 2020-11-19T19:06:41.790 INFO:teuthology.orchestra.run.smithi002.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-11-19T19:06:41.790 INFO:teuthology.orchestra.run.smithi002.stdout: = reflink=1 2020-11-19T19:06:41.791 INFO:teuthology.orchestra.run.smithi002.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-11-19T19:06:41.791 INFO:teuthology.orchestra.run.smithi002.stdout: = sunit=0 swidth=0 blks 2020-11-19T19:06:41.791 INFO:teuthology.orchestra.run.smithi002.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-11-19T19:06:41.791 INFO:teuthology.orchestra.run.smithi002.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-11-19T19:06:41.792 INFO:teuthology.orchestra.run.smithi002.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-11-19T19:06:41.792 INFO:teuthology.orchestra.run.smithi002.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-11-19T19:06:41.811 INFO:teuthology.orchestra.run.smithi002.stdout:Discarding blocks...Done. 2020-11-19T19:06:41.813 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi002.front.sepia.ceph.com -o noatime 2020-11-19T19:06:41.813 INFO:teuthology.orchestra.run.smithi002:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-6 2020-11-19T19:06:41.894 INFO:teuthology.orchestra.run.smithi002:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-6 2020-11-19T19:06:41.966 INFO:teuthology.orchestra.run.smithi002:> sudo mkdir -p /var/lib/ceph/osd/ceph-7 2020-11-19T19:06:42.038 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-11-19T19:06:42.039 INFO:tasks.ceph:role: osd.7 2020-11-19T19:06:42.039 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_4 on ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T19:06:42.039 INFO:teuthology.orchestra.run.smithi002:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_4 2020-11-19T19:06:42.104 INFO:teuthology.orchestra.run.smithi002.stdout:meta-data=/dev/vg_nvme/lv_4 isize=2048 agcount=4, agsize=5859072 blks 2020-11-19T19:06:42.105 INFO:teuthology.orchestra.run.smithi002.stdout: = sectsz=512 attr=2, projid32bit=1 2020-11-19T19:06:42.105 INFO:teuthology.orchestra.run.smithi002.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-11-19T19:06:42.105 INFO:teuthology.orchestra.run.smithi002.stdout: = reflink=1 2020-11-19T19:06:42.105 INFO:teuthology.orchestra.run.smithi002.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-11-19T19:06:42.105 INFO:teuthology.orchestra.run.smithi002.stdout: = sunit=0 swidth=0 blks 2020-11-19T19:06:42.106 INFO:teuthology.orchestra.run.smithi002.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-11-19T19:06:42.106 INFO:teuthology.orchestra.run.smithi002.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-11-19T19:06:42.106 INFO:teuthology.orchestra.run.smithi002.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-11-19T19:06:42.106 INFO:teuthology.orchestra.run.smithi002.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-11-19T19:06:42.127 INFO:teuthology.orchestra.run.smithi002.stdout:Discarding blocks...Done. 2020-11-19T19:06:42.130 INFO:tasks.ceph:mount /dev/vg_nvme/lv_4 on ubuntu@smithi002.front.sepia.ceph.com -o noatime 2020-11-19T19:06:42.131 INFO:teuthology.orchestra.run.smithi002:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-7 2020-11-19T19:06:42.212 INFO:teuthology.orchestra.run.smithi002:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-7 2020-11-19T19:06:42.287 INFO:teuthology.orchestra.run.smithi002:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 4 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:42.373 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:42.368+0000 7f37fda00f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:42.373 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:42.368+0000 7f37fda00f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:42.373 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:42.371+0000 7f37fda00f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:42.374 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:42.371+0000 7f37fda00f40 -1 auth: error reading file: /var/lib/ceph/osd/ceph-4/keyring: can't open /var/lib/ceph/osd/ceph-4/keyring: (2) No such file or directory 2020-11-19T19:06:42.374 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:42.371+0000 7f37fda00f40 -1 created new key in keyring /var/lib/ceph/osd/ceph-4/keyring 2020-11-19T19:06:42.374 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:42.371+0000 7f37fda00f40 -1 bluestore(/var/lib/ceph/osd/ceph-4/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-4/block: (2) No such file or directory 2020-11-19T19:06:42.374 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:42.371+0000 7f37fda00f40 -1 bluestore(/var/lib/ceph/osd/ceph-4/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-4/block: (2) No such file or directory 2020-11-19T19:06:42.375 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:42.371+0000 7f37fda00f40 -1 bluestore(/var/lib/ceph/osd/ceph-4/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-4/block: (2) No such file or directory 2020-11-19T19:06:42.375 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:42.372+0000 7f37fda00f40 -1 bluestore(/var/lib/ceph/osd/ceph-4) _read_fsid unparsable uuid 2020-11-19T19:06:45.219 INFO:teuthology.orchestra.run.smithi002:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2020-11-19T19:06:45.290 INFO:teuthology.orchestra.run.smithi002:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 5 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:45.375 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:45.374+0000 7f52f5761f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:45.376 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:45.374+0000 7f52f5761f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:45.377 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:45.376+0000 7f52f5761f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:45.378 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:45.377+0000 7f52f5761f40 -1 auth: error reading file: /var/lib/ceph/osd/ceph-5/keyring: can't open /var/lib/ceph/osd/ceph-5/keyring: (2) No such file or directory 2020-11-19T19:06:45.379 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:45.377+0000 7f52f5761f40 -1 created new key in keyring /var/lib/ceph/osd/ceph-5/keyring 2020-11-19T19:06:45.379 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:45.377+0000 7f52f5761f40 -1 bluestore(/var/lib/ceph/osd/ceph-5/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-5/block: (2) No such file or directory 2020-11-19T19:06:45.379 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:45.377+0000 7f52f5761f40 -1 bluestore(/var/lib/ceph/osd/ceph-5/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-5/block: (2) No such file or directory 2020-11-19T19:06:45.379 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:45.377+0000 7f52f5761f40 -1 bluestore(/var/lib/ceph/osd/ceph-5/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-5/block: (2) No such file or directory 2020-11-19T19:06:45.379 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:45.377+0000 7f52f5761f40 -1 bluestore(/var/lib/ceph/osd/ceph-5) _read_fsid unparsable uuid 2020-11-19T19:06:48.221 INFO:teuthology.orchestra.run.smithi002:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2020-11-19T19:06:48.251 INFO:teuthology.orchestra.run.smithi002:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 6 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:48.336 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:48.335+0000 7ff510504f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:48.336 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:48.335+0000 7ff510504f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:48.337 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:48.336+0000 7ff510504f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:48.338 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:48.337+0000 7ff510504f40 -1 auth: error reading file: /var/lib/ceph/osd/ceph-6/keyring: can't open /var/lib/ceph/osd/ceph-6/keyring: (2) No such file or directory 2020-11-19T19:06:48.339 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:48.337+0000 7ff510504f40 -1 created new key in keyring /var/lib/ceph/osd/ceph-6/keyring 2020-11-19T19:06:48.339 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:48.337+0000 7ff510504f40 -1 bluestore(/var/lib/ceph/osd/ceph-6/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-6/block: (2) No such file or directory 2020-11-19T19:06:48.339 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:48.337+0000 7ff510504f40 -1 bluestore(/var/lib/ceph/osd/ceph-6/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-6/block: (2) No such file or directory 2020-11-19T19:06:48.339 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:48.337+0000 7ff510504f40 -1 bluestore(/var/lib/ceph/osd/ceph-6/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-6/block: (2) No such file or directory 2020-11-19T19:06:48.339 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:48.337+0000 7ff510504f40 -1 bluestore(/var/lib/ceph/osd/ceph-6) _read_fsid unparsable uuid 2020-11-19T19:06:51.190 INFO:teuthology.orchestra.run.smithi002:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2020-11-19T19:06:51.223 INFO:teuthology.orchestra.run.smithi002:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 7 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:51.326 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:51.323+0000 7f0442e53f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:51.327 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:51.323+0000 7f0442e53f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:51.328 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:51.326+0000 7f0442e53f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:06:51.328 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:51.326+0000 7f0442e53f40 -1 auth: error reading file: /var/lib/ceph/osd/ceph-7/keyring: can't open /var/lib/ceph/osd/ceph-7/keyring: (2) No such file or directory 2020-11-19T19:06:51.328 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:51.326+0000 7f0442e53f40 -1 created new key in keyring /var/lib/ceph/osd/ceph-7/keyring 2020-11-19T19:06:51.329 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:51.326+0000 7f0442e53f40 -1 bluestore(/var/lib/ceph/osd/ceph-7/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-7/block: (2) No such file or directory 2020-11-19T19:06:51.329 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:51.326+0000 7f0442e53f40 -1 bluestore(/var/lib/ceph/osd/ceph-7/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-7/block: (2) No such file or directory 2020-11-19T19:06:51.329 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:51.326+0000 7f0442e53f40 -1 bluestore(/var/lib/ceph/osd/ceph-7/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-7/block: (2) No such file or directory 2020-11-19T19:06:51.329 INFO:teuthology.orchestra.run.smithi002.stderr:2020-11-19T19:06:51.327+0000 7f0442e53f40 -1 bluestore(/var/lib/ceph/osd/ceph-7) _read_fsid unparsable uuid 2020-11-19T19:06:54.169 INFO:teuthology.orchestra.run.smithi002:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2020-11-19T19:06:54.239 INFO:tasks.ceph:Reading keys from all nodes... 2020-11-19T19:06:54.239 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:54.240 INFO:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/mgr/ceph-x/keyring of=/dev/stdout 2020-11-19T19:06:54.255 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd if=/var/lib/ceph/mgr/ceph-x/keyring of=/dev/stdout 2020-11-19T19:06:54.267 INFO:teuthology.orchestra.run.smithi077.stdout:[mgr.x] 2020-11-19T19:06:54.267 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQAxwrZfls5lNxAAcj4LAIulsTfZxqLAhBCz+A== 2020-11-19T19:06:54.267 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:54.268 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:54.268 INFO:teuthology.orchestra.run.smithi077.stderr:56 bytes copied, 5.054e-05 s, 1.1 MB/s 2020-11-19T19:06:54.269 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:54.269 INFO:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/osd/ceph-0/keyring of=/dev/stdout 2020-11-19T19:06:54.324 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-0/keyring of=/dev/stdout 2020-11-19T19:06:54.336 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.0] 2020-11-19T19:06:54.336 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQA0wrZfpTJwNhAArZmnMCKd2IogWXdFkDoPSg== 2020-11-19T19:06:54.336 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:54.337 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:54.337 INFO:teuthology.orchestra.run.smithi077.stderr:56 bytes copied, 4.9631e-05 s, 1.1 MB/s 2020-11-19T19:06:54.338 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:54.338 INFO:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/osd/ceph-1/keyring of=/dev/stdout 2020-11-19T19:06:54.392 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-1/keyring of=/dev/stdout 2020-11-19T19:06:54.403 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.1] 2020-11-19T19:06:54.403 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQA4wrZfMdG0AhAA37BiyYKVnN8P1x0EEdjQPQ== 2020-11-19T19:06:54.403 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:54.404 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:54.404 INFO:teuthology.orchestra.run.smithi077.stderr:56 bytes copied, 3.136e-05 s, 1.8 MB/s 2020-11-19T19:06:54.405 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:54.405 INFO:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/osd/ceph-2/keyring of=/dev/stdout 2020-11-19T19:06:54.459 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-2/keyring of=/dev/stdout 2020-11-19T19:06:54.469 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.2] 2020-11-19T19:06:54.470 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQA7wrZf8lKQAhAA6oHox6AsR7WllTXIrdCNdw== 2020-11-19T19:06:54.470 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:54.470 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:54.470 INFO:teuthology.orchestra.run.smithi077.stderr:56 bytes copied, 4.9887e-05 s, 1.1 MB/s 2020-11-19T19:06:54.471 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:06:54.472 INFO:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/osd/ceph-3/keyring of=/dev/stdout 2020-11-19T19:06:54.525 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-3/keyring of=/dev/stdout 2020-11-19T19:06:54.535 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.3] 2020-11-19T19:06:54.536 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQA+wrZf3NanAhAAMlExHHBx9Ane4CRyvRz1Ew== 2020-11-19T19:06:54.536 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:06:54.536 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:06:54.536 INFO:teuthology.orchestra.run.smithi077.stderr:56 bytes copied, 4.8153e-05 s, 1.2 MB/s 2020-11-19T19:06:54.537 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:54.538 INFO:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/mgr/ceph-y/keyring of=/dev/stdout 2020-11-19T19:06:54.554 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd if=/var/lib/ceph/mgr/ceph-y/keyring of=/dev/stdout 2020-11-19T19:06:54.566 INFO:teuthology.orchestra.run.smithi002.stdout:[mgr.y] 2020-11-19T19:06:54.566 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQAywrZfBdE3ABAA7FUPb7Bf3DhV7Fj1wmgQXw== 2020-11-19T19:06:54.566 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:06:54.567 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:06:54.567 INFO:teuthology.orchestra.run.smithi002.stderr:56 bytes copied, 4.5443e-05 s, 1.2 MB/s 2020-11-19T19:06:54.568 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:54.568 INFO:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/osd/ceph-4/keyring of=/dev/stdout 2020-11-19T19:06:54.624 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-4/keyring of=/dev/stdout 2020-11-19T19:06:54.636 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.4] 2020-11-19T19:06:54.636 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQBCwrZf64UzFhAAOgzvx1IPx1Ef2sDIcmwpcw== 2020-11-19T19:06:54.636 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:06:54.636 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:06:54.637 INFO:teuthology.orchestra.run.smithi002.stderr:56 bytes copied, 3.9621e-05 s, 1.4 MB/s 2020-11-19T19:06:54.637 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:54.638 INFO:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/osd/ceph-5/keyring of=/dev/stdout 2020-11-19T19:06:54.694 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-5/keyring of=/dev/stdout 2020-11-19T19:06:54.705 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.5] 2020-11-19T19:06:54.705 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQBFwrZfAGaMFhAAMVXhuldN8odBCcnzNOS3iw== 2020-11-19T19:06:54.706 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:06:54.706 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:06:54.706 INFO:teuthology.orchestra.run.smithi002.stderr:56 bytes copied, 3.8805e-05 s, 1.4 MB/s 2020-11-19T19:06:54.707 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:54.707 INFO:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/osd/ceph-6/keyring of=/dev/stdout 2020-11-19T19:06:54.762 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-6/keyring of=/dev/stdout 2020-11-19T19:06:54.773 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.6] 2020-11-19T19:06:54.774 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQBIwrZfRJQpFBAAKdEHrj7vQbFA8MKfDFQ6WQ== 2020-11-19T19:06:54.774 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:06:54.774 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:06:54.774 INFO:teuthology.orchestra.run.smithi002.stderr:56 bytes copied, 3.9025e-05 s, 1.4 MB/s 2020-11-19T19:06:54.775 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:06:54.776 INFO:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/osd/ceph-7/keyring of=/dev/stdout 2020-11-19T19:06:54.831 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-7/keyring of=/dev/stdout 2020-11-19T19:06:54.842 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.7] 2020-11-19T19:06:54.842 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQBLwrZfxbmFExAAa7qovGItZVELfKh6jNOxVg== 2020-11-19T19:06:54.843 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:06:54.843 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:06:54.843 INFO:teuthology.orchestra.run.smithi002.stderr:56 bytes copied, 3.7962e-05 s, 1.5 MB/s 2020-11-19T19:06:54.844 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T19:06:54.844 INFO:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.0.keyring of=/dev/stdout 2020-11-19T19:06:54.861 INFO:teuthology.orchestra.run.smithi071.stderr:+ dd if=/etc/ceph/ceph.client.0.keyring of=/dev/stdout 2020-11-19T19:06:54.862 INFO:teuthology.orchestra.run.smithi071.stdout:[client.0] 2020-11-19T19:06:54.862 INFO:teuthology.orchestra.run.smithi071.stdout: key = AQAywrZfKEH7BBAADgxTkUsMkE3ClUfZzHI6NA== 2020-11-19T19:06:54.862 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records in 2020-11-19T19:06:54.862 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records out 2020-11-19T19:06:54.863 INFO:teuthology.orchestra.run.smithi071.stderr:59 bytes copied, 3.5836e-05 s, 1.6 MB/s 2020-11-19T19:06:54.863 INFO:tasks.ceph:Adding keys to all mons... 2020-11-19T19:06:54.863 INFO:teuthology.orchestra.run.smithi002:> sudo tee -a /etc/ceph/ceph.keyring 2020-11-19T19:06:54.886 INFO:teuthology.orchestra.run.smithi077:> sudo tee -a /etc/ceph/ceph.keyring 2020-11-19T19:06:54.910 INFO:teuthology.orchestra.run.smithi002.stdout:[mgr.x] 2020-11-19T19:06:54.910 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQAxwrZfls5lNxAAcj4LAIulsTfZxqLAhBCz+A== 2020-11-19T19:06:54.910 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.0] 2020-11-19T19:06:54.911 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQA0wrZfpTJwNhAArZmnMCKd2IogWXdFkDoPSg== 2020-11-19T19:06:54.911 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.1] 2020-11-19T19:06:54.911 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQA4wrZfMdG0AhAA37BiyYKVnN8P1x0EEdjQPQ== 2020-11-19T19:06:54.911 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.2] 2020-11-19T19:06:54.911 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQA7wrZf8lKQAhAA6oHox6AsR7WllTXIrdCNdw== 2020-11-19T19:06:54.912 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.3] 2020-11-19T19:06:54.912 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQA+wrZf3NanAhAAMlExHHBx9Ane4CRyvRz1Ew== 2020-11-19T19:06:54.912 INFO:teuthology.orchestra.run.smithi002.stdout:[mgr.y] 2020-11-19T19:06:54.912 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQAywrZfBdE3ABAA7FUPb7Bf3DhV7Fj1wmgQXw== 2020-11-19T19:06:54.912 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.4] 2020-11-19T19:06:54.913 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQBCwrZf64UzFhAAOgzvx1IPx1Ef2sDIcmwpcw== 2020-11-19T19:06:54.913 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.5] 2020-11-19T19:06:54.913 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQBFwrZfAGaMFhAAMVXhuldN8odBCcnzNOS3iw== 2020-11-19T19:06:54.913 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.6] 2020-11-19T19:06:54.914 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQBIwrZfRJQpFBAAKdEHrj7vQbFA8MKfDFQ6WQ== 2020-11-19T19:06:54.914 INFO:teuthology.orchestra.run.smithi002.stdout:[osd.7] 2020-11-19T19:06:54.914 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQBLwrZfxbmFExAAa7qovGItZVELfKh6jNOxVg== 2020-11-19T19:06:54.914 INFO:teuthology.orchestra.run.smithi002.stdout:[client.0] 2020-11-19T19:06:54.914 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQAywrZfKEH7BBAADgxTkUsMkE3ClUfZzHI6NA== 2020-11-19T19:06:54.916 INFO:teuthology.orchestra.run.smithi077.stdout:[mgr.x] 2020-11-19T19:06:54.916 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQAxwrZfls5lNxAAcj4LAIulsTfZxqLAhBCz+A== 2020-11-19T19:06:54.916 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.0] 2020-11-19T19:06:54.916 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQA0wrZfpTJwNhAArZmnMCKd2IogWXdFkDoPSg== 2020-11-19T19:06:54.916 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.1] 2020-11-19T19:06:54.917 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQA4wrZfMdG0AhAA37BiyYKVnN8P1x0EEdjQPQ== 2020-11-19T19:06:54.917 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.2] 2020-11-19T19:06:54.917 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQA7wrZf8lKQAhAA6oHox6AsR7WllTXIrdCNdw== 2020-11-19T19:06:54.917 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.3] 2020-11-19T19:06:54.918 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQA+wrZf3NanAhAAMlExHHBx9Ane4CRyvRz1Ew== 2020-11-19T19:06:54.918 INFO:teuthology.orchestra.run.smithi077.stdout:[mgr.y] 2020-11-19T19:06:54.918 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQAywrZfBdE3ABAA7FUPb7Bf3DhV7Fj1wmgQXw== 2020-11-19T19:06:54.918 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.4] 2020-11-19T19:06:54.918 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQBCwrZf64UzFhAAOgzvx1IPx1Ef2sDIcmwpcw== 2020-11-19T19:06:54.919 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.5] 2020-11-19T19:06:54.919 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQBFwrZfAGaMFhAAMVXhuldN8odBCcnzNOS3iw== 2020-11-19T19:06:54.919 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.6] 2020-11-19T19:06:54.919 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQBIwrZfRJQpFBAAKdEHrj7vQbFA8MKfDFQ6WQ== 2020-11-19T19:06:54.919 INFO:teuthology.orchestra.run.smithi077.stdout:[osd.7] 2020-11-19T19:06:54.920 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQBLwrZfxbmFExAAa7qovGItZVELfKh6jNOxVg== 2020-11-19T19:06:54.920 INFO:teuthology.orchestra.run.smithi077.stdout:[client.0] 2020-11-19T19:06:54.920 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQAywrZfKEH7BBAADgxTkUsMkE3ClUfZzHI6NA== 2020-11-19T19:06:54.920 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.x --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2020-11-19T19:06:54.958 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.x --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2020-11-19T19:06:55.006 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.0 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.008 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.0 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.055 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.1 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.057 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.1 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.102 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.2 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.104 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.2 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.148 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.3 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.151 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.3 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.233 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.y --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2020-11-19T19:06:55.235 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.y --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2020-11-19T19:06:55.280 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.4 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.282 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.4 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.327 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.5 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.329 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.5 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.375 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.6 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.377 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.6 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.422 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.7 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.425 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.7 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-11-19T19:06:55.507 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=client.0 --cap mon 'allow rw' --cap mgr 'allow r' --cap osd 'allow rwx' --cap mds allow 2020-11-19T19:06:55.511 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=client.0 --cap mon 'allow rw' --cap mgr 'allow r' --cap osd 'allow rwx' --cap mds allow 2020-11-19T19:06:55.558 INFO:tasks.ceph:Running mkfs on mon nodes... 2020-11-19T19:06:55.559 INFO:teuthology.orchestra.run.smithi077:> sudo mkdir -p /var/lib/ceph/mon/ceph-a 2020-11-19T19:06:55.592 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster ceph --mkfs -i a --monmap /home/ubuntu/cephtest/ceph.monmap --keyring /etc/ceph/ceph.keyring 2020-11-19T19:06:55.685 INFO:teuthology.orchestra.run.smithi077:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-a 2020-11-19T19:06:55.711 INFO:teuthology.orchestra.run.smithi077:> sudo mkdir -p /var/lib/ceph/mon/ceph-c 2020-11-19T19:06:55.778 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster ceph --mkfs -i c --monmap /home/ubuntu/cephtest/ceph.monmap --keyring /etc/ceph/ceph.keyring 2020-11-19T19:06:55.876 INFO:teuthology.orchestra.run.smithi077:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-c 2020-11-19T19:06:55.911 INFO:teuthology.orchestra.run.smithi002:> sudo mkdir -p /var/lib/ceph/mon/ceph-b 2020-11-19T19:06:55.943 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster ceph --mkfs -i b --monmap /home/ubuntu/cephtest/ceph.monmap --keyring /etc/ceph/ceph.keyring 2020-11-19T19:06:56.043 INFO:teuthology.orchestra.run.smithi002:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-b 2020-11-19T19:06:56.075 INFO:teuthology.orchestra.run.smithi002:> rm -- /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:56.119 INFO:teuthology.orchestra.run.smithi077:> rm -- /home/ubuntu/cephtest/ceph.monmap 2020-11-19T19:06:56.133 INFO:tasks.ceph:Starting mon daemons in cluster ceph... 2020-11-19T19:06:56.134 INFO:tasks.ceph.mon.a:Restarting daemon 2020-11-19T19:06:56.162 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i a 2020-11-19T19:06:56.190 INFO:tasks.ceph.mon.a:Started 2020-11-19T19:06:56.190 INFO:tasks.ceph.mon.c:Restarting daemon 2020-11-19T19:06:56.191 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i c 2020-11-19T19:06:56.206 INFO:tasks.ceph.mon.c:Started 2020-11-19T19:06:56.209 INFO:tasks.ceph.mon.b:Restarting daemon 2020-11-19T19:06:56.209 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i b 2020-11-19T19:06:56.220 INFO:tasks.ceph.mon.b:Started 2020-11-19T19:06:56.221 INFO:tasks.ceph:Starting mgr daemons in cluster ceph... 2020-11-19T19:06:56.221 INFO:tasks.ceph.mgr.x:Restarting daemon 2020-11-19T19:06:56.222 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster ceph -i x 2020-11-19T19:06:56.227 INFO:tasks.ceph.mgr.x:Started 2020-11-19T19:06:56.228 INFO:tasks.ceph.mgr.y:Restarting daemon 2020-11-19T19:06:56.228 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster ceph -i y 2020-11-19T19:06:56.244 INFO:tasks.ceph.mgr.y:Started 2020-11-19T19:06:56.245 INFO:tasks.ceph:Setting crush tunables to default 2020-11-19T19:06:56.245 INFO:teuthology.orchestra.run.smithi077:> sudo ceph --cluster ceph osd crush tunables default 2020-11-19T19:07:01.454 INFO:teuthology.orchestra.run.smithi077.stderr:adjusted tunables profile to default 2020-11-19T19:07:01.463 INFO:tasks.ceph:Starting osd daemons in cluster ceph... 2020-11-19T19:07:01.463 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:07:01.464 INFO:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/osd/ceph-0/fsid of=/dev/stdout 2020-11-19T19:07:01.493 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-0/fsid of=/dev/stdout 2020-11-19T19:07:01.501 INFO:teuthology.orchestra.run.smithi077.stdout:b44c1437-0122-4690-a0fd-8dd352fbb0fd 2020-11-19T19:07:01.501 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:07:01.502 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:07:01.502 INFO:teuthology.orchestra.run.smithi077.stderr:37 bytes copied, 2.9816e-05 s, 1.2 MB/s 2020-11-19T19:07:01.503 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:07:01.503 INFO:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/osd/ceph-1/fsid of=/dev/stdout 2020-11-19T19:07:01.636 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-1/fsid of=/dev/stdout 2020-11-19T19:07:01.644 INFO:teuthology.orchestra.run.smithi077.stdout:57635b02-a38a-4416-af4b-efd649b0d72d 2020-11-19T19:07:01.645 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:07:01.645 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:07:01.645 INFO:teuthology.orchestra.run.smithi077.stderr:37 bytes copied, 3.0354e-05 s, 1.2 MB/s 2020-11-19T19:07:01.646 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:07:01.646 INFO:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/osd/ceph-2/fsid of=/dev/stdout 2020-11-19T19:07:01.718 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-2/fsid of=/dev/stdout 2020-11-19T19:07:01.728 INFO:teuthology.orchestra.run.smithi077.stdout:b5ee80ca-2a64-46ce-b77e-eb1e9213d557 2020-11-19T19:07:01.728 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:07:01.729 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:07:01.729 INFO:teuthology.orchestra.run.smithi077.stderr:37 bytes copied, 4.8561e-05 s, 762 kB/s 2020-11-19T19:07:01.731 INFO:teuthology.orchestra.run.smithi077:> set -ex 2020-11-19T19:07:01.732 INFO:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/osd/ceph-3/fsid of=/dev/stdout 2020-11-19T19:07:01.804 INFO:teuthology.orchestra.run.smithi077.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-3/fsid of=/dev/stdout 2020-11-19T19:07:01.813 INFO:teuthology.orchestra.run.smithi077.stdout:0a080412-d734-4e8a-9242-a7896ca366d0 2020-11-19T19:07:01.814 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records in 2020-11-19T19:07:01.814 INFO:teuthology.orchestra.run.smithi077.stderr:0+1 records out 2020-11-19T19:07:01.814 INFO:teuthology.orchestra.run.smithi077.stderr:37 bytes copied, 3.2333e-05 s, 1.1 MB/s 2020-11-19T19:07:01.815 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:07:01.816 INFO:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/osd/ceph-4/fsid of=/dev/stdout 2020-11-19T19:07:01.833 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-4/fsid of=/dev/stdout 2020-11-19T19:07:01.844 INFO:teuthology.orchestra.run.smithi002.stdout:37a57344-7219-4090-8b38-8ca174296223 2020-11-19T19:07:01.989 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:07:01.990 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:07:01.990 INFO:teuthology.orchestra.run.smithi002.stderr:37 bytes copied, 3.6185e-05 s, 1.0 MB/s 2020-11-19T19:07:01.992 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:07:01.993 INFO:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/osd/ceph-5/fsid of=/dev/stdout 2020-11-19T19:07:02.055 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-5/fsid of=/dev/stdout 2020-11-19T19:07:02.082 INFO:teuthology.orchestra.run.smithi002.stdout:55627e10-79bd-4329-a28b-b1ca8f231713 2020-11-19T19:07:02.083 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:07:02.083 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:07:02.084 INFO:teuthology.orchestra.run.smithi002.stderr:37 bytes copied, 3.5767e-05 s, 1.0 MB/s 2020-11-19T19:07:02.084 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:07:02.085 INFO:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/osd/ceph-6/fsid of=/dev/stdout 2020-11-19T19:07:02.141 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-6/fsid of=/dev/stdout 2020-11-19T19:07:02.152 INFO:teuthology.orchestra.run.smithi002.stdout:2a5ba3a0-72e3-4ac9-8b46-27b4427c3776 2020-11-19T19:07:02.153 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:07:02.153 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:07:02.153 INFO:teuthology.orchestra.run.smithi002.stderr:37 bytes copied, 3.5385e-05 s, 1.0 MB/s 2020-11-19T19:07:02.154 INFO:teuthology.orchestra.run.smithi002:> set -ex 2020-11-19T19:07:02.154 INFO:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/osd/ceph-7/fsid of=/dev/stdout 2020-11-19T19:07:02.214 INFO:teuthology.orchestra.run.smithi002.stderr:+ sudo dd if=/var/lib/ceph/osd/ceph-7/fsid of=/dev/stdout 2020-11-19T19:07:02.226 INFO:teuthology.orchestra.run.smithi002.stdout:4ecea895-1e92-40d3-9725-45d6d84902cb 2020-11-19T19:07:02.227 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records in 2020-11-19T19:07:02.227 INFO:teuthology.orchestra.run.smithi002.stderr:0+1 records out 2020-11-19T19:07:02.227 INFO:teuthology.orchestra.run.smithi002.stderr:37 bytes copied, 3.3541e-05 s, 1.1 MB/s 2020-11-19T19:07:02.228 INFO:teuthology.orchestra.run.smithi002:> sudo ceph --cluster ceph osd new b44c1437-0122-4690-a0fd-8dd352fbb0fd 0 2020-11-19T19:07:02.484 INFO:teuthology.orchestra.run.smithi002.stdout:0 2020-11-19T19:07:02.496 INFO:teuthology.orchestra.run.smithi002:> sudo ceph --cluster ceph osd new 57635b02-a38a-4416-af4b-efd649b0d72d 1 2020-11-19T19:07:02.737 INFO:teuthology.orchestra.run.smithi002.stdout:1 2020-11-19T19:07:02.750 INFO:teuthology.orchestra.run.smithi002:> sudo ceph --cluster ceph osd new b5ee80ca-2a64-46ce-b77e-eb1e9213d557 2 2020-11-19T19:07:02.982 INFO:teuthology.orchestra.run.smithi002.stdout:2 2020-11-19T19:07:03.021 INFO:teuthology.orchestra.run.smithi002:> sudo ceph --cluster ceph osd new 0a080412-d734-4e8a-9242-a7896ca366d0 3 2020-11-19T19:07:03.250 INFO:teuthology.orchestra.run.smithi002.stdout:3 2020-11-19T19:07:03.261 INFO:teuthology.orchestra.run.smithi002:> sudo ceph --cluster ceph osd new 37a57344-7219-4090-8b38-8ca174296223 4 2020-11-19T19:07:03.474 INFO:teuthology.orchestra.run.smithi002.stdout:4 2020-11-19T19:07:03.486 INFO:teuthology.orchestra.run.smithi002:> sudo ceph --cluster ceph osd new 55627e10-79bd-4329-a28b-b1ca8f231713 5 2020-11-19T19:07:03.691 INFO:teuthology.orchestra.run.smithi002.stdout:5 2020-11-19T19:07:03.703 INFO:teuthology.orchestra.run.smithi002:> sudo ceph --cluster ceph osd new 2a5ba3a0-72e3-4ac9-8b46-27b4427c3776 6 2020-11-19T19:07:03.909 INFO:teuthology.orchestra.run.smithi002.stdout:6 2020-11-19T19:07:03.921 INFO:teuthology.orchestra.run.smithi002:> sudo ceph --cluster ceph osd new 4ecea895-1e92-40d3-9725-45d6d84902cb 7 2020-11-19T19:07:04.134 INFO:teuthology.orchestra.run.smithi002.stdout:7 2020-11-19T19:07:04.218 INFO:tasks.ceph.osd.0:Restarting daemon 2020-11-19T19:07:04.219 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 0 2020-11-19T19:07:04.234 INFO:tasks.ceph.osd.0:Started 2020-11-19T19:07:04.235 INFO:tasks.ceph.osd.1:Restarting daemon 2020-11-19T19:07:04.236 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 1 2020-11-19T19:07:04.246 INFO:tasks.ceph.osd.1:Started 2020-11-19T19:07:04.247 INFO:tasks.ceph.osd.2:Restarting daemon 2020-11-19T19:07:04.248 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 2 2020-11-19T19:07:04.263 INFO:tasks.ceph.osd.2:Started 2020-11-19T19:07:04.264 INFO:tasks.ceph.osd.3:Restarting daemon 2020-11-19T19:07:04.265 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 3 2020-11-19T19:07:04.274 INFO:tasks.ceph.osd.3:Started 2020-11-19T19:07:04.275 INFO:tasks.ceph.osd.4:Restarting daemon 2020-11-19T19:07:04.275 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 4 2020-11-19T19:07:04.295 INFO:tasks.ceph.osd.4:Started 2020-11-19T19:07:04.296 INFO:tasks.ceph.osd.5:Restarting daemon 2020-11-19T19:07:04.297 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 5 2020-11-19T19:07:04.306 INFO:tasks.ceph.osd.0.smithi077.stderr:2020-11-19T19:07:04.298+0000 7fe3ba975f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.307 INFO:tasks.ceph.osd.0.smithi077.stderr:2020-11-19T19:07:04.302+0000 7fe3ba975f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.307 INFO:tasks.ceph.osd.0.smithi077.stderr:2020-11-19T19:07:04.302+0000 7fe3ba975f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.308 INFO:tasks.ceph.osd.5:Started 2020-11-19T19:07:04.308 INFO:tasks.ceph.osd.6:Restarting daemon 2020-11-19T19:07:04.309 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 6 2020-11-19T19:07:04.318 INFO:tasks.ceph.osd.6:Started 2020-11-19T19:07:04.319 INFO:tasks.ceph.osd.7:Restarting daemon 2020-11-19T19:07:04.319 INFO:teuthology.orchestra.run.smithi002:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 7 2020-11-19T19:07:04.326 INFO:tasks.ceph.osd.1.smithi077.stderr:2020-11-19T19:07:04.320+0000 7fababd67f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.327 INFO:tasks.ceph.osd.1.smithi077.stderr:2020-11-19T19:07:04.323+0000 7fababd67f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.327 INFO:tasks.ceph.osd.1.smithi077.stderr:2020-11-19T19:07:04.323+0000 7fababd67f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.330 INFO:tasks.ceph.osd.7:Started 2020-11-19T19:07:04.331 INFO:tasks.ceph:Waiting for OSDs to come up 2020-11-19T19:07:04.339 INFO:tasks.ceph.osd.2.smithi077.stderr:2020-11-19T19:07:04.337+0000 7f7f33abaf40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.350 INFO:tasks.ceph.osd.2.smithi077.stderr:2020-11-19T19:07:04.340+0000 7f7f33abaf40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.350 INFO:tasks.ceph.osd.2.smithi077.stderr:2020-11-19T19:07:04.340+0000 7f7f33abaf40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.351 INFO:tasks.ceph.osd.3.smithi077.stderr:2020-11-19T19:07:04.345+0000 7ff494746f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.351 INFO:tasks.ceph.osd.3.smithi077.stderr:2020-11-19T19:07:04.348+0000 7ff494746f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.351 INFO:tasks.ceph.osd.3.smithi077.stderr:2020-11-19T19:07:04.348+0000 7ff494746f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.374 INFO:tasks.ceph.osd.4.smithi002.stderr:2020-11-19T19:07:04.369+0000 7fd6130cbf40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.375 INFO:tasks.ceph.osd.4.smithi002.stderr:2020-11-19T19:07:04.373+0000 7fd6130cbf40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.375 INFO:tasks.ceph.osd.4.smithi002.stderr:2020-11-19T19:07:04.373+0000 7fd6130cbf40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.378 INFO:tasks.ceph.osd.5.smithi002.stderr:2020-11-19T19:07:04.376+0000 7f22bdcd8f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.384 INFO:tasks.ceph.osd.5.smithi002.stderr:2020-11-19T19:07:04.379+0000 7f22bdcd8f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.384 INFO:tasks.ceph.osd.5.smithi002.stderr:2020-11-19T19:07:04.379+0000 7f22bdcd8f40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.407 INFO:tasks.ceph.osd.6.smithi002.stderr:2020-11-19T19:07:04.404+0000 7fb50a09ef40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.407 INFO:tasks.ceph.osd.7.smithi002.stderr:2020-11-19T19:07:04.404+0000 7f97972aff40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.409 INFO:tasks.ceph.osd.6.smithi002.stderr:2020-11-19T19:07:04.407+0000 7fb50a09ef40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.410 INFO:tasks.ceph.osd.6.smithi002.stderr:2020-11-19T19:07:04.407+0000 7fb50a09ef40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.410 INFO:tasks.ceph.osd.7.smithi002.stderr:2020-11-19T19:07:04.407+0000 7f97972aff40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.411 INFO:tasks.ceph.osd.7.smithi002.stderr:2020-11-19T19:07:04.408+0000 7f97972aff40 -1 WARNING: all dangerous and experimental features are enabled. 2020-11-19T19:07:04.821 INFO:tasks.ceph.osd.0.smithi077.stderr:2020-11-19T19:07:04.817+0000 7fe3ba975f40 -1 Falling back to public interface 2020-11-19T19:07:04.845 INFO:tasks.ceph.osd.1.smithi077.stderr:2020-11-19T19:07:04.843+0000 7fababd67f40 -1 Falling back to public interface 2020-11-19T19:07:04.861 INFO:tasks.ceph.osd.2.smithi077.stderr:2020-11-19T19:07:04.859+0000 7f7f33abaf40 -1 Falling back to public interface 2020-11-19T19:07:04.872 INFO:tasks.ceph.osd.3.smithi077.stderr:2020-11-19T19:07:04.866+0000 7ff494746f40 -1 Falling back to public interface 2020-11-19T19:07:04.891 INFO:tasks.ceph.osd.4.smithi002.stderr:2020-11-19T19:07:04.889+0000 7fd6130cbf40 -1 Falling back to public interface 2020-11-19T19:07:04.902 INFO:tasks.ceph.osd.5.smithi002.stderr:2020-11-19T19:07:04.897+0000 7f22bdcd8f40 -1 Falling back to public interface 2020-11-19T19:07:04.927 INFO:tasks.ceph.osd.6.smithi002.stderr:2020-11-19T19:07:04.925+0000 7fb50a09ef40 -1 Falling back to public interface 2020-11-19T19:07:04.928 INFO:tasks.ceph.osd.7.smithi002.stderr:2020-11-19T19:07:04.925+0000 7f97972aff40 -1 Falling back to public interface 2020-11-19T19:07:05.160 INFO:teuthology.orchestra.run.smithi077:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2020-11-19T19:07:05.336 INFO:teuthology.misc.health.smithi077.stdout: 2020-11-19T19:07:05.337 INFO:teuthology.misc.health.smithi077.stdout:{"epoch":10,"fsid":"856d888c-d18e-490d-bbbc-39dd04dff0a4","created":"2020-11-19T19:07:01.339158+0000","modified":"2020-11-19T19:07:04.131499+0000","last_up_change":"0.000000","last_in_change":"0.000000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":2,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[],"osds":[{"osd":0,"uuid":"b44c1437-0122-4690-a0fd-8dd352fbb0fd","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":1,"uuid":"57635b02-a38a-4416-af4b-efd649b0d72d","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":2,"uuid":"b5ee80ca-2a64-46ce-b77e-eb1e9213d557","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":3,"uuid":"0a080412-d734-4e8a-9242-a7896ca366d0","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":4,"uuid":"37a57344-7219-4090-8b38-8ca174296223","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":5,"uuid":"55627e10-79bd-4329-a28b-b1ca8f231713","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":6,"uuid":"2a5ba3a0-72e3-4ac9-8b46-27b4427c3776","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":7,"uuid":"4ecea895-1e92-40d3-9725-45d6d84902cb","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-11-19T19:07:05.348 DEBUG:teuthology.misc:0 of 8 OSDs are up 2020-11-19T19:07:06.145 INFO:tasks.ceph.osd.0.smithi077.stderr:2020-11-19T19:07:06.143+0000 7fe3ba975f40 -1 osd.0 0 log_to_monitors {default=true} 2020-11-19T19:07:08.961 INFO:tasks.ceph.osd.4.smithi002.stderr:2020-11-19T19:07:06.213+0000 7fd6130cbf40 -1 osd.4 0 log_to_monitors {default=true} 2020-11-19T19:07:08.961 INFO:tasks.ceph.osd.4.smithi002.stderr:2020-11-19T19:07:07.979+0000 7fd609854700 -1 osd.4 0 waiting for initial osdmap 2020-11-19T19:07:08.961 INFO:tasks.ceph.osd.5.smithi002.stderr:2020-11-19T19:07:06.228+0000 7f22bdcd8f40 -1 osd.5 0 log_to_monitors {default=true} 2020-11-19T19:07:08.962 INFO:tasks.ceph.osd.5.smithi002.stderr:2020-11-19T19:07:07.979+0000 7f22b4461700 -1 osd.5 0 waiting for initial osdmap 2020-11-19T19:07:08.962 INFO:tasks.ceph.osd.6.smithi002.stderr:2020-11-19T19:07:06.257+0000 7fb50a09ef40 -1 osd.6 0 log_to_monitors {default=true} 2020-11-19T19:07:08.962 INFO:tasks.ceph.osd.6.smithi002.stderr:2020-11-19T19:07:07.983+0000 7fb500827700 -1 osd.6 0 waiting for initial osdmap 2020-11-19T19:07:08.963 INFO:tasks.ceph.osd.7.smithi002.stderr:2020-11-19T19:07:06.261+0000 7f97972aff40 -1 osd.7 0 log_to_monitors {default=true} 2020-11-19T19:07:08.963 INFO:tasks.ceph.osd.7.smithi002.stderr:2020-11-19T19:07:07.983+0000 7f978da38700 -1 osd.7 0 waiting for initial osdmap 2020-11-19T19:07:08.963 INFO:tasks.ceph.osd.1.smithi077.stderr:2020-11-19T19:07:06.177+0000 7fababd67f40 -1 osd.1 0 log_to_monitors {default=true} 2020-11-19T19:07:08.964 INFO:tasks.ceph.osd.1.smithi077.stderr:2020-11-19T19:07:07.985+0000 7faba24f0700 -1 osd.1 0 waiting for initial osdmap 2020-11-19T19:07:08.964 INFO:tasks.ceph.osd.2.smithi077.stderr:2020-11-19T19:07:06.200+0000 7f7f33abaf40 -1 osd.2 0 log_to_monitors {default=true} 2020-11-19T19:07:08.964 INFO:tasks.ceph.osd.2.smithi077.stderr:2020-11-19T19:07:07.981+0000 7f7f2a243700 -1 osd.2 0 waiting for initial osdmap 2020-11-19T19:07:08.965 INFO:tasks.ceph.osd.3.smithi077.stderr:2020-11-19T19:07:06.202+0000 7ff494746f40 -1 osd.3 0 log_to_monitors {default=true} 2020-11-19T19:07:08.965 INFO:tasks.ceph.osd.3.smithi077.stderr:2020-11-19T19:07:07.976+0000 7ff48aecf700 -1 osd.3 0 waiting for initial osdmap 2020-11-19T19:07:08.965 INFO:tasks.ceph.osd.0.smithi077.stderr:2020-11-19T19:07:07.976+0000 7fe3b10fe700 -1 osd.0 0 waiting for initial osdmap 2020-11-19T19:07:12.158 INFO:teuthology.orchestra.run.smithi077:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2020-11-19T19:07:12.414 INFO:teuthology.misc.health.smithi077.stdout: 2020-11-19T19:07:12.414 INFO:teuthology.misc.health.smithi077.stdout:{"epoch":16,"fsid":"856d888c-d18e-490d-bbbc-39dd04dff0a4","created":"2020-11-19T19:07:01.339158+0000","modified":"2020-11-19T19:07:10.997405+0000","last_up_change":"2020-11-19T19:07:08.977363+0000","last_in_change":"2020-11-19T19:07:08.977363+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-11-19T19:07:05.006054+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"16","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b44c1437-0122-4690-a0fd-8dd352fbb0fd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":22109},{"type":"v1","addr":"172.21.15.77:6801","nonce":22109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":22109},{"type":"v1","addr":"172.21.15.77:6803","nonce":22109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":22109},{"type":"v1","addr":"172.21.15.77:6807","nonce":22109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":22109},{"type":"v1","addr":"172.21.15.77:6805","nonce":22109}]},"public_addr":"172.21.15.77:6801/22109","cluster_addr":"172.21.15.77:6803/22109","heartbeat_back_addr":"172.21.15.77:6807/22109","heartbeat_front_addr":"172.21.15.77:6805/22109","state":["exists","up"]},{"osd":1,"uuid":"57635b02-a38a-4416-af4b-efd649b0d72d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":14,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":22122},{"type":"v1","addr":"172.21.15.77:6809","nonce":22122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":22122},{"type":"v1","addr":"172.21.15.77:6811","nonce":22122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":22122},{"type":"v1","addr":"172.21.15.77:6815","nonce":22122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":22122},{"type":"v1","addr":"172.21.15.77:6813","nonce":22122}]},"public_addr":"172.21.15.77:6809/22122","cluster_addr":"172.21.15.77:6811/22122","heartbeat_back_addr":"172.21.15.77:6815/22122","heartbeat_front_addr":"172.21.15.77:6813/22122","state":["exists","up"]},{"osd":2,"uuid":"b5ee80ca-2a64-46ce-b77e-eb1e9213d557","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":22143},{"type":"v1","addr":"172.21.15.77:6817","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6818","nonce":22143},{"type":"v1","addr":"172.21.15.77:6819","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":22143},{"type":"v1","addr":"172.21.15.77:6823","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":22143},{"type":"v1","addr":"172.21.15.77:6821","nonce":22143}]},"public_addr":"172.21.15.77:6817/22143","cluster_addr":"172.21.15.77:6819/22143","heartbeat_back_addr":"172.21.15.77:6823/22143","heartbeat_front_addr":"172.21.15.77:6821/22143","state":["exists","up"]},{"osd":3,"uuid":"0a080412-d734-4e8a-9242-a7896ca366d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":22144},{"type":"v1","addr":"172.21.15.77:6825","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":22144},{"type":"v1","addr":"172.21.15.77:6827","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":22144},{"type":"v1","addr":"172.21.15.77:6831","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":22144},{"type":"v1","addr":"172.21.15.77:6829","nonce":22144}]},"public_addr":"172.21.15.77:6825/22144","cluster_addr":"172.21.15.77:6827/22144","heartbeat_back_addr":"172.21.15.77:6831/22144","heartbeat_front_addr":"172.21.15.77:6829/22144","state":["exists","up"]},{"osd":4,"uuid":"37a57344-7219-4090-8b38-8ca174296223","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":22143},{"type":"v1","addr":"172.21.15.2:6801","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":22143},{"type":"v1","addr":"172.21.15.2:6803","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":22143},{"type":"v1","addr":"172.21.15.2:6807","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":22143},{"type":"v1","addr":"172.21.15.2:6805","nonce":22143}]},"public_addr":"172.21.15.2:6801/22143","cluster_addr":"172.21.15.2:6803/22143","heartbeat_back_addr":"172.21.15.2:6807/22143","heartbeat_front_addr":"172.21.15.2:6805/22143","state":["exists","up"]},{"osd":5,"uuid":"55627e10-79bd-4329-a28b-b1ca8f231713","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":22144},{"type":"v1","addr":"172.21.15.2:6809","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":22144},{"type":"v1","addr":"172.21.15.2:6811","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":22144},{"type":"v1","addr":"172.21.15.2:6815","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":22144},{"type":"v1","addr":"172.21.15.2:6813","nonce":22144}]},"public_addr":"172.21.15.2:6809/22144","cluster_addr":"172.21.15.2:6811/22144","heartbeat_back_addr":"172.21.15.2:6815/22144","heartbeat_front_addr":"172.21.15.2:6813/22144","state":["exists","up"]},{"osd":6,"uuid":"2a5ba3a0-72e3-4ac9-8b46-27b4427c3776","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6817","nonce":22173},{"type":"v1","addr":"172.21.15.2:6819","nonce":22173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6821","nonce":22173},{"type":"v1","addr":"172.21.15.2:6823","nonce":22173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":22173},{"type":"v1","addr":"172.21.15.2:6831","nonce":22173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6825","nonce":22173},{"type":"v1","addr":"172.21.15.2:6827","nonce":22173}]},"public_addr":"172.21.15.2:6819/22173","cluster_addr":"172.21.15.2:6823/22173","heartbeat_back_addr":"172.21.15.2:6831/22173","heartbeat_front_addr":"172.21.15.2:6827/22173","state":["exists","up"]},{"osd":7,"uuid":"4ecea895-1e92-40d3-9725-45d6d84902cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":22174},{"type":"v1","addr":"172.21.15.2:6818","nonce":22174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":22174},{"type":"v1","addr":"172.21.15.2:6822","nonce":22174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":22174},{"type":"v1","addr":"172.21.15.2:6829","nonce":22174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":22174},{"type":"v1","addr":"172.21.15.2:6826","nonce":22174}]},"public_addr":"172.21.15.2:6818/22174","cluster_addr":"172.21.15.2:6822/22174","heartbeat_back_addr":"172.21.15.2:6829/22174","heartbeat_front_addr":"172.21.15.2:6826/22174","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.173627+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.226720+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.252349+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.185017+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.254638+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.190251+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.209462+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.242509+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-11-19T19:07:12.427 DEBUG:teuthology.misc:8 of 8 OSDs are up 2020-11-19T19:07:12.427 INFO:tasks.ceph:Creating RBD pool 2020-11-19T19:07:12.428 INFO:teuthology.orchestra.run.smithi077:> sudo ceph --cluster ceph osd pool create rbd 8 2020-11-19T19:07:13.188 INFO:teuthology.orchestra.run.smithi077.stderr:pool 'rbd' created 2020-11-19T19:07:13.199 INFO:teuthology.orchestra.run.smithi077:> sudo ceph --cluster ceph osd pool application enable rbd rbd --yes-i-really-mean-it 2020-11-19T19:07:14.190 INFO:teuthology.orchestra.run.smithi077.stderr:enabled application 'rbd' on pool 'rbd' 2020-11-19T19:07:14.203 INFO:tasks.ceph:Starting mds daemons in cluster ceph... 2020-11-19T19:07:14.203 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2020-11-19T19:07:14.204 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2020-11-19T19:07:14.472 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:07:14.473 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":18,"fsid":"856d888c-d18e-490d-bbbc-39dd04dff0a4","created":"2020-11-19T19:07:01.339158+0000","modified":"2020-11-19T19:07:14.180921+0000","last_up_change":"2020-11-19T19:07:08.977363+0000","last_in_change":"2020-11-19T19:07:08.977363+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-11-19T19:07:05.006054+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"16","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"rbd","create_time":"2020-11-19T19:07:12.725382+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"b44c1437-0122-4690-a0fd-8dd352fbb0fd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":22109},{"type":"v1","addr":"172.21.15.77:6801","nonce":22109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":22109},{"type":"v1","addr":"172.21.15.77:6803","nonce":22109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":22109},{"type":"v1","addr":"172.21.15.77:6807","nonce":22109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":22109},{"type":"v1","addr":"172.21.15.77:6805","nonce":22109}]},"public_addr":"172.21.15.77:6801/22109","cluster_addr":"172.21.15.77:6803/22109","heartbeat_back_addr":"172.21.15.77:6807/22109","heartbeat_front_addr":"172.21.15.77:6805/22109","state":["exists","up"]},{"osd":1,"uuid":"57635b02-a38a-4416-af4b-efd649b0d72d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":14,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":22122},{"type":"v1","addr":"172.21.15.77:6809","nonce":22122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":22122},{"type":"v1","addr":"172.21.15.77:6811","nonce":22122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":22122},{"type":"v1","addr":"172.21.15.77:6815","nonce":22122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":22122},{"type":"v1","addr":"172.21.15.77:6813","nonce":22122}]},"public_addr":"172.21.15.77:6809/22122","cluster_addr":"172.21.15.77:6811/22122","heartbeat_back_addr":"172.21.15.77:6815/22122","heartbeat_front_addr":"172.21.15.77:6813/22122","state":["exists","up"]},{"osd":2,"uuid":"b5ee80ca-2a64-46ce-b77e-eb1e9213d557","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":22143},{"type":"v1","addr":"172.21.15.77:6817","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6818","nonce":22143},{"type":"v1","addr":"172.21.15.77:6819","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":22143},{"type":"v1","addr":"172.21.15.77:6823","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":22143},{"type":"v1","addr":"172.21.15.77:6821","nonce":22143}]},"public_addr":"172.21.15.77:6817/22143","cluster_addr":"172.21.15.77:6819/22143","heartbeat_back_addr":"172.21.15.77:6823/22143","heartbeat_front_addr":"172.21.15.77:6821/22143","state":["exists","up"]},{"osd":3,"uuid":"0a080412-d734-4e8a-9242-a7896ca366d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":22144},{"type":"v1","addr":"172.21.15.77:6825","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":22144},{"type":"v1","addr":"172.21.15.77:6827","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":22144},{"type":"v1","addr":"172.21.15.77:6831","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":22144},{"type":"v1","addr":"172.21.15.77:6829","nonce":22144}]},"public_addr":"172.21.15.77:6825/22144","cluster_addr":"172.21.15.77:6827/22144","heartbeat_back_addr":"172.21.15.77:6831/22144","heartbeat_front_addr":"172.21.15.77:6829/22144","state":["exists","up"]},{"osd":4,"uuid":"37a57344-7219-4090-8b38-8ca174296223","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":22143},{"type":"v1","addr":"172.21.15.2:6801","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":22143},{"type":"v1","addr":"172.21.15.2:6803","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":22143},{"type":"v1","addr":"172.21.15.2:6807","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":22143},{"type":"v1","addr":"172.21.15.2:6805","nonce":22143}]},"public_addr":"172.21.15.2:6801/22143","cluster_addr":"172.21.15.2:6803/22143","heartbeat_back_addr":"172.21.15.2:6807/22143","heartbeat_front_addr":"172.21.15.2:6805/22143","state":["exists","up"]},{"osd":5,"uuid":"55627e10-79bd-4329-a28b-b1ca8f231713","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":22144},{"type":"v1","addr":"172.21.15.2:6809","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":22144},{"type":"v1","addr":"172.21.15.2:6811","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":22144},{"type":"v1","addr":"172.21.15.2:6815","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":22144},{"type":"v1","addr":"172.21.15.2:6813","nonce":22144}]},"public_addr":"172.21.15.2:6809/22144","cluster_addr":"172.21.15.2:6811/22144","heartbeat_back_addr":"172.21.15.2:6815/22144","heartbeat_front_addr":"172.21.15.2:6813/22144","state":["exists","up"]},{"osd":6,"uuid":"2a5ba3a0-72e3-4ac9-8b46-27b4427c3776","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6817","nonce":22173},{"type":"v1","addr":"172.21.15.2:6819","nonce":22173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6821","nonce":22173},{"type":"v1","addr":"172.21.15.2:6823","nonce":22173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":22173},{"type":"v1","addr":"172.21.15.2:6831","nonce":22173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6825","nonce":22173},{"type":"v1","addr":"172.21.15.2:6827","nonce":22173}]},"public_addr":"172.21.15.2:6819/22173","cluster_addr":"172.21.15.2:6823/22173","heartbeat_back_addr":"172.21.15.2:6831/22173","heartbeat_front_addr":"172.21.15.2:6827/22173","state":["exists","up"]},{"osd":7,"uuid":"4ecea895-1e92-40d3-9725-45d6d84902cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":22174},{"type":"v1","addr":"172.21.15.2:6818","nonce":22174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":22174},{"type":"v1","addr":"172.21.15.2:6822","nonce":22174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":22174},{"type":"v1","addr":"172.21.15.2:6829","nonce":22174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":22174},{"type":"v1","addr":"172.21.15.2:6826","nonce":22174}]},"public_addr":"172.21.15.2:6818/22174","cluster_addr":"172.21.15.2:6822/22174","heartbeat_back_addr":"172.21.15.2:6829/22174","heartbeat_front_addr":"172.21.15.2:6826/22174","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.173627+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.226720+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.252349+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.185017+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.254638+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.190251+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.209462+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.242509+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-11-19T19:07:14.581 INFO:tasks.ceph.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2020-11-19T19:07:05.006054+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 2, 'min_size': 1, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '16', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}, {'pool': 2, 'pool_name': 'rbd', 'create_time': '2020-11-19T19:07:12.725382+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 2, 'min_size': 1, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 8, 'pg_placement_num': 8, 'pg_placement_num_target': 8, 'pg_num_target': 8, 'pg_num_pending': 8, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '18', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {}, 'application_metadata': {'rbd': {}}}] 2020-11-19T19:07:14.582 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2020-11-19T19:07:14.843 INFO:teuthology.orchestra.run.smithi077.stdout:pg_num: 1 2020-11-19T19:07:14.855 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2020-11-19T19:07:15.111 INFO:teuthology.orchestra.run.smithi077.stdout:pg_num: 8 2020-11-19T19:07:15.124 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2020-11-19T19:07:15.124 INFO:tasks.ceph.ceph_manager.ceph:waiting for mgr available 2020-11-19T19:07:15.124 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph mgr dump --format=json 2020-11-19T19:07:15.430 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:07:15.451 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":5,"active_gid":4104,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6832","nonce":21622},{"type":"v1","addr":"172.21.15.2:6833","nonce":21622}]},"active_addr":"172.21.15.2:6833/21622","active_change":"2020-11-19T19:07:04.958897+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":4114,"name":"x","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.6.2","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["iostat","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.6.2","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":0,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":3429041507}]},{"addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":25354815}]},{"addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":264683492}]}]}} 2020-11-19T19:07:15.456 INFO:tasks.ceph.ceph_manager.ceph:mgr available! 2020-11-19T19:07:15.456 INFO:tasks.ceph.ceph_manager.ceph:waiting for all up 2020-11-19T19:07:15.456 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2020-11-19T19:07:15.738 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:07:15.738 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":19,"fsid":"856d888c-d18e-490d-bbbc-39dd04dff0a4","created":"2020-11-19T19:07:01.339158+0000","modified":"2020-11-19T19:07:15.188561+0000","last_up_change":"2020-11-19T19:07:08.977363+0000","last_in_change":"2020-11-19T19:07:08.977363+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-11-19T19:07:05.006054+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"16","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"rbd","create_time":"2020-11-19T19:07:12.725382+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"19","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"b44c1437-0122-4690-a0fd-8dd352fbb0fd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":22109},{"type":"v1","addr":"172.21.15.77:6801","nonce":22109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":22109},{"type":"v1","addr":"172.21.15.77:6803","nonce":22109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":22109},{"type":"v1","addr":"172.21.15.77:6807","nonce":22109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":22109},{"type":"v1","addr":"172.21.15.77:6805","nonce":22109}]},"public_addr":"172.21.15.77:6801/22109","cluster_addr":"172.21.15.77:6803/22109","heartbeat_back_addr":"172.21.15.77:6807/22109","heartbeat_front_addr":"172.21.15.77:6805/22109","state":["exists","up"]},{"osd":1,"uuid":"57635b02-a38a-4416-af4b-efd649b0d72d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":14,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":22122},{"type":"v1","addr":"172.21.15.77:6809","nonce":22122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":22122},{"type":"v1","addr":"172.21.15.77:6811","nonce":22122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":22122},{"type":"v1","addr":"172.21.15.77:6815","nonce":22122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":22122},{"type":"v1","addr":"172.21.15.77:6813","nonce":22122}]},"public_addr":"172.21.15.77:6809/22122","cluster_addr":"172.21.15.77:6811/22122","heartbeat_back_addr":"172.21.15.77:6815/22122","heartbeat_front_addr":"172.21.15.77:6813/22122","state":["exists","up"]},{"osd":2,"uuid":"b5ee80ca-2a64-46ce-b77e-eb1e9213d557","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":22143},{"type":"v1","addr":"172.21.15.77:6817","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6818","nonce":22143},{"type":"v1","addr":"172.21.15.77:6819","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":22143},{"type":"v1","addr":"172.21.15.77:6823","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":22143},{"type":"v1","addr":"172.21.15.77:6821","nonce":22143}]},"public_addr":"172.21.15.77:6817/22143","cluster_addr":"172.21.15.77:6819/22143","heartbeat_back_addr":"172.21.15.77:6823/22143","heartbeat_front_addr":"172.21.15.77:6821/22143","state":["exists","up"]},{"osd":3,"uuid":"0a080412-d734-4e8a-9242-a7896ca366d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":22144},{"type":"v1","addr":"172.21.15.77:6825","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":22144},{"type":"v1","addr":"172.21.15.77:6827","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":22144},{"type":"v1","addr":"172.21.15.77:6831","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":22144},{"type":"v1","addr":"172.21.15.77:6829","nonce":22144}]},"public_addr":"172.21.15.77:6825/22144","cluster_addr":"172.21.15.77:6827/22144","heartbeat_back_addr":"172.21.15.77:6831/22144","heartbeat_front_addr":"172.21.15.77:6829/22144","state":["exists","up"]},{"osd":4,"uuid":"37a57344-7219-4090-8b38-8ca174296223","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":22143},{"type":"v1","addr":"172.21.15.2:6801","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":22143},{"type":"v1","addr":"172.21.15.2:6803","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":22143},{"type":"v1","addr":"172.21.15.2:6807","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":22143},{"type":"v1","addr":"172.21.15.2:6805","nonce":22143}]},"public_addr":"172.21.15.2:6801/22143","cluster_addr":"172.21.15.2:6803/22143","heartbeat_back_addr":"172.21.15.2:6807/22143","heartbeat_front_addr":"172.21.15.2:6805/22143","state":["exists","up"]},{"osd":5,"uuid":"55627e10-79bd-4329-a28b-b1ca8f231713","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":22144},{"type":"v1","addr":"172.21.15.2:6809","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":22144},{"type":"v1","addr":"172.21.15.2:6811","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":22144},{"type":"v1","addr":"172.21.15.2:6815","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":22144},{"type":"v1","addr":"172.21.15.2:6813","nonce":22144}]},"public_addr":"172.21.15.2:6809/22144","cluster_addr":"172.21.15.2:6811/22144","heartbeat_back_addr":"172.21.15.2:6815/22144","heartbeat_front_addr":"172.21.15.2:6813/22144","state":["exists","up"]},{"osd":6,"uuid":"2a5ba3a0-72e3-4ac9-8b46-27b4427c3776","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6817","nonce":22173},{"type":"v1","addr":"172.21.15.2:6819","nonce":22173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6821","nonce":22173},{"type":"v1","addr":"172.21.15.2:6823","nonce":22173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":22173},{"type":"v1","addr":"172.21.15.2:6831","nonce":22173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6825","nonce":22173},{"type":"v1","addr":"172.21.15.2:6827","nonce":22173}]},"public_addr":"172.21.15.2:6819/22173","cluster_addr":"172.21.15.2:6823/22173","heartbeat_back_addr":"172.21.15.2:6831/22173","heartbeat_front_addr":"172.21.15.2:6827/22173","state":["exists","up"]},{"osd":7,"uuid":"4ecea895-1e92-40d3-9725-45d6d84902cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":22174},{"type":"v1","addr":"172.21.15.2:6818","nonce":22174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":22174},{"type":"v1","addr":"172.21.15.2:6822","nonce":22174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":22174},{"type":"v1","addr":"172.21.15.2:6829","nonce":22174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":22174},{"type":"v1","addr":"172.21.15.2:6826","nonce":22174}]},"public_addr":"172.21.15.2:6818/22174","cluster_addr":"172.21.15.2:6822/22174","heartbeat_back_addr":"172.21.15.2:6829/22174","heartbeat_front_addr":"172.21.15.2:6826/22174","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.173627+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.226720+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.252349+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.185017+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.254638+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.190251+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.209462+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.242509+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-11-19T19:07:15.751 INFO:tasks.ceph.ceph_manager.ceph:all up! 2020-11-19T19:07:15.751 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2020-11-19T19:07:16.009 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:07:16.010 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":19,"fsid":"856d888c-d18e-490d-bbbc-39dd04dff0a4","created":"2020-11-19T19:07:01.339158+0000","modified":"2020-11-19T19:07:15.188561+0000","last_up_change":"2020-11-19T19:07:08.977363+0000","last_in_change":"2020-11-19T19:07:08.977363+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-11-19T19:07:05.006054+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"16","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"rbd","create_time":"2020-11-19T19:07:12.725382+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"19","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"b44c1437-0122-4690-a0fd-8dd352fbb0fd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":22109},{"type":"v1","addr":"172.21.15.77:6801","nonce":22109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":22109},{"type":"v1","addr":"172.21.15.77:6803","nonce":22109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":22109},{"type":"v1","addr":"172.21.15.77:6807","nonce":22109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":22109},{"type":"v1","addr":"172.21.15.77:6805","nonce":22109}]},"public_addr":"172.21.15.77:6801/22109","cluster_addr":"172.21.15.77:6803/22109","heartbeat_back_addr":"172.21.15.77:6807/22109","heartbeat_front_addr":"172.21.15.77:6805/22109","state":["exists","up"]},{"osd":1,"uuid":"57635b02-a38a-4416-af4b-efd649b0d72d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":14,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":22122},{"type":"v1","addr":"172.21.15.77:6809","nonce":22122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":22122},{"type":"v1","addr":"172.21.15.77:6811","nonce":22122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":22122},{"type":"v1","addr":"172.21.15.77:6815","nonce":22122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":22122},{"type":"v1","addr":"172.21.15.77:6813","nonce":22122}]},"public_addr":"172.21.15.77:6809/22122","cluster_addr":"172.21.15.77:6811/22122","heartbeat_back_addr":"172.21.15.77:6815/22122","heartbeat_front_addr":"172.21.15.77:6813/22122","state":["exists","up"]},{"osd":2,"uuid":"b5ee80ca-2a64-46ce-b77e-eb1e9213d557","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":22143},{"type":"v1","addr":"172.21.15.77:6817","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6818","nonce":22143},{"type":"v1","addr":"172.21.15.77:6819","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":22143},{"type":"v1","addr":"172.21.15.77:6823","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":22143},{"type":"v1","addr":"172.21.15.77:6821","nonce":22143}]},"public_addr":"172.21.15.77:6817/22143","cluster_addr":"172.21.15.77:6819/22143","heartbeat_back_addr":"172.21.15.77:6823/22143","heartbeat_front_addr":"172.21.15.77:6821/22143","state":["exists","up"]},{"osd":3,"uuid":"0a080412-d734-4e8a-9242-a7896ca366d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":22144},{"type":"v1","addr":"172.21.15.77:6825","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":22144},{"type":"v1","addr":"172.21.15.77:6827","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":22144},{"type":"v1","addr":"172.21.15.77:6831","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":22144},{"type":"v1","addr":"172.21.15.77:6829","nonce":22144}]},"public_addr":"172.21.15.77:6825/22144","cluster_addr":"172.21.15.77:6827/22144","heartbeat_back_addr":"172.21.15.77:6831/22144","heartbeat_front_addr":"172.21.15.77:6829/22144","state":["exists","up"]},{"osd":4,"uuid":"37a57344-7219-4090-8b38-8ca174296223","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":22143},{"type":"v1","addr":"172.21.15.2:6801","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":22143},{"type":"v1","addr":"172.21.15.2:6803","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":22143},{"type":"v1","addr":"172.21.15.2:6807","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":22143},{"type":"v1","addr":"172.21.15.2:6805","nonce":22143}]},"public_addr":"172.21.15.2:6801/22143","cluster_addr":"172.21.15.2:6803/22143","heartbeat_back_addr":"172.21.15.2:6807/22143","heartbeat_front_addr":"172.21.15.2:6805/22143","state":["exists","up"]},{"osd":5,"uuid":"55627e10-79bd-4329-a28b-b1ca8f231713","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":22144},{"type":"v1","addr":"172.21.15.2:6809","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":22144},{"type":"v1","addr":"172.21.15.2:6811","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":22144},{"type":"v1","addr":"172.21.15.2:6815","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":22144},{"type":"v1","addr":"172.21.15.2:6813","nonce":22144}]},"public_addr":"172.21.15.2:6809/22144","cluster_addr":"172.21.15.2:6811/22144","heartbeat_back_addr":"172.21.15.2:6815/22144","heartbeat_front_addr":"172.21.15.2:6813/22144","state":["exists","up"]},{"osd":6,"uuid":"2a5ba3a0-72e3-4ac9-8b46-27b4427c3776","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6817","nonce":22173},{"type":"v1","addr":"172.21.15.2:6819","nonce":22173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6821","nonce":22173},{"type":"v1","addr":"172.21.15.2:6823","nonce":22173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":22173},{"type":"v1","addr":"172.21.15.2:6831","nonce":22173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6825","nonce":22173},{"type":"v1","addr":"172.21.15.2:6827","nonce":22173}]},"public_addr":"172.21.15.2:6819/22173","cluster_addr":"172.21.15.2:6823/22173","heartbeat_back_addr":"172.21.15.2:6831/22173","heartbeat_front_addr":"172.21.15.2:6827/22173","state":["exists","up"]},{"osd":7,"uuid":"4ecea895-1e92-40d3-9725-45d6d84902cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":22174},{"type":"v1","addr":"172.21.15.2:6818","nonce":22174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":22174},{"type":"v1","addr":"172.21.15.2:6822","nonce":22174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":22174},{"type":"v1","addr":"172.21.15.2:6829","nonce":22174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":22174},{"type":"v1","addr":"172.21.15.2:6826","nonce":22174}]},"public_addr":"172.21.15.2:6818/22174","cluster_addr":"172.21.15.2:6822/22174","heartbeat_back_addr":"172.21.15.2:6829/22174","heartbeat_front_addr":"172.21.15.2:6826/22174","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.173627+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.226720+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.252349+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.185017+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.254638+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.190251+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.209462+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.242509+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-11-19T19:07:19.359 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.0 flush_pg_stats 2020-11-19T19:07:19.520 INFO:teuthology.orchestra.run.smithi077.stdout:60129542148 2020-11-19T19:07:19.520 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.1 flush_pg_stats 2020-11-19T19:07:19.662 INFO:teuthology.orchestra.run.smithi077.stdout:60129542148 2020-11-19T19:07:19.663 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.2 flush_pg_stats 2020-11-19T19:07:19.814 INFO:teuthology.orchestra.run.smithi077.stdout:60129542148 2020-11-19T19:07:19.815 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.3 flush_pg_stats 2020-11-19T19:07:19.969 INFO:teuthology.orchestra.run.smithi077.stdout:60129542147 2020-11-19T19:07:19.969 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.4 flush_pg_stats 2020-11-19T19:07:20.118 INFO:teuthology.orchestra.run.smithi077.stdout:60129542148 2020-11-19T19:07:20.119 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.5 flush_pg_stats 2020-11-19T19:07:20.263 INFO:teuthology.orchestra.run.smithi077.stdout:60129542149 2020-11-19T19:07:20.264 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.6 flush_pg_stats 2020-11-19T19:07:20.407 INFO:teuthology.orchestra.run.smithi077.stdout:60129542149 2020-11-19T19:07:20.407 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.7 flush_pg_stats 2020-11-19T19:07:20.554 INFO:teuthology.orchestra.run.smithi077.stdout:60129542148 2020-11-19T19:07:20.554 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.0 2020-11-19T19:07:20.812 INFO:teuthology.orchestra.run.smithi077.stdout:60129542147 2020-11-19T19:07:20.825 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542147 for osd.0 2020-11-19T19:07:21.827 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.0 2020-11-19T19:07:22.102 INFO:teuthology.orchestra.run.smithi077.stdout:60129542149 2020-11-19T19:07:22.111 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542149 for osd.0 2020-11-19T19:07:22.111 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.1 2020-11-19T19:07:22.372 INFO:teuthology.orchestra.run.smithi077.stdout:60129542149 2020-11-19T19:07:22.384 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542149 for osd.1 2020-11-19T19:07:22.385 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.2 2020-11-19T19:07:22.640 INFO:teuthology.orchestra.run.smithi077.stdout:60129542149 2020-11-19T19:07:22.653 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542149 for osd.2 2020-11-19T19:07:22.653 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.3 2020-11-19T19:07:22.907 INFO:teuthology.orchestra.run.smithi077.stdout:60129542148 2020-11-19T19:07:22.920 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542147 got 60129542148 for osd.3 2020-11-19T19:07:22.920 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.4 2020-11-19T19:07:23.177 INFO:teuthology.orchestra.run.smithi077.stdout:60129542148 2020-11-19T19:07:23.190 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542148 for osd.4 2020-11-19T19:07:23.191 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.5 2020-11-19T19:07:23.450 INFO:teuthology.orchestra.run.smithi077.stdout:60129542149 2020-11-19T19:07:23.463 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542149 for osd.5 2020-11-19T19:07:23.464 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.6 2020-11-19T19:07:23.733 INFO:teuthology.orchestra.run.smithi077.stdout:60129542149 2020-11-19T19:07:23.744 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542149 for osd.6 2020-11-19T19:07:23.749 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.7 2020-11-19T19:07:24.012 INFO:teuthology.orchestra.run.smithi077.stdout:60129542148 2020-11-19T19:07:24.025 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542148 for osd.7 2020-11-19T19:07:24.026 INFO:tasks.ceph.ceph_manager.ceph:waiting for clean 2020-11-19T19:07:24.027 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2020-11-19T19:07:24.288 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:07:24.289 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2020-11-19T19:07:24.296 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":19,"stamp":"2020-11-19T19:07:22.968844+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":18,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":39936,"kb_used_data":1472,"kb_used_omap":0,"kb_used_meta":38400,"kb_avail":754934784,"statfs":{"total":773094113280,"available":773053218816,"internally_reserved":0,"allocated":1507328,"data_stored":494560,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":39321600},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"7.776245"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.256085+0000","last_change":"2020-11-19T19:07:14.254302+0000","last_active":"2020-11-19T19:07:14.256085+0000","last_peered":"2020-11-19T19:07:14.256085+0000","last_clean":"2020-11-19T19:07:14.256085+0000","last_became_active":"2020-11-19T19:07:14.253849+0000","last_became_peered":"2020-11-19T19:07:14.253849+0000","last_unstale":"2020-11-19T19:07:14.256085+0000","last_undegraded":"2020-11-19T19:07:14.256085+0000","last_fullsized":"2020-11-19T19:07:14.256085+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0],"acting":[3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.258201+0000","last_change":"2020-11-19T19:07:14.257759+0000","last_active":"2020-11-19T19:07:14.258201+0000","last_peered":"2020-11-19T19:07:14.258201+0000","last_clean":"2020-11-19T19:07:14.258201+0000","last_became_active":"2020-11-19T19:07:14.257405+0000","last_became_peered":"2020-11-19T19:07:14.257405+0000","last_unstale":"2020-11-19T19:07:14.258201+0000","last_undegraded":"2020-11-19T19:07:14.258201+0000","last_fullsized":"2020-11-19T19:07:14.258201+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.192839+0000","last_change":"2020-11-19T19:07:14.189768+0000","last_active":"2020-11-19T19:07:14.192839+0000","last_peered":"2020-11-19T19:07:14.192839+0000","last_clean":"2020-11-19T19:07:14.192839+0000","last_became_active":"2020-11-19T19:07:14.189278+0000","last_became_peered":"2020-11-19T19:07:14.189278+0000","last_unstale":"2020-11-19T19:07:14.192839+0000","last_undegraded":"2020-11-19T19:07:14.192839+0000","last_fullsized":"2020-11-19T19:07:14.192839+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4],"acting":[3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.195408+0000","last_change":"2020-11-19T19:07:14.191957+0000","last_active":"2020-11-19T19:07:14.195408+0000","last_peered":"2020-11-19T19:07:14.195408+0000","last_clean":"2020-11-19T19:07:14.195408+0000","last_became_active":"2020-11-19T19:07:14.191501+0000","last_became_peered":"2020-11-19T19:07:14.191501+0000","last_unstale":"2020-11-19T19:07:14.195408+0000","last_undegraded":"2020-11-19T19:07:14.195408+0000","last_fullsized":"2020-11-19T19:07:14.195408+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.0","version":"16'2","reported_seq":"13","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.184968+0000","last_change":"2020-11-19T19:07:10.181139+0000","last_active":"2020-11-19T19:07:14.184968+0000","last_peered":"2020-11-19T19:07:14.184968+0000","last_clean":"2020-11-19T19:07:14.184968+0000","last_became_active":"2020-11-19T19:07:10.180716+0000","last_became_peered":"2020-11-19T19:07:10.180716+0000","last_unstale":"2020-11-19T19:07:14.184968+0000","last_undegraded":"2020-11-19T19:07:14.184968+0000","last_fullsized":"2020-11-19T19:07:14.184968+0000","mapping_epoch":14,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":15,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:05.961698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:05.961698+0000","last_clean_scrub_stamp":"2020-11-19T19:07:05.961698+0000","log_size":2,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5],"acting":[1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.262561+0000","last_change":"2020-11-19T19:07:14.262073+0000","last_active":"2020-11-19T19:07:14.262561+0000","last_peered":"2020-11-19T19:07:14.262561+0000","last_clean":"2020-11-19T19:07:14.262561+0000","last_became_active":"2020-11-19T19:07:14.261672+0000","last_became_peered":"2020-11-19T19:07:14.261672+0000","last_unstale":"2020-11-19T19:07:14.262561+0000","last_undegraded":"2020-11-19T19:07:14.262561+0000","last_fullsized":"2020-11-19T19:07:14.262561+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,2],"acting":[3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.190415+0000","last_change":"2020-11-19T19:07:14.189624+0000","last_active":"2020-11-19T19:07:14.190415+0000","last_peered":"2020-11-19T19:07:14.190415+0000","last_clean":"2020-11-19T19:07:14.190415+0000","last_became_active":"2020-11-19T19:07:14.189197+0000","last_became_peered":"2020-11-19T19:07:14.189197+0000","last_unstale":"2020-11-19T19:07:14.190415+0000","last_undegraded":"2020-11-19T19:07:14.190415+0000","last_fullsized":"2020-11-19T19:07:14.190415+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5],"acting":[7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.257099+0000","last_change":"2020-11-19T19:07:14.256545+0000","last_active":"2020-11-19T19:07:14.257099+0000","last_peered":"2020-11-19T19:07:14.257099+0000","last_clean":"2020-11-19T19:07:14.257099+0000","last_became_active":"2020-11-19T19:07:14.256105+0000","last_became_peered":"2020-11-19T19:07:14.256105+0000","last_unstale":"2020-11-19T19:07:14.257099+0000","last_undegraded":"2020-11-19T19:07:14.257099+0000","last_fullsized":"2020-11-19T19:07:14.257099+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6],"acting":[3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.257350+0000","last_change":"2020-11-19T19:07:14.256634+0000","last_active":"2020-11-19T19:07:14.257350+0000","last_peered":"2020-11-19T19:07:14.257350+0000","last_clean":"2020-11-19T19:07:14.257350+0000","last_became_active":"2020-11-19T19:07:14.256121+0000","last_became_peered":"2020-11-19T19:07:14.256121+0000","last_unstale":"2020-11-19T19:07:14.257350+0000","last_undegraded":"2020-11-19T19:07:14.257350+0000","last_fullsized":"2020-11-19T19:07:14.257350+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6],"acting":[5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":14,"seq":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67000000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.006}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64000000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.88900000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.21}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.147}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3029999999999999}]}]},{"osd":6,"up_from":14,"seq":60129542149,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74199999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68899999999999995}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65800000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0129999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0609999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1160000000000001}]}]},{"osd":1,"up_from":14,"seq":60129542149,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66800000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69099999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72399999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0249999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.383}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3540000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2809999999999999}]}]},{"osd":0,"up_from":14,"seq":60129542149,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.97899999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1679999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.034}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2629999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.1299999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.0819999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.2200000000000002}]}]},{"osd":2,"up_from":14,"seq":60129542149,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1339999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2909999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66300000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.6970000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0309999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2010000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3300000000000001}]}]},{"osd":3,"up_from":14,"seq":60129542148,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78200000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.93600000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2849999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0449999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.097}]}]},{"osd":4,"up_from":14,"seq":60129542148,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.96199999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.996}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2809999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.631}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.573}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.6040000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.839}]}]},{"osd":5,"up_from":14,"seq":60129542149,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.83099999999999996}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.141}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78400000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.97299999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.4410000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1970000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.385}]}]}]}} 2020-11-19T19:07:24.298 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2020-11-19T19:07:24.556 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:07:24.558 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2020-11-19T19:07:24.568 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":19,"stamp":"2020-11-19T19:07:22.968844+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":18,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":39936,"kb_used_data":1472,"kb_used_omap":0,"kb_used_meta":38400,"kb_avail":754934784,"statfs":{"total":773094113280,"available":773053218816,"internally_reserved":0,"allocated":1507328,"data_stored":494560,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":39321600},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"7.776245"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.256085+0000","last_change":"2020-11-19T19:07:14.254302+0000","last_active":"2020-11-19T19:07:14.256085+0000","last_peered":"2020-11-19T19:07:14.256085+0000","last_clean":"2020-11-19T19:07:14.256085+0000","last_became_active":"2020-11-19T19:07:14.253849+0000","last_became_peered":"2020-11-19T19:07:14.253849+0000","last_unstale":"2020-11-19T19:07:14.256085+0000","last_undegraded":"2020-11-19T19:07:14.256085+0000","last_fullsized":"2020-11-19T19:07:14.256085+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0],"acting":[3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.258201+0000","last_change":"2020-11-19T19:07:14.257759+0000","last_active":"2020-11-19T19:07:14.258201+0000","last_peered":"2020-11-19T19:07:14.258201+0000","last_clean":"2020-11-19T19:07:14.258201+0000","last_became_active":"2020-11-19T19:07:14.257405+0000","last_became_peered":"2020-11-19T19:07:14.257405+0000","last_unstale":"2020-11-19T19:07:14.258201+0000","last_undegraded":"2020-11-19T19:07:14.258201+0000","last_fullsized":"2020-11-19T19:07:14.258201+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.192839+0000","last_change":"2020-11-19T19:07:14.189768+0000","last_active":"2020-11-19T19:07:14.192839+0000","last_peered":"2020-11-19T19:07:14.192839+0000","last_clean":"2020-11-19T19:07:14.192839+0000","last_became_active":"2020-11-19T19:07:14.189278+0000","last_became_peered":"2020-11-19T19:07:14.189278+0000","last_unstale":"2020-11-19T19:07:14.192839+0000","last_undegraded":"2020-11-19T19:07:14.192839+0000","last_fullsized":"2020-11-19T19:07:14.192839+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4],"acting":[3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.195408+0000","last_change":"2020-11-19T19:07:14.191957+0000","last_active":"2020-11-19T19:07:14.195408+0000","last_peered":"2020-11-19T19:07:14.195408+0000","last_clean":"2020-11-19T19:07:14.195408+0000","last_became_active":"2020-11-19T19:07:14.191501+0000","last_became_peered":"2020-11-19T19:07:14.191501+0000","last_unstale":"2020-11-19T19:07:14.195408+0000","last_undegraded":"2020-11-19T19:07:14.195408+0000","last_fullsized":"2020-11-19T19:07:14.195408+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.0","version":"16'2","reported_seq":"13","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.184968+0000","last_change":"2020-11-19T19:07:10.181139+0000","last_active":"2020-11-19T19:07:14.184968+0000","last_peered":"2020-11-19T19:07:14.184968+0000","last_clean":"2020-11-19T19:07:14.184968+0000","last_became_active":"2020-11-19T19:07:10.180716+0000","last_became_peered":"2020-11-19T19:07:10.180716+0000","last_unstale":"2020-11-19T19:07:14.184968+0000","last_undegraded":"2020-11-19T19:07:14.184968+0000","last_fullsized":"2020-11-19T19:07:14.184968+0000","mapping_epoch":14,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":15,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:05.961698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:05.961698+0000","last_clean_scrub_stamp":"2020-11-19T19:07:05.961698+0000","log_size":2,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5],"acting":[1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.262561+0000","last_change":"2020-11-19T19:07:14.262073+0000","last_active":"2020-11-19T19:07:14.262561+0000","last_peered":"2020-11-19T19:07:14.262561+0000","last_clean":"2020-11-19T19:07:14.262561+0000","last_became_active":"2020-11-19T19:07:14.261672+0000","last_became_peered":"2020-11-19T19:07:14.261672+0000","last_unstale":"2020-11-19T19:07:14.262561+0000","last_undegraded":"2020-11-19T19:07:14.262561+0000","last_fullsized":"2020-11-19T19:07:14.262561+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,2],"acting":[3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.190415+0000","last_change":"2020-11-19T19:07:14.189624+0000","last_active":"2020-11-19T19:07:14.190415+0000","last_peered":"2020-11-19T19:07:14.190415+0000","last_clean":"2020-11-19T19:07:14.190415+0000","last_became_active":"2020-11-19T19:07:14.189197+0000","last_became_peered":"2020-11-19T19:07:14.189197+0000","last_unstale":"2020-11-19T19:07:14.190415+0000","last_undegraded":"2020-11-19T19:07:14.190415+0000","last_fullsized":"2020-11-19T19:07:14.190415+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5],"acting":[7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.257099+0000","last_change":"2020-11-19T19:07:14.256545+0000","last_active":"2020-11-19T19:07:14.257099+0000","last_peered":"2020-11-19T19:07:14.257099+0000","last_clean":"2020-11-19T19:07:14.257099+0000","last_became_active":"2020-11-19T19:07:14.256105+0000","last_became_peered":"2020-11-19T19:07:14.256105+0000","last_unstale":"2020-11-19T19:07:14.257099+0000","last_undegraded":"2020-11-19T19:07:14.257099+0000","last_fullsized":"2020-11-19T19:07:14.257099+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6],"acting":[3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":"9","reported_epoch":"18","state":"active+clean","last_fresh":"2020-11-19T19:07:14.257350+0000","last_change":"2020-11-19T19:07:14.256634+0000","last_active":"2020-11-19T19:07:14.257350+0000","last_peered":"2020-11-19T19:07:14.257350+0000","last_clean":"2020-11-19T19:07:14.257350+0000","last_became_active":"2020-11-19T19:07:14.256121+0000","last_became_peered":"2020-11-19T19:07:14.256121+0000","last_unstale":"2020-11-19T19:07:14.257350+0000","last_undegraded":"2020-11-19T19:07:14.257350+0000","last_fullsized":"2020-11-19T19:07:14.257350+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6],"acting":[5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":14,"seq":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67000000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.006}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64000000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.88900000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.21}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.147}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3029999999999999}]}]},{"osd":6,"up_from":14,"seq":60129542149,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74199999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68899999999999995}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65800000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0129999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0609999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1160000000000001}]}]},{"osd":1,"up_from":14,"seq":60129542149,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66800000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69099999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72399999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0249999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.383}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3540000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2809999999999999}]}]},{"osd":0,"up_from":14,"seq":60129542149,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.97899999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1679999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.034}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2629999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.1299999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.0819999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.2200000000000002}]}]},{"osd":2,"up_from":14,"seq":60129542149,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1339999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2909999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66300000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.6970000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0309999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2010000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3300000000000001}]}]},{"osd":3,"up_from":14,"seq":60129542148,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78200000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.93600000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2849999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0449999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.097}]}]},{"osd":4,"up_from":14,"seq":60129542148,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.96199999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.996}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2809999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.631}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.573}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.6040000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.839}]}]},{"osd":5,"up_from":14,"seq":60129542149,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366848,"statfs":{"total":96636764160,"available":96631652352,"internally_reserved":0,"allocated":188416,"data_stored":61820,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.83099999999999996}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.141}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78400000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.97299999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.4410000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1970000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.385}]}]}]}} 2020-11-19T19:07:24.662 INFO:tasks.ceph.ceph_manager.ceph:clean! 2020-11-19T19:07:24.662 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2020-11-19T19:07:24.663 INFO:tasks.ceph.ceph_manager.ceph:wait_until_healthy 2020-11-19T19:07:24.663 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph health --format=json 2020-11-19T19:07:24.979 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T19:07:24.992 INFO:teuthology.orchestra.run.smithi077.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2020-11-19T19:07:24.992 INFO:tasks.ceph.ceph_manager.ceph:wait_until_healthy done 2020-11-19T19:07:24.993 INFO:teuthology.run_tasks:Running task exec... 2020-11-19T19:07:25.002 INFO:teuthology.task.exec:Executing custom commands... 2020-11-19T19:07:25.003 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi071.front.sepia.ceph.com 2020-11-19T19:07:25.003 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2' 2020-11-19T19:07:25.345 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile' 2020-11-19T19:07:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'datapool' created 2020-11-19T19:07:27.361 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph osd pool set datapool allow_ec_overwrites true' 2020-11-19T19:07:28.346 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 3 allow_ec_overwrites to true 2020-11-19T19:07:28.359 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd pool init datapool' 2020-11-19T19:07:31.375 INFO:teuthology.run_tasks:Running task exec... 2020-11-19T19:07:31.610 INFO:teuthology.task.exec:Executing custom commands... 2020-11-19T19:07:31.611 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi071.front.sepia.ceph.com 2020-11-19T19:07:31.612 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /home/ubuntu/cephtest/migration' 2020-11-19T19:07:31.644 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'wget -nv -O /home/ubuntu/cephtest/migration/base.client.0.qcow2 http://download.ceph.com/qa/ubuntu-12.04.qcow2' 2020-11-19T19:46:08.781 INFO:teuthology.orchestra.run.smithi071.stderr:2020-11-19 19:46:08 URL:http://download.ceph.com/qa/ubuntu-12.04.qcow2 [1206124544/1206124544] -> "/home/ubuntu/cephtest/migration/base.client.0.qcow2" [1] 2020-11-19T19:46:08.804 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'qemu-img convert -f qcow2 -O raw /home/ubuntu/cephtest/migration/base.client.0.qcow2 /home/ubuntu/cephtest/migration/base.client.0.raw' 2020-11-19T19:46:09.473 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'dd if=/dev/zero of=/home/ubuntu/cephtest/migration/empty.raw count=1 bs=1G' 2020-11-19T19:46:10.102 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2020-11-19T19:46:10.103 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2020-11-19T19:46:10.103 INFO:teuthology.orchestra.run.smithi071.stderr:1073741824 bytes (1.1 GB, 1.0 GiB) copied, 0.605958 s, 1.8 GB/s 2020-11-19T19:46:10.106 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/base.client.0.raw"}}'"'"' | rbd migration prepare --import-only --source-spec-path - client.0.0' 2020-11-19T19:46:10.205 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration prepare --import-only --source-spec '"'"'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}'"'"' client.0.1' 2020-11-19T19:46:10.300 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration prepare --import-only --source-spec '"'"'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}'"'"' client.0.2' 2020-11-19T19:46:10.394 INFO:teuthology.run_tasks:Running task parallel... 2020-11-19T19:46:10.411 INFO:teuthology.task.parallel:starting parallel... 2020-11-19T19:46:10.412 INFO:teuthology.task.parallel:In parallel, running task sequential... 2020-11-19T19:46:10.413 INFO:teuthology.task.sequential:In sequential, running task qemu... 2020-11-19T19:46:10.421 INFO:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2020-11-19T19:46:10.421 INFO:teuthology.task.parallel:In parallel, running task sequential... 2020-11-19T19:46:10.422 INFO:teuthology.task.sequential:In sequential, running task exec... 2020-11-19T19:46:10.422 INFO:teuthology.task.exec:Executing custom commands... 2020-11-19T19:46:10.422 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi071.front.sepia.ceph.com 2020-11-19T19:46:10.423 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2020-11-19T19:46:10.438 INFO:tasks.qemu:generating iso... 2020-11-19T19:46:10.438 INFO:tasks.qemu:Pulling tests from git://git.ceph.com/ceph-ci.git ref 33f73aff6902486eafe8c4758021a8eed55d592c 2020-11-19T19:46:10.439 INFO:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/qemu_clone.client.0 && git clone git://git.ceph.com/ceph-ci.git /home/ubuntu/cephtest/qemu_clone.client.0 && cd /home/ubuntu/cephtest/qemu_clone.client.0 && git checkout 33f73aff6902486eafe8c4758021a8eed55d592c 2020-11-19T19:46:10.549 INFO:teuthology.orchestra.run.smithi071.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.client.0'... 2020-11-19T19:46:59.815 INFO:teuthology.orchestra.run.smithi071.stderr:Note: switching to '33f73aff6902486eafe8c4758021a8eed55d592c'. 2020-11-19T19:46:59.958 INFO:teuthology.orchestra.run.smithi071.stderr: 2020-11-19T19:46:59.959 INFO:teuthology.orchestra.run.smithi071.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2020-11-19T19:46:59.960 INFO:teuthology.orchestra.run.smithi071.stderr:changes and commit them, and you can discard any commits you make in this 2020-11-19T19:46:59.961 INFO:teuthology.orchestra.run.smithi071.stderr:state without impacting any branches by switching back to a branch. 2020-11-19T19:46:59.962 INFO:teuthology.orchestra.run.smithi071.stderr: 2020-11-19T19:46:59.963 INFO:teuthology.orchestra.run.smithi071.stderr:If you want to create a new branch to retain commits you create, you may 2020-11-19T19:46:59.964 INFO:teuthology.orchestra.run.smithi071.stderr:do so (now or later) by using -c with the switch command. Example: 2020-11-19T19:46:59.968 INFO:teuthology.orchestra.run.smithi071.stderr: 2020-11-19T19:46:59.968 INFO:teuthology.orchestra.run.smithi071.stderr: git switch -c 2020-11-19T19:46:59.968 INFO:teuthology.orchestra.run.smithi071.stderr: 2020-11-19T19:46:59.969 INFO:teuthology.orchestra.run.smithi071.stderr:Or undo this operation with: 2020-11-19T19:46:59.969 INFO:teuthology.orchestra.run.smithi071.stderr: 2020-11-19T19:46:59.969 INFO:teuthology.orchestra.run.smithi071.stderr: git switch - 2020-11-19T19:46:59.969 INFO:teuthology.orchestra.run.smithi071.stderr: 2020-11-19T19:46:59.969 INFO:teuthology.orchestra.run.smithi071.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2020-11-19T19:46:59.970 INFO:teuthology.orchestra.run.smithi071.stderr: 2020-11-19T19:46:59.970 INFO:teuthology.orchestra.run.smithi071.stderr:HEAD is now at 33f73aff69 Merge branch 'windows.10' of https://github.com/petrutlucian94/ceph into wip-jd-testing-2 2020-11-19T19:46:59.971 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T19:46:59.972 INFO:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/qemu/userdata.client.0 2020-11-19T19:46:59.994 INFO:teuthology.orchestra.run.smithi071.stderr:+ dd of=/home/ubuntu/cephtest/qemu/userdata.client.0 2020-11-19T19:46:59.998 INFO:teuthology.orchestra.run.smithi071.stderr:1+1 records in 2020-11-19T19:46:59.998 INFO:teuthology.orchestra.run.smithi071.stderr:1+1 records out 2020-11-19T19:46:59.999 INFO:teuthology.orchestra.run.smithi071.stderr:938 bytes copied, 0.00359585 s, 261 kB/s 2020-11-19T19:46:59.999 INFO:teuthology.orchestra.run.smithi071:> set -ex 2020-11-19T19:46:59.999 INFO:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/qemu/metadata.client.0 2020-11-19T19:47:00.056 INFO:teuthology.orchestra.run.smithi071.stderr:+ dd of=/home/ubuntu/cephtest/qemu/metadata.client.0 2020-11-19T19:47:00.057 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records in 2020-11-19T19:47:00.057 INFO:teuthology.orchestra.run.smithi071.stderr:0+1 records out 2020-11-19T19:47:00.057 INFO:teuthology.orchestra.run.smithi071.stderr:39 bytes copied, 2.5177e-05 s, 1.5 MB/s 2020-11-19T19:47:00.058 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for client.0 2020-11-19T19:47:00.058 INFO:teuthology.orchestra.run.smithi071:> cp -- /home/ubuntu/cephtest/qemu_clone.client.0/qa/run_xfstests_qemu.sh /home/ubuntu/cephtest/qemu/client.0.test.sh && chmod 755 /home/ubuntu/cephtest/qemu/client.0.test.sh 2020-11-19T19:47:00.112 INFO:teuthology.orchestra.run.smithi071:> genisoimage -quiet -input-charset utf-8 -volid cidata -joliet -rock -o /home/ubuntu/cephtest/qemu/client.0.iso -graft-points user-data=/home/ubuntu/cephtest/qemu/userdata.client.0 meta-data=/home/ubuntu/cephtest/qemu/metadata.client.0 ceph.conf=/etc/ceph/ceph.conf ceph.keyring=/etc/ceph/ceph.keyring test.sh=/home/ubuntu/cephtest/qemu/client.0.test.sh 2020-11-19T19:47:00.178 INFO:tasks.qemu:downloading base image 2020-11-19T19:47:00.179 INFO:teuthology.orchestra.run.smithi071:> rbd resize --size=10240M client.0.0 || true 2020-11-19T19:47:00.282 INFO:teuthology.orchestra.run.smithi071.stderr: Resizing image: 100% complete...done. 2020-11-19T19:47:00.290 INFO:teuthology.orchestra.run.smithi071:> rbd resize --size=10240M client.0.1 || true 2020-11-19T19:47:00.353 INFO:teuthology.orchestra.run.smithi071.stderr: Resizing image: 100% complete...done. 2020-11-19T19:47:00.362 INFO:teuthology.orchestra.run.smithi071:> rbd resize --size=10240M client.0.2 || true 2020-11-19T19:47:00.422 INFO:teuthology.orchestra.run.smithi071.stderr: Resizing image: 100% complete...done. 2020-11-19T19:47:00.431 INFO:teuthology.orchestra.run.smithi071:> mkdir /home/ubuntu/cephtest/archive/qemu/client.0 && sudo modprobe kvm 2020-11-19T19:47:00.457 INFO:tasks.qemu:Creating the nfs export directory... 2020-11-19T19:47:00.458 INFO:teuthology.orchestra.run.smithi071:> sudo mkdir -p /export/client.0 2020-11-19T19:47:00.546 INFO:tasks.qemu:Mounting the test directory... 2020-11-19T19:47:00.547 INFO:teuthology.orchestra.run.smithi071:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/client.0 /export/client.0 2020-11-19T19:47:00.610 INFO:tasks.qemu:Adding mount to /etc/exports... 2020-11-19T19:47:00.611 INFO:tasks.qemu:Deleting export from /etc/exports... 2020-11-19T19:47:00.611 INFO:teuthology.orchestra.run.smithi071:> sudo sed -i '\|/export/client.0|d' /etc/exports 2020-11-19T19:47:00.677 INFO:teuthology.orchestra.run.smithi071:> echo '/export/client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2020-11-19T19:47:00.741 INFO:teuthology.orchestra.run.smithi071.stdout:/export/client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2020-11-19T19:47:00.743 INFO:tasks.qemu:Restarting NFS... 2020-11-19T19:47:00.743 INFO:teuthology.orchestra.run.smithi071:> sudo systemctl restart nfs-server 2020-11-19T19:47:01.374 INFO:teuthology.orchestra.run.smithi071:> sudo udevadm control --reload 2020-11-19T19:47:01.407 INFO:teuthology.orchestra.run.smithi071:> sudo udevadm trigger /dev/kvm 2020-11-19T19:47:01.475 INFO:teuthology.orchestra.run.smithi071:> ls -l /dev/kvm 2020-11-19T19:47:01.531 INFO:teuthology.orchestra.run.smithi071.stdout:crw-rw-rw-. 1 root kvm 10, 232 Nov 19 19:47 /dev/kvm 2020-11-19T19:47:01.531 INFO:tasks.qemu:starting qemu... 2020-11-19T19:47:01.532 INFO:teuthology.orchestra.run.smithi071:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper term /usr/libexec/qemu-kvm -enable-kvm -nographic -cpu host -smp 1 -m 4096 -cdrom /home/ubuntu/cephtest/qemu/client.0.iso -drive file=rbd:rbd/client.0.0:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.1:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.2:id=0,format=raw,if=virtio,cache=writeback 2020-11-19T19:47:01.573 INFO:tasks.qemu:waiting for qemu tests to finish... 2020-11-19T19:47:02.099 INFO:tasks.qemu.client.0.smithi071.stdout:c[?7lSeaBIOS (version 1.13.0-2.module+el8.3.0+7353+9de0a3cc) 2020-11-19T19:47:02.099 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:02.100 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:02.121 INFO:tasks.qemu.client.0.smithi071.stdout:iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BFF90870+BFED0870 CA00 2020-11-19T19:47:02.121 INFO:tasks.qemu.client.0.smithi071.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2020-11-19T19:47:02.121 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:02.122 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:02.382 INFO:tasks.qemu.client.0.smithi071.stdout:Booting from Hard Disk... 2020-11-19T19:47:02.775 INFO:tasks.qemu.client.0.smithi071.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2020-11-19T19:47:02.776 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:02.776 INFO:tasks.qemu.client.0.smithi071.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2020-11-19T19:47:02.776 INFO:tasks.qemu.client.0.smithi071.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2020-11-19T19:47:02.776 INFO:tasks.qemu.client.0.smithi071.stdout: before booting or 'c' for a command-line. 2020-11-19T19:47:02.777 INFO:tasks.qemu.client.0.smithi071.stdout:  Ubuntu, with Linux 3.2.0-32-virtual  Ubuntu, with Linux 3.2.0-32-virtual (recovery mode) Memory test (memtest86+) Memory test (memtest86+, serial console 115200)           2020-11-19T19:47:02.777 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:02.777 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:02.778 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:02.778 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:02.778 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.546 INFO:tasks.qemu.client.0.smithi071.stdout: The highlighted entry will be executed automatically in 5s.  2020-11-19T19:47:03.546 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.547 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.547 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.547 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.547 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.548 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.548 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.548 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.548 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.548 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.549 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.549 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.549 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.549 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.549 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.550 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:03.550 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.535 INFO:tasks.qemu.client.0.smithi071.stdout: The highlighted entry will be executed automatically in 4s.  2020-11-19T19:47:04.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.539 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.539 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.539 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:04.539 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.533 INFO:tasks.qemu.client.0.smithi071.stdout: The highlighted entry will be executed automatically in 3s.  2020-11-19T19:47:05.534 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.534 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.534 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.534 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.534 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:05.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.535 INFO:tasks.qemu.client.0.smithi071.stdout: The highlighted entry will be executed automatically in 2s.  2020-11-19T19:47:06.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.538 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:06.539 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.532 INFO:tasks.qemu.client.0.smithi071.stdout: The highlighted entry will be executed automatically in 1s.  2020-11-19T19:47:07.533 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.533 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.533 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.533 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.534 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.534 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.534 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.534 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.535 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.536 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:07.537 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:09.084 INFO:tasks.qemu.client.0.smithi071.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2020-11-19T19:47:09.084 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Initializing cgroup subsys cpu 2020-11-19T19:47:09.084 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Linux version 3.2.0-32-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #51-Ubuntu SMP Wed Sep 26 21:53:42 UTC 2012 (Ubuntu 3.2.0-32.51-virtual 3.2.30) 2020-11-19T19:47:09.085 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2020-11-19T19:47:09.085 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] KERNEL supported cpus: 2020-11-19T19:47:09.085 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Intel GenuineIntel 2020-11-19T19:47:09.085 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] AMD AuthenticAMD 2020-11-19T19:47:09.085 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Centaur CentaurHauls 2020-11-19T19:47:09.086 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] BIOS-provided physical RAM map: 2020-11-19T19:47:09.086 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2020-11-19T19:47:09.086 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2020-11-19T19:47:09.086 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2020-11-19T19:47:09.086 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2020-11-19T19:47:09.087 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2020-11-19T19:47:09.087 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2020-11-19T19:47:09.087 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2020-11-19T19:47:09.087 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2020-11-19T19:47:09.088 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] NX (Execute Disable) protection: active 2020-11-19T19:47:09.088 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] DMI 2.8 present. 2020-11-19T19:47:09.088 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] No AGP bridge found 2020-11-19T19:47:09.088 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2020-11-19T19:47:09.088 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2020-11-19T19:47:09.089 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2020-11-19T19:47:09.089 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f5c00] f5c00 2020-11-19T19:47:09.089 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Using GB pages for direct mapping 2020-11-19T19:47:09.089 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2020-11-19T19:47:09.089 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2020-11-19T19:47:09.090 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2020-11-19T19:47:09.090 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: RSDP 00000000000f59c0 00014 (v00 BOCHS ) 2020-11-19T19:47:09.090 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: RSDT 00000000bffe151d 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) 2020-11-19T19:47:09.090 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: FACP 00000000bffe1431 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) 2020-11-19T19:47:09.090 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 013F1 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) 2020-11-19T19:47:09.091 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2020-11-19T19:47:09.091 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: APIC 00000000bffe14a5 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) 2020-11-19T19:47:09.091 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] No NUMA configuration found 2020-11-19T19:47:09.091 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2020-11-19T19:47:09.091 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2020-11-19T19:47:09.092 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2020-11-19T19:47:09.092 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2020-11-19T19:47:09.092 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2020-11-19T19:47:09.092 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Zone PFN ranges: 2020-11-19T19:47:09.092 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2020-11-19T19:47:09.093 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2020-11-19T19:47:09.093 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2020-11-19T19:47:09.093 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Movable zone start PFN for each node 2020-11-19T19:47:09.093 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2020-11-19T19:47:09.093 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2020-11-19T19:47:09.094 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2020-11-19T19:47:09.094 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2020-11-19T19:47:09.094 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2020-11-19T19:47:09.094 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2020-11-19T19:47:09.094 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2020-11-19T19:47:09.095 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2020-11-19T19:47:09.095 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2020-11-19T19:47:09.095 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2020-11-19T19:47:09.095 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2020-11-19T19:47:09.096 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2020-11-19T19:47:09.096 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2020-11-19T19:47:09.096 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2020-11-19T19:47:09.096 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2020-11-19T19:47:09.096 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2020-11-19T19:47:09.096 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2020-11-19T19:47:09.097 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2020-11-19T19:47:09.097 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2020-11-19T19:47:09.097 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2020-11-19T19:47:09.097 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2020-11-19T19:47:09.097 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2020-11-19T19:47:09.098 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2020-11-19T19:47:09.098 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2020-11-19T19:47:09.098 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2020-11-19T19:47:09.098 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2020-11-19T19:47:09.098 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2020-11-19T19:47:09.099 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2020-11-19T19:47:09.099 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2020-11-19T19:47:09.099 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] KVM setup async PF for cpu 0 2020-11-19T19:47:09.099 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2020-11-19T19:47:09.099 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2020-11-19T19:47:09.100 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Policy zone: Normal 2020-11-19T19:47:09.100 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2020-11-19T19:47:09.100 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2020-11-19T19:47:09.100 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2020-11-19T19:47:09.100 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Checking aperture... 2020-11-19T19:47:09.101 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] No AGP bridge found 2020-11-19T19:47:09.101 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2020-11-19T19:47:09.101 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2020-11-19T19:47:09.101 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Hierarchical RCU implementation. 2020-11-19T19:47:09.101 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2020-11-19T19:47:09.102 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2020-11-19T19:47:09.102 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Console: colour VGA+ 80x25 2020-11-19T19:47:09.102 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] console [ttyS0] enabled 2020-11-19T19:47:09.102 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2020-11-19T19:47:09.102 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2020-11-19T19:47:09.103 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.000000] Detected 3499.996 MHz processor. 2020-11-19T19:47:09.103 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 6999.99 BogoMIPS (lpj=13999984) 2020-11-19T19:47:09.103 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.008000] pid_max: default: 32768 minimum: 301 2020-11-19T19:47:09.103 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.008000] Security Framework initialized 2020-11-19T19:47:09.103 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.008000] AppArmor: AppArmor initialized 2020-11-19T19:47:09.104 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.008000] Yama: becoming mindful. 2020-11-19T19:47:09.104 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.008000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2020-11-19T19:47:09.104 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.008740] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2020-11-19T19:47:09.104 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.009764] Mount-cache hash table entries: 256 2020-11-19T19:47:09.104 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.010400] Initializing cgroup subsys cpuacct 2020-11-19T19:47:09.105 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.010920] Initializing cgroup subsys memory 2020-11-19T19:47:09.105 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.011387] Initializing cgroup subsys devices 2020-11-19T19:47:09.105 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.012006] Initializing cgroup subsys freezer 2020-11-19T19:47:09.105 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.012533] Initializing cgroup subsys blkio 2020-11-19T19:47:09.105 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.013036] Initializing cgroup subsys perf_event 2020-11-19T19:47:09.106 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.013641] CPU: Physical Processor ID: 0 2020-11-19T19:47:09.106 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.014797] mce: CPU supports 10 MCE banks 2020-11-19T19:47:09.106 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.015494] SMP alternatives: switching to UP code 2020-11-19T19:47:09.106 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.028746] Freeing SMP alternatives: 24k freed 2020-11-19T19:47:09.106 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.029288] ACPI: Core revision 20110623 2020-11-19T19:47:09.107 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.030157] ftrace: allocating 27008 entries in 106 pages 2020-11-19T19:47:09.107 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.032261] Enabling x2apic 2020-11-19T19:47:09.107 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.032624] Enabled x2apic 2020-11-19T19:47:09.107 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.036020] Switched APIC routing to physical x2apic. 2020-11-19T19:47:09.107 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.037773] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2020-11-19T19:47:09.108 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.038455] CPU0: Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz stepping 01 2020-11-19T19:47:09.108 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.040002] Performance Events: generic architected perfmon, Intel PMU driver. 2020-11-19T19:47:09.108 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.040002] ... version: 2 2020-11-19T19:47:09.108 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.040002] ... bit width: 48 2020-11-19T19:47:09.108 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.040002] ... generic registers: 4 2020-11-19T19:47:09.109 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.040002] ... value mask: 0000ffffffffffff 2020-11-19T19:47:09.109 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.040002] ... max period: 000000007fffffff 2020-11-19T19:47:09.109 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.040002] ... fixed-purpose events: 3 2020-11-19T19:47:09.109 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.040002] ... event mask: 000000070000000f 2020-11-19T19:47:09.109 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.040066] NMI watchdog enabled, takes one hw-pmu counter. 2020-11-19T19:47:09.110 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.044052] Brought up 1 CPUs 2020-11-19T19:47:09.110 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.044538] Total of 1 processors activated (6999.99 BogoMIPS). 2020-11-19T19:47:09.110 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.045567] devtmpfs: initialized 2020-11-19T19:47:09.110 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.046336] EVM: security.selinux 2020-11-19T19:47:09.110 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.046632] EVM: security.SMACK64 2020-11-19T19:47:09.111 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.048012] EVM: security.capability 2020-11-19T19:47:09.111 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.048850] print_constraints: dummy: 2020-11-19T19:47:09.111 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.049311] RTC time: 19:47:08, date: 11/19/20 2020-11-19T19:47:09.111 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.049750] NET: Registered protocol family 16 2020-11-19T19:47:09.111 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.050243] ACPI: bus type pci registered 2020-11-19T19:47:09.112 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.050736] PCI: Using configuration type 1 for base access 2020-11-19T19:47:09.112 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.051698] bio: create slab at 0 2020-11-19T19:47:09.112 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.052052] ACPI: Added _OSI(Module Device) 2020-11-19T19:47:09.112 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.052468] ACPI: Added _OSI(Processor Device) 2020-11-19T19:47:09.112 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.052917] ACPI: Added _OSI(3.0 _SCP Extensions) 2020-11-19T19:47:09.113 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.053386] ACPI: Added _OSI(Processor Aggregator Device) 2020-11-19T19:47:09.113 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.054867] ACPI: Interpreter enabled 2020-11-19T19:47:09.113 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.055296] ACPI: (supports S0 S5) 2020-11-19T19:47:09.113 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.055705] ACPI: Using IOAPIC for interrupt routing 2020-11-19T19:47:09.113 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.057215] ACPI: No dock devices found. 2020-11-19T19:47:09.114 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.057606] HEST: Table not found. 2020-11-19T19:47:09.114 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.057955] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2020-11-19T19:47:09.114 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.058843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2020-11-19T19:47:09.114 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.059543] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2020-11-19T19:47:09.114 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.060018] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2020-11-19T19:47:09.115 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.060761] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2020-11-19T19:47:09.115 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.061533] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2020-11-19T19:47:09.115 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.062242] pci_root PNP0A03:00: host bridge window [mem 0x140000000-0x1bfffffff] 2020-11-19T19:47:09.115 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.067147] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2020-11-19T19:47:09.115 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.067953] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2020-11-19T19:47:09.116 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.114554] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) 2020-11-19T19:47:09.116 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.116608] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2020-11-19T19:47:09.116 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.117402] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2020-11-19T19:47:09.116 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.118164] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2020-11-19T19:47:09.116 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.118900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2020-11-19T19:47:09.116 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.119613] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2020-11-19T19:47:09.117 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.120253] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2020-11-19T19:47:09.117 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.121145] vgaarb: loaded 2020-11-19T19:47:09.117 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.121447] vgaarb: bridge control possible 0000:00:02.0 2020-11-19T19:47:09.117 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.122036] i2c-core: driver [aat2870] using legacy suspend method 2020-11-19T19:47:09.117 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.122643] i2c-core: driver [aat2870] using legacy resume method 2020-11-19T19:47:09.118 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.123278] SCSI subsystem initialized 2020-11-19T19:47:09.118 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.123714] usbcore: registered new interface driver usbfs 2020-11-19T19:47:09.118 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.124026] usbcore: registered new interface driver hub 2020-11-19T19:47:09.118 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.124569] usbcore: registered new device driver usb 2020-11-19T19:47:09.118 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.125196] PCI: Using ACPI for IRQ routing 2020-11-19T19:47:09.119 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.125874] NetLabel: Initializing 2020-11-19T19:47:09.119 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.126202] NetLabel: domain hash size = 128 2020-11-19T19:47:09.119 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.126647] NetLabel: protocols = UNLABELED CIPSOv4 2020-11-19T19:47:09.119 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.127224] NetLabel: unlabeled traffic allowed by default 2020-11-19T19:47:09.119 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.128049] Switching to clocksource kvm-clock 2020-11-19T19:47:09.120 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.131574] AppArmor: AppArmor Filesystem Enabled 2020-11-19T19:47:09.120 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.131597] pnp: PnP ACPI init 2020-11-19T19:47:09.120 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.131948] ACPI: bus type pnp registered 2020-11-19T19:47:09.120 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.132854] pnp: PnP ACPI: found 9 devices 2020-11-19T19:47:09.120 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.133329] ACPI: ACPI bus type pnp unregistered 2020-11-19T19:47:09.121 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.139021] NET: Registered protocol family 2 2020-11-19T19:47:09.121 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.139587] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2020-11-19T19:47:09.121 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.140915] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2020-11-19T19:47:09.121 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.142904] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2020-11-19T19:47:09.121 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.143787] TCP: Hash tables configured (established 524288 bind 65536) 2020-11-19T19:47:09.122 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.144553] TCP reno registered 2020-11-19T19:47:09.122 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.144917] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2020-11-19T19:47:09.122 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.145605] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2020-11-19T19:47:09.122 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.146367] NET: Registered protocol family 1 2020-11-19T19:47:09.122 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.146876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2020-11-19T19:47:09.123 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.147566] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2020-11-19T19:47:09.123 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.148227] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2020-11-19T19:47:09.123 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.148977] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2020-11-19T19:47:09.123 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.149716] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2020-11-19T19:47:09.123 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.150550] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2020-11-19T19:47:09.124 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.151423] audit: initializing netlink socket (disabled) 2020-11-19T19:47:09.124 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.152033] type=2000 audit(1605815227.152:1): initialized 2020-11-19T19:47:09.124 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.165414] Trying to unpack rootfs image as initramfs... 2020-11-19T19:47:09.124 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.184298] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2020-11-19T19:47:09.124 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.192547] VFS: Disk quotas dquot_6.5.2 2020-11-19T19:47:09.125 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.193038] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2020-11-19T19:47:09.125 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.193986] fuse init (API version 7.17) 2020-11-19T19:47:09.125 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.194523] msgmni has been set to 7894 2020-11-19T19:47:09.125 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.212191] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2020-11-19T19:47:09.125 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.213061] io scheduler noop registered 2020-11-19T19:47:09.125 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.213518] io scheduler deadline registered (default) 2020-11-19T19:47:09.126 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.214124] io scheduler cfq registered 2020-11-19T19:47:09.126 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.214630] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2020-11-19T19:47:09.126 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.215258] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2020-11-19T19:47:09.126 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.216068] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2020-11-19T19:47:09.126 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.216916] ACPI: Power Button [PWRF] 2020-11-19T19:47:09.127 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.217754] ERST: Table is not found! 2020-11-19T19:47:09.127 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.218181] GHES: HEST is not enabled! 2020-11-19T19:47:09.127 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.218816] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2020-11-19T19:47:09.127 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.219515] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2020-11-19T19:47:09.127 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.224127] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2020-11-19T19:47:09.128 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.224855] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2020-11-19T19:47:09.128 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.226135] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2020-11-19T19:47:09.128 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.226852] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2020-11-19T19:47:09.128 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.228483] Freeing initrd memory: 4308k freed 2020-11-19T19:47:09.128 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.229435] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2020-11-19T19:47:09.128 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.251847] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2020-11-19T19:47:09.129 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.274713] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2020-11-19T19:47:09.129 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.275453] Linux agpgart interface v0.103 2020-11-19T19:47:09.129 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.276481] brd: module loaded 2020-11-19T19:47:09.129 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.277309] loop: module loaded 2020-11-19T19:47:09.129 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.278393] vda: vda1 2020-11-19T19:47:09.130 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.282568] vdb: unknown partition table 2020-11-19T19:47:09.130 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.286083] vdc: unknown partition table 2020-11-19T19:47:09.130 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.287377] scsi0 : ata_piix 2020-11-19T19:47:09.130 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.287750] scsi1 : ata_piix 2020-11-19T19:47:09.130 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.288134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 2020-11-19T19:47:09.131 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.288909] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 2020-11-19T19:47:09.131 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.289808] Fixed MDIO Bus: probed 2020-11-19T19:47:09.131 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.290208] tun: Universal TUN/TAP device driver, 1.6 2020-11-19T19:47:09.131 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.290786] tun: (C) 1999-2004 Max Krasnyansky 2020-11-19T19:47:09.131 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.291713] PPP generic driver version 2.4.2 2020-11-19T19:47:09.132 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.292257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2020-11-19T19:47:09.132 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.293017] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2020-11-19T19:47:09.132 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.293709] uhci_hcd: USB Universal Host Controller Interface driver 2020-11-19T19:47:09.132 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.294450] usbcore: registered new interface driver libusual 2020-11-19T19:47:09.132 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.295117] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2020-11-19T19:47:09.132 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.296624] serio: i8042 KBD port at 0x60,0x64 irq 1 2020-11-19T19:47:09.133 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.297208] serio: i8042 AUX port at 0x60,0x64 irq 12 2020-11-19T19:47:09.133 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.298007] mousedev: PS/2 mouse device common for all mice 2020-11-19T19:47:09.133 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.298842] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2020-11-19T19:47:09.133 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.299980] rtc_cmos 00:01: RTC can wake from S4 2020-11-19T19:47:09.133 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.300622] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 2020-11-19T19:47:09.134 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.301397] rtc0: alarms up to one day, y3k, 114 bytes nvram 2020-11-19T19:47:09.134 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.302089] device-mapper: uevent: version 1.0.3 2020-11-19T19:47:09.134 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.302667] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2020-11-19T19:47:09.134 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.303634] cpuidle: using governor ladder 2020-11-19T19:47:09.134 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.304114] cpuidle: using governor menu 2020-11-19T19:47:09.135 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.304572] EFI Variables Facility v0.08 2004-May-17 2020-11-19T19:47:09.135 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.305218] TCP cubic registered 2020-11-19T19:47:09.135 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.305635] NET: Registered protocol family 10 2020-11-19T19:47:09.135 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.306368] NET: Registered protocol family 17 2020-11-19T19:47:09.135 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.306896] Registering the dns_resolver key type 2020-11-19T19:47:09.136 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.307491] registered taskstats version 1 2020-11-19T19:47:09.136 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.310762] Magic number: 12:710:799 2020-11-19T19:47:09.136 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.311290] rtc_cmos 00:01: setting system clock to 2020-11-19 19:47:08 UTC (1605815228) 2020-11-19T19:47:09.136 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.312244] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2020-11-19T19:47:09.136 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.312931] EDD information not available. 2020-11-19T19:47:09.137 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.452620] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2020-11-19T19:47:09.137 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.453651] ata2.00: configured for MWDMA2 2020-11-19T19:47:09.137 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.454515] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2020-11-19T19:47:09.137 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.455792] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2020-11-19T19:47:09.137 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.456451] cdrom: Uniform CD-ROM driver Revision: 3.20 2020-11-19T19:47:09.138 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.457240] sr 1:0:0:0: Attached scsi generic sg0 type 5 2020-11-19T19:47:09.138 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.458645] Freeing unused kernel memory: 924k freed 2020-11-19T19:47:09.138 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.459451] Write protecting the kernel read-only data: 12288k 2020-11-19T19:47:09.138 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.462571] Freeing unused kernel memory: 1640k freed 2020-11-19T19:47:09.138 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.465526] Freeing unused kernel memory: 1200k freed 2020-11-19T19:47:09.139 INFO:tasks.qemu.client.0.smithi071.stdout:Loading, please wait... 2020-11-19T19:47:09.139 INFO:tasks.qemu.client.0.smithi071.stdout:Begin: Loading essential drivers ... done. 2020-11-19T19:47:09.139 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.475758] udevd[84]: starting version 175 2020-11-19T19:47:09.139 INFO:tasks.qemu.client.0.smithi071.stdout:Begin: Running /scripts/init-premount ... done. 2020-11-19T19:47:09.139 INFO:tasks.qemu.client.0.smithi071.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2020-11-19T19:47:09.139 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.518279] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2020-11-19T19:47:09.140 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.519129] e1000: Copyright (c) 1999-2006 Intel Corporation. 2020-11-19T19:47:09.140 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.519972] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2020-11-19T19:47:09.140 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.520695] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2020-11-19T19:47:09.140 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.811031] Floppy drive(s): fd0 is 2.88M AMI BIOS 2020-11-19T19:47:09.140 INFO:tasks.qemu.client.0.smithi071.stdout:Begin: Running /scripts/local-premount ... [ 0.824440] FDC 0 is a S82078B 2020-11-19T19:47:09.141 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.844014] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2020-11-19T19:47:09.141 INFO:tasks.qemu.client.0.smithi071.stdout:[ 0.844824] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2020-11-19T19:47:09.157 INFO:tasks.qemu.client.0.smithi071.stdout:done. 2020-11-19T19:47:09.158 INFO:tasks.qemu.client.0.smithi071.stdout:[ 1.019925] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2020-11-19T19:47:09.158 INFO:tasks.qemu.client.0.smithi071.stdout:Begin: Running /scripts/local-bottom ... [ 1.068700] vda: vda1 2020-11-19T19:47:09.158 INFO:tasks.qemu.client.0.smithi071.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2020-11-19T19:47:09.257 INFO:tasks.qemu.client.0.smithi071.stdout:[ 1.176674] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2020-11-19T19:47:09.257 INFO:tasks.qemu.client.0.smithi071.stdout:done. 2020-11-19T19:47:09.257 INFO:tasks.qemu.client.0.smithi071.stdout:done. 2020-11-19T19:47:09.257 INFO:tasks.qemu.client.0.smithi071.stdout:Begin: Running /scripts/init-bottom ... done. 2020-11-19T19:47:10.450 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration execute client.0.0' 2020-11-19T19:47:11.094 INFO:tasks.qemu.client.0.smithi071.stdout:cloud-init start-local running: Thu, 19 Nov 2020 19:47:09 +0000. up 1.55 seconds 2020-11-19T19:47:11.886 INFO:tasks.qemu.client.0.smithi071.stdout:no instance data found in start-local 2020-11-19T19:47:12.022 INFO:tasks.qemu.client.0.smithi071.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2020-11-19T19:47:12.023 INFO:tasks.qemu.client.0.smithi071.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2020-11-19T19:47:12.023 INFO:tasks.qemu.client.0.smithi071.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2020-11-19T19:47:12.023 INFO:tasks.qemu.client.0.smithi071.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2020-11-19T19:47:12.024 INFO:tasks.qemu.client.0.smithi071.stdout:cloud-init start running: Thu, 19 Nov 2020 19:47:12 +0000. up 3.88 seconds 2020-11-19T19:47:13.826 INFO:tasks.qemu.client.0.smithi071.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2020-11-19T19:47:14.867 INFO:teuthology.orchestra.run.smithi071.stderr: Image migration: 1% complete... Image migration: 2% complete... Image migration: 3% complete... Image migration: 4% complete... Image migration: 5% complete... Image migration: 6% complete... Image migration: 7% complete... Image migration: 8% complete... Image migration: 9% complete... Image migration: 10% complete... Image migration: 11% complete... Image migration: 12% complete... Image migration: 13% complete... Image migration: 14% complete... Image migration: 15% complete... Image migration: 16% complete... Image migration: 17% complete... Image migration: 18% complete... Image migration: 19% complete... Image migration: 20% complete... Image migration: 21% complete... Image migration: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 48% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 58% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 61% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 64% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 70% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 88% complete... Image migration: 89% complete... Image migration: 90% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 95% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2020-11-19T19:47:14.871 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2020-11-19T19:47:17.743 INFO:tasks.qemu.client.0.smithi071.stdout:WARN:stdout, stderr changing to (| tee -a /var/log/cloud-init-output.log,| tee -a /var/log/cloud-init-output.log)Generating public/private rsa key pair. 2020-11-19T19:47:17.743 INFO:tasks.qemu.client.0.smithi071.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2020-11-19T19:47:17.744 INFO:tasks.qemu.client.0.smithi071.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2020-11-19T19:47:17.744 INFO:tasks.qemu.client.0.smithi071.stdout:The key fingerprint is: 2020-11-19T19:47:17.744 INFO:tasks.qemu.client.0.smithi071.stdout:37:e9:08:8a:ee:72:2e:0d:4a:69:75:8d:67:7b:e7:49 root@test 2020-11-19T19:47:17.744 INFO:tasks.qemu.client.0.smithi071.stdout:The key's randomart image is: 2020-11-19T19:47:17.745 INFO:tasks.qemu.client.0.smithi071.stdout:+--[ RSA 2048]----+ 2020-11-19T19:47:17.745 INFO:tasks.qemu.client.0.smithi071.stdout:| | 2020-11-19T19:47:17.745 INFO:tasks.qemu.client.0.smithi071.stdout:| | 2020-11-19T19:47:17.745 INFO:tasks.qemu.client.0.smithi071.stdout:| o | 2020-11-19T19:47:17.745 INFO:tasks.qemu.client.0.smithi071.stdout:| . o + . | 2020-11-19T19:47:17.746 INFO:tasks.qemu.client.0.smithi071.stdout:| o . + S + | 2020-11-19T19:47:17.746 INFO:tasks.qemu.client.0.smithi071.stdout:|.+ . . o = E | 2020-11-19T19:47:17.746 INFO:tasks.qemu.client.0.smithi071.stdout:|+o. . o = . | 2020-11-19T19:47:17.746 INFO:tasks.qemu.client.0.smithi071.stdout:|+.o o | 2020-11-19T19:47:17.746 INFO:tasks.qemu.client.0.smithi071.stdout:| *+ | 2020-11-19T19:47:17.747 INFO:tasks.qemu.client.0.smithi071.stdout:+-----------------+ 2020-11-19T19:47:17.901 INFO:tasks.qemu.client.0.smithi071.stdout:Generating public/private dsa key pair. 2020-11-19T19:47:17.901 INFO:tasks.qemu.client.0.smithi071.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2020-11-19T19:47:17.902 INFO:tasks.qemu.client.0.smithi071.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2020-11-19T19:47:17.902 INFO:tasks.qemu.client.0.smithi071.stdout:The key fingerprint is: 2020-11-19T19:47:17.902 INFO:tasks.qemu.client.0.smithi071.stdout:ac:d4:8e:1a:76:a3:fa:bb:6f:53:08:b3:9d:f3:86:6a root@test 2020-11-19T19:47:17.902 INFO:tasks.qemu.client.0.smithi071.stdout:The key's randomart image is: 2020-11-19T19:47:17.902 INFO:tasks.qemu.client.0.smithi071.stdout:+--[ DSA 1024]----+ 2020-11-19T19:47:17.903 INFO:tasks.qemu.client.0.smithi071.stdout:| | 2020-11-19T19:47:17.903 INFO:tasks.qemu.client.0.smithi071.stdout:| | 2020-11-19T19:47:17.903 INFO:tasks.qemu.client.0.smithi071.stdout:| | 2020-11-19T19:47:17.903 INFO:tasks.qemu.client.0.smithi071.stdout:| o o | 2020-11-19T19:47:17.903 INFO:tasks.qemu.client.0.smithi071.stdout:| =.oS | 2020-11-19T19:47:17.904 INFO:tasks.qemu.client.0.smithi071.stdout:| ..=+. | 2020-11-19T19:47:17.904 INFO:tasks.qemu.client.0.smithi071.stdout:| o ==. | 2020-11-19T19:47:17.904 INFO:tasks.qemu.client.0.smithi071.stdout:| .E=+.o | 2020-11-19T19:47:17.904 INFO:tasks.qemu.client.0.smithi071.stdout:| .+B*.o | 2020-11-19T19:47:17.904 INFO:tasks.qemu.client.0.smithi071.stdout:+-----------------+ 2020-11-19T19:47:17.905 INFO:tasks.qemu.client.0.smithi071.stdout:Generating public/private ecdsa key pair. 2020-11-19T19:47:17.905 INFO:tasks.qemu.client.0.smithi071.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2020-11-19T19:47:17.905 INFO:tasks.qemu.client.0.smithi071.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2020-11-19T19:47:17.905 INFO:tasks.qemu.client.0.smithi071.stdout:The key fingerprint is: 2020-11-19T19:47:17.905 INFO:tasks.qemu.client.0.smithi071.stdout:62:06:b4:0f:de:c2:88:ab:78:cc:51:5f:65:72:05:42 root@test 2020-11-19T19:47:17.905 INFO:tasks.qemu.client.0.smithi071.stdout:The key's randomart image is: 2020-11-19T19:47:17.906 INFO:tasks.qemu.client.0.smithi071.stdout:+--[ECDSA 256]---+ 2020-11-19T19:47:17.906 INFO:tasks.qemu.client.0.smithi071.stdout:| . .E .o. | 2020-11-19T19:47:17.906 INFO:tasks.qemu.client.0.smithi071.stdout:| . . ..+ | 2020-11-19T19:47:17.906 INFO:tasks.qemu.client.0.smithi071.stdout:| + = | 2020-11-19T19:47:17.907 INFO:tasks.qemu.client.0.smithi071.stdout:| . +.= . | 2020-11-19T19:47:18.131 INFO:tasks.qemu.client.0.smithi071.stdout:|. ..+.*.S | 2020-11-19T19:47:18.132 INFO:tasks.qemu.client.0.smithi071.stdout:| .. +.. | 2020-11-19T19:47:18.132 INFO:tasks.qemu.client.0.smithi071.stdout:|.o . | 2020-11-19T19:47:18.132 INFO:tasks.qemu.client.0.smithi071.stdout:|o + | 2020-11-19T19:47:18.132 INFO:tasks.qemu.client.0.smithi071.stdout:|o. | 2020-11-19T19:47:18.132 INFO:tasks.qemu.client.0.smithi071.stdout:+-----------------+ 2020-11-19T19:47:18.138 INFO:tasks.qemu.client.0.smithi071.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2020-11-19T19:47:18.146 INFO:tasks.qemu.client.0.smithi071.stdout: * Starting AppArmor profiles  [ OK ] 2020-11-19T19:47:18.181 INFO:tasks.qemu.client.0.smithi071.stdout:landscape-client is not configured, please run landscape-config. 2020-11-19T19:47:18.195 INFO:tasks.qemu.client.0.smithi071.stdout: * Stopping System V initialisation compatibility[ OK ] 2020-11-19T19:47:18.237 INFO:tasks.qemu.client.0.smithi071.stdout: * Starting System V runlevel compatibility[ OK ] 2020-11-19T19:47:18.238 INFO:tasks.qemu.client.0.smithi071.stdout: * Starting automatic crash report generation[ OK ] 2020-11-19T19:47:18.238 INFO:tasks.qemu.client.0.smithi071.stdout: * Starting deferred execution scheduler[ OK ] 2020-11-19T19:47:18.238 INFO:tasks.qemu.client.0.smithi071.stdout: * Starting regular background program processing daemon[ OK ] 2020-11-19T19:47:18.238 INFO:tasks.qemu.client.0.smithi071.stdout: * Starting ACPI daemon[ OK ] 2020-11-19T19:47:18.239 INFO:tasks.qemu.client.0.smithi071.stdout: * Starting save kernel messages[ OK ] 2020-11-19T19:47:18.239 INFO:tasks.qemu.client.0.smithi071.stdout: * Stopping save kernel messages[ OK ] 2020-11-19T19:47:18.239 INFO:tasks.qemu.client.0.smithi071.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2020-11-19T19:47:18.263 INFO:tasks.qemu.client.0.smithi071.stdout: * Stopping System V runlevel compatibility[ OK ] 2020-11-19T19:47:18.600 INFO:tasks.qemu.client.0.smithi071.stdout:Generating locales... 2020-11-19T19:47:19.101 INFO:tasks.qemu.client.0.smithi071.stdout: en_US.UTF-8... done 2020-11-19T19:47:19.113 INFO:tasks.qemu.client.0.smithi071.stdout:Generation complete. 2020-11-19T19:47:19.788 INFO:tasks.qemu.client.0.smithi071.stdout:passwd: password expiry information changed. 2020-11-19T19:47:19.888 INFO:tasks.qemu.client.0.smithi071.stdout:Get:1 http://security.ubuntu.com precise-security InRelease [55.7 kB] 2020-11-19T19:47:19.967 INFO:tasks.qemu.client.0.smithi071.stdout:Get:2 http://security.ubuntu.com precise-security/main Sources [150 kB] 2020-11-19T19:47:20.013 INFO:tasks.qemu.client.0.smithi071.stdout:Ign http://archive.ubuntu.com precise InRelease 2020-11-19T19:47:20.020 INFO:tasks.qemu.client.0.smithi071.stdout:Get:3 http://security.ubuntu.com precise-security/universe Sources [57.9 kB] 2020-11-19T19:47:20.040 INFO:tasks.qemu.client.0.smithi071.stdout:Get:4 http://security.ubuntu.com precise-security/main amd64 Packages [375 kB] 2020-11-19T19:47:20.088 INFO:tasks.qemu.client.0.smithi071.stdout:Get:5 http://security.ubuntu.com precise-security/universe amd64 Packages [145 kB] 2020-11-19T19:47:20.092 INFO:tasks.qemu.client.0.smithi071.stdout:Get:6 http://archive.ubuntu.com precise-updates InRelease [55.7 kB] 2020-11-19T19:47:20.115 INFO:tasks.qemu.client.0.smithi071.stdout:Get:7 http://security.ubuntu.com precise-security/main i386 Packages [378 kB] 2020-11-19T19:47:20.147 INFO:tasks.qemu.client.0.smithi071.stdout:Get:8 http://security.ubuntu.com precise-security/universe i386 Packages [154 kB] 2020-11-19T19:47:20.165 INFO:tasks.qemu.client.0.smithi071.stdout:Get:9 http://security.ubuntu.com precise-security/main TranslationIndex [208 B] 2020-11-19T19:47:20.181 INFO:tasks.qemu.client.0.smithi071.stdout:Get:10 http://security.ubuntu.com precise-security/universe TranslationIndex [205 B] 2020-11-19T19:47:20.201 INFO:tasks.qemu.client.0.smithi071.stdout:Get:11 http://security.ubuntu.com precise-security/main Translation-en [188 kB] 2020-11-19T19:47:20.225 INFO:tasks.qemu.client.0.smithi071.stdout:Get:12 http://security.ubuntu.com precise-security/universe Translation-en [93.2 kB] 2020-11-19T19:47:20.340 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise Release.gpg 2020-11-19T19:47:20.421 INFO:tasks.qemu.client.0.smithi071.stdout:Get:13 http://archive.ubuntu.com precise-updates/main Sources [503 kB] 2020-11-19T19:47:20.740 INFO:tasks.qemu.client.0.smithi071.stdout:Get:14 http://archive.ubuntu.com precise-updates/universe Sources [137 kB] 2020-11-19T19:47:20.829 INFO:tasks.qemu.client.0.smithi071.stdout:Get:15 http://archive.ubuntu.com precise-updates/main amd64 Packages [741 kB] 2020-11-19T19:47:20.994 INFO:tasks.qemu.client.0.smithi071.stdout:Get:16 http://archive.ubuntu.com precise-updates/universe amd64 Packages [288 kB] 2020-11-19T19:47:21.082 INFO:tasks.qemu.client.0.smithi071.stdout:Get:17 http://archive.ubuntu.com precise-updates/main i386 Packages [745 kB] 2020-11-19T19:47:21.193 INFO:tasks.qemu.client.0.smithi071.stdout:Get:18 http://archive.ubuntu.com precise-updates/universe i386 Packages [297 kB] 2020-11-19T19:47:21.283 INFO:tasks.qemu.client.0.smithi071.stdout:Get:19 http://archive.ubuntu.com precise-updates/main TranslationIndex [208 B] 2020-11-19T19:47:21.370 INFO:tasks.qemu.client.0.smithi071.stdout:Get:20 http://archive.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2020-11-19T19:47:21.440 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise Release 2020-11-19T19:47:21.523 INFO:tasks.qemu.client.0.smithi071.stdout:Get:21 http://archive.ubuntu.com precise-updates/main Translation-en [344 kB] 2020-11-19T19:47:21.615 INFO:tasks.qemu.client.0.smithi071.stdout:Get:22 http://archive.ubuntu.com precise-updates/universe Translation-en [174 kB] 2020-11-19T19:47:21.704 INFO:tasks.qemu.client.0.smithi071.stdout:Get:23 http://archive.ubuntu.com precise/main Sources [934 kB] 2020-11-19T19:47:21.814 INFO:tasks.qemu.client.0.smithi071.stdout:Get:24 http://archive.ubuntu.com precise/universe Sources [5019 kB] 2020-11-19T19:47:22.101 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise/main amd64 Packages 2020-11-19T19:47:22.182 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise/universe amd64 Packages 2020-11-19T19:47:22.261 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise/main i386 Packages 2020-11-19T19:47:22.340 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise/universe i386 Packages 2020-11-19T19:47:22.421 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise/main TranslationIndex 2020-11-19T19:47:22.501 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise/universe TranslationIndex 2020-11-19T19:47:22.581 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise/main Translation-en 2020-11-19T19:47:22.661 INFO:tasks.qemu.client.0.smithi071.stdout:Hit http://archive.ubuntu.com precise/universe Translation-en 2020-11-19T19:47:22.930 INFO:tasks.qemu.client.0.smithi071.stdout:Fetched 10.8 MB in 3s (3482 kB/s) 2020-11-19T19:47:25.220 INFO:tasks.qemu.client.0.smithi071.stdout:Reading package lists... 2020-11-19T19:47:25.224 INFO:tasks.qemu.client.0.smithi071.stdout:Reading package lists... 2020-11-19T19:47:25.398 INFO:tasks.qemu.client.0.smithi071.stdout:Building dependency tree... 2020-11-19T19:47:25.399 INFO:tasks.qemu.client.0.smithi071.stdout:Reading state information... 2020-11-19T19:47:25.517 INFO:tasks.qemu.client.0.smithi071.stdout:The following extra packages will be installed: 2020-11-19T19:47:25.517 INFO:tasks.qemu.client.0.smithi071.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2020-11-19T19:47:25.517 INFO:tasks.qemu.client.0.smithi071.stdout:The following NEW packages will be installed: 2020-11-19T19:47:25.518 INFO:tasks.qemu.client.0.smithi071.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2020-11-19T19:47:25.706 INFO:tasks.qemu.client.0.smithi071.stdout:0 upgraded, 5 newly installed, 0 to remove and 210 not upgraded. 2020-11-19T19:47:25.707 INFO:tasks.qemu.client.0.smithi071.stdout:Need to get 423 kB of archives. 2020-11-19T19:47:25.707 INFO:tasks.qemu.client.0.smithi071.stdout:After this operation, 1363 kB of additional disk space will be used. 2020-11-19T19:47:25.707 INFO:tasks.qemu.client.0.smithi071.stdout:Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2020-11-19T19:47:25.854 INFO:tasks.qemu.client.0.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu/ precise/main libtirpc1 amd64 0.2.2-5 [84.2 kB] 2020-11-19T19:47:26.073 INFO:tasks.qemu.client.0.smithi071.stdout:Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2020-11-19T19:47:26.169 INFO:tasks.qemu.client.0.smithi071.stdout:Get:4 http://archive.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2020-11-19T19:47:26.265 INFO:tasks.qemu.client.0.smithi071.stdout:Get:5 http://archive.ubuntu.com/ubuntu/ precise-updates/main nfs-common amd64 1:1.2.5-3ubuntu3.2 [241 kB] 2020-11-19T19:47:26.469 INFO:tasks.qemu.client.0.smithi071.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2020-11-19T19:47:26.482 INFO:tasks.qemu.client.0.smithi071.stdout:Fetched 423 kB in 0s (497 kB/s) 2020-11-19T19:47:26.621 INFO:tasks.qemu.client.0.smithi071.stdout:Selecting previously unselected package libgssglue1. 2020-11-19T19:47:27.339 INFO:tasks.qemu.client.0.smithi071.stdout:(Reading database ... 36182 files and directories currently installed.) 2020-11-19T19:47:27.344 INFO:tasks.qemu.client.0.smithi071.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2020-11-19T19:47:27.542 INFO:tasks.qemu.client.0.smithi071.stdout:Selecting previously unselected package libtirpc1. 2020-11-19T19:47:27.543 INFO:tasks.qemu.client.0.smithi071.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5_amd64.deb) ... 2020-11-19T19:47:27.788 INFO:tasks.qemu.client.0.smithi071.stdout:Selecting previously unselected package rpcbind. 2020-11-19T19:47:27.789 INFO:tasks.qemu.client.0.smithi071.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2020-11-19T19:47:28.090 INFO:tasks.qemu.client.0.smithi071.stdout:Selecting previously unselected package libnfsidmap2. 2020-11-19T19:47:28.091 INFO:tasks.qemu.client.0.smithi071.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2020-11-19T19:47:28.305 INFO:tasks.qemu.client.0.smithi071.stdout:Selecting previously unselected package nfs-common. 2020-11-19T19:47:28.307 INFO:tasks.qemu.client.0.smithi071.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2020-11-19T19:47:28.477 INFO:tasks.qemu.client.0.smithi071.stdout:Processing triggers for man-db ... 2020-11-19T19:47:29.409 INFO:tasks.qemu.client.0.smithi071.stdout:Processing triggers for ureadahead ... 2020-11-19T19:47:29.499 INFO:tasks.qemu.client.0.smithi071.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2020-11-19T19:47:29.659 INFO:tasks.qemu.client.0.smithi071.stdout:Setting up libtirpc1 (0.2.2-5) ... 2020-11-19T19:47:29.780 INFO:tasks.qemu.client.0.smithi071.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2020-11-19T19:47:29.938 INFO:tasks.qemu.client.0.smithi071.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2020-11-19T19:47:29.957 INFO:tasks.qemu.client.0.smithi071.stdout:portmap start/running, process 1655 2020-11-19T19:47:29.979 INFO:tasks.qemu.client.0.smithi071.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2020-11-19T19:47:30.087 INFO:tasks.qemu.client.0.smithi071.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2020-11-19T19:47:30.316 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:30.317 INFO:tasks.qemu.client.0.smithi071.stdout:Creating config file /etc/idmapd.conf with new version 2020-11-19T19:47:30.490 INFO:tasks.qemu.client.0.smithi071.stdout: 2020-11-19T19:47:30.490 INFO:tasks.qemu.client.0.smithi071.stdout:Creating config file /etc/default/nfs-common with new version 2020-11-19T19:47:30.582 INFO:tasks.qemu.client.0.smithi071.stdout:Adding system user `statd' (UID 106) ... 2020-11-19T19:47:30.582 INFO:tasks.qemu.client.0.smithi071.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2020-11-19T19:47:30.719 INFO:tasks.qemu.client.0.smithi071.stdout:Not creating home directory `/var/lib/nfs'. 2020-11-19T19:47:30.749 INFO:tasks.qemu.client.0.smithi071.stdout:statd start/running, process 1889 2020-11-19T19:47:30.766 INFO:tasks.qemu.client.0.smithi071.stdout:gssd stop/post-stop, process 1920 2020-11-19T19:47:30.960 INFO:tasks.qemu.client.0.smithi071.stdout:idmapd start/running, process 1960 2020-11-19T19:47:30.985 INFO:tasks.qemu.client.0.smithi071.stdout:Processing triggers for libc-bin ... 2020-11-19T19:47:31.004 INFO:tasks.qemu.client.0.smithi071.stdout:ldconfig deferred processing now taking place 2020-11-19T19:47:31.790 INFO:tasks.qemu.client.0.smithi071.stdout:mount.nfs: timeout set for Thu Nov 19 19:49:31 2020 2020-11-19T19:47:31.790 INFO:tasks.qemu.client.0.smithi071.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2020-11-19T19:47:31.790 INFO:tasks.qemu.client.0.smithi071.stdout:10.0.2.2:/export/client.0 on /mnt/log type nfs (rw,proto=tcp) 2020-11-19T19:47:31.790 INFO:tasks.qemu.client.0.smithi071.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2020-11-19T19:48:14.897 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration commit client.0.0' 2020-11-19T19:48:15.159 INFO:teuthology.orchestra.run.smithi071.stderr: Commit image migration: 100% complete...done. 2020-11-19T19:48:15.163 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2020-11-19T19:49:15.190 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration execute client.0.1' 2020-11-19T19:49:17.316 INFO:teuthology.orchestra.run.smithi071.stderr: Image migration: 1% complete... Image migration: 2% complete... Image migration: 3% complete... Image migration: 4% complete... Image migration: 5% complete... Image migration: 6% complete... Image migration: 7% complete... Image migration: 8% complete... Image migration: 9% complete... Image migration: 10% complete... Image migration: 11% complete... Image migration: 12% complete... Image migration: 13% complete... Image migration: 14% complete... Image migration: 15% complete... Image migration: 16% complete... Image migration: 17% complete... Image migration: 18% complete... Image migration: 19% complete... Image migration: 20% complete... Image migration: 21% complete... Image migration: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 48% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 58% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 61% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 64% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 70% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 88% complete... Image migration: 89% complete... Image migration: 90% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 95% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2020-11-19T19:49:17.319 DEBUG:teuthology.parallel:result is None 2020-11-19T21:19:32.354 INFO:tasks.qemu.client.0.smithi071.stdout:Traceback (most recent call last): 2020-11-19T21:19:32.478 INFO:tasks.qemu.client.0.smithi071.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2020-11-19T21:19:32.479 INFO:tasks.qemu.client.0.smithi071.stdout:acpid: exiting 2020-11-19T21:19:32.479 INFO:tasks.qemu.client.0.smithi071.stdout: self._connect_unixsocket(self.address) 2020-11-19T21:19:32.479 INFO:tasks.qemu.client.0.smithi071.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2020-11-19T21:19:32.479 INFO:tasks.qemu.client.0.smithi071.stdout: self.socket.connect(address) 2020-11-19T21:19:32.480 INFO:tasks.qemu.client.0.smithi071.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2020-11-19T21:19:32.480 INFO:tasks.qemu.client.0.smithi071.stdout: return getattr(self._sock,name)(*args) 2020-11-19T21:19:32.480 INFO:tasks.qemu.client.0.smithi071.stdout:error: [Errno 111] Connection refused 2020-11-19T21:19:32.480 INFO:tasks.qemu.client.0.smithi071.stdout:Logged from file __init__.py, line 116 2020-11-19T21:19:32.480 INFO:tasks.qemu.client.0.smithi071.stdout:Checking for running unattended-upgrades: 2020-11-19T21:19:32.481 INFO:tasks.qemu.client.0.smithi071.stdout:ec2: 2020-11-19T21:19:32.481 INFO:tasks.qemu.client.0.smithi071.stdout:ec2: ############################################################# 2020-11-19T21:19:32.481 INFO:tasks.qemu.client.0.smithi071.stdout:ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- 2020-11-19T21:19:32.624 INFO:tasks.qemu.client.0.smithi071.stdout:ec2: 1024 ac:d4:8e:1a:76:a3:fa:bb:6f:53:08:b3:9d:f3:86:6a root@test (DSA) 2020-11-19T21:19:32.624 INFO:tasks.qemu.client.0.smithi071.stdout:ec2: 256 62:06:b4:0f:de:c2:88:ab:78:cc:51:5f:65:72:05:42 root@test (ECDSA) 2020-11-19T21:19:32.624 INFO:tasks.qemu.client.0.smithi071.stdout:ec2: 2048 37:e9:08:8a:ee:72:2e:0d:4a:69:75:8d:67:7b:e7:49 root@test (RSA) 2020-11-19T21:19:32.624 INFO:tasks.qemu.client.0.smithi071.stdout:-----BEGIN SSH HOST KEY KEYS----- 2020-11-19T21:19:32.625 INFO:tasks.qemu.client.0.smithi071.stdout:ec2: -----END SSH HOST KEY FINGERPRINTS----- 2020-11-19T21:19:32.625 INFO:tasks.qemu.client.0.smithi071.stdout:ec2: ############################################################# 2020-11-19T21:19:32.625 INFO:tasks.qemu.client.0.smithi071.stdout:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLpYM4xeyDhmHW8tFx55ZxKsMd94DFk2SM8RwrHeDlFRQ16sz83UQ2jhaN9FYHfDku3ZwwzCpvtqUZc8k8EmKxU= root@test 2020-11-19T21:19:32.625 INFO:tasks.qemu.client.0.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJR/bSZXP2jwDYfbZC6IR3e1XGT93yt+kp01NwZr/ZDtPQmnlm+LibFMdcqum7ZbGXBIpc035P+8ciJQ90BCw8M2JPVd73k08q/p2LTVcs3yn81cjR03VfHiYi3uDSlNI/C2XZjtnOmg3zsPrFCFBL0Eow0ZyTIisyF31gpZTz9zsMUxnkNBCFY49ZCvUnTahSJRzSF71XCYIwtEb26w3JhUPrec5/uHgIItkPCc0F75/vt1Fps9Q+hgUQFWKI2YCjVQ5k6tyNGtpe6PfQmd6BfuSTtJdCaeMvrVyHIG1Iqhn1SPa5nUy2TZDOFQpr1NhTrpltgCi6xls1RbfPm/V1 root@test 2020-11-19T21:19:32.880 INFO:tasks.qemu.client.0.smithi071.stdout:-----END SSH HOST KEY KEYS----- 2020-11-19T21:19:32.882 INFO:tasks.qemu.client.0.smithi071.stdout:Traceback (most recent call last): 2020-11-19T21:19:32.883 INFO:tasks.qemu.client.0.smithi071.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2020-11-19T21:19:32.883 INFO:tasks.qemu.client.0.smithi071.stdout: self._connect_unixsocket(self.address) 2020-11-19T21:19:32.883 INFO:tasks.qemu.client.0.smithi071.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2020-11-19T21:19:32.884 INFO:tasks.qemu.client.0.smithi071.stdout: self.socket.connect(address) 2020-11-19T21:19:32.884 INFO:tasks.qemu.client.0.smithi071.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2020-11-19T21:19:32.884 INFO:tasks.qemu.client.0.smithi071.stdout: return getattr(self._sock,name)(*args) 2020-11-19T21:19:32.885 INFO:tasks.qemu.client.0.smithi071.stdout:error: [Errno 111] Connection refused 2020-11-19T21:19:32.885 INFO:tasks.qemu.client.0.smithi071.stdout:Logged from file __init__.py, line 116 2020-11-19T21:19:32.885 INFO:tasks.qemu.client.0.smithi071.stdout:Traceback (most recent call last): 2020-11-19T21:19:32.887 INFO:tasks.qemu.client.0.smithi071.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2020-11-19T21:19:32.887 INFO:tasks.qemu.client.0.smithi071.stdout: self._connect_unixsocket(self.address) 2020-11-19T21:19:32.887 INFO:tasks.qemu.client.0.smithi071.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2020-11-19T21:19:32.888 INFO:tasks.qemu.client.0.smithi071.stdout: self.socket.connect(address) 2020-11-19T21:19:32.888 INFO:tasks.qemu.client.0.smithi071.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2020-11-19T21:19:32.889 INFO:tasks.qemu.client.0.smithi071.stdout: return getattr(self._sock,name)(*args) 2020-11-19T21:19:32.889 INFO:tasks.qemu.client.0.smithi071.stdout:error: [Errno 111] Connection refused 2020-11-19T21:19:32.890 INFO:tasks.qemu.client.0.smithi071.stdout:Logged from file __init__.py, line 116 2020-11-19T21:19:32.890 INFO:tasks.qemu.client.0.smithi071.stdout:cloud-init boot finished at Thu, 19 Nov 2020 21:19:32 +0000. Up 5544.36 seconds 2020-11-19T21:19:32.918 INFO:tasks.qemu.client.0.smithi071.stdout: * Stopping landscape-client daemon  [fail] 2020-11-19T21:19:32.974 INFO:tasks.qemu.client.0.smithi071.stdout: * Asking all remaining processes to terminate...  [ OK ] 2020-11-19T21:19:32.993 INFO:tasks.qemu.client.0.smithi071.stdout: * All processes ended within 1 seconds....  [ OK ] 2020-11-19T21:19:33.016 INFO:tasks.qemu.client.0.smithi071.stdout:rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" 2020-11-19T21:19:33.200 INFO:tasks.qemu.client.0.smithi071.stdout: * Deconfiguring network interfaces...  [ OK ] 2020-11-19T21:19:33.236 INFO:tasks.qemu.client.0.smithi071.stdout: * Deactivating swap...  [ OK ] 2020-11-19T21:19:33.237 INFO:tasks.qemu.client.0.smithi071.stdout: * Unmounting local filesystems...  [ OK ] 2020-11-19T21:19:33.406 INFO:tasks.qemu.client.0.smithi071.stdout: * Will now halt 2020-11-19T21:19:33.412 INFO:tasks.qemu.client.0.smithi071.stdout:[ 5545.260526] Power down. 2020-11-19T21:19:33.647 DEBUG:tasks.qemu:checking that qemu tests succeeded... 2020-11-19T21:19:33.648 INFO:teuthology.orchestra.run.smithi071:> sudo chmod a+rw -R /home/ubuntu/cephtest/archive/qemu/client.0 2020-11-19T21:19:33.686 INFO:tasks.qemu:Tearing down the nfs mount for ubuntu@smithi071.front.sepia.ceph.com 2020-11-19T21:19:33.686 INFO:tasks.qemu:Stopping NFS... 2020-11-19T21:19:33.687 INFO:teuthology.orchestra.run.smithi071:> sudo systemctl stop nfs-server 2020-11-19T21:19:33.766 INFO:tasks.qemu:Unmounting exported directory... 2020-11-19T21:19:33.767 INFO:teuthology.orchestra.run.smithi071:> sudo umount /export/client.0 2020-11-19T21:19:33.846 INFO:tasks.qemu:Deleting export from /etc/exports... 2020-11-19T21:19:33.846 INFO:teuthology.orchestra.run.smithi071:> sudo sed -i '\|/export/client.0|d' /etc/exports 2020-11-19T21:19:33.910 INFO:tasks.qemu:Starting NFS... 2020-11-19T21:19:33.911 INFO:teuthology.orchestra.run.smithi071:> sudo systemctl start nfs-server 2020-11-19T21:19:34.172 INFO:teuthology.orchestra.run.smithi071:> test -f /home/ubuntu/cephtest/archive/qemu/client.0/success 2020-11-19T21:19:34.189 INFO:tasks.qemu:Deleting exported directory... 2020-11-19T21:19:34.189 INFO:teuthology.orchestra.run.smithi071:> sudo rm -r /export 2020-11-19T21:19:34.256 DEBUG:tasks.qemu:cleaning up base image files 2020-11-19T21:19:34.257 INFO:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/qemu/client.0.iso /home/ubuntu/cephtest/qemu/userdata.client.0 /home/ubuntu/cephtest/qemu/metadata.client.0 /home/ubuntu/cephtest/qemu/client.0.test.sh /home/ubuntu/cephtest/qemu_clone.client.0 2020-11-19T21:19:34.468 INFO:teuthology.orchestra.run.smithi071:> rmdir /home/ubuntu/cephtest/qemu || true 2020-11-19T21:19:34.485 DEBUG:teuthology.parallel:result is None 2020-11-19T21:19:34.486 INFO:teuthology.run_tasks:Running task exec... 2020-11-19T21:19:34.501 INFO:teuthology.task.exec:Executing custom commands... 2020-11-19T21:19:34.502 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi071.front.sepia.ceph.com 2020-11-19T21:19:34.502 INFO:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rm -rf /home/ubuntu/cephtest/migration' 2020-11-19T21:19:34.881 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2020-11-19T21:19:34.889 INFO:tasks.ceph.ceph_manager.ceph:Canceling any pending splits or merges... 2020-11-19T21:19:34.890 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2020-11-19T21:19:37.013 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T21:19:37.013 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":27,"fsid":"856d888c-d18e-490d-bbbc-39dd04dff0a4","created":"2020-11-19T19:07:01.339158+0000","modified":"2020-11-19T19:07:41.307604+0000","last_up_change":"2020-11-19T19:07:08.977363+0000","last_in_change":"2020-11-19T19:07:08.977363+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-11-19T19:07:05.006054+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"16","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"rbd","create_time":"2020-11-19T19:07:12.725382+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"19","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}},{"pool":3,"pool_name":"datapool","create_time":"2020-11-19T19:07:26.368466+0000","flags":8197,"flags_names":"hashpspool,ec_overwrites,selfmanaged_snaps","type":3,"size":3,"min_size":2,"crush_rule":1,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":4,"pg_placement_num":4,"pg_placement_num_target":4,"pg_num_target":4,"pg_num_pending":4,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":26,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"teuthologyprofile","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":8192,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"b44c1437-0122-4690-a0fd-8dd352fbb0fd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":22109},{"type":"v1","addr":"172.21.15.77:6801","nonce":22109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":22109},{"type":"v1","addr":"172.21.15.77:6803","nonce":22109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":22109},{"type":"v1","addr":"172.21.15.77:6807","nonce":22109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":22109},{"type":"v1","addr":"172.21.15.77:6805","nonce":22109}]},"public_addr":"172.21.15.77:6801/22109","cluster_addr":"172.21.15.77:6803/22109","heartbeat_back_addr":"172.21.15.77:6807/22109","heartbeat_front_addr":"172.21.15.77:6805/22109","state":["exists","up"]},{"osd":1,"uuid":"57635b02-a38a-4416-af4b-efd649b0d72d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":14,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":22122},{"type":"v1","addr":"172.21.15.77:6809","nonce":22122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":22122},{"type":"v1","addr":"172.21.15.77:6811","nonce":22122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":22122},{"type":"v1","addr":"172.21.15.77:6815","nonce":22122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":22122},{"type":"v1","addr":"172.21.15.77:6813","nonce":22122}]},"public_addr":"172.21.15.77:6809/22122","cluster_addr":"172.21.15.77:6811/22122","heartbeat_back_addr":"172.21.15.77:6815/22122","heartbeat_front_addr":"172.21.15.77:6813/22122","state":["exists","up"]},{"osd":2,"uuid":"b5ee80ca-2a64-46ce-b77e-eb1e9213d557","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":22143},{"type":"v1","addr":"172.21.15.77:6817","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6818","nonce":22143},{"type":"v1","addr":"172.21.15.77:6819","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":22143},{"type":"v1","addr":"172.21.15.77:6823","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":22143},{"type":"v1","addr":"172.21.15.77:6821","nonce":22143}]},"public_addr":"172.21.15.77:6817/22143","cluster_addr":"172.21.15.77:6819/22143","heartbeat_back_addr":"172.21.15.77:6823/22143","heartbeat_front_addr":"172.21.15.77:6821/22143","state":["exists","up"]},{"osd":3,"uuid":"0a080412-d734-4e8a-9242-a7896ca366d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":22144},{"type":"v1","addr":"172.21.15.77:6825","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":22144},{"type":"v1","addr":"172.21.15.77:6827","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":22144},{"type":"v1","addr":"172.21.15.77:6831","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":22144},{"type":"v1","addr":"172.21.15.77:6829","nonce":22144}]},"public_addr":"172.21.15.77:6825/22144","cluster_addr":"172.21.15.77:6827/22144","heartbeat_back_addr":"172.21.15.77:6831/22144","heartbeat_front_addr":"172.21.15.77:6829/22144","state":["exists","up"]},{"osd":4,"uuid":"37a57344-7219-4090-8b38-8ca174296223","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":22143},{"type":"v1","addr":"172.21.15.2:6801","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":22143},{"type":"v1","addr":"172.21.15.2:6803","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":22143},{"type":"v1","addr":"172.21.15.2:6807","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":22143},{"type":"v1","addr":"172.21.15.2:6805","nonce":22143}]},"public_addr":"172.21.15.2:6801/22143","cluster_addr":"172.21.15.2:6803/22143","heartbeat_back_addr":"172.21.15.2:6807/22143","heartbeat_front_addr":"172.21.15.2:6805/22143","state":["exists","up"]},{"osd":5,"uuid":"55627e10-79bd-4329-a28b-b1ca8f231713","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":22144},{"type":"v1","addr":"172.21.15.2:6809","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":22144},{"type":"v1","addr":"172.21.15.2:6811","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":22144},{"type":"v1","addr":"172.21.15.2:6815","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":22144},{"type":"v1","addr":"172.21.15.2:6813","nonce":22144}]},"public_addr":"172.21.15.2:6809/22144","cluster_addr":"172.21.15.2:6811/22144","heartbeat_back_addr":"172.21.15.2:6815/22144","heartbeat_front_addr":"172.21.15.2:6813/22144","state":["exists","up"]},{"osd":6,"uuid":"2a5ba3a0-72e3-4ac9-8b46-27b4427c3776","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6817","nonce":22173},{"type":"v1","addr":"172.21.15.2:6819","nonce":22173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6821","nonce":22173},{"type":"v1","addr":"172.21.15.2:6823","nonce":22173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":22173},{"type":"v1","addr":"172.21.15.2:6831","nonce":22173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6825","nonce":22173},{"type":"v1","addr":"172.21.15.2:6827","nonce":22173}]},"public_addr":"172.21.15.2:6819/22173","cluster_addr":"172.21.15.2:6823/22173","heartbeat_back_addr":"172.21.15.2:6831/22173","heartbeat_front_addr":"172.21.15.2:6827/22173","state":["exists","up"]},{"osd":7,"uuid":"4ecea895-1e92-40d3-9725-45d6d84902cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":22174},{"type":"v1","addr":"172.21.15.2:6818","nonce":22174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":22174},{"type":"v1","addr":"172.21.15.2:6822","nonce":22174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":22174},{"type":"v1","addr":"172.21.15.2:6829","nonce":22174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":22174},{"type":"v1","addr":"172.21.15.2:6826","nonce":22174}]},"public_addr":"172.21.15.2:6818/22174","cluster_addr":"172.21.15.2:6822/22174","heartbeat_back_addr":"172.21.15.2:6829/22174","heartbeat_front_addr":"172.21.15.2:6826/22174","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.173627+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.226720+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.252349+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.185017+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.254638+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.190251+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.209462+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.242509+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-root":"default","jerasure-per-chunk-alignment":"false","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van","w":"8"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[{"pool":3,"snaps":[{"begin":2,"length":1}]}],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-11-19T21:19:37.026 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2020-11-19T21:19:37.324 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T21:19:37.325 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2020-11-19T21:19:37.336 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":3993,"stamp":"2020-11-19T21:19:36.482483+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20599580713,"num_objects":4961,"num_object_clones":0,"num_object_copies":14871,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4961,"num_whiteouts":0,"num_read":460735,"num_read_kb":13981223,"num_write":610588,"num_write_kb":83203330,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":6,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":45771,"ondisk_log_size":45771,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":19955780,"kb_used_data":15794116,"kb_used_omap":7,"kb_used_meta":4161592,"kb_avail":735018940,"statfs":{"total":773094113280,"available":752659394560,"internally_reserved":0,"allocated":16173174784,"data_stored":30901030228,"data_compressed":494094171,"data_compressed_allocated":14729285632,"data_compressed_original":29458571264,"omap_allocated":7613,"internal_metadata":4261470787},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":12,"apply_latency_ms":12,"commit_latency_ns":12000000,"apply_latency_ns":12000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":2141,"num_read_kb":47083,"num_write":215,"num_write_kb":19465,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002655"},"pg_stats":[{"pgid":"2.7","version":"27'1","reported_seq":"27","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T19:48:15.116379+0000","last_change":"2020-11-19T19:07:14.254302+0000","last_active":"2020-11-19T19:48:15.116379+0000","last_peered":"2020-11-19T19:48:15.116379+0000","last_clean":"2020-11-19T19:48:15.116379+0000","last_became_active":"2020-11-19T19:07:14.253849+0000","last_became_peered":"2020-11-19T19:07:14.253849+0000","last_unstale":"2020-11-19T19:48:15.116379+0000","last_undegraded":"2020-11-19T19:48:15.116379+0000","last_fullsized":"2020-11-19T19:48:15.116379+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":1,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":17,"num_read_kb":5,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0],"acting":[3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"17","reported_epoch":"26","state":"active+clean","last_fresh":"2020-11-19T19:07:31.361025+0000","last_change":"2020-11-19T19:07:14.257759+0000","last_active":"2020-11-19T19:07:31.361025+0000","last_peered":"2020-11-19T19:07:31.361025+0000","last_clean":"2020-11-19T19:07:31.361025+0000","last_became_active":"2020-11-19T19:07:14.257405+0000","last_became_peered":"2020-11-19T19:07:14.257405+0000","last_unstale":"2020-11-19T19:07:31.361025+0000","last_undegraded":"2020-11-19T19:07:31.361025+0000","last_fullsized":"2020-11-19T19:07:31.361025+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.5","version":"27'918","reported_seq":"2882","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.433551+0000","last_change":"2020-11-19T19:07:14.189768+0000","last_active":"2020-11-19T21:19:33.433551+0000","last_peered":"2020-11-19T21:19:33.433551+0000","last_clean":"2020-11-19T21:19:33.433551+0000","last_became_active":"2020-11-19T19:07:14.189278+0000","last_became_peered":"2020-11-19T19:07:14.189278+0000","last_unstale":"2020-11-19T21:19:33.433551+0000","last_undegraded":"2020-11-19T21:19:33.433551+0000","last_fullsized":"2020-11-19T21:19:33.433551+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":918,"ondisk_log_size":918,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4421,"num_read_kb":3603,"num_write":1555,"num_write_kb":1543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4],"acting":[3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1","version":"27'86077","reported_seq":"137233","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.405734+0000","last_change":"2020-11-19T19:07:31.712605+0000","last_active":"2020-11-19T21:19:33.405734+0000","last_peered":"2020-11-19T21:19:33.405734+0000","last_clean":"2020-11-19T21:19:33.405734+0000","last_became_active":"2020-11-19T19:07:28.349881+0000","last_became_peered":"2020-11-19T19:07:28.349881+0000","last_unstale":"2020-11-19T21:19:33.405734+0000","last_undegraded":"2020-11-19T21:19:33.405734+0000","last_fullsized":"2020-11-19T21:19:33.405734+0000","mapping_epoch":22,"log_start":"27'75999","ondisk_log_start":"27'75999","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10078,"ondisk_log_size":10078,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5061851648,"num_objects":1214,"num_object_clones":0,"num_object_copies":3642,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1214,"num_whiteouts":0,"num_read":51206,"num_read_kb":3065464,"num_write":86079,"num_write_kb":18480749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,2,4],"acting":[6,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.0","version":"27'1","reported_seq":"23","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T19:49:15.379814+0000","last_change":"2020-11-19T19:07:14.191957+0000","last_active":"2020-11-19T19:49:15.379814+0000","last_peered":"2020-11-19T19:49:15.379814+0000","last_clean":"2020-11-19T19:49:15.379814+0000","last_became_active":"2020-11-19T19:07:14.191501+0000","last_became_peered":"2020-11-19T19:07:14.191501+0000","last_unstale":"2020-11-19T19:49:15.379814+0000","last_undegraded":"2020-11-19T19:49:15.379814+0000","last_fullsized":"2020-11-19T19:49:15.379814+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":1,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2","version":"27'118337","reported_seq":"202824","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.401320+0000","last_change":"2020-11-19T19:07:31.361614+0000","last_active":"2020-11-19T21:19:33.401320+0000","last_peered":"2020-11-19T21:19:33.401320+0000","last_clean":"2020-11-19T21:19:33.401320+0000","last_became_active":"2020-11-19T19:07:28.350529+0000","last_became_peered":"2020-11-19T19:07:28.350529+0000","last_unstale":"2020-11-19T21:19:33.401320+0000","last_undegraded":"2020-11-19T21:19:33.401320+0000","last_fullsized":"2020-11-19T21:19:33.401320+0000","mapping_epoch":22,"log_start":"27'108274","ondisk_log_start":"27'108274","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10063,"ondisk_log_size":10063,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5148064787,"num_objects":1241,"num_object_clones":0,"num_object_copies":3723,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1241,"num_whiteouts":0,"num_read":84545,"num_read_kb":3235084,"num_write":118337,"num_write_kb":18523500,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,2,0],"acting":[4,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.0","version":"16'2","reported_seq":"19","reported_epoch":"26","state":"active+clean","last_fresh":"2020-11-19T19:07:31.361041+0000","last_change":"2020-11-19T19:07:10.181139+0000","last_active":"2020-11-19T19:07:31.361041+0000","last_peered":"2020-11-19T19:07:31.361041+0000","last_clean":"2020-11-19T19:07:31.361041+0000","last_became_active":"2020-11-19T19:07:10.180716+0000","last_became_peered":"2020-11-19T19:07:10.180716+0000","last_unstale":"2020-11-19T19:07:31.361041+0000","last_undegraded":"2020-11-19T19:07:31.361041+0000","last_fullsized":"2020-11-19T19:07:31.361041+0000","mapping_epoch":14,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":15,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:05.961698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:05.961698+0000","last_clean_scrub_stamp":"2020-11-19T19:07:05.961698+0000","log_size":2,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5],"acting":[1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"16","reported_epoch":"26","state":"active+clean","last_fresh":"2020-11-19T19:07:31.361393+0000","last_change":"2020-11-19T19:07:14.262073+0000","last_active":"2020-11-19T19:07:31.361393+0000","last_peered":"2020-11-19T19:07:31.361393+0000","last_clean":"2020-11-19T19:07:31.361393+0000","last_became_active":"2020-11-19T19:07:14.261672+0000","last_became_peered":"2020-11-19T19:07:14.261672+0000","last_unstale":"2020-11-19T19:07:31.361393+0000","last_undegraded":"2020-11-19T19:07:31.361393+0000","last_fullsized":"2020-11-19T19:07:31.361393+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,2],"acting":[3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.0","version":"27'94397","reported_seq":"155361","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.396294+0000","last_change":"2020-11-19T19:07:31.712206+0000","last_active":"2020-11-19T21:19:33.396294+0000","last_peered":"2020-11-19T21:19:33.396294+0000","last_clean":"2020-11-19T21:19:33.396294+0000","last_became_active":"2020-11-19T19:07:28.368112+0000","last_became_peered":"2020-11-19T19:07:28.368112+0000","last_unstale":"2020-11-19T21:19:33.396294+0000","last_undegraded":"2020-11-19T21:19:33.396294+0000","last_fullsized":"2020-11-19T21:19:33.396294+0000","mapping_epoch":22,"log_start":"27'84315","ondisk_log_start":"27'84315","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10082,"ondisk_log_size":10082,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5130074112,"num_objects":1230,"num_object_clones":0,"num_object_copies":3690,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1230,"num_whiteouts":0,"num_read":61011,"num_read_kb":2822928,"num_write":94397,"num_write_kb":17152261,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"27'1837","reported_seq":"3013","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.444965+0000","last_change":"2020-11-19T19:07:14.189624+0000","last_active":"2020-11-19T21:19:33.444965+0000","last_peered":"2020-11-19T21:19:33.444965+0000","last_clean":"2020-11-19T21:19:33.444965+0000","last_became_active":"2020-11-19T19:07:14.189197+0000","last_became_peered":"2020-11-19T19:07:14.189197+0000","last_unstale":"2020-11-19T21:19:33.444965+0000","last_undegraded":"2020-11-19T21:19:33.444965+0000","last_fullsized":"2020-11-19T21:19:33.444965+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":1837,"ondisk_log_size":1837,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":690,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":10627,"num_read_kb":8794,"num_write":3571,"num_write_kb":3559,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5],"acting":[7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3","version":"27'301325","reported_seq":"534151","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.226653+0000","last_change":"2020-11-19T19:07:31.367050+0000","last_active":"2020-11-19T21:19:33.226653+0000","last_peered":"2020-11-19T21:19:33.226653+0000","last_clean":"2020-11-19T21:19:33.226653+0000","last_became_active":"2020-11-19T19:07:28.351084+0000","last_became_peered":"2020-11-19T19:07:28.351084+0000","last_unstale":"2020-11-19T21:19:33.226653+0000","last_undegraded":"2020-11-19T21:19:33.226653+0000","last_fullsized":"2020-11-19T21:19:33.226653+0000","mapping_epoch":22,"log_start":"27'291314","ondisk_log_start":"27'291314","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10011,"ondisk_log_size":10011,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5259588096,"num_objects":1264,"num_object_clones":0,"num_object_copies":3792,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1264,"num_whiteouts":0,"num_read":232882,"num_read_kb":4832000,"num_write":301325,"num_write_kb":29036400,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'2568","reported_seq":"2587","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T19:50:43.129609+0000","last_change":"2020-11-19T19:07:14.256545+0000","last_active":"2020-11-19T19:50:43.129609+0000","last_peered":"2020-11-19T19:50:43.129609+0000","last_clean":"2020-11-19T19:50:43.129609+0000","last_became_active":"2020-11-19T19:07:14.256105+0000","last_became_peered":"2020-11-19T19:07:14.256105+0000","last_unstale":"2020-11-19T19:50:43.129609+0000","last_undegraded":"2020-11-19T19:50:43.129609+0000","last_fullsized":"2020-11-19T19:50:43.129609+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":2568,"ondisk_log_size":2568,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":674,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":15376,"num_read_kb":12810,"num_write":5128,"num_write_kb":5122,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6],"acting":[3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.4","version":"27'210","reported_seq":"3007","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.425066+0000","last_change":"2020-11-19T19:07:14.256634+0000","last_active":"2020-11-19T21:19:33.425066+0000","last_peered":"2020-11-19T21:19:33.425066+0000","last_clean":"2020-11-19T21:19:33.425066+0000","last_became_active":"2020-11-19T19:07:14.256121+0000","last_became_peered":"2020-11-19T19:07:14.256121+0000","last_unstale":"2020-11-19T21:19:33.425066+0000","last_undegraded":"2020-11-19T21:19:33.425066+0000","last_fullsized":"2020-11-19T21:19:33.425066+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":210,"ondisk_log_size":210,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":639,"num_read_kb":532,"num_write":192,"num_write_kb":185,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6],"acting":[5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":20599578643,"num_objects":4949,"num_object_clones":0,"num_object_copies":14847,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4949,"num_whiteouts":0,"num_read":429644,"num_read_kb":13955476,"num_write":600138,"num_write_kb":83192910,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":16170831872,"data_stored":30900117504,"data_compressed":494094171,"data_compressed_allocated":14729285632,"data_compressed_original":29458571264,"omap_allocated":0,"internal_metadata":0},"log_size":40234,"ondisk_log_size":40234,"up":12,"acting":12,"num_store_stats":6},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":2,"acting":2,"num_store_stats":2},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2070,"num_objects":10,"num_object_clones":0,"num_object_copies":20,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":31091,"num_read_kb":25747,"num_write":10448,"num_write_kb":10411,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":49152,"data_stored":4140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3509,"internal_metadata":0},"log_size":5535,"ondisk_log_size":5535,"up":16,"acting":16,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":14,"seq":60129543735,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1756836,"kb_used_data":1312860,"kb_used_omap":0,"kb_used_meta":443968,"kb_avail":92615004,"statfs":{"total":96636764160,"available":94837764096,"internally_reserved":0,"allocated":1344368640,"data_stored":2565197399,"data_compressed":48752274,"data_compressed_allocated":1221009408,"data_compressed_original":2442018816,"omap_allocated":0,"internal_metadata":454623232},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.94399999999999995,"15min":0.85199999999999998},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.433},"max":{"1min":1.847,"5min":2.1539999999999999,"15min":2.1539999999999999},"last":0.71599999999999997},{"interface":"front","average":{"1min":1.3879999999999999,"5min":1.1819999999999999,"15min":1.006},"min":{"1min":0.48399999999999999,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":8.3200000000000003,"5min":8.3200000000000003,"15min":8.3200000000000003},"last":1.0589999999999999}]},{"osd":1,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.105,"15min":0.98499999999999999},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.51500000000000001},"max":{"1min":2.0649999999999999,"5min":2.8620000000000001,"15min":2.8620000000000001},"last":0.92500000000000004},{"interface":"front","average":{"1min":1.3380000000000001,"5min":1.1879999999999999,"15min":1.079},"min":{"1min":0.60199999999999998,"5min":0.57299999999999995,"15min":0.54900000000000004},"max":{"1min":8.4629999999999992,"5min":8.4629999999999992,"15min":8.4629999999999992},"last":0.78000000000000003}]},{"osd":2,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":1.216,"15min":1.05},"min":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.52000000000000002},"max":{"1min":1.649,"5min":22.456,"15min":22.456},"last":0.97399999999999998},{"interface":"front","average":{"1min":1.163,"5min":1.54,"15min":1.2789999999999999},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.56999999999999995},"max":{"1min":2.3239999999999998,"5min":22.41,"15min":22.41},"last":1.282}]},{"osd":3,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.1699999999999999,"15min":1.077},"min":{"1min":0.66000000000000003,"5min":0.64900000000000002,"15min":0.61699999999999999},"max":{"1min":3.589,"5min":5.718,"15min":5.718},"last":0.746},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.403,"15min":1.2509999999999999},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.9590000000000001,"5min":6.5170000000000003,"15min":6.5170000000000003},"last":1.107}]},{"osd":4,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.4399999999999999,"5min":1.4059999999999999,"15min":1.2849999999999999},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.59599999999999997},"max":{"1min":8.5920000000000005,"5min":8.5920000000000005,"15min":8.5920000000000005},"last":1.2450000000000001},{"interface":"front","average":{"1min":1.177,"5min":1.296,"15min":1.226},"min":{"1min":0.81000000000000005,"5min":0.71199999999999997,"15min":0.65000000000000002},"max":{"1min":2.7250000000000001,"5min":5.593,"15min":7.0549999999999997},"last":1.139}]},{"osd":5,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.234,"5min":1.5249999999999999,"15min":1.411},"min":{"1min":0.90300000000000002,"5min":0.80400000000000005,"15min":0.66300000000000003},"max":{"1min":2.552,"5min":4.218,"15min":8.3949999999999996},"last":1.423},{"interface":"front","average":{"1min":1.7490000000000001,"5min":1.5640000000000001,"15min":1.486},"min":{"1min":0.91500000000000004,"5min":0.754,"15min":0.754},"max":{"1min":8.718,"5min":8.718,"15min":8.718},"last":1.399}]},{"osd":6,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.962,"5min":1.7050000000000001,"15min":1.5529999999999999},"min":{"1min":1.038,"5min":0.89900000000000002,"15min":0.85399999999999998},"max":{"1min":8.8480000000000008,"5min":8.8480000000000008,"15min":8.8480000000000008},"last":1.5089999999999999},{"interface":"front","average":{"1min":1.5800000000000001,"5min":1.508,"15min":1.4410000000000001},"min":{"1min":0.97299999999999998,"5min":0.92900000000000005,"15min":0.85499999999999998},"max":{"1min":4.6879999999999997,"5min":4.6879999999999997,"15min":7.1689999999999996},"last":1.4650000000000001}]}]},{"osd":6,"up_from":14,"seq":60129543736,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1688432,"kb_used_data":1283816,"kb_used_omap":0,"kb_used_meta":404608,"kb_avail":92683408,"statfs":{"total":96636764160,"available":94907809792,"internally_reserved":0,"allocated":1314627584,"data_stored":2531089991,"data_compressed":50382714,"data_compressed_allocated":1216638976,"data_compressed_original":2433277952,"omap_allocated":0,"internal_metadata":414318592},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":5,"apply_latency_ms":5,"commit_latency_ns":5000000,"apply_latency_ns":5000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":1.21,"15min":0.98999999999999999},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.835,"5min":17.023,"15min":17.373000000000001},"last":0.80600000000000005},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.2649999999999999,"15min":1.143},"min":{"1min":0.65000000000000002,"5min":0.52400000000000002,"15min":0.48999999999999999},"max":{"1min":2.7890000000000001,"5min":17.103999999999999,"15min":17.440999999999999},"last":0.77800000000000002}]},{"osd":1,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.91700000000000004,"15min":0.84099999999999997},"min":{"1min":0.54700000000000004,"5min":0.499,"15min":0.499},"max":{"1min":1.8340000000000001,"5min":3.907,"15min":3.907},"last":1.016},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.238,"15min":1.042},"min":{"1min":0.60999999999999999,"5min":0.57399999999999995,"15min":0.56399999999999995},"max":{"1min":1.6839999999999999,"5min":10.898999999999999,"15min":10.898999999999999},"last":0.65500000000000003}]},{"osd":2,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":1.107,"15min":1.022},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":3.5760000000000001,"5min":3.5760000000000001,"15min":16.725000000000001},"last":0.60499999999999998},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.2190000000000001,"15min":1.165},"min":{"1min":0.753,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":2.879,"5min":4.2709999999999999,"15min":16.699000000000002},"last":0.84899999999999998}]},{"osd":3,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.292,"5min":1.2949999999999999,"15min":1.208},"min":{"1min":0.83499999999999996,"5min":0.65100000000000002,"15min":0.629},"max":{"1min":3.1880000000000002,"5min":4.181,"15min":4.181},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.387,"5min":1.3480000000000001,"15min":1.272},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":3.452,"5min":4.5229999999999997,"15min":4.5229999999999997},"last":0.69499999999999995}]},{"osd":4,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.3839999999999999,"5min":1.571,"15min":1.3080000000000001},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":3.371,"5min":11.071,"15min":11.071},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.462,"5min":1.3640000000000001,"15min":1.282},"min":{"1min":0.81100000000000005,"5min":0.622,"15min":0.622},"max":{"1min":3.347,"5min":3.794,"15min":6.5609999999999999},"last":0.88400000000000001}]},{"osd":5,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.504,"5min":1.4299999999999999,"15min":1.28},"min":{"1min":0.70999999999999996,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":3.1429999999999998,"5min":5.0279999999999996,"15min":5.0279999999999996},"last":1.3169999999999999},{"interface":"front","average":{"1min":1.381,"5min":1.5740000000000001,"15min":1.351},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":2.4700000000000002,"5min":11.151999999999999,"15min":11.151999999999999},"last":1.1299999999999999}]},{"osd":7,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.4650000000000001,"5min":1.472,"15min":1.4099999999999999},"min":{"1min":0.88900000000000001,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":2.9329999999999998,"5min":3.6850000000000001,"15min":3.798},"last":0.97299999999999998},{"interface":"front","average":{"1min":1.651,"5min":1.6220000000000001,"15min":1.458},"min":{"1min":1.014,"5min":0.874,"15min":0.874},"max":{"1min":3.3140000000000001,"5min":5.1849999999999996,"15min":5.1849999999999996},"last":1.242}]}]},{"osd":1,"up_from":14,"seq":60129543736,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5088,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366752,"statfs":{"total":96636764160,"available":96631554048,"internally_reserved":0,"allocated":286720,"data_stored":113573,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.82099999999999995,"15min":0.78300000000000003},"min":{"1min":0.47099999999999997,"5min":0.437,"15min":0.437},"max":{"1min":2.548,"5min":2.548,"15min":2.548},"last":0.55300000000000005},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.0029999999999999,"15min":0.997},"min":{"1min":0.498,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":4.181,"5min":4.181,"15min":7.077},"last":0.76200000000000001}]},{"osd":2,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.4630000000000001,"5min":1.0289999999999999,"15min":0.93999999999999995},"min":{"1min":0.48699999999999999,"5min":0.47699999999999998,"15min":0.47099999999999997},"max":{"1min":4.9779999999999998,"5min":4.9779999999999998,"15min":5.5380000000000003},"last":0.52800000000000002},{"interface":"front","average":{"1min":1.611,"5min":1.1919999999999999,"15min":1.0760000000000001},"min":{"1min":0.73499999999999999,"5min":0.60699999999999998,"15min":0.54200000000000004},"max":{"1min":4.9240000000000004,"5min":4.9240000000000004,"15min":4.9240000000000004},"last":0.73599999999999999}]},{"osd":3,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":0.98999999999999999,"15min":0.97399999999999998},"min":{"1min":0.621,"5min":0.56499999999999995,"15min":0.51000000000000001},"max":{"1min":1.6799999999999999,"5min":2.6320000000000001,"15min":3.9239999999999999},"last":0.57499999999999996},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0580000000000001,"15min":1.056},"min":{"1min":0.64000000000000001,"5min":0.57399999999999995,"15min":0.57299999999999995},"max":{"1min":3.1699999999999999,"5min":3.1699999999999999,"15min":5.6749999999999998},"last":0.78700000000000003}]},{"osd":4,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.1699999999999999,"15min":1.2090000000000001},"min":{"1min":0.61799999999999999,"5min":0.59199999999999997,"15min":0.56599999999999995},"max":{"1min":2.2080000000000002,"5min":2.5640000000000001,"15min":5.4450000000000003},"last":1.1419999999999999},{"interface":"front","average":{"1min":1.3500000000000001,"5min":1.327,"15min":1.2989999999999999},"min":{"1min":0.76900000000000002,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":3.7970000000000002,"5min":6.3540000000000001,"15min":6.3540000000000001},"last":1.038}]},{"osd":5,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.4530000000000001,"5min":1.369,"15min":1.3460000000000001},"min":{"1min":0.871,"5min":0.72299999999999998,"15min":0.69299999999999995},"max":{"1min":3.9350000000000001,"5min":6.8929999999999998,"15min":9.6750000000000007},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.288,"5min":1.2709999999999999,"15min":1.2789999999999999},"min":{"1min":0.84099999999999997,"5min":0.622,"15min":0.622},"max":{"1min":2.702,"5min":3.7090000000000001,"15min":7.0090000000000003},"last":0.95599999999999996}]},{"osd":6,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.4630000000000001,"5min":1.3899999999999999,"15min":1.387},"min":{"1min":0.90600000000000003,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":2.8199999999999998,"5min":3.589,"15min":7.2869999999999999},"last":1.101},{"interface":"front","average":{"1min":1.385,"5min":1.302,"15min":1.2909999999999999},"min":{"1min":1.05,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":2.3780000000000001,"5min":2.6819999999999999,"15min":2.6819999999999999},"last":1.0209999999999999}]},{"osd":7,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.5580000000000001,"5min":1.4790000000000001,"15min":1.4610000000000001},"min":{"1min":0.91600000000000004,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":4.056,"5min":4.4960000000000004,"15min":4.4960000000000004},"last":1.1679999999999999},{"interface":"front","average":{"1min":1.4950000000000001,"5min":1.49,"15min":1.4750000000000001},"min":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.76000000000000001},"max":{"1min":3.0609999999999999,"5min":4.29,"15min":6.8979999999999997},"last":1.1879999999999999}]}]},{"osd":0,"up_from":14,"seq":60129543736,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":3490452,"kb_used_data":2656908,"kb_used_omap":2,"kb_used_meta":833533,"kb_avail":90881388,"statfs":{"total":96636764160,"available":93062541312,"internally_reserved":0,"allocated":2720673792,"data_stored":5204093877,"data_compressed":74650822,"data_compressed_allocated":2483597312,"data_compressed_original":4967194624,"omap_allocated":2052,"internal_metadata":853538812},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.84599999999999997,"15min":0.80200000000000005},"min":{"1min":0.49399999999999999,"5min":0.46800000000000003,"15min":0.44800000000000001},"max":{"1min":1.369,"5min":3.0649999999999999,"15min":5.4619999999999997},"last":0.60399999999999998},{"interface":"front","average":{"1min":1.079,"5min":0.90500000000000003,"15min":0.80200000000000005},"min":{"1min":0.498,"5min":0.46300000000000002,"15min":0.45600000000000002},"max":{"1min":5.1230000000000002,"5min":5.1230000000000002,"15min":5.1230000000000002},"last":0.63600000000000001}]},{"osd":2,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.2629999999999999,"5min":1.0629999999999999,"15min":1.008},"min":{"1min":0.56799999999999995,"5min":0.51200000000000001,"15min":0.47499999999999998},"max":{"1min":4.3540000000000001,"5min":4.3540000000000001,"15min":11.127000000000001},"last":0.80300000000000005},{"interface":"front","average":{"1min":1.115,"5min":1.028,"15min":1.022},"min":{"1min":0.59399999999999997,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":3.9950000000000001,"5min":4.952,"15min":10.077},"last":0.873}]},{"osd":3,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.91300000000000003,"15min":0.878},"min":{"1min":0.57899999999999996,"5min":0.53700000000000003,"15min":0.497},"max":{"1min":2.5619999999999998,"5min":2.8879999999999999,"15min":3.258},"last":0.76900000000000002},{"interface":"front","average":{"1min":1.377,"5min":1.246,"15min":1.1699999999999999},"min":{"1min":0.71099999999999997,"5min":0.625,"15min":0.57699999999999996},"max":{"1min":4.5069999999999997,"5min":4.5069999999999997,"15min":4.5069999999999997},"last":0.89800000000000002}]},{"osd":4,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.337,"5min":1.204,"15min":1.099},"min":{"1min":0.76600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":4.681,"5min":4.681,"15min":4.681},"last":1.264},{"interface":"front","average":{"1min":1.677,"5min":1.4390000000000001,"15min":1.3360000000000001},"min":{"1min":0.73599999999999999,"5min":0.72799999999999998,"15min":0.68300000000000005},"max":{"1min":4.6630000000000003,"5min":6.423,"15min":6.423},"last":1.2050000000000001}]},{"osd":5,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.452,"5min":1.4099999999999999,"15min":1.266},"min":{"1min":0.79900000000000004,"5min":0.63800000000000001,"15min":0.61699999999999999},"max":{"1min":4.2699999999999996,"5min":7.1120000000000001,"15min":7.1120000000000001},"last":1.091},{"interface":"front","average":{"1min":1.4490000000000001,"5min":1.5840000000000001,"15min":1.3100000000000001},"min":{"1min":0.96099999999999997,"5min":0.76600000000000001,"15min":0.68799999999999994},"max":{"1min":4.3890000000000002,"5min":10.717000000000001,"15min":10.717000000000001},"last":1.0429999999999999}]},{"osd":6,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.778,"5min":1.552,"15min":1.452},"min":{"1min":0.89300000000000002,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":4.5839999999999996,"5min":5.9880000000000004,"15min":6.2270000000000003},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.7270000000000001,"5min":1.498,"15min":1.373},"min":{"1min":0.91400000000000003,"5min":0.749,"15min":0.72099999999999997},"max":{"1min":5.6100000000000003,"5min":6.1379999999999999,"15min":6.4870000000000001},"last":1.232}]},{"osd":7,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.806,"5min":1.5169999999999999,"15min":1.4179999999999999},"min":{"1min":0.99399999999999999,"5min":0.89700000000000002,"15min":0.876},"max":{"1min":4.4740000000000002,"5min":4.4740000000000002,"15min":4.4740000000000002},"last":1.3220000000000001},{"interface":"front","average":{"1min":1.5720000000000001,"5min":1.5669999999999999,"15min":1.375},"min":{"1min":0.96099999999999997,"5min":0.91000000000000003,"15min":0.85399999999999998},"max":{"1min":4.5449999999999999,"5min":10.57,"15min":10.57},"last":1.123}]}]},{"osd":2,"up_from":14,"seq":60129543736,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":6141288,"kb_used_data":5253664,"kb_used_omap":2,"kb_used_meta":887613,"kb_avail":88230552,"statfs":{"total":96636764160,"available":90348085248,"internally_reserved":0,"allocated":5379751936,"data_stored":10300152741,"data_compressed":172016970,"data_compressed_allocated":4920573952,"data_compressed_original":9841147904,"omap_allocated":2052,"internal_metadata":908916732},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.90300000000000002,"15min":0.90200000000000002},"min":{"1min":0.54700000000000004,"5min":0.44,"15min":0.44},"max":{"1min":1.8100000000000001,"5min":2.8100000000000001,"15min":6.4119999999999999},"last":0.60999999999999999},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.135,"15min":1.01},"min":{"1min":0.57799999999999996,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.724,"5min":7.3760000000000003,"15min":7.3760000000000003},"last":0.78200000000000003}]},{"osd":1,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.93700000000000006,"15min":0.96899999999999997},"min":{"1min":0.57099999999999995,"5min":0.49299999999999999,"15min":0.48099999999999998},"max":{"1min":1.1539999999999999,"5min":2.5430000000000001,"15min":9.1999999999999993},"last":0.745},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1.0860000000000001,"15min":1.01},"min":{"1min":0.73299999999999998,"5min":0.53500000000000003,"15min":0.52400000000000002},"max":{"1min":1.276,"5min":7.0599999999999996,"15min":7.0599999999999996},"last":0.95799999999999996}]},{"osd":3,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":1.05,"15min":0.94999999999999996},"min":{"1min":0.61799999999999999,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.2330000000000001,"5min":4.6829999999999998,"15min":6.9550000000000001},"last":0.67200000000000004},{"interface":"front","average":{"1min":1.105,"5min":1.165,"15min":1.1259999999999999},"min":{"1min":0.72599999999999998,"5min":0.59999999999999998,"15min":0.52300000000000002},"max":{"1min":1.881,"5min":3.1120000000000001,"15min":9.3320000000000007},"last":0.93899999999999995}]},{"osd":4,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.3759999999999999,"5min":1.4870000000000001,"15min":1.3220000000000001},"min":{"1min":0.76100000000000001,"5min":0.63600000000000001,"15min":0.58599999999999997},"max":{"1min":3.6659999999999999,"5min":9.8019999999999996,"15min":9.8019999999999996},"last":1.1950000000000001},{"interface":"front","average":{"1min":1.7410000000000001,"5min":1.4399999999999999,"15min":1.24},"min":{"1min":0.65900000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":9.3919999999999995,"5min":9.3919999999999995,"15min":9.3919999999999995},"last":1.272}]},{"osd":5,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.1930000000000001,"5min":1.4239999999999999,"15min":1.266},"min":{"1min":0.748,"5min":0.62,"15min":0.62},"max":{"1min":2.923,"5min":11.699,"15min":11.699},"last":1.252},{"interface":"front","average":{"1min":1.452,"5min":1.619,"15min":1.4570000000000001},"min":{"1min":0.96599999999999997,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":2.5640000000000001,"5min":11.744,"15min":11.744},"last":1.2949999999999999}]},{"osd":6,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.345,"5min":1.496,"15min":1.357},"min":{"1min":0.80800000000000005,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":2.194,"5min":8.5030000000000001,"15min":8.5030000000000001},"last":1.369},{"interface":"front","average":{"1min":1.2290000000000001,"5min":1.341,"15min":1.3080000000000001},"min":{"1min":0.89500000000000002,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.48,"5min":4.5590000000000002,"15min":6.8810000000000002},"last":1.5920000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.4139999999999999,"5min":1.5189999999999999,"15min":1.4179999999999999},"min":{"1min":0.88200000000000001,"5min":0.83799999999999997,"15min":0.81000000000000005},"max":{"1min":2.3220000000000001,"5min":7.891,"15min":7.891},"last":1.4430000000000001},{"interface":"front","average":{"1min":1.3819999999999999,"5min":1.4790000000000001,"15min":1.419},"min":{"1min":0.91800000000000004,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":2.028,"5min":4.8150000000000004,"15min":7.1219999999999999},"last":1.3460000000000001}]}]},{"osd":3,"up_from":14,"seq":60129543735,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":47152,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":46848,"kb_avail":94324688,"statfs":{"total":96636764160,"available":96588480512,"internally_reserved":0,"allocated":303104,"data_stored":114953,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":47972352},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.3029999999999999,"5min":0.90700000000000003,"15min":0.84099999999999997},"min":{"1min":0.52500000000000002,"5min":0.48699999999999999,"15min":0.437},"max":{"1min":5.2249999999999996,"5min":5.2249999999999996,"15min":5.2249999999999996},"last":0.58299999999999996},{"interface":"front","average":{"1min":1.1040000000000001,"5min":0.90300000000000002,"15min":0.88500000000000001},"min":{"1min":0.59599999999999997,"5min":0.53000000000000003,"15min":0.47299999999999998},"max":{"1min":3.8220000000000001,"5min":3.8220000000000001,"15min":5.0309999999999997},"last":0.60499999999999998}]},{"osd":1,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"min":{"1min":0.59299999999999997,"5min":0.47499999999999998,"15min":0.47399999999999998},"max":{"1min":3.843,"5min":3.843,"15min":3.843},"last":0.56299999999999994},{"interface":"front","average":{"1min":1.331,"5min":1.0509999999999999,"15min":1.0269999999999999},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.51200000000000001},"max":{"1min":5.3470000000000004,"5min":5.3470000000000004,"15min":5.3470000000000004},"last":0.79700000000000004}]},{"osd":2,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.339,"5min":1.127,"15min":1.137},"min":{"1min":0.76300000000000001,"5min":0.58799999999999997,"15min":0.53900000000000003},"max":{"1min":3.9430000000000001,"5min":3.9430000000000001,"15min":13.201000000000001},"last":0.76600000000000001},{"interface":"front","average":{"1min":1.577,"5min":1.278,"15min":1.3120000000000001},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.53100000000000003},"max":{"1min":5.452,"5min":5.452,"15min":13.452999999999999},"last":0.94099999999999995}]},{"osd":4,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":1.1599999999999999,"15min":1.1080000000000001},"min":{"1min":0.63600000000000001,"5min":0.56599999999999995,"15min":0.56200000000000006},"max":{"1min":1.623,"5min":9.9390000000000001,"15min":9.9390000000000001},"last":0.71899999999999997},{"interface":"front","average":{"1min":1.466,"5min":1.3440000000000001,"15min":1.264},"min":{"1min":0.97299999999999998,"5min":0.64400000000000002,"15min":0.60799999999999998},"max":{"1min":4.0999999999999996,"5min":10.026999999999999,"15min":10.026999999999999},"last":0.88800000000000001}]},{"osd":5,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.7010000000000001,"5min":1.3919999999999999,"15min":1.3460000000000001},"min":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.60999999999999999},"max":{"1min":5.8579999999999997,"5min":5.8579999999999997,"15min":5.8579999999999997},"last":1.0620000000000001},{"interface":"front","average":{"1min":1.357,"5min":1.218,"15min":1.2250000000000001},"min":{"1min":0.92100000000000004,"5min":0.78700000000000003,"15min":0.72699999999999998},"max":{"1min":2.4289999999999998,"5min":2.7240000000000002,"15min":3.653},"last":0.83199999999999996}]},{"osd":6,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.631,"5min":1.4079999999999999,"15min":1.3939999999999999},"min":{"1min":1.073,"5min":0.81299999999999994,"15min":0.72899999999999998},"max":{"1min":4.0339999999999998,"5min":4.0339999999999998,"15min":5.1360000000000001},"last":1.0109999999999999},{"interface":"front","average":{"1min":1.8280000000000001,"5min":1.5149999999999999,"15min":1.462},"min":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"max":{"1min":5.9660000000000002,"5min":5.9660000000000002,"15min":5.9660000000000002},"last":1.2070000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:18:32 2020","interfaces":[{"interface":"back","average":{"1min":1.353,"5min":1.3240000000000001,"15min":1.3280000000000001},"min":{"1min":0.89400000000000002,"5min":0.88800000000000001,"15min":0.82699999999999996},"max":{"1min":1.7509999999999999,"5min":3.4950000000000001,"15min":4.3840000000000003},"last":0.98199999999999998},{"interface":"front","average":{"1min":1.671,"5min":1.4730000000000001,"15min":1.429},"min":{"1min":1.1559999999999999,"5min":0.91400000000000003,"15min":0.79100000000000004},"max":{"1min":4.2119999999999997,"5min":4.2119999999999997,"15min":4.2119999999999997},"last":1.1240000000000001}]}]},{"osd":4,"up_from":14,"seq":60129543735,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5079776,"kb_used_data":3972056,"kb_used_omap":3,"kb_used_meta":1107708,"kb_avail":89292064,"statfs":{"total":96636764160,"available":91435073536,"internally_reserved":0,"allocated":4067385344,"data_stored":7735070279,"data_compressed":100013552,"data_compressed_allocated":3667861504,"data_compressed_original":7335723008,"omap_allocated":3509,"internal_metadata":1134293579},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.3759999999999999,"5min":1.1479999999999999,"15min":1.0860000000000001},"min":{"1min":0.498,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":5.5010000000000003,"5min":5.5010000000000003,"15min":28.308},"last":0.88200000000000001},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.0660000000000001,"15min":1.0469999999999999},"min":{"1min":0.53000000000000003,"5min":0.439,"15min":0.439},"max":{"1min":5.5780000000000003,"5min":5.5780000000000003,"15min":28.077999999999999},"last":1.069}]},{"osd":1,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.99399999999999999,"15min":0.90400000000000003},"min":{"1min":0.53600000000000003,"5min":0.49299999999999999,"15min":0.48699999999999999},"max":{"1min":4.8239999999999998,"5min":4.9000000000000004,"15min":5.3179999999999996},"last":1.1559999999999999},{"interface":"front","average":{"1min":1.5760000000000001,"5min":1.278,"15min":1.083},"min":{"1min":0.57499999999999996,"5min":0.56999999999999995,"15min":0.48699999999999999},"max":{"1min":6.1980000000000004,"5min":6.1980000000000004,"15min":6.1980000000000004},"last":1.024}]},{"osd":2,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.607,"5min":1.4239999999999999,"15min":1.4850000000000001},"min":{"1min":0.72699999999999998,"5min":0.53300000000000003,"15min":0.53200000000000003},"max":{"1min":4.9480000000000004,"5min":6.1219999999999999,"15min":87.712000000000003},"last":0.84299999999999997},{"interface":"front","average":{"1min":1.77,"5min":1.5449999999999999,"15min":1.6279999999999999},"min":{"1min":0.96399999999999997,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":6.3250000000000002,"5min":6.3250000000000002,"15min":87.751000000000005},"last":1.1279999999999999}]},{"osd":3,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.601,"5min":1.3089999999999999,"15min":1.149},"min":{"1min":0.74299999999999999,"5min":0.625,"15min":0.59499999999999997},"max":{"1min":6.5220000000000002,"5min":6.5220000000000002,"15min":6.5220000000000002},"last":0.95399999999999996},{"interface":"front","average":{"1min":1.484,"5min":1.391,"15min":1.2130000000000001},"min":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.623},"max":{"1min":5.1130000000000004,"5min":5.3600000000000003,"15min":5.5720000000000001},"last":1.0469999999999999}]},{"osd":5,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.8680000000000001,"5min":1.5469999999999999,"15min":1.3149999999999999},"min":{"1min":0.69899999999999995,"5min":0.69299999999999995,"15min":0.63800000000000001},"max":{"1min":6.077,"5min":6.077,"15min":6.077},"last":0.72899999999999998},{"interface":"front","average":{"1min":1.7490000000000001,"5min":1.591,"15min":1.3240000000000001},"min":{"1min":0.72599999999999998,"5min":0.63600000000000001,"15min":0.59399999999999997},"max":{"1min":6.4119999999999999,"5min":8.5150000000000006,"15min":8.5150000000000006},"last":0.79200000000000004}]},{"osd":6,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.597,"5min":1.5620000000000001,"15min":1.3959999999999999},"min":{"1min":0.90000000000000002,"5min":0.67400000000000004,"15min":0.65200000000000002},"max":{"1min":5.2279999999999998,"5min":5.5609999999999999,"15min":7.4219999999999997},"last":0.96699999999999997},{"interface":"front","average":{"1min":1.837,"5min":1.718,"15min":1.5289999999999999},"min":{"1min":1.0249999999999999,"5min":0.94499999999999995,"15min":0.82799999999999996},"max":{"1min":6.8259999999999996,"5min":6.8259999999999996,"15min":7.6959999999999997},"last":1.2370000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":2.1019999999999999,"5min":1.7290000000000001,"15min":1.5029999999999999},"min":{"1min":0.98199999999999998,"5min":0.77600000000000002,"15min":0.72599999999999998},"max":{"1min":6.5919999999999996,"5min":6.5919999999999996,"15min":6.7030000000000003},"last":1.1919999999999999},{"interface":"front","average":{"1min":1.75,"5min":1.716,"15min":1.5269999999999999},"min":{"1min":1.085,"5min":0.93000000000000005,"15min":0.79900000000000004},"max":{"1min":5.8789999999999996,"5min":5.8789999999999996,"15min":5.8789999999999996},"last":1.28}]}]},{"osd":5,"up_from":14,"seq":60129543736,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1746756,"kb_used_data":1314236,"kb_used_omap":0,"kb_used_meta":432512,"kb_avail":92625084,"statfs":{"total":96636764160,"available":94848086016,"internally_reserved":0,"allocated":1345777664,"data_stored":2565197415,"data_compressed":48277839,"data_compressed_allocated":1219604480,"data_compressed_original":2439208960,"omap_allocated":0,"internal_metadata":442892288},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.96199999999999997,"15min":0.88600000000000001},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.43099999999999999},"max":{"1min":1.4119999999999999,"5min":6.6210000000000004,"15min":8.7439999999999998},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.996,"5min":1.2609999999999999,"15min":1.091},"min":{"1min":0.66300000000000003,"5min":0.59999999999999998,"15min":0.57599999999999996},"max":{"1min":1.6279999999999999,"5min":6.4420000000000002,"15min":6.4420000000000002},"last":1.129}]},{"osd":1,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.105,"15min":0.97199999999999998},"min":{"1min":0.59899999999999998,"5min":0.52800000000000002,"15min":0.47499999999999998},"max":{"1min":1.7549999999999999,"5min":4.9530000000000003,"15min":4.9530000000000003},"last":1.008},{"interface":"front","average":{"1min":0.96899999999999997,"5min":1.123,"15min":1.01},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.50900000000000001},"max":{"1min":1.994,"5min":6.2000000000000002,"15min":6.2000000000000002},"last":0.748}]},{"osd":2,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.038,"15min":0.95899999999999996},"min":{"1min":0.55700000000000005,"5min":0.53200000000000003,"15min":0.52200000000000002},"max":{"1min":2.77,"5min":2.77,"15min":3.4980000000000002},"last":0.80600000000000005},{"interface":"front","average":{"1min":1.1910000000000001,"5min":1.1950000000000001,"15min":1.1100000000000001},"min":{"1min":0.72599999999999998,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.8700000000000001,"5min":3.218,"15min":3.5059999999999998},"last":1.242}]},{"osd":3,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.3120000000000001,"15min":1.1870000000000001},"min":{"1min":0.73399999999999999,"5min":0.69299999999999995,"15min":0.64000000000000001},"max":{"1min":1.8959999999999999,"5min":6.319,"15min":6.319},"last":0.98099999999999998},{"interface":"front","average":{"1min":1.329,"5min":1.21,"15min":1.1499999999999999},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.61099999999999999},"max":{"1min":4.79,"5min":4.79,"15min":9.8819999999999997},"last":1.0629999999999999}]},{"osd":4,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.3009999999999999,"5min":1.3149999999999999,"15min":1.2529999999999999},"min":{"1min":0.70999999999999996,"5min":0.63600000000000001,"15min":0.628},"max":{"1min":1.9770000000000001,"5min":3.3759999999999999,"15min":8.6129999999999995},"last":1.399},{"interface":"front","average":{"1min":1.226,"5min":1.5,"15min":1.3400000000000001},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":2.1680000000000001,"5min":6.532,"15min":6.532},"last":1.3580000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.292,"5min":1.369,"15min":1.2490000000000001},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":2.5670000000000002,"5min":3.891,"15min":3.891},"last":1.282},{"interface":"front","average":{"1min":1.5700000000000001,"5min":1.5489999999999999,"15min":1.464},"min":{"1min":0.97799999999999998,"5min":0.89400000000000002,"15min":0.89400000000000002},"max":{"1min":2.4649999999999999,"5min":3.9350000000000001,"15min":8.4600000000000009},"last":1.504}]},{"osd":7,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.484,"5min":1.7210000000000001,"15min":1.552},"min":{"1min":0.92500000000000004,"5min":0.81999999999999995,"15min":0.80500000000000005},"max":{"1min":2.6240000000000001,"5min":6.5110000000000001,"15min":9.5649999999999995},"last":1.468},{"interface":"front","average":{"1min":1.506,"5min":1.5820000000000001,"15min":1.5109999999999999},"min":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":2.6949999999999998,"5min":6.2750000000000004,"15min":10.055},"last":1.423}]}]}]}} 2020-11-19T21:19:37.339 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2020-11-19T21:19:37.600 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T21:19:37.600 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":27,"fsid":"856d888c-d18e-490d-bbbc-39dd04dff0a4","created":"2020-11-19T19:07:01.339158+0000","modified":"2020-11-19T19:07:41.307604+0000","last_up_change":"2020-11-19T19:07:08.977363+0000","last_in_change":"2020-11-19T19:07:08.977363+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-11-19T19:07:05.006054+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"16","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"rbd","create_time":"2020-11-19T19:07:12.725382+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"19","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}},{"pool":3,"pool_name":"datapool","create_time":"2020-11-19T19:07:26.368466+0000","flags":8197,"flags_names":"hashpspool,ec_overwrites,selfmanaged_snaps","type":3,"size":3,"min_size":2,"crush_rule":1,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":4,"pg_placement_num":4,"pg_placement_num_target":4,"pg_num_target":4,"pg_num_pending":4,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":26,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"teuthologyprofile","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":8192,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"b44c1437-0122-4690-a0fd-8dd352fbb0fd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":22109},{"type":"v1","addr":"172.21.15.77:6801","nonce":22109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":22109},{"type":"v1","addr":"172.21.15.77:6803","nonce":22109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":22109},{"type":"v1","addr":"172.21.15.77:6807","nonce":22109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":22109},{"type":"v1","addr":"172.21.15.77:6805","nonce":22109}]},"public_addr":"172.21.15.77:6801/22109","cluster_addr":"172.21.15.77:6803/22109","heartbeat_back_addr":"172.21.15.77:6807/22109","heartbeat_front_addr":"172.21.15.77:6805/22109","state":["exists","up"]},{"osd":1,"uuid":"57635b02-a38a-4416-af4b-efd649b0d72d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":14,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":22122},{"type":"v1","addr":"172.21.15.77:6809","nonce":22122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":22122},{"type":"v1","addr":"172.21.15.77:6811","nonce":22122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":22122},{"type":"v1","addr":"172.21.15.77:6815","nonce":22122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":22122},{"type":"v1","addr":"172.21.15.77:6813","nonce":22122}]},"public_addr":"172.21.15.77:6809/22122","cluster_addr":"172.21.15.77:6811/22122","heartbeat_back_addr":"172.21.15.77:6815/22122","heartbeat_front_addr":"172.21.15.77:6813/22122","state":["exists","up"]},{"osd":2,"uuid":"b5ee80ca-2a64-46ce-b77e-eb1e9213d557","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":22143},{"type":"v1","addr":"172.21.15.77:6817","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6818","nonce":22143},{"type":"v1","addr":"172.21.15.77:6819","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":22143},{"type":"v1","addr":"172.21.15.77:6823","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":22143},{"type":"v1","addr":"172.21.15.77:6821","nonce":22143}]},"public_addr":"172.21.15.77:6817/22143","cluster_addr":"172.21.15.77:6819/22143","heartbeat_back_addr":"172.21.15.77:6823/22143","heartbeat_front_addr":"172.21.15.77:6821/22143","state":["exists","up"]},{"osd":3,"uuid":"0a080412-d734-4e8a-9242-a7896ca366d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":22144},{"type":"v1","addr":"172.21.15.77:6825","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":22144},{"type":"v1","addr":"172.21.15.77:6827","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":22144},{"type":"v1","addr":"172.21.15.77:6831","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":22144},{"type":"v1","addr":"172.21.15.77:6829","nonce":22144}]},"public_addr":"172.21.15.77:6825/22144","cluster_addr":"172.21.15.77:6827/22144","heartbeat_back_addr":"172.21.15.77:6831/22144","heartbeat_front_addr":"172.21.15.77:6829/22144","state":["exists","up"]},{"osd":4,"uuid":"37a57344-7219-4090-8b38-8ca174296223","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":22143},{"type":"v1","addr":"172.21.15.2:6801","nonce":22143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":22143},{"type":"v1","addr":"172.21.15.2:6803","nonce":22143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":22143},{"type":"v1","addr":"172.21.15.2:6807","nonce":22143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":22143},{"type":"v1","addr":"172.21.15.2:6805","nonce":22143}]},"public_addr":"172.21.15.2:6801/22143","cluster_addr":"172.21.15.2:6803/22143","heartbeat_back_addr":"172.21.15.2:6807/22143","heartbeat_front_addr":"172.21.15.2:6805/22143","state":["exists","up"]},{"osd":5,"uuid":"55627e10-79bd-4329-a28b-b1ca8f231713","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":22144},{"type":"v1","addr":"172.21.15.2:6809","nonce":22144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":22144},{"type":"v1","addr":"172.21.15.2:6811","nonce":22144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":22144},{"type":"v1","addr":"172.21.15.2:6815","nonce":22144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":22144},{"type":"v1","addr":"172.21.15.2:6813","nonce":22144}]},"public_addr":"172.21.15.2:6809/22144","cluster_addr":"172.21.15.2:6811/22144","heartbeat_back_addr":"172.21.15.2:6815/22144","heartbeat_front_addr":"172.21.15.2:6813/22144","state":["exists","up"]},{"osd":6,"uuid":"2a5ba3a0-72e3-4ac9-8b46-27b4427c3776","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6817","nonce":22173},{"type":"v1","addr":"172.21.15.2:6819","nonce":22173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6821","nonce":22173},{"type":"v1","addr":"172.21.15.2:6823","nonce":22173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":22173},{"type":"v1","addr":"172.21.15.2:6831","nonce":22173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6825","nonce":22173},{"type":"v1","addr":"172.21.15.2:6827","nonce":22173}]},"public_addr":"172.21.15.2:6819/22173","cluster_addr":"172.21.15.2:6823/22173","heartbeat_back_addr":"172.21.15.2:6831/22173","heartbeat_front_addr":"172.21.15.2:6827/22173","state":["exists","up"]},{"osd":7,"uuid":"4ecea895-1e92-40d3-9725-45d6d84902cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":22174},{"type":"v1","addr":"172.21.15.2:6818","nonce":22174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":22174},{"type":"v1","addr":"172.21.15.2:6822","nonce":22174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":22174},{"type":"v1","addr":"172.21.15.2:6829","nonce":22174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":22174},{"type":"v1","addr":"172.21.15.2:6826","nonce":22174}]},"public_addr":"172.21.15.2:6818/22174","cluster_addr":"172.21.15.2:6822/22174","heartbeat_back_addr":"172.21.15.2:6829/22174","heartbeat_front_addr":"172.21.15.2:6826/22174","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.173627+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.226720+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.252349+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.185017+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.254638+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.190251+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.209462+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-11-19T19:07:07.242509+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-root":"default","jerasure-per-chunk-alignment":"false","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van","w":"8"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[{"pool":3,"snaps":[{"begin":2,"length":1}]}],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-11-19T21:19:38.727 INFO:tasks.ceph:Scrubbing osd.0 2020-11-19T21:19:38.727 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.0 config set osd_debug_deep_scrub_sleep 0 2020-11-19T21:19:38.863 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2020-11-19T21:19:38.863 INFO:teuthology.orchestra.run.smithi077.stdout: "success": "osd_debug_deep_scrub_sleep = '0.000000' (not observed, change may require restart) " 2020-11-19T21:19:38.864 INFO:teuthology.orchestra.run.smithi077.stdout:} 2020-11-19T21:19:38.875 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 0 2020-11-19T21:19:39.136 INFO:teuthology.orchestra.run.smithi077.stderr:instructed osd(s) 0 to deep-scrub 2020-11-19T21:19:39.147 INFO:tasks.ceph:Scrubbing osd.1 2020-11-19T21:19:39.147 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.1 config set osd_debug_deep_scrub_sleep 0 2020-11-19T21:19:39.279 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2020-11-19T21:19:39.280 INFO:teuthology.orchestra.run.smithi077.stdout: "success": "osd_debug_deep_scrub_sleep = '0.000000' (not observed, change may require restart) " 2020-11-19T21:19:39.280 INFO:teuthology.orchestra.run.smithi077.stdout:} 2020-11-19T21:19:39.291 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 1 2020-11-19T21:19:39.596 INFO:teuthology.orchestra.run.smithi077.stderr:instructed osd(s) 1 to deep-scrub 2020-11-19T21:19:39.610 INFO:tasks.ceph:Scrubbing osd.2 2020-11-19T21:19:39.610 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.2 config set osd_debug_deep_scrub_sleep 0 2020-11-19T21:19:39.779 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2020-11-19T21:19:39.779 INFO:teuthology.orchestra.run.smithi077.stdout: "success": "osd_debug_deep_scrub_sleep = '0.000000' (not observed, change may require restart) " 2020-11-19T21:19:39.779 INFO:teuthology.orchestra.run.smithi077.stdout:} 2020-11-19T21:19:39.794 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 2 2020-11-19T21:19:40.129 INFO:teuthology.orchestra.run.smithi077.stderr:instructed osd(s) 2 to deep-scrub 2020-11-19T21:19:40.139 INFO:tasks.ceph:Scrubbing osd.3 2020-11-19T21:19:40.139 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.3 config set osd_debug_deep_scrub_sleep 0 2020-11-19T21:19:40.318 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2020-11-19T21:19:40.319 INFO:teuthology.orchestra.run.smithi077.stdout: "success": "osd_debug_deep_scrub_sleep = '0.000000' (not observed, change may require restart) " 2020-11-19T21:19:40.320 INFO:teuthology.orchestra.run.smithi077.stdout:} 2020-11-19T21:19:40.331 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 3 2020-11-19T21:19:40.706 INFO:teuthology.orchestra.run.smithi077.stderr:instructed osd(s) 3 to deep-scrub 2020-11-19T21:19:40.720 INFO:tasks.ceph:Scrubbing osd.4 2020-11-19T21:19:40.720 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.4 config set osd_debug_deep_scrub_sleep 0 2020-11-19T21:19:40.880 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2020-11-19T21:19:40.880 INFO:teuthology.orchestra.run.smithi077.stdout: "success": "osd_debug_deep_scrub_sleep = '0.000000' (not observed, change may require restart) " 2020-11-19T21:19:40.880 INFO:teuthology.orchestra.run.smithi077.stdout:} 2020-11-19T21:19:40.895 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 4 2020-11-19T21:19:41.229 INFO:teuthology.orchestra.run.smithi077.stderr:instructed osd(s) 4 to deep-scrub 2020-11-19T21:19:41.242 INFO:tasks.ceph:Scrubbing osd.5 2020-11-19T21:19:41.243 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.5 config set osd_debug_deep_scrub_sleep 0 2020-11-19T21:19:41.416 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2020-11-19T21:19:41.416 INFO:teuthology.orchestra.run.smithi077.stdout: "success": "osd_debug_deep_scrub_sleep = '0.000000' (not observed, change may require restart) " 2020-11-19T21:19:41.416 INFO:teuthology.orchestra.run.smithi077.stdout:} 2020-11-19T21:19:41.431 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 5 2020-11-19T21:19:41.775 INFO:teuthology.orchestra.run.smithi077.stderr:instructed osd(s) 5 to deep-scrub 2020-11-19T21:19:41.788 INFO:tasks.ceph:Scrubbing osd.6 2020-11-19T21:19:41.788 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.6 config set osd_debug_deep_scrub_sleep 0 2020-11-19T21:19:41.959 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2020-11-19T21:19:41.959 INFO:teuthology.orchestra.run.smithi077.stdout: "success": "osd_debug_deep_scrub_sleep = '0.000000' (not observed, change may require restart) " 2020-11-19T21:19:41.960 INFO:teuthology.orchestra.run.smithi077.stdout:} 2020-11-19T21:19:41.971 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 6 2020-11-19T21:19:42.322 INFO:teuthology.orchestra.run.smithi077.stderr:instructed osd(s) 6 to deep-scrub 2020-11-19T21:19:42.337 INFO:tasks.ceph:Scrubbing osd.7 2020-11-19T21:19:42.338 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.7 config set osd_debug_deep_scrub_sleep 0 2020-11-19T21:19:42.508 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2020-11-19T21:19:42.508 INFO:teuthology.orchestra.run.smithi077.stdout: "success": "osd_debug_deep_scrub_sleep = '0.000000' (not observed, change may require restart) " 2020-11-19T21:19:42.509 INFO:teuthology.orchestra.run.smithi077.stdout:} 2020-11-19T21:19:42.758 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 7 2020-11-19T21:19:43.109 INFO:teuthology.orchestra.run.smithi077.stderr:instructed osd(s) 7 to deep-scrub 2020-11-19T21:19:44.697 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2020-11-19T21:19:45.064 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T21:19:45.068 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2020-11-19T21:19:45.078 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":3997,"stamp":"2020-11-19T21:19:44.484025+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20599580713,"num_objects":4961,"num_object_clones":0,"num_object_copies":14871,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4961,"num_whiteouts":0,"num_read":460735,"num_read_kb":13981223,"num_write":610588,"num_write_kb":83203330,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":6,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":45771,"ondisk_log_size":45771,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":19955780,"kb_used_data":15794116,"kb_used_omap":7,"kb_used_meta":4161592,"kb_avail":735018940,"statfs":{"total":773094113280,"available":752659394560,"internally_reserved":0,"allocated":16173174784,"data_stored":30901030228,"data_compressed":494094171,"data_compressed_allocated":14729285632,"data_compressed_original":29458571264,"omap_allocated":7613,"internal_metadata":4261470787},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":1266,"num_read_kb":26121,"num_write":162,"num_write_kb":16844,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002422"},"pg_stats":[{"pgid":"2.7","version":"27'1","reported_seq":"27","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T19:48:15.116379+0000","last_change":"2020-11-19T19:07:14.254302+0000","last_active":"2020-11-19T19:48:15.116379+0000","last_peered":"2020-11-19T19:48:15.116379+0000","last_clean":"2020-11-19T19:48:15.116379+0000","last_became_active":"2020-11-19T19:07:14.253849+0000","last_became_peered":"2020-11-19T19:07:14.253849+0000","last_unstale":"2020-11-19T19:48:15.116379+0000","last_undegraded":"2020-11-19T19:48:15.116379+0000","last_fullsized":"2020-11-19T19:48:15.116379+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":1,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":17,"num_read_kb":5,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0],"acting":[3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"17","reported_epoch":"26","state":"active+clean","last_fresh":"2020-11-19T19:07:31.361025+0000","last_change":"2020-11-19T19:07:14.257759+0000","last_active":"2020-11-19T19:07:31.361025+0000","last_peered":"2020-11-19T19:07:31.361025+0000","last_clean":"2020-11-19T19:07:31.361025+0000","last_became_active":"2020-11-19T19:07:14.257405+0000","last_became_peered":"2020-11-19T19:07:14.257405+0000","last_unstale":"2020-11-19T19:07:31.361025+0000","last_undegraded":"2020-11-19T19:07:31.361025+0000","last_fullsized":"2020-11-19T19:07:31.361025+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.5","version":"27'918","reported_seq":"2882","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.433551+0000","last_change":"2020-11-19T19:07:14.189768+0000","last_active":"2020-11-19T21:19:33.433551+0000","last_peered":"2020-11-19T21:19:33.433551+0000","last_clean":"2020-11-19T21:19:33.433551+0000","last_became_active":"2020-11-19T19:07:14.189278+0000","last_became_peered":"2020-11-19T19:07:14.189278+0000","last_unstale":"2020-11-19T21:19:33.433551+0000","last_undegraded":"2020-11-19T21:19:33.433551+0000","last_fullsized":"2020-11-19T21:19:33.433551+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":918,"ondisk_log_size":918,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4421,"num_read_kb":3603,"num_write":1555,"num_write_kb":1543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4],"acting":[3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1","version":"27'86077","reported_seq":"137233","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.405734+0000","last_change":"2020-11-19T19:07:31.712605+0000","last_active":"2020-11-19T21:19:33.405734+0000","last_peered":"2020-11-19T21:19:33.405734+0000","last_clean":"2020-11-19T21:19:33.405734+0000","last_became_active":"2020-11-19T19:07:28.349881+0000","last_became_peered":"2020-11-19T19:07:28.349881+0000","last_unstale":"2020-11-19T21:19:33.405734+0000","last_undegraded":"2020-11-19T21:19:33.405734+0000","last_fullsized":"2020-11-19T21:19:33.405734+0000","mapping_epoch":22,"log_start":"27'75999","ondisk_log_start":"27'75999","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10078,"ondisk_log_size":10078,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5061851648,"num_objects":1214,"num_object_clones":0,"num_object_copies":3642,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1214,"num_whiteouts":0,"num_read":51206,"num_read_kb":3065464,"num_write":86079,"num_write_kb":18480749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,2,4],"acting":[6,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.0","version":"27'1","reported_seq":"23","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T19:49:15.379814+0000","last_change":"2020-11-19T19:07:14.191957+0000","last_active":"2020-11-19T19:49:15.379814+0000","last_peered":"2020-11-19T19:49:15.379814+0000","last_clean":"2020-11-19T19:49:15.379814+0000","last_became_active":"2020-11-19T19:07:14.191501+0000","last_became_peered":"2020-11-19T19:07:14.191501+0000","last_unstale":"2020-11-19T19:49:15.379814+0000","last_undegraded":"2020-11-19T19:49:15.379814+0000","last_fullsized":"2020-11-19T19:49:15.379814+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":1,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2","version":"27'118337","reported_seq":"202824","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.401320+0000","last_change":"2020-11-19T19:07:31.361614+0000","last_active":"2020-11-19T21:19:33.401320+0000","last_peered":"2020-11-19T21:19:33.401320+0000","last_clean":"2020-11-19T21:19:33.401320+0000","last_became_active":"2020-11-19T19:07:28.350529+0000","last_became_peered":"2020-11-19T19:07:28.350529+0000","last_unstale":"2020-11-19T21:19:33.401320+0000","last_undegraded":"2020-11-19T21:19:33.401320+0000","last_fullsized":"2020-11-19T21:19:33.401320+0000","mapping_epoch":22,"log_start":"27'108274","ondisk_log_start":"27'108274","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10063,"ondisk_log_size":10063,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5148064787,"num_objects":1241,"num_object_clones":0,"num_object_copies":3723,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1241,"num_whiteouts":0,"num_read":84545,"num_read_kb":3235084,"num_write":118337,"num_write_kb":18523500,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,2,0],"acting":[4,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.0","version":"16'2","reported_seq":"19","reported_epoch":"26","state":"active+clean","last_fresh":"2020-11-19T19:07:31.361041+0000","last_change":"2020-11-19T19:07:10.181139+0000","last_active":"2020-11-19T19:07:31.361041+0000","last_peered":"2020-11-19T19:07:31.361041+0000","last_clean":"2020-11-19T19:07:31.361041+0000","last_became_active":"2020-11-19T19:07:10.180716+0000","last_became_peered":"2020-11-19T19:07:10.180716+0000","last_unstale":"2020-11-19T19:07:31.361041+0000","last_undegraded":"2020-11-19T19:07:31.361041+0000","last_fullsized":"2020-11-19T19:07:31.361041+0000","mapping_epoch":14,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":15,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:05.961698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:05.961698+0000","last_clean_scrub_stamp":"2020-11-19T19:07:05.961698+0000","log_size":2,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5],"acting":[1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"16","reported_epoch":"26","state":"active+clean","last_fresh":"2020-11-19T19:07:31.361393+0000","last_change":"2020-11-19T19:07:14.262073+0000","last_active":"2020-11-19T19:07:31.361393+0000","last_peered":"2020-11-19T19:07:31.361393+0000","last_clean":"2020-11-19T19:07:31.361393+0000","last_became_active":"2020-11-19T19:07:14.261672+0000","last_became_peered":"2020-11-19T19:07:14.261672+0000","last_unstale":"2020-11-19T19:07:31.361393+0000","last_undegraded":"2020-11-19T19:07:31.361393+0000","last_fullsized":"2020-11-19T19:07:31.361393+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,2],"acting":[3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.0","version":"27'94397","reported_seq":"155361","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.396294+0000","last_change":"2020-11-19T19:07:31.712206+0000","last_active":"2020-11-19T21:19:33.396294+0000","last_peered":"2020-11-19T21:19:33.396294+0000","last_clean":"2020-11-19T21:19:33.396294+0000","last_became_active":"2020-11-19T19:07:28.368112+0000","last_became_peered":"2020-11-19T19:07:28.368112+0000","last_unstale":"2020-11-19T21:19:33.396294+0000","last_undegraded":"2020-11-19T21:19:33.396294+0000","last_fullsized":"2020-11-19T21:19:33.396294+0000","mapping_epoch":22,"log_start":"27'84315","ondisk_log_start":"27'84315","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10082,"ondisk_log_size":10082,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5130074112,"num_objects":1230,"num_object_clones":0,"num_object_copies":3690,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1230,"num_whiteouts":0,"num_read":61011,"num_read_kb":2822928,"num_write":94397,"num_write_kb":17152261,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"27'1837","reported_seq":"3013","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.444965+0000","last_change":"2020-11-19T19:07:14.189624+0000","last_active":"2020-11-19T21:19:33.444965+0000","last_peered":"2020-11-19T21:19:33.444965+0000","last_clean":"2020-11-19T21:19:33.444965+0000","last_became_active":"2020-11-19T19:07:14.189197+0000","last_became_peered":"2020-11-19T19:07:14.189197+0000","last_unstale":"2020-11-19T21:19:33.444965+0000","last_undegraded":"2020-11-19T21:19:33.444965+0000","last_fullsized":"2020-11-19T21:19:33.444965+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":1837,"ondisk_log_size":1837,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":690,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":10627,"num_read_kb":8794,"num_write":3571,"num_write_kb":3559,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5],"acting":[7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3","version":"27'301325","reported_seq":"534152","reported_epoch":"27","state":"active+clean+scrubbing+deep","last_fresh":"2020-11-19T21:19:33.403153+0000","last_change":"2020-11-19T21:19:39.439789+0000","last_active":"2020-11-19T21:19:33.403153+0000","last_peered":"2020-11-19T21:19:33.403153+0000","last_clean":"2020-11-19T21:19:33.403153+0000","last_became_active":"2020-11-19T19:07:28.351084+0000","last_became_peered":"2020-11-19T19:07:28.351084+0000","last_unstale":"2020-11-19T21:19:33.403153+0000","last_undegraded":"2020-11-19T21:19:33.403153+0000","last_fullsized":"2020-11-19T21:19:33.403153+0000","mapping_epoch":22,"log_start":"27'291314","ondisk_log_start":"27'291314","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10011,"ondisk_log_size":10011,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5259588096,"num_objects":1264,"num_object_clones":0,"num_object_copies":3792,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1264,"num_whiteouts":0,"num_read":232882,"num_read_kb":4832000,"num_write":301325,"num_write_kb":29036400,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'2568","reported_seq":"2587","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T19:50:43.129609+0000","last_change":"2020-11-19T19:07:14.256545+0000","last_active":"2020-11-19T19:50:43.129609+0000","last_peered":"2020-11-19T19:50:43.129609+0000","last_clean":"2020-11-19T19:50:43.129609+0000","last_became_active":"2020-11-19T19:07:14.256105+0000","last_became_peered":"2020-11-19T19:07:14.256105+0000","last_unstale":"2020-11-19T19:50:43.129609+0000","last_undegraded":"2020-11-19T19:50:43.129609+0000","last_fullsized":"2020-11-19T19:50:43.129609+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":2568,"ondisk_log_size":2568,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":674,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":15376,"num_read_kb":12810,"num_write":5128,"num_write_kb":5122,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6],"acting":[3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.4","version":"27'210","reported_seq":"3007","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.425066+0000","last_change":"2020-11-19T19:07:14.256634+0000","last_active":"2020-11-19T21:19:33.425066+0000","last_peered":"2020-11-19T21:19:33.425066+0000","last_clean":"2020-11-19T21:19:33.425066+0000","last_became_active":"2020-11-19T19:07:14.256121+0000","last_became_peered":"2020-11-19T19:07:14.256121+0000","last_unstale":"2020-11-19T21:19:33.425066+0000","last_undegraded":"2020-11-19T21:19:33.425066+0000","last_fullsized":"2020-11-19T21:19:33.425066+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":210,"ondisk_log_size":210,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":639,"num_read_kb":532,"num_write":192,"num_write_kb":185,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6],"acting":[5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":20599578643,"num_objects":4949,"num_object_clones":0,"num_object_copies":14847,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4949,"num_whiteouts":0,"num_read":429644,"num_read_kb":13955476,"num_write":600138,"num_write_kb":83192910,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":16170831872,"data_stored":30900117504,"data_compressed":494094171,"data_compressed_allocated":14729285632,"data_compressed_original":29458571264,"omap_allocated":0,"internal_metadata":0},"log_size":40234,"ondisk_log_size":40234,"up":12,"acting":12,"num_store_stats":6},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":2,"acting":2,"num_store_stats":2},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2070,"num_objects":10,"num_object_clones":0,"num_object_copies":20,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":31091,"num_read_kb":25747,"num_write":10448,"num_write_kb":10411,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":49152,"data_stored":4140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3509,"internal_metadata":0},"log_size":5535,"ondisk_log_size":5535,"up":16,"acting":16,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":14,"seq":60129543736,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1756836,"kb_used_data":1312860,"kb_used_omap":0,"kb_used_meta":443968,"kb_avail":92615004,"statfs":{"total":96636764160,"available":94837764096,"internally_reserved":0,"allocated":1344368640,"data_stored":2565197399,"data_compressed":48752274,"data_compressed_allocated":1221009408,"data_compressed_original":2442018816,"omap_allocated":0,"internal_metadata":454623232},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.94399999999999995,"15min":0.85199999999999998},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.433},"max":{"1min":1.847,"5min":2.1539999999999999,"15min":2.1539999999999999},"last":0.59099999999999997},{"interface":"front","average":{"1min":1.3879999999999999,"5min":1.1819999999999999,"15min":1.006},"min":{"1min":0.48399999999999999,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":8.3200000000000003,"5min":8.3200000000000003,"15min":8.3200000000000003},"last":0.64600000000000002}]},{"osd":1,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.105,"15min":0.98499999999999999},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.51500000000000001},"max":{"1min":2.0649999999999999,"5min":2.8620000000000001,"15min":2.8620000000000001},"last":0.80500000000000005},{"interface":"front","average":{"1min":1.3380000000000001,"5min":1.1879999999999999,"15min":1.079},"min":{"1min":0.60199999999999998,"5min":0.57299999999999995,"15min":0.54900000000000004},"max":{"1min":8.4629999999999992,"5min":8.4629999999999992,"15min":8.4629999999999992},"last":0.94499999999999995}]},{"osd":2,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":1.216,"15min":1.05},"min":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.52000000000000002},"max":{"1min":1.649,"5min":22.456,"15min":22.456},"last":0.68700000000000006},{"interface":"front","average":{"1min":1.163,"5min":1.54,"15min":1.2789999999999999},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.56999999999999995},"max":{"1min":2.3239999999999998,"5min":22.41,"15min":22.41},"last":0.998}]},{"osd":3,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.1699999999999999,"15min":1.077},"min":{"1min":0.66000000000000003,"5min":0.64900000000000002,"15min":0.61699999999999999},"max":{"1min":3.589,"5min":5.718,"15min":5.718},"last":0.90200000000000002},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.403,"15min":1.2509999999999999},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.9590000000000001,"5min":6.5170000000000003,"15min":6.5170000000000003},"last":1.153}]},{"osd":4,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.4399999999999999,"5min":1.4059999999999999,"15min":1.2849999999999999},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.59599999999999997},"max":{"1min":8.5920000000000005,"5min":8.5920000000000005,"15min":8.5920000000000005},"last":1.091},{"interface":"front","average":{"1min":1.177,"5min":1.296,"15min":1.226},"min":{"1min":0.81000000000000005,"5min":0.71199999999999997,"15min":0.65000000000000002},"max":{"1min":2.7250000000000001,"5min":5.593,"15min":7.0549999999999997},"last":1.034}]},{"osd":5,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.234,"5min":1.5249999999999999,"15min":1.411},"min":{"1min":0.90300000000000002,"5min":0.80400000000000005,"15min":0.66300000000000003},"max":{"1min":2.552,"5min":4.218,"15min":8.3949999999999996},"last":1.242},{"interface":"front","average":{"1min":1.7490000000000001,"5min":1.5640000000000001,"15min":1.486},"min":{"1min":0.91500000000000004,"5min":0.754,"15min":0.754},"max":{"1min":8.718,"5min":8.718,"15min":8.718},"last":1.2070000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.962,"5min":1.7050000000000001,"15min":1.5529999999999999},"min":{"1min":1.038,"5min":0.89900000000000002,"15min":0.85399999999999998},"max":{"1min":8.8480000000000008,"5min":8.8480000000000008,"15min":8.8480000000000008},"last":1.286},{"interface":"front","average":{"1min":1.5800000000000001,"5min":1.508,"15min":1.4410000000000001},"min":{"1min":0.97299999999999998,"5min":0.92900000000000005,"15min":0.85499999999999998},"max":{"1min":4.6879999999999997,"5min":4.6879999999999997,"15min":7.1689999999999996},"last":1.1779999999999999}]}]},{"osd":6,"up_from":14,"seq":60129543737,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1688432,"kb_used_data":1283816,"kb_used_omap":0,"kb_used_meta":404608,"kb_avail":92683408,"statfs":{"total":96636764160,"available":94907809792,"internally_reserved":0,"allocated":1314627584,"data_stored":2531089991,"data_compressed":50382714,"data_compressed_allocated":1216638976,"data_compressed_original":2433277952,"omap_allocated":0,"internal_metadata":414318592},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.2589999999999999,"15min":1.002},"min":{"1min":0.46700000000000003,"5min":0.434,"15min":0.434},"max":{"1min":1.784,"5min":17.023,"15min":17.373000000000001},"last":0.71999999999999997},{"interface":"front","average":{"1min":1.149,"5min":1.3260000000000001,"15min":1.153},"min":{"1min":0.59799999999999998,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":2.129,"5min":17.103999999999999,"15min":17.440999999999999},"last":1.075}]},{"osd":1,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.95899999999999996,"15min":0.84099999999999997},"min":{"1min":0.626,"5min":0.54700000000000004,"15min":0.499},"max":{"1min":1.282,"5min":3.907,"15min":3.907},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.93700000000000006,"5min":1.2310000000000001,"15min":1.044},"min":{"1min":0.60799999999999998,"5min":0.57399999999999995,"15min":0.56399999999999995},"max":{"1min":1.4279999999999999,"5min":10.898999999999999,"15min":10.898999999999999},"last":0.94899999999999995}]},{"osd":2,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.1479999999999999,"15min":1.0249999999999999},"min":{"1min":0.60399999999999998,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":2.008,"5min":3.5760000000000001,"15min":16.725000000000001},"last":0.82099999999999995},{"interface":"front","average":{"1min":1.075,"5min":1.2430000000000001,"15min":1.1559999999999999},"min":{"1min":0.54500000000000004,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.9790000000000001,"5min":4.2709999999999999,"15min":16.699000000000002},"last":0.91600000000000004}]},{"osd":3,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.2989999999999999,"15min":1.2},"min":{"1min":0.76700000000000002,"5min":0.65100000000000002,"15min":0.629},"max":{"1min":1.73,"5min":4.181,"15min":4.181},"last":1.121},{"interface":"front","average":{"1min":1.306,"5min":1.3939999999999999,"15min":1.276},"min":{"1min":0.69499999999999995,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.925,"5min":4.5229999999999997,"15min":4.5229999999999997},"last":1.357}]},{"osd":4,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.1699999999999999,"5min":1.5780000000000001,"15min":1.3109999999999999},"min":{"1min":0.628,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":3.0059999999999998,"5min":11.071,"15min":11.071},"last":1.153},{"interface":"front","average":{"1min":1.212,"5min":1.379,"15min":1.2849999999999999},"min":{"1min":0.71299999999999997,"5min":0.68700000000000006,"15min":0.622},"max":{"1min":2.2509999999999999,"5min":3.794,"15min":6.5609999999999999},"last":1.2210000000000001}]},{"osd":5,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.1990000000000001,"5min":1.4430000000000001,"15min":1.2729999999999999},"min":{"1min":0.68799999999999994,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":2.5539999999999998,"5min":5.0279999999999996,"15min":5.0279999999999996},"last":1.286},{"interface":"front","average":{"1min":1.28,"5min":1.577,"15min":1.3560000000000001},"min":{"1min":0.78000000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":3.4689999999999999,"5min":11.151999999999999,"15min":11.151999999999999},"last":1.3160000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.4279999999999999,"5min":1.4950000000000001,"15min":1.411},"min":{"1min":0.83799999999999997,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":2.056,"5min":3.6850000000000001,"15min":3.798},"last":1.446},{"interface":"front","average":{"1min":1.337,"5min":1.625,"15min":1.45},"min":{"1min":0.93700000000000006,"5min":0.874,"15min":0.874},"max":{"1min":1.8520000000000001,"5min":5.1849999999999996,"15min":5.1849999999999996},"last":1.413}]}]},{"osd":1,"up_from":14,"seq":60129543737,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5088,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366752,"statfs":{"total":96636764160,"available":96631554048,"internally_reserved":0,"allocated":286720,"data_stored":113573,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.82099999999999995,"15min":0.78300000000000003},"min":{"1min":0.47099999999999997,"5min":0.437,"15min":0.437},"max":{"1min":2.548,"5min":2.548,"15min":2.548},"last":1.01},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.0029999999999999,"15min":0.997},"min":{"1min":0.498,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":4.181,"5min":4.181,"15min":7.077},"last":1.093}]},{"osd":2,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.4630000000000001,"5min":1.0289999999999999,"15min":0.93999999999999995},"min":{"1min":0.48699999999999999,"5min":0.47699999999999998,"15min":0.47099999999999997},"max":{"1min":4.9779999999999998,"5min":4.9779999999999998,"15min":5.5380000000000003},"last":1.034},{"interface":"front","average":{"1min":1.611,"5min":1.1919999999999999,"15min":1.0760000000000001},"min":{"1min":0.73499999999999999,"5min":0.60699999999999998,"15min":0.54200000000000004},"max":{"1min":4.9240000000000004,"5min":4.9240000000000004,"15min":4.9240000000000004},"last":1.266}]},{"osd":3,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":0.98999999999999999,"15min":0.97399999999999998},"min":{"1min":0.621,"5min":0.56499999999999995,"15min":0.51000000000000001},"max":{"1min":1.6799999999999999,"5min":2.6320000000000001,"15min":3.9239999999999999},"last":1.1919999999999999},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0580000000000001,"15min":1.056},"min":{"1min":0.64000000000000001,"5min":0.57399999999999995,"15min":0.57299999999999995},"max":{"1min":3.1699999999999999,"5min":3.1699999999999999,"15min":5.6749999999999998},"last":1.2450000000000001}]},{"osd":4,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.1699999999999999,"15min":1.2090000000000001},"min":{"1min":0.61799999999999999,"5min":0.59199999999999997,"15min":0.56599999999999995},"max":{"1min":2.2080000000000002,"5min":2.5640000000000001,"15min":5.4450000000000003},"last":1.4079999999999999},{"interface":"front","average":{"1min":1.3500000000000001,"5min":1.327,"15min":1.2989999999999999},"min":{"1min":0.76900000000000002,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":3.7970000000000002,"5min":6.3540000000000001,"15min":6.3540000000000001},"last":1.597}]},{"osd":5,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.4530000000000001,"5min":1.369,"15min":1.3460000000000001},"min":{"1min":0.871,"5min":0.72299999999999998,"15min":0.69299999999999995},"max":{"1min":3.9350000000000001,"5min":6.8929999999999998,"15min":9.6750000000000007},"last":1.6759999999999999},{"interface":"front","average":{"1min":1.288,"5min":1.2709999999999999,"15min":1.2789999999999999},"min":{"1min":0.84099999999999997,"5min":0.622,"15min":0.622},"max":{"1min":2.702,"5min":3.7090000000000001,"15min":7.0090000000000003},"last":1.3420000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.4630000000000001,"5min":1.3899999999999999,"15min":1.387},"min":{"1min":0.90600000000000003,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":2.8199999999999998,"5min":3.589,"15min":7.2869999999999999},"last":1.5569999999999999},{"interface":"front","average":{"1min":1.385,"5min":1.302,"15min":1.2909999999999999},"min":{"1min":1.05,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":2.3780000000000001,"5min":2.6819999999999999,"15min":2.6819999999999999},"last":1.7470000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:18:50 2020","interfaces":[{"interface":"back","average":{"1min":1.5580000000000001,"5min":1.4790000000000001,"15min":1.4610000000000001},"min":{"1min":0.91600000000000004,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":4.056,"5min":4.4960000000000004,"15min":4.4960000000000004},"last":1.764},{"interface":"front","average":{"1min":1.4950000000000001,"5min":1.49,"15min":1.4750000000000001},"min":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.76000000000000001},"max":{"1min":3.0609999999999999,"5min":4.29,"15min":6.8979999999999997},"last":1.4910000000000001}]}]},{"osd":0,"up_from":14,"seq":60129543737,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":3490452,"kb_used_data":2656908,"kb_used_omap":2,"kb_used_meta":833533,"kb_avail":90881388,"statfs":{"total":96636764160,"available":93062541312,"internally_reserved":0,"allocated":2720673792,"data_stored":5204093877,"data_compressed":74650822,"data_compressed_allocated":2483597312,"data_compressed_original":4967194624,"omap_allocated":2052,"internal_metadata":853538812},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.84599999999999997,"15min":0.80200000000000005},"min":{"1min":0.49399999999999999,"5min":0.46800000000000003,"15min":0.44800000000000001},"max":{"1min":1.369,"5min":3.0649999999999999,"15min":5.4619999999999997},"last":1.046},{"interface":"front","average":{"1min":1.079,"5min":0.90500000000000003,"15min":0.80200000000000005},"min":{"1min":0.498,"5min":0.46300000000000002,"15min":0.45600000000000002},"max":{"1min":5.1230000000000002,"5min":5.1230000000000002,"15min":5.1230000000000002},"last":0.95299999999999996}]},{"osd":2,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.2629999999999999,"5min":1.0629999999999999,"15min":1.008},"min":{"1min":0.56799999999999995,"5min":0.51200000000000001,"15min":0.47499999999999998},"max":{"1min":4.3540000000000001,"5min":4.3540000000000001,"15min":11.127000000000001},"last":1.3620000000000001},{"interface":"front","average":{"1min":1.115,"5min":1.028,"15min":1.022},"min":{"1min":0.59399999999999997,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":3.9950000000000001,"5min":4.952,"15min":10.077},"last":0.69699999999999995}]},{"osd":3,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.91300000000000003,"15min":0.878},"min":{"1min":0.57899999999999996,"5min":0.53700000000000003,"15min":0.497},"max":{"1min":2.5619999999999998,"5min":2.8879999999999999,"15min":3.258},"last":0.93100000000000005},{"interface":"front","average":{"1min":1.377,"5min":1.246,"15min":1.1699999999999999},"min":{"1min":0.71099999999999997,"5min":0.625,"15min":0.57699999999999996},"max":{"1min":4.5069999999999997,"5min":4.5069999999999997,"15min":4.5069999999999997},"last":1.173}]},{"osd":4,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.337,"5min":1.204,"15min":1.099},"min":{"1min":0.76600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":4.681,"5min":4.681,"15min":4.681},"last":0.78400000000000003},{"interface":"front","average":{"1min":1.677,"5min":1.4390000000000001,"15min":1.3360000000000001},"min":{"1min":0.73599999999999999,"5min":0.72799999999999998,"15min":0.68300000000000005},"max":{"1min":4.6630000000000003,"5min":6.423,"15min":6.423},"last":1.2490000000000001}]},{"osd":5,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.452,"5min":1.4099999999999999,"15min":1.266},"min":{"1min":0.79900000000000004,"5min":0.63800000000000001,"15min":0.61699999999999999},"max":{"1min":4.2699999999999996,"5min":7.1120000000000001,"15min":7.1120000000000001},"last":1.1060000000000001},{"interface":"front","average":{"1min":1.4490000000000001,"5min":1.5840000000000001,"15min":1.3100000000000001},"min":{"1min":0.96099999999999997,"5min":0.76600000000000001,"15min":0.68799999999999994},"max":{"1min":4.3890000000000002,"5min":10.717000000000001,"15min":10.717000000000001},"last":1.024}]},{"osd":6,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.778,"5min":1.552,"15min":1.452},"min":{"1min":0.89300000000000002,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":4.5839999999999996,"5min":5.9880000000000004,"15min":6.2270000000000003},"last":1.429},{"interface":"front","average":{"1min":1.7270000000000001,"5min":1.498,"15min":1.373},"min":{"1min":0.91400000000000003,"5min":0.749,"15min":0.72099999999999997},"max":{"1min":5.6100000000000003,"5min":6.1379999999999999,"15min":6.4870000000000001},"last":1.1930000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.806,"5min":1.5169999999999999,"15min":1.4179999999999999},"min":{"1min":0.99399999999999999,"5min":0.89700000000000002,"15min":0.876},"max":{"1min":4.4740000000000002,"5min":4.4740000000000002,"15min":4.4740000000000002},"last":1.2869999999999999},{"interface":"front","average":{"1min":1.5720000000000001,"5min":1.5669999999999999,"15min":1.375},"min":{"1min":0.96099999999999997,"5min":0.91000000000000003,"15min":0.85399999999999998},"max":{"1min":4.5449999999999999,"5min":10.57,"15min":10.57},"last":1.206}]}]},{"osd":2,"up_from":14,"seq":60129543737,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":6141288,"kb_used_data":5253664,"kb_used_omap":2,"kb_used_meta":887613,"kb_avail":88230552,"statfs":{"total":96636764160,"available":90348085248,"internally_reserved":0,"allocated":5379751936,"data_stored":10300152741,"data_compressed":172016970,"data_compressed_allocated":4920573952,"data_compressed_original":9841147904,"omap_allocated":2052,"internal_metadata":908916732},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.90300000000000002,"15min":0.90200000000000002},"min":{"1min":0.54700000000000004,"5min":0.44,"15min":0.44},"max":{"1min":1.8100000000000001,"5min":2.8100000000000001,"15min":6.4119999999999999},"last":0.78600000000000003},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.135,"15min":1.01},"min":{"1min":0.57799999999999996,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.724,"5min":7.3760000000000003,"15min":7.3760000000000003},"last":0.69599999999999995}]},{"osd":1,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.93700000000000006,"15min":0.96899999999999997},"min":{"1min":0.57099999999999995,"5min":0.49299999999999999,"15min":0.48099999999999998},"max":{"1min":1.1539999999999999,"5min":2.5430000000000001,"15min":9.1999999999999993},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1.0860000000000001,"15min":1.01},"min":{"1min":0.73299999999999998,"5min":0.53500000000000003,"15min":0.52400000000000002},"max":{"1min":1.276,"5min":7.0599999999999996,"15min":7.0599999999999996},"last":0.76900000000000002}]},{"osd":3,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":1.05,"15min":0.94999999999999996},"min":{"1min":0.61799999999999999,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.2330000000000001,"5min":4.6829999999999998,"15min":6.9550000000000001},"last":0.67800000000000005},{"interface":"front","average":{"1min":1.105,"5min":1.165,"15min":1.1259999999999999},"min":{"1min":0.72599999999999998,"5min":0.59999999999999998,"15min":0.52300000000000002},"max":{"1min":1.881,"5min":3.1120000000000001,"15min":9.3320000000000007},"last":0.70999999999999996}]},{"osd":4,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.3759999999999999,"5min":1.4870000000000001,"15min":1.3220000000000001},"min":{"1min":0.76100000000000001,"5min":0.63600000000000001,"15min":0.58599999999999997},"max":{"1min":3.6659999999999999,"5min":9.8019999999999996,"15min":9.8019999999999996},"last":0.95699999999999996},{"interface":"front","average":{"1min":1.7410000000000001,"5min":1.4399999999999999,"15min":1.24},"min":{"1min":0.65900000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":9.3919999999999995,"5min":9.3919999999999995,"15min":9.3919999999999995},"last":1.141}]},{"osd":5,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.1930000000000001,"5min":1.4239999999999999,"15min":1.266},"min":{"1min":0.748,"5min":0.62,"15min":0.62},"max":{"1min":2.923,"5min":11.699,"15min":11.699},"last":0.97199999999999998},{"interface":"front","average":{"1min":1.452,"5min":1.619,"15min":1.4570000000000001},"min":{"1min":0.96599999999999997,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":2.5640000000000001,"5min":11.744,"15min":11.744},"last":1.157}]},{"osd":6,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.345,"5min":1.496,"15min":1.357},"min":{"1min":0.80800000000000005,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":2.194,"5min":8.5030000000000001,"15min":8.5030000000000001},"last":1.2789999999999999},{"interface":"front","average":{"1min":1.2290000000000001,"5min":1.341,"15min":1.3080000000000001},"min":{"1min":0.89500000000000002,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.48,"5min":4.5590000000000002,"15min":6.8810000000000002},"last":1.0529999999999999}]},{"osd":7,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.4139999999999999,"5min":1.5189999999999999,"15min":1.4179999999999999},"min":{"1min":0.88200000000000001,"5min":0.83799999999999997,"15min":0.81000000000000005},"max":{"1min":2.3220000000000001,"5min":7.891,"15min":7.891},"last":1.212},{"interface":"front","average":{"1min":1.3819999999999999,"5min":1.4790000000000001,"15min":1.419},"min":{"1min":0.91800000000000004,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":2.028,"5min":4.8150000000000004,"15min":7.1219999999999999},"last":1.179}]}]},{"osd":3,"up_from":14,"seq":60129543736,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":47152,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":46848,"kb_avail":94324688,"statfs":{"total":96636764160,"available":96588480512,"internally_reserved":0,"allocated":303104,"data_stored":114953,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":47972352},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":0.77100000000000002,"5min":0.91200000000000003,"15min":0.83899999999999997},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.443},"max":{"1min":1.4510000000000001,"5min":5.2249999999999996,"15min":5.2249999999999996},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.91400000000000003,"15min":0.874},"min":{"1min":0.59699999999999998,"5min":0.53000000000000003,"15min":0.47299999999999998},"max":{"1min":1.3440000000000001,"5min":3.8220000000000001,"15min":5.0309999999999997},"last":0.89300000000000002}]},{"osd":1,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.877,"15min":0.85299999999999998},"min":{"1min":0.51600000000000001,"5min":0.47499999999999998,"15min":0.47399999999999998},"max":{"1min":1.7070000000000001,"5min":3.843,"15min":3.843},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.92100000000000004,"5min":1.0580000000000001,"15min":1.016},"min":{"1min":0.64800000000000002,"5min":0.54600000000000004,"15min":0.51200000000000001},"max":{"1min":2.0310000000000001,"5min":5.3470000000000004,"15min":5.3470000000000004},"last":0.93600000000000005}]},{"osd":2,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.137,"15min":1.1359999999999999},"min":{"1min":0.64800000000000002,"5min":0.58799999999999997,"15min":0.53900000000000003},"max":{"1min":1.8280000000000001,"5min":3.9430000000000001,"15min":13.201000000000001},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.123,"5min":1.292,"15min":1.306},"min":{"1min":0.82599999999999996,"5min":0.67100000000000004,"15min":0.53100000000000003},"max":{"1min":2.1459999999999999,"5min":5.452,"15min":13.452999999999999},"last":1.22}]},{"osd":4,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.1890000000000001,"15min":1.101},"min":{"1min":0.71899999999999997,"5min":0.63600000000000001,"15min":0.56200000000000006},"max":{"1min":1.9219999999999999,"5min":9.9390000000000001,"15min":9.9390000000000001},"last":1.2410000000000001},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.3799999999999999,"15min":1.256},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.60799999999999998},"max":{"1min":2.3279999999999998,"5min":10.026999999999999,"15min":10.026999999999999},"last":1.1539999999999999}]},{"osd":5,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.2969999999999999,"5min":1.4079999999999999,"15min":1.345},"min":{"1min":0.82499999999999996,"5min":0.78500000000000003,"15min":0.76800000000000002},"max":{"1min":2.4249999999999998,"5min":5.8579999999999997,"15min":5.8579999999999997},"last":1.0740000000000001},{"interface":"front","average":{"1min":1.202,"5min":1.2490000000000001,"15min":1.212},"min":{"1min":0.83199999999999996,"5min":0.78700000000000003,"15min":0.72699999999999998},"max":{"1min":2.278,"5min":2.7240000000000002,"15min":3.653},"last":1.0960000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.325,"5min":1.431,"15min":1.391},"min":{"1min":0.97799999999999998,"5min":0.81299999999999994,"15min":0.72899999999999998},"max":{"1min":2.2629999999999999,"5min":4.0339999999999998,"15min":5.1360000000000001},"last":1.3},{"interface":"front","average":{"1min":1.3799999999999999,"5min":1.524,"15min":1.46},"min":{"1min":0.94899999999999995,"5min":0.89300000000000002,"15min":0.89300000000000002},"max":{"1min":2.2440000000000002,"5min":5.9660000000000002,"15min":5.9660000000000002},"last":1.3999999999999999}]},{"osd":7,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.2709999999999999,"5min":1.3420000000000001,"15min":1.3220000000000001},"min":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":2.3929999999999998,"5min":3.4950000000000001,"15min":4.3840000000000003},"last":1.325},{"interface":"front","average":{"1min":1.379,"5min":1.4990000000000001,"15min":1.421},"min":{"1min":0.97099999999999997,"5min":0.96499999999999997,"15min":0.79100000000000004},"max":{"1min":2.4489999999999998,"5min":4.2119999999999997,"15min":4.2119999999999997},"last":1.429}]}]},{"osd":4,"up_from":14,"seq":60129543736,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5079776,"kb_used_data":3972056,"kb_used_omap":3,"kb_used_meta":1107708,"kb_avail":89292064,"statfs":{"total":96636764160,"available":91435073536,"internally_reserved":0,"allocated":4067385344,"data_stored":7735070279,"data_compressed":100013552,"data_compressed_allocated":3667861504,"data_compressed_original":7335723008,"omap_allocated":3509,"internal_metadata":1134293579},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.3759999999999999,"5min":1.1479999999999999,"15min":1.0860000000000001},"min":{"1min":0.498,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":5.5010000000000003,"5min":5.5010000000000003,"15min":28.308},"last":1.145},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.0660000000000001,"15min":1.0469999999999999},"min":{"1min":0.53000000000000003,"5min":0.439,"15min":0.439},"max":{"1min":5.5780000000000003,"5min":5.5780000000000003,"15min":28.077999999999999},"last":0.94899999999999995}]},{"osd":1,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.99399999999999999,"15min":0.90400000000000003},"min":{"1min":0.53600000000000003,"5min":0.49299999999999999,"15min":0.48699999999999999},"max":{"1min":4.8239999999999998,"5min":4.9000000000000004,"15min":5.3179999999999996},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.5760000000000001,"5min":1.278,"15min":1.083},"min":{"1min":0.57499999999999996,"5min":0.56999999999999995,"15min":0.48699999999999999},"max":{"1min":6.1980000000000004,"5min":6.1980000000000004,"15min":6.1980000000000004},"last":0.85499999999999998}]},{"osd":2,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.607,"5min":1.4239999999999999,"15min":1.4850000000000001},"min":{"1min":0.72699999999999998,"5min":0.53300000000000003,"15min":0.53200000000000003},"max":{"1min":4.9480000000000004,"5min":6.1219999999999999,"15min":87.712000000000003},"last":1.226},{"interface":"front","average":{"1min":1.77,"5min":1.5449999999999999,"15min":1.6279999999999999},"min":{"1min":0.96399999999999997,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":6.3250000000000002,"5min":6.3250000000000002,"15min":87.751000000000005},"last":1.319}]},{"osd":3,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.601,"5min":1.3089999999999999,"15min":1.149},"min":{"1min":0.74299999999999999,"5min":0.625,"15min":0.59499999999999997},"max":{"1min":6.5220000000000002,"5min":6.5220000000000002,"15min":6.5220000000000002},"last":1.1919999999999999},{"interface":"front","average":{"1min":1.484,"5min":1.391,"15min":1.2130000000000001},"min":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.623},"max":{"1min":5.1130000000000004,"5min":5.3600000000000003,"15min":5.5720000000000001},"last":1.371}]},{"osd":5,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.8680000000000001,"5min":1.5469999999999999,"15min":1.3149999999999999},"min":{"1min":0.69899999999999995,"5min":0.69299999999999995,"15min":0.63800000000000001},"max":{"1min":6.077,"5min":6.077,"15min":6.077},"last":1.5009999999999999},{"interface":"front","average":{"1min":1.7490000000000001,"5min":1.591,"15min":1.3240000000000001},"min":{"1min":0.72599999999999998,"5min":0.63600000000000001,"15min":0.59399999999999997},"max":{"1min":6.4119999999999999,"5min":8.5150000000000006,"15min":8.5150000000000006},"last":1.401}]},{"osd":6,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":1.597,"5min":1.5620000000000001,"15min":1.3959999999999999},"min":{"1min":0.90000000000000002,"5min":0.67400000000000004,"15min":0.65200000000000002},"max":{"1min":5.2279999999999998,"5min":5.5609999999999999,"15min":7.4219999999999997},"last":1.6850000000000001},{"interface":"front","average":{"1min":1.837,"5min":1.718,"15min":1.5289999999999999},"min":{"1min":1.0249999999999999,"5min":0.94499999999999995,"15min":0.82799999999999996},"max":{"1min":6.8259999999999996,"5min":6.8259999999999996,"15min":7.6959999999999997},"last":1.629}]},{"osd":7,"last update":"Thu Nov 19 21:18:48 2020","interfaces":[{"interface":"back","average":{"1min":2.1019999999999999,"5min":1.7290000000000001,"15min":1.5029999999999999},"min":{"1min":0.98199999999999998,"5min":0.77600000000000002,"15min":0.72599999999999998},"max":{"1min":6.5919999999999996,"5min":6.5919999999999996,"15min":6.7030000000000003},"last":1.5509999999999999},{"interface":"front","average":{"1min":1.75,"5min":1.716,"15min":1.5269999999999999},"min":{"1min":1.085,"5min":0.93000000000000005,"15min":0.79900000000000004},"max":{"1min":5.8789999999999996,"5min":5.8789999999999996,"15min":5.8789999999999996},"last":1.573}]}]},{"osd":5,"up_from":14,"seq":60129543737,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1746756,"kb_used_data":1314236,"kb_used_omap":0,"kb_used_meta":432512,"kb_avail":92625084,"statfs":{"total":96636764160,"available":94848086016,"internally_reserved":0,"allocated":1345777664,"data_stored":2565197415,"data_compressed":48277839,"data_compressed_allocated":1219604480,"data_compressed_original":2439208960,"omap_allocated":0,"internal_metadata":442892288},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.96199999999999997,"15min":0.88600000000000001},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.43099999999999999},"max":{"1min":1.4119999999999999,"5min":6.6210000000000004,"15min":8.7439999999999998},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.996,"5min":1.2609999999999999,"15min":1.091},"min":{"1min":0.66300000000000003,"5min":0.59999999999999998,"15min":0.57599999999999996},"max":{"1min":1.6279999999999999,"5min":6.4420000000000002,"15min":6.4420000000000002},"last":1.4059999999999999}]},{"osd":1,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.105,"15min":0.97199999999999998},"min":{"1min":0.59899999999999998,"5min":0.52800000000000002,"15min":0.47499999999999998},"max":{"1min":1.7549999999999999,"5min":4.9530000000000003,"15min":4.9530000000000003},"last":1.0640000000000001},{"interface":"front","average":{"1min":0.96899999999999997,"5min":1.123,"15min":1.01},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.50900000000000001},"max":{"1min":1.994,"5min":6.2000000000000002,"15min":6.2000000000000002},"last":1.268}]},{"osd":2,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.038,"15min":0.95899999999999996},"min":{"1min":0.55700000000000005,"5min":0.53200000000000003,"15min":0.52200000000000002},"max":{"1min":2.77,"5min":2.77,"15min":3.4980000000000002},"last":1.133},{"interface":"front","average":{"1min":1.1910000000000001,"5min":1.1950000000000001,"15min":1.1100000000000001},"min":{"1min":0.72599999999999998,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.8700000000000001,"5min":3.218,"15min":3.5059999999999998},"last":1.2250000000000001}]},{"osd":3,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.3120000000000001,"15min":1.1870000000000001},"min":{"1min":0.73399999999999999,"5min":0.69299999999999995,"15min":0.64000000000000001},"max":{"1min":1.8959999999999999,"5min":6.319,"15min":6.319},"last":1.5109999999999999},{"interface":"front","average":{"1min":1.329,"5min":1.21,"15min":1.1499999999999999},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.61099999999999999},"max":{"1min":4.79,"5min":4.79,"15min":9.8819999999999997},"last":0.97899999999999998}]},{"osd":4,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.3009999999999999,"5min":1.3149999999999999,"15min":1.2529999999999999},"min":{"1min":0.70999999999999996,"5min":0.63600000000000001,"15min":0.628},"max":{"1min":1.9770000000000001,"5min":3.3759999999999999,"15min":8.6129999999999995},"last":1.3720000000000001},{"interface":"front","average":{"1min":1.226,"5min":1.5,"15min":1.3400000000000001},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":2.1680000000000001,"5min":6.532,"15min":6.532},"last":1.679}]},{"osd":6,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.292,"5min":1.369,"15min":1.2490000000000001},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":2.5670000000000002,"5min":3.891,"15min":3.891},"last":1.3120000000000001},{"interface":"front","average":{"1min":1.5700000000000001,"5min":1.5489999999999999,"15min":1.464},"min":{"1min":0.97799999999999998,"5min":0.89400000000000002,"15min":0.89400000000000002},"max":{"1min":2.4649999999999999,"5min":3.9350000000000001,"15min":8.4600000000000009},"last":1.532}]},{"osd":7,"last update":"Thu Nov 19 21:18:41 2020","interfaces":[{"interface":"back","average":{"1min":1.484,"5min":1.7210000000000001,"15min":1.552},"min":{"1min":0.92500000000000004,"5min":0.81999999999999995,"15min":0.80500000000000005},"max":{"1min":2.6240000000000001,"5min":6.5110000000000001,"15min":9.5649999999999995},"last":1.5940000000000001},{"interface":"front","average":{"1min":1.506,"5min":1.5820000000000001,"15min":1.5109999999999999},"min":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":2.6949999999999998,"5min":6.2750000000000004,"15min":10.055},"last":1.4770000000000001}]}]}]}} 2020-11-19T21:19:45.206 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.206 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.207 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.207 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2020-11-19T19:07:27.335687+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=27, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.207 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.208 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2020-11-19T19:07:27.335687+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=27, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.208 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2020-11-19T19:07:05.961698+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=5, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.208 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.208 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2020-11-19T19:07:27.335687+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=27, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.209 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.209 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2020-11-19T19:07:27.335687+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=27, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.209 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.210 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:19:45.210 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2020-11-19T21:20:05.212 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2020-11-19T21:20:05.529 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T21:20:05.530 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2020-11-19T21:20:05.546 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":4007,"stamp":"2020-11-19T21:20:04.487638+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20599580713,"num_objects":4961,"num_object_clones":0,"num_object_copies":14871,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4961,"num_whiteouts":0,"num_read":460735,"num_read_kb":13981223,"num_write":610588,"num_write_kb":83203330,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":6,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":8470,"num_omap_keys":27,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":45776,"ondisk_log_size":45776,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":19955844,"kb_used_data":15794116,"kb_used_omap":7,"kb_used_meta":4161656,"kb_avail":735018876,"statfs":{"total":773094113280,"available":752659329024,"internally_reserved":0,"allocated":16173174784,"data_stored":30901030228,"data_compressed":494094171,"data_compressed_allocated":14729285632,"data_compressed_original":29458571264,"omap_allocated":7613,"internal_metadata":4261536323},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002274"},"pg_stats":[{"pgid":"2.7","version":"27'1","reported_seq":"27","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T19:48:15.116379+0000","last_change":"2020-11-19T19:07:14.254302+0000","last_active":"2020-11-19T19:48:15.116379+0000","last_peered":"2020-11-19T19:48:15.116379+0000","last_clean":"2020-11-19T19:48:15.116379+0000","last_became_active":"2020-11-19T19:07:14.253849+0000","last_became_peered":"2020-11-19T19:07:14.253849+0000","last_unstale":"2020-11-19T19:48:15.116379+0000","last_undegraded":"2020-11-19T19:48:15.116379+0000","last_fullsized":"2020-11-19T19:48:15.116379+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":1,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":17,"num_read_kb":5,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0],"acting":[3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"20","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:55.582025+0000","last_change":"2020-11-19T21:19:55.582105+0000","last_active":"2020-11-19T21:19:55.582025+0000","last_peered":"2020-11-19T21:19:55.582025+0000","last_clean":"2020-11-19T21:19:55.582025+0000","last_became_active":"2020-11-19T19:07:14.257405+0000","last_became_peered":"2020-11-19T19:07:14.257405+0000","last_unstale":"2020-11-19T21:19:55.582025+0000","last_undegraded":"2020-11-19T21:19:55.582025+0000","last_fullsized":"2020-11-19T21:19:55.582025+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T21:19:55.582021+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T21:19:55.582021+0000","last_clean_scrub_stamp":"2020-11-19T21:19:55.582021+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.5","version":"27'918","reported_seq":"2882","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.433551+0000","last_change":"2020-11-19T19:07:14.189768+0000","last_active":"2020-11-19T21:19:33.433551+0000","last_peered":"2020-11-19T21:19:33.433551+0000","last_clean":"2020-11-19T21:19:33.433551+0000","last_became_active":"2020-11-19T19:07:14.189278+0000","last_became_peered":"2020-11-19T19:07:14.189278+0000","last_unstale":"2020-11-19T21:19:33.433551+0000","last_undegraded":"2020-11-19T21:19:33.433551+0000","last_fullsized":"2020-11-19T21:19:33.433551+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":918,"ondisk_log_size":918,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4421,"num_read_kb":3603,"num_write":1555,"num_write_kb":1543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4],"acting":[3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1","version":"27'86077","reported_seq":"137236","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:55.327547+0000","last_change":"2020-11-19T21:19:55.327932+0000","last_active":"2020-11-19T21:19:55.327547+0000","last_peered":"2020-11-19T21:19:55.327547+0000","last_clean":"2020-11-19T21:19:55.327547+0000","last_became_active":"2020-11-19T19:07:28.349881+0000","last_became_peered":"2020-11-19T19:07:28.349881+0000","last_unstale":"2020-11-19T21:19:55.327547+0000","last_undegraded":"2020-11-19T21:19:55.327547+0000","last_fullsized":"2020-11-19T21:19:55.327547+0000","mapping_epoch":22,"log_start":"27'75999","ondisk_log_start":"27'75999","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'86077","last_scrub_stamp":"2020-11-19T21:19:55.327541+0000","last_deep_scrub":"27'86077","last_deep_scrub_stamp":"2020-11-19T21:19:55.327541+0000","last_clean_scrub_stamp":"2020-11-19T21:19:55.327541+0000","log_size":10078,"ondisk_log_size":10078,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5061851648,"num_objects":1214,"num_object_clones":0,"num_object_copies":3642,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1214,"num_whiteouts":0,"num_read":51206,"num_read_kb":3065464,"num_write":86079,"num_write_kb":18480749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,2,4],"acting":[6,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.0","version":"27'2","reported_seq":"27","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:43.607669+0000","last_change":"2020-11-19T21:19:43.607739+0000","last_active":"2020-11-19T21:19:43.607669+0000","last_peered":"2020-11-19T21:19:43.607669+0000","last_clean":"2020-11-19T21:19:43.607669+0000","last_became_active":"2020-11-19T19:07:14.191501+0000","last_became_peered":"2020-11-19T19:07:14.191501+0000","last_unstale":"2020-11-19T21:19:43.607669+0000","last_undegraded":"2020-11-19T21:19:43.607669+0000","last_fullsized":"2020-11-19T21:19:43.607669+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'2","last_scrub_stamp":"2020-11-19T21:19:43.607663+0000","last_deep_scrub":"27'2","last_deep_scrub_stamp":"2020-11-19T21:19:43.607663+0000","last_clean_scrub_stamp":"2020-11-19T21:19:43.607663+0000","log_size":2,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2","version":"27'118337","reported_seq":"202824","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:33.401320+0000","last_change":"2020-11-19T19:07:31.361614+0000","last_active":"2020-11-19T21:19:33.401320+0000","last_peered":"2020-11-19T21:19:33.401320+0000","last_clean":"2020-11-19T21:19:33.401320+0000","last_became_active":"2020-11-19T19:07:28.350529+0000","last_became_peered":"2020-11-19T19:07:28.350529+0000","last_unstale":"2020-11-19T21:19:33.401320+0000","last_undegraded":"2020-11-19T21:19:33.401320+0000","last_fullsized":"2020-11-19T21:19:33.401320+0000","mapping_epoch":22,"log_start":"27'108274","ondisk_log_start":"27'108274","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10063,"ondisk_log_size":10063,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5148064787,"num_objects":1241,"num_object_clones":0,"num_object_copies":3723,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1241,"num_whiteouts":0,"num_read":84545,"num_read_kb":3235084,"num_write":118337,"num_write_kb":18523500,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,2,0],"acting":[4,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.0","version":"27'4","reported_seq":"24","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:44.236152+0000","last_change":"2020-11-19T21:19:44.236236+0000","last_active":"2020-11-19T21:19:44.236152+0000","last_peered":"2020-11-19T21:19:44.236152+0000","last_clean":"2020-11-19T21:19:44.236152+0000","last_became_active":"2020-11-19T19:07:10.180716+0000","last_became_peered":"2020-11-19T19:07:10.180716+0000","last_unstale":"2020-11-19T21:19:44.236152+0000","last_undegraded":"2020-11-19T21:19:44.236152+0000","last_fullsized":"2020-11-19T21:19:44.236152+0000","mapping_epoch":14,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":15,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'4","last_scrub_stamp":"2020-11-19T21:19:44.236143+0000","last_deep_scrub":"27'4","last_deep_scrub_stamp":"2020-11-19T21:19:44.236143+0000","last_clean_scrub_stamp":"2020-11-19T21:19:44.236143+0000","log_size":4,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":8066,"num_omap_keys":2,"num_objects_repaired":0},"up":[1,5],"acting":[1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"16","reported_epoch":"26","state":"active+clean","last_fresh":"2020-11-19T19:07:31.361393+0000","last_change":"2020-11-19T19:07:14.262073+0000","last_active":"2020-11-19T19:07:31.361393+0000","last_peered":"2020-11-19T19:07:31.361393+0000","last_clean":"2020-11-19T19:07:31.361393+0000","last_became_active":"2020-11-19T19:07:14.261672+0000","last_became_peered":"2020-11-19T19:07:14.261672+0000","last_unstale":"2020-11-19T19:07:31.361393+0000","last_undegraded":"2020-11-19T19:07:31.361393+0000","last_fullsized":"2020-11-19T19:07:31.361393+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:13.174434+0000","last_clean_scrub_stamp":"2020-11-19T19:07:13.174434+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,2],"acting":[3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.0","version":"27'94397","reported_seq":"155362","reported_epoch":"27","state":"active+clean+scrubbing+deep","last_fresh":"2020-11-19T21:19:33.397772+0000","last_change":"2020-11-19T21:19:55.981177+0000","last_active":"2020-11-19T21:19:33.397772+0000","last_peered":"2020-11-19T21:19:33.397772+0000","last_clean":"2020-11-19T21:19:33.397772+0000","last_became_active":"2020-11-19T19:07:28.368112+0000","last_became_peered":"2020-11-19T19:07:28.368112+0000","last_unstale":"2020-11-19T21:19:33.397772+0000","last_undegraded":"2020-11-19T21:19:33.397772+0000","last_fullsized":"2020-11-19T21:19:33.397772+0000","mapping_epoch":22,"log_start":"27'84315","ondisk_log_start":"27'84315","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T19:07:27.335687+0000","last_clean_scrub_stamp":"2020-11-19T19:07:27.335687+0000","log_size":10082,"ondisk_log_size":10082,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5130074112,"num_objects":1230,"num_object_clones":0,"num_object_copies":3690,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1230,"num_whiteouts":0,"num_read":61011,"num_read_kb":2822928,"num_write":94397,"num_write_kb":17152261,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"27'1838","reported_seq":"3017","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:44.409781+0000","last_change":"2020-11-19T21:19:44.409850+0000","last_active":"2020-11-19T21:19:44.409781+0000","last_peered":"2020-11-19T21:19:44.409781+0000","last_clean":"2020-11-19T21:19:44.409781+0000","last_became_active":"2020-11-19T19:07:14.189197+0000","last_became_peered":"2020-11-19T19:07:14.189197+0000","last_unstale":"2020-11-19T21:19:44.409781+0000","last_undegraded":"2020-11-19T21:19:44.409781+0000","last_fullsized":"2020-11-19T21:19:44.409781+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'1838","last_scrub_stamp":"2020-11-19T21:19:44.409775+0000","last_deep_scrub":"27'1838","last_deep_scrub_stamp":"2020-11-19T21:19:44.409775+0000","last_clean_scrub_stamp":"2020-11-19T21:19:44.409775+0000","log_size":1838,"ondisk_log_size":1838,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":690,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":10627,"num_read_kb":8794,"num_write":3571,"num_write_kb":3559,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":230,"num_omap_keys":10,"num_objects_repaired":0},"up":[7,5],"acting":[7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3","version":"27'301325","reported_seq":"534154","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:47.717719+0000","last_change":"2020-11-19T21:19:47.717798+0000","last_active":"2020-11-19T21:19:47.717719+0000","last_peered":"2020-11-19T21:19:47.717719+0000","last_clean":"2020-11-19T21:19:47.717719+0000","last_became_active":"2020-11-19T19:07:28.351084+0000","last_became_peered":"2020-11-19T19:07:28.351084+0000","last_unstale":"2020-11-19T21:19:47.717719+0000","last_undegraded":"2020-11-19T21:19:47.717719+0000","last_fullsized":"2020-11-19T21:19:47.717719+0000","mapping_epoch":22,"log_start":"27'291314","ondisk_log_start":"27'291314","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'301325","last_scrub_stamp":"2020-11-19T21:19:47.717714+0000","last_deep_scrub":"27'301325","last_deep_scrub_stamp":"2020-11-19T21:19:47.717714+0000","last_clean_scrub_stamp":"2020-11-19T21:19:47.717714+0000","log_size":10011,"ondisk_log_size":10011,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5259588096,"num_objects":1264,"num_object_clones":0,"num_object_copies":3792,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1264,"num_whiteouts":0,"num_read":232882,"num_read_kb":4832000,"num_write":301325,"num_write_kb":29036400,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'2568","reported_seq":"2590","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:44.615742+0000","last_change":"2020-11-19T21:19:44.615830+0000","last_active":"2020-11-19T21:19:44.615742+0000","last_peered":"2020-11-19T21:19:44.615742+0000","last_clean":"2020-11-19T21:19:44.615742+0000","last_became_active":"2020-11-19T19:07:14.256105+0000","last_became_peered":"2020-11-19T19:07:14.256105+0000","last_unstale":"2020-11-19T21:19:44.615742+0000","last_undegraded":"2020-11-19T21:19:44.615742+0000","last_fullsized":"2020-11-19T21:19:44.615742+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'2568","last_scrub_stamp":"2020-11-19T21:19:44.615729+0000","last_deep_scrub":"27'2568","last_deep_scrub_stamp":"2020-11-19T21:19:44.615729+0000","last_clean_scrub_stamp":"2020-11-19T21:19:44.615729+0000","log_size":2568,"ondisk_log_size":2568,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":674,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":15376,"num_read_kb":12810,"num_write":5128,"num_write_kb":5122,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6],"acting":[3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.4","version":"27'211","reported_seq":"3011","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:42.981750+0000","last_change":"2020-11-19T21:19:42.981833+0000","last_active":"2020-11-19T21:19:42.981750+0000","last_peered":"2020-11-19T21:19:42.981750+0000","last_clean":"2020-11-19T21:19:42.981750+0000","last_became_active":"2020-11-19T19:07:14.256121+0000","last_became_peered":"2020-11-19T19:07:14.256121+0000","last_unstale":"2020-11-19T21:19:42.981750+0000","last_undegraded":"2020-11-19T21:19:42.981750+0000","last_fullsized":"2020-11-19T21:19:42.981750+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'211","last_scrub_stamp":"2020-11-19T21:19:42.981741+0000","last_deep_scrub":"27'211","last_deep_scrub_stamp":"2020-11-19T21:19:42.981741+0000","last_clean_scrub_stamp":"2020-11-19T21:19:42.981741+0000","log_size":211,"ondisk_log_size":211,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":639,"num_read_kb":532,"num_write":192,"num_write_kb":185,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":174,"num_omap_keys":15,"num_objects_repaired":0},"up":[5,6],"acting":[5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":20599578643,"num_objects":4949,"num_object_clones":0,"num_object_copies":14847,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4949,"num_whiteouts":0,"num_read":429644,"num_read_kb":13955476,"num_write":600138,"num_write_kb":83192910,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":16170831872,"data_stored":30900117504,"data_compressed":494094171,"data_compressed_allocated":14729285632,"data_compressed_original":29458571264,"omap_allocated":0,"internal_metadata":0},"log_size":40234,"ondisk_log_size":40234,"up":12,"acting":12,"num_store_stats":6},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":8066,"num_omap_keys":2,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":4,"ondisk_log_size":4,"up":2,"acting":2,"num_store_stats":2},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2070,"num_objects":10,"num_object_clones":0,"num_object_copies":20,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":31091,"num_read_kb":25747,"num_write":10448,"num_write_kb":10411,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":404,"num_omap_keys":25,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":49152,"data_stored":4140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3509,"internal_metadata":0},"log_size":5538,"ondisk_log_size":5538,"up":16,"acting":16,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":14,"seq":60129543740,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1756836,"kb_used_data":1312860,"kb_used_omap":0,"kb_used_meta":443968,"kb_avail":92615004,"statfs":{"total":96636764160,"available":94837764096,"internally_reserved":0,"allocated":1344368640,"data_stored":2565197399,"data_compressed":48752274,"data_compressed_allocated":1221009408,"data_compressed_original":2442018816,"omap_allocated":0,"internal_metadata":454623232},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.94399999999999995,"15min":0.85199999999999998},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.433},"max":{"1min":1.847,"5min":2.1539999999999999,"15min":2.1539999999999999},"last":0.53900000000000003},{"interface":"front","average":{"1min":1.3879999999999999,"5min":1.1819999999999999,"15min":1.006},"min":{"1min":0.48399999999999999,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":8.3200000000000003,"5min":8.3200000000000003,"15min":8.3200000000000003},"last":1.046}]},{"osd":1,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.105,"15min":0.98499999999999999},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.51500000000000001},"max":{"1min":2.0649999999999999,"5min":2.8620000000000001,"15min":2.8620000000000001},"last":0.71399999999999997},{"interface":"front","average":{"1min":1.3380000000000001,"5min":1.1879999999999999,"15min":1.079},"min":{"1min":0.60199999999999998,"5min":0.57299999999999995,"15min":0.54900000000000004},"max":{"1min":8.4629999999999992,"5min":8.4629999999999992,"15min":8.4629999999999992},"last":1.258}]},{"osd":2,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":1.216,"15min":1.05},"min":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.52000000000000002},"max":{"1min":1.649,"5min":22.456,"15min":22.456},"last":0.67400000000000004},{"interface":"front","average":{"1min":1.163,"5min":1.54,"15min":1.2789999999999999},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.56999999999999995},"max":{"1min":2.3239999999999998,"5min":22.41,"15min":22.41},"last":0.84799999999999998}]},{"osd":3,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.1699999999999999,"15min":1.077},"min":{"1min":0.66000000000000003,"5min":0.64900000000000002,"15min":0.61699999999999999},"max":{"1min":3.589,"5min":5.718,"15min":5.718},"last":0.88800000000000001},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.403,"15min":1.2509999999999999},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.9590000000000001,"5min":6.5170000000000003,"15min":6.5170000000000003},"last":0.999}]},{"osd":4,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.4399999999999999,"5min":1.4059999999999999,"15min":1.2849999999999999},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.59599999999999997},"max":{"1min":8.5920000000000005,"5min":8.5920000000000005,"15min":8.5920000000000005},"last":1.506},{"interface":"front","average":{"1min":1.177,"5min":1.296,"15min":1.226},"min":{"1min":0.81000000000000005,"5min":0.71199999999999997,"15min":0.65000000000000002},"max":{"1min":2.7250000000000001,"5min":5.593,"15min":7.0549999999999997},"last":1.028}]},{"osd":5,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.234,"5min":1.5249999999999999,"15min":1.411},"min":{"1min":0.90300000000000002,"5min":0.80400000000000005,"15min":0.66300000000000003},"max":{"1min":2.552,"5min":4.218,"15min":8.3949999999999996},"last":1.1379999999999999},{"interface":"front","average":{"1min":1.7490000000000001,"5min":1.5640000000000001,"15min":1.486},"min":{"1min":0.91500000000000004,"5min":0.754,"15min":0.754},"max":{"1min":8.718,"5min":8.718,"15min":8.718},"last":1.385}]},{"osd":6,"last update":"Thu Nov 19 21:19:11 2020","interfaces":[{"interface":"back","average":{"1min":1.962,"5min":1.7050000000000001,"15min":1.5529999999999999},"min":{"1min":1.038,"5min":0.89900000000000002,"15min":0.85399999999999998},"max":{"1min":8.8480000000000008,"5min":8.8480000000000008,"15min":8.8480000000000008},"last":1.6379999999999999},{"interface":"front","average":{"1min":1.5800000000000001,"5min":1.508,"15min":1.4410000000000001},"min":{"1min":0.97299999999999998,"5min":0.92900000000000005,"15min":0.85499999999999998},"max":{"1min":4.6879999999999997,"5min":4.6879999999999997,"15min":7.1689999999999996},"last":1.105}]}]},{"osd":6,"up_from":14,"seq":60129543741,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1688432,"kb_used_data":1283816,"kb_used_omap":0,"kb_used_meta":404608,"kb_avail":92683408,"statfs":{"total":96636764160,"available":94907809792,"internally_reserved":0,"allocated":1314627584,"data_stored":2531089991,"data_compressed":50382714,"data_compressed_allocated":1216638976,"data_compressed_original":2433277952,"omap_allocated":0,"internal_metadata":414318592},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.2589999999999999,"15min":1.002},"min":{"1min":0.46700000000000003,"5min":0.434,"15min":0.434},"max":{"1min":1.784,"5min":17.023,"15min":17.373000000000001},"last":0.97399999999999998},{"interface":"front","average":{"1min":1.149,"5min":1.3260000000000001,"15min":1.153},"min":{"1min":0.59799999999999998,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":2.129,"5min":17.103999999999999,"15min":17.440999999999999},"last":0.76800000000000002}]},{"osd":1,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.95899999999999996,"15min":0.84099999999999997},"min":{"1min":0.626,"5min":0.54700000000000004,"15min":0.499},"max":{"1min":1.282,"5min":3.907,"15min":3.907},"last":0.93700000000000006},{"interface":"front","average":{"1min":0.93700000000000006,"5min":1.2310000000000001,"15min":1.044},"min":{"1min":0.60799999999999998,"5min":0.57399999999999995,"15min":0.56399999999999995},"max":{"1min":1.4279999999999999,"5min":10.898999999999999,"15min":10.898999999999999},"last":0.64400000000000002}]},{"osd":2,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.1479999999999999,"15min":1.0249999999999999},"min":{"1min":0.60399999999999998,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":2.008,"5min":3.5760000000000001,"15min":16.725000000000001},"last":0.621},{"interface":"front","average":{"1min":1.075,"5min":1.2430000000000001,"15min":1.1559999999999999},"min":{"1min":0.54500000000000004,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.9790000000000001,"5min":4.2709999999999999,"15min":16.699000000000002},"last":0.79500000000000004}]},{"osd":3,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.2989999999999999,"15min":1.2},"min":{"1min":0.76700000000000002,"5min":0.65100000000000002,"15min":0.629},"max":{"1min":1.73,"5min":4.181,"15min":4.181},"last":1.1830000000000001},{"interface":"front","average":{"1min":1.306,"5min":1.3939999999999999,"15min":1.276},"min":{"1min":0.69499999999999995,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.925,"5min":4.5229999999999997,"15min":4.5229999999999997},"last":1.0329999999999999}]},{"osd":4,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.1699999999999999,"5min":1.5780000000000001,"15min":1.3109999999999999},"min":{"1min":0.628,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":3.0059999999999998,"5min":11.071,"15min":11.071},"last":0.84499999999999997},{"interface":"front","average":{"1min":1.212,"5min":1.379,"15min":1.2849999999999999},"min":{"1min":0.71299999999999997,"5min":0.68700000000000006,"15min":0.622},"max":{"1min":2.2509999999999999,"5min":3.794,"15min":6.5609999999999999},"last":0.90300000000000002}]},{"osd":5,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.1990000000000001,"5min":1.4430000000000001,"15min":1.2729999999999999},"min":{"1min":0.68799999999999994,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":2.5539999999999998,"5min":5.0279999999999996,"15min":5.0279999999999996},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.28,"5min":1.577,"15min":1.3560000000000001},"min":{"1min":0.78000000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":3.4689999999999999,"5min":11.151999999999999,"15min":11.151999999999999},"last":1.1080000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.4279999999999999,"5min":1.4950000000000001,"15min":1.411},"min":{"1min":0.83799999999999997,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":2.056,"5min":3.6850000000000001,"15min":3.798},"last":1.163},{"interface":"front","average":{"1min":1.337,"5min":1.625,"15min":1.45},"min":{"1min":0.93700000000000006,"5min":0.874,"15min":0.874},"max":{"1min":1.8520000000000001,"5min":5.1849999999999996,"15min":5.1849999999999996},"last":1.409}]}]},{"osd":1,"up_from":14,"seq":60129543741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5152,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":94366688,"statfs":{"total":96636764160,"available":96631488512,"internally_reserved":0,"allocated":286720,"data_stored":113573,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":0.73899999999999999,"5min":0.83299999999999996,"15min":0.78400000000000003},"min":{"1min":0.495,"5min":0.437,"15min":0.437},"max":{"1min":1.169,"5min":2.548,"15min":2.548},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.88100000000000001,"5min":1.0309999999999999,"15min":0.98199999999999998},"min":{"1min":0.58499999999999996,"5min":0.49299999999999999,"15min":0.45200000000000001},"max":{"1min":1.3120000000000001,"5min":4.181,"15min":7.077},"last":0.626}]},{"osd":2,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":1.0429999999999999,"15min":0.93700000000000006},"min":{"1min":0.52800000000000002,"5min":0.47699999999999998,"15min":0.47499999999999998},"max":{"1min":1.3100000000000001,"5min":4.9779999999999998,"15min":5.5380000000000003},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.92600000000000005,"5min":1.194,"15min":1.071},"min":{"1min":0.73599999999999999,"5min":0.60699999999999998,"15min":0.54200000000000004},"max":{"1min":1.421,"5min":4.9240000000000004,"15min":4.9240000000000004},"last":1.016}]},{"osd":3,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":1.0169999999999999,"15min":0.96399999999999997},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.51000000000000001},"max":{"1min":1.427,"5min":2.6320000000000001,"15min":2.9129999999999998},"last":0.84299999999999997},{"interface":"front","average":{"1min":0.93999999999999995,"5min":1.0720000000000001,"15min":1.0580000000000001},"min":{"1min":0.63800000000000001,"5min":0.57399999999999995,"15min":0.57299999999999995},"max":{"1min":1.3839999999999999,"5min":3.1699999999999999,"15min":5.6749999999999998},"last":0.76600000000000001}]},{"osd":4,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.1950000000000001,"15min":1.2110000000000001},"min":{"1min":0.71099999999999997,"5min":0.61099999999999999,"15min":0.56599999999999995},"max":{"1min":1.4079999999999999,"5min":2.5640000000000001,"15min":5.4450000000000003},"last":1.161},{"interface":"front","average":{"1min":1.2130000000000001,"5min":1.3500000000000001,"15min":1.294},"min":{"1min":0.79300000000000004,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.6060000000000001,"5min":6.3540000000000001,"15min":6.3540000000000001},"last":0.96399999999999997}]},{"osd":5,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":1.2589999999999999,"5min":1.389,"15min":1.3340000000000001},"min":{"1min":0.90100000000000002,"5min":0.72299999999999998,"15min":0.69299999999999995},"max":{"1min":1.6759999999999999,"5min":6.8929999999999998,"15min":9.6750000000000007},"last":1.1140000000000001},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.2849999999999999,"15min":1.274},"min":{"1min":0.78800000000000003,"5min":0.622,"15min":0.622},"max":{"1min":1.673,"5min":3.7090000000000001,"15min":7.0090000000000003},"last":1.0009999999999999}]},{"osd":6,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":1.2410000000000001,"5min":1.4019999999999999,"15min":1.383},"min":{"1min":0.90000000000000002,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.639,"5min":3.589,"15min":7.2869999999999999},"last":1.0700000000000001},{"interface":"front","average":{"1min":1.2929999999999999,"5min":1.3360000000000001,"15min":1.2889999999999999},"min":{"1min":1.0209999999999999,"5min":0.93600000000000005,"15min":0.83999999999999997},"max":{"1min":1.7470000000000001,"5min":2.6819999999999999,"15min":2.6819999999999999},"last":1.29}]},{"osd":7,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":1.3979999999999999,"5min":1.5009999999999999,"15min":1.4399999999999999},"min":{"1min":1.1619999999999999,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":1.764,"5min":4.4960000000000004,"15min":4.4960000000000004},"last":1.2669999999999999},{"interface":"front","average":{"1min":1.373,"5min":1.508,"15min":1.4630000000000001},"min":{"1min":1.0900000000000001,"5min":0.90700000000000003,"15min":0.76000000000000001},"max":{"1min":1.792,"5min":4.29,"15min":6.8979999999999997},"last":1.1419999999999999}]}]},{"osd":0,"up_from":14,"seq":60129543741,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":3490452,"kb_used_data":2656908,"kb_used_omap":2,"kb_used_meta":833533,"kb_avail":90881388,"statfs":{"total":96636764160,"available":93062541312,"internally_reserved":0,"allocated":2720673792,"data_stored":5204093877,"data_compressed":74650822,"data_compressed_allocated":2483597312,"data_compressed_original":4967194624,"omap_allocated":2052,"internal_metadata":853538812},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.84599999999999997,"15min":0.80200000000000005},"min":{"1min":0.49399999999999999,"5min":0.46800000000000003,"15min":0.44800000000000001},"max":{"1min":1.369,"5min":3.0649999999999999,"15min":5.4619999999999997},"last":0.65900000000000003},{"interface":"front","average":{"1min":1.079,"5min":0.90500000000000003,"15min":0.80200000000000005},"min":{"1min":0.498,"5min":0.46300000000000002,"15min":0.45600000000000002},"max":{"1min":5.1230000000000002,"5min":5.1230000000000002,"15min":5.1230000000000002},"last":0.63700000000000001}]},{"osd":2,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.2629999999999999,"5min":1.0629999999999999,"15min":1.008},"min":{"1min":0.56799999999999995,"5min":0.51200000000000001,"15min":0.47499999999999998},"max":{"1min":4.3540000000000001,"5min":4.3540000000000001,"15min":11.127000000000001},"last":0.79100000000000004},{"interface":"front","average":{"1min":1.115,"5min":1.028,"15min":1.022},"min":{"1min":0.59399999999999997,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":3.9950000000000001,"5min":4.952,"15min":10.077},"last":0.83799999999999997}]},{"osd":3,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.91300000000000003,"15min":0.878},"min":{"1min":0.57899999999999996,"5min":0.53700000000000003,"15min":0.497},"max":{"1min":2.5619999999999998,"5min":2.8879999999999999,"15min":3.258},"last":0.69899999999999995},{"interface":"front","average":{"1min":1.377,"5min":1.246,"15min":1.1699999999999999},"min":{"1min":0.71099999999999997,"5min":0.625,"15min":0.57699999999999996},"max":{"1min":4.5069999999999997,"5min":4.5069999999999997,"15min":4.5069999999999997},"last":1.1499999999999999}]},{"osd":4,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.337,"5min":1.204,"15min":1.099},"min":{"1min":0.76600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":4.681,"5min":4.681,"15min":4.681},"last":0.97899999999999998},{"interface":"front","average":{"1min":1.677,"5min":1.4390000000000001,"15min":1.3360000000000001},"min":{"1min":0.73599999999999999,"5min":0.72799999999999998,"15min":0.68300000000000005},"max":{"1min":4.6630000000000003,"5min":6.423,"15min":6.423},"last":1.3109999999999999}]},{"osd":5,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.452,"5min":1.4099999999999999,"15min":1.266},"min":{"1min":0.79900000000000004,"5min":0.63800000000000001,"15min":0.61699999999999999},"max":{"1min":4.2699999999999996,"5min":7.1120000000000001,"15min":7.1120000000000001},"last":0.95799999999999996},{"interface":"front","average":{"1min":1.4490000000000001,"5min":1.5840000000000001,"15min":1.3100000000000001},"min":{"1min":0.96099999999999997,"5min":0.76600000000000001,"15min":0.68799999999999994},"max":{"1min":4.3890000000000002,"5min":10.717000000000001,"15min":10.717000000000001},"last":0.88300000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.778,"5min":1.552,"15min":1.452},"min":{"1min":0.89300000000000002,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":4.5839999999999996,"5min":5.9880000000000004,"15min":6.2270000000000003},"last":1.4299999999999999},{"interface":"front","average":{"1min":1.7270000000000001,"5min":1.498,"15min":1.373},"min":{"1min":0.91400000000000003,"5min":0.749,"15min":0.72099999999999997},"max":{"1min":5.6100000000000003,"5min":6.1379999999999999,"15min":6.4870000000000001},"last":1.1080000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:18:59 2020","interfaces":[{"interface":"back","average":{"1min":1.806,"5min":1.5169999999999999,"15min":1.4179999999999999},"min":{"1min":0.99399999999999999,"5min":0.89700000000000002,"15min":0.876},"max":{"1min":4.4740000000000002,"5min":4.4740000000000002,"15min":4.4740000000000002},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.5720000000000001,"5min":1.5669999999999999,"15min":1.375},"min":{"1min":0.96099999999999997,"5min":0.91000000000000003,"15min":0.85399999999999998},"max":{"1min":4.5449999999999999,"5min":10.57,"15min":10.57},"last":1.262}]}]},{"osd":2,"up_from":14,"seq":60129543741,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":6141288,"kb_used_data":5253664,"kb_used_omap":2,"kb_used_meta":887613,"kb_avail":88230552,"statfs":{"total":96636764160,"available":90348085248,"internally_reserved":0,"allocated":5379751936,"data_stored":10300152741,"data_compressed":172016970,"data_compressed_allocated":4920573952,"data_compressed_original":9841147904,"omap_allocated":2052,"internal_metadata":908916732},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.90300000000000002,"15min":0.90200000000000002},"min":{"1min":0.54700000000000004,"5min":0.44,"15min":0.44},"max":{"1min":1.8100000000000001,"5min":2.8100000000000001,"15min":6.4119999999999999},"last":0.86699999999999999},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.135,"15min":1.01},"min":{"1min":0.57799999999999996,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.724,"5min":7.3760000000000003,"15min":7.3760000000000003},"last":0.82199999999999995}]},{"osd":1,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.93700000000000006,"15min":0.96899999999999997},"min":{"1min":0.57099999999999995,"5min":0.49299999999999999,"15min":0.48099999999999998},"max":{"1min":1.1539999999999999,"5min":2.5430000000000001,"15min":9.1999999999999993},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1.0860000000000001,"15min":1.01},"min":{"1min":0.73299999999999998,"5min":0.53500000000000003,"15min":0.52400000000000002},"max":{"1min":1.276,"5min":7.0599999999999996,"15min":7.0599999999999996},"last":0.96599999999999997}]},{"osd":3,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":1.05,"15min":0.94999999999999996},"min":{"1min":0.61799999999999999,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.2330000000000001,"5min":4.6829999999999998,"15min":6.9550000000000001},"last":0.625},{"interface":"front","average":{"1min":1.105,"5min":1.165,"15min":1.1259999999999999},"min":{"1min":0.72599999999999998,"5min":0.59999999999999998,"15min":0.52300000000000002},"max":{"1min":1.881,"5min":3.1120000000000001,"15min":9.3320000000000007},"last":1.0109999999999999}]},{"osd":4,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.3759999999999999,"5min":1.4870000000000001,"15min":1.3220000000000001},"min":{"1min":0.76100000000000001,"5min":0.63600000000000001,"15min":0.58599999999999997},"max":{"1min":3.6659999999999999,"5min":9.8019999999999996,"15min":9.8019999999999996},"last":0.94299999999999995},{"interface":"front","average":{"1min":1.7410000000000001,"5min":1.4399999999999999,"15min":1.24},"min":{"1min":0.65900000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":9.3919999999999995,"5min":9.3919999999999995,"15min":9.3919999999999995},"last":1.099}]},{"osd":5,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.1930000000000001,"5min":1.4239999999999999,"15min":1.266},"min":{"1min":0.748,"5min":0.62,"15min":0.62},"max":{"1min":2.923,"5min":11.699,"15min":11.699},"last":0.79600000000000004},{"interface":"front","average":{"1min":1.452,"5min":1.619,"15min":1.4570000000000001},"min":{"1min":0.96599999999999997,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":2.5640000000000001,"5min":11.744,"15min":11.744},"last":2.1200000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.345,"5min":1.496,"15min":1.357},"min":{"1min":0.80800000000000005,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":2.194,"5min":8.5030000000000001,"15min":8.5030000000000001},"last":1.222},{"interface":"front","average":{"1min":1.2290000000000001,"5min":1.341,"15min":1.3080000000000001},"min":{"1min":0.89500000000000002,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.48,"5min":4.5590000000000002,"15min":6.8810000000000002},"last":0.90500000000000003}]},{"osd":7,"last update":"Thu Nov 19 21:19:18 2020","interfaces":[{"interface":"back","average":{"1min":1.4139999999999999,"5min":1.5189999999999999,"15min":1.4179999999999999},"min":{"1min":0.88200000000000001,"5min":0.83799999999999997,"15min":0.81000000000000005},"max":{"1min":2.3220000000000001,"5min":7.891,"15min":7.891},"last":1.46},{"interface":"front","average":{"1min":1.3819999999999999,"5min":1.4790000000000001,"15min":1.419},"min":{"1min":0.91800000000000004,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":2.028,"5min":4.8150000000000004,"15min":7.1219999999999999},"last":1.4790000000000001}]}]},{"osd":3,"up_from":14,"seq":60129543740,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":47152,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":46848,"kb_avail":94324688,"statfs":{"total":96636764160,"available":96588480512,"internally_reserved":0,"allocated":303104,"data_stored":114953,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":47972352},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":0.77100000000000002,"5min":0.91200000000000003,"15min":0.83899999999999997},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.443},"max":{"1min":1.4510000000000001,"5min":5.2249999999999996,"15min":5.2249999999999996},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.91400000000000003,"15min":0.874},"min":{"1min":0.59699999999999998,"5min":0.53000000000000003,"15min":0.47299999999999998},"max":{"1min":1.3440000000000001,"5min":3.8220000000000001,"15min":5.0309999999999997},"last":0.67800000000000005}]},{"osd":1,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.877,"15min":0.85299999999999998},"min":{"1min":0.51600000000000001,"5min":0.47499999999999998,"15min":0.47399999999999998},"max":{"1min":1.7070000000000001,"5min":3.843,"15min":3.843},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.92100000000000004,"5min":1.0580000000000001,"15min":1.016},"min":{"1min":0.64800000000000002,"5min":0.54600000000000004,"15min":0.51200000000000001},"max":{"1min":2.0310000000000001,"5min":5.3470000000000004,"15min":5.3470000000000004},"last":0.79000000000000004}]},{"osd":2,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.137,"15min":1.1359999999999999},"min":{"1min":0.64800000000000002,"5min":0.58799999999999997,"15min":0.53900000000000003},"max":{"1min":1.8280000000000001,"5min":3.9430000000000001,"15min":13.201000000000001},"last":0.73599999999999999},{"interface":"front","average":{"1min":1.123,"5min":1.292,"15min":1.306},"min":{"1min":0.82599999999999996,"5min":0.67100000000000004,"15min":0.53100000000000003},"max":{"1min":2.1459999999999999,"5min":5.452,"15min":13.452999999999999},"last":0.85299999999999998}]},{"osd":4,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.1890000000000001,"15min":1.101},"min":{"1min":0.71899999999999997,"5min":0.63600000000000001,"15min":0.56200000000000006},"max":{"1min":1.9219999999999999,"5min":9.9390000000000001,"15min":9.9390000000000001},"last":0.75700000000000001},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.3799999999999999,"15min":1.256},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.60799999999999998},"max":{"1min":2.3279999999999998,"5min":10.026999999999999,"15min":10.026999999999999},"last":1}]},{"osd":5,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.2969999999999999,"5min":1.4079999999999999,"15min":1.345},"min":{"1min":0.82499999999999996,"5min":0.78500000000000003,"15min":0.76800000000000002},"max":{"1min":2.4249999999999998,"5min":5.8579999999999997,"15min":5.8579999999999997},"last":1.272},{"interface":"front","average":{"1min":1.202,"5min":1.2490000000000001,"15min":1.212},"min":{"1min":0.83199999999999996,"5min":0.78700000000000003,"15min":0.72699999999999998},"max":{"1min":2.278,"5min":2.7240000000000002,"15min":3.653},"last":1.0940000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.325,"5min":1.431,"15min":1.391},"min":{"1min":0.97799999999999998,"5min":0.81299999999999994,"15min":0.72899999999999998},"max":{"1min":2.2629999999999999,"5min":4.0339999999999998,"15min":5.1360000000000001},"last":0.872},{"interface":"front","average":{"1min":1.3799999999999999,"5min":1.524,"15min":1.46},"min":{"1min":0.94899999999999995,"5min":0.89300000000000002,"15min":0.89300000000000002},"max":{"1min":2.2440000000000002,"5min":5.9660000000000002,"15min":5.9660000000000002},"last":1.4119999999999999}]},{"osd":7,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.2709999999999999,"5min":1.3420000000000001,"15min":1.3220000000000001},"min":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":2.3929999999999998,"5min":3.4950000000000001,"15min":4.3840000000000003},"last":1.028},{"interface":"front","average":{"1min":1.379,"5min":1.4990000000000001,"15min":1.421},"min":{"1min":0.97099999999999997,"5min":0.96499999999999997,"15min":0.79100000000000004},"max":{"1min":2.4489999999999998,"5min":4.2119999999999997,"15min":4.2119999999999997},"last":1.129}]}]},{"osd":4,"up_from":14,"seq":60129543740,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5079776,"kb_used_data":3972056,"kb_used_omap":3,"kb_used_meta":1107708,"kb_avail":89292064,"statfs":{"total":96636764160,"available":91435073536,"internally_reserved":0,"allocated":4067385344,"data_stored":7735070279,"data_compressed":100013552,"data_compressed_allocated":3667861504,"data_compressed_original":7335723008,"omap_allocated":3509,"internal_metadata":1134293579},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.21,"15min":1.0449999999999999},"min":{"1min":0.496,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":2.4569999999999999,"5min":5.5010000000000003,"15min":28.308},"last":0.66300000000000003},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.119,"15min":1.0640000000000001},"min":{"1min":0.66500000000000004,"5min":0.439,"15min":0.439},"max":{"1min":3.597,"5min":5.5780000000000003,"15min":28.077999999999999},"last":0.69499999999999995}]},{"osd":1,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.038,"15min":0.92100000000000004},"min":{"1min":0.69799999999999995,"5min":0.49299999999999999,"15min":0.48699999999999999},"max":{"1min":3.0609999999999999,"5min":4.9000000000000004,"15min":5.3179999999999996},"last":0.77800000000000002},{"interface":"front","average":{"1min":1.167,"5min":1.337,"15min":1.0569999999999999},"min":{"1min":0.68000000000000005,"5min":0.56999999999999995,"15min":0.48699999999999999},"max":{"1min":3.1339999999999999,"5min":6.1980000000000004,"15min":6.1980000000000004},"last":0.93200000000000005}]},{"osd":2,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.2150000000000001,"5min":1.472,"15min":1.4990000000000001},"min":{"1min":0.80600000000000005,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":3.5609999999999999,"5min":6.1219999999999999,"15min":87.712000000000003},"last":2.0960000000000001},{"interface":"front","average":{"1min":1.4750000000000001,"5min":1.637,"15min":1.6120000000000001},"min":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.52200000000000002},"max":{"1min":5.8799999999999999,"5min":6.3250000000000002,"15min":87.751000000000005},"last":1.0600000000000001}]},{"osd":3,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.147,"5min":1.3320000000000001,"15min":1.153},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.59499999999999997},"max":{"1min":3.7269999999999999,"5min":6.5220000000000002,"15min":6.5220000000000002},"last":0.96099999999999997},{"interface":"front","average":{"1min":1.256,"5min":1.413,"15min":1.226},"min":{"1min":0.90100000000000002,"5min":0.76200000000000001,"15min":0.623},"max":{"1min":3.319,"5min":5.3600000000000003,"15min":5.5720000000000001},"last":1.9730000000000001}]},{"osd":5,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.3959999999999999,"5min":1.6040000000000001,"15min":1.2929999999999999},"min":{"1min":0.72899999999999998,"5min":0.69299999999999995,"15min":0.63800000000000001},"max":{"1min":6.0090000000000003,"5min":6.077,"15min":6.077},"last":1.421},{"interface":"front","average":{"1min":1.327,"5min":1.5900000000000001,"15min":1.331},"min":{"1min":0.749,"5min":0.63600000000000001,"15min":0.59399999999999997},"max":{"1min":4.2690000000000001,"5min":8.5150000000000006,"15min":8.5150000000000006},"last":1.53}]},{"osd":6,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.3680000000000001,"5min":1.556,"15min":1.379},"min":{"1min":0.91800000000000004,"5min":0.67400000000000004,"15min":0.65200000000000002},"max":{"1min":3.194,"5min":5.5609999999999999,"15min":5.5609999999999999},"last":2.1970000000000001},{"interface":"front","average":{"1min":1.6890000000000001,"5min":1.764,"15min":1.496},"min":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.82799999999999996},"max":{"1min":6.1349999999999998,"5min":6.8259999999999996,"15min":6.8259999999999996},"last":1.569}]},{"osd":7,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.4670000000000001,"5min":1.7529999999999999,"15min":1.5109999999999999},"min":{"1min":0.91200000000000003,"5min":0.77600000000000002,"15min":0.72599999999999998},"max":{"1min":3.8479999999999999,"5min":6.5919999999999996,"15min":6.7030000000000003},"last":1.397},{"interface":"front","average":{"1min":1.4830000000000001,"5min":1.752,"15min":1.5369999999999999},"min":{"1min":1.196,"5min":0.93000000000000005,"15min":0.79900000000000004},"max":{"1min":3.4340000000000002,"5min":5.8789999999999996,"15min":5.8789999999999996},"last":2.2829999999999999}]}]},{"osd":5,"up_from":14,"seq":60129543741,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1746756,"kb_used_data":1314236,"kb_used_omap":0,"kb_used_meta":432512,"kb_avail":92625084,"statfs":{"total":96636764160,"available":94848086016,"internally_reserved":0,"allocated":1345777664,"data_stored":2565197415,"data_compressed":48277839,"data_compressed_allocated":1219604480,"data_compressed_original":2439208960,"omap_allocated":0,"internal_metadata":442892288},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":0.97399999999999998,"15min":0.89800000000000002},"min":{"1min":0.498,"5min":0.45500000000000002,"15min":0.43099999999999999},"max":{"1min":1.506,"5min":6.6210000000000004,"15min":8.7439999999999998},"last":0.98499999999999999},{"interface":"front","average":{"1min":1.2450000000000001,"5min":1.278,"15min":1.1080000000000001},"min":{"1min":0.64800000000000002,"5min":0.60099999999999998,"15min":0.57599999999999996},"max":{"1min":1.595,"5min":6.4420000000000002,"15min":6.4420000000000002},"last":0.91600000000000004}]},{"osd":1,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":1.095,"15min":0.97799999999999998},"min":{"1min":0.628,"5min":0.52800000000000002,"15min":0.47499999999999998},"max":{"1min":1.4790000000000001,"5min":4.9530000000000003,"15min":4.9530000000000003},"last":0.83899999999999997},{"interface":"front","average":{"1min":1.091,"5min":1.143,"15min":1.018},"min":{"1min":0.67900000000000005,"5min":0.53000000000000003,"15min":0.50900000000000001},"max":{"1min":1.7230000000000001,"5min":6.2000000000000002,"15min":6.2000000000000002},"last":0.59399999999999997}]},{"osd":2,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0600000000000001,"15min":0.97099999999999997},"min":{"1min":0.68000000000000005,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.5249999999999999,"5min":2.77,"15min":3.4980000000000002},"last":0.68899999999999995},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.2,"15min":1.1100000000000001},"min":{"1min":0.77300000000000002,"5min":0.63200000000000001,"15min":0.59299999999999997},"max":{"1min":1.51,"5min":3.218,"15min":3.5059999999999998},"last":1.123}]},{"osd":3,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.1619999999999999,"5min":1.268,"15min":1.1910000000000001},"min":{"1min":0.85399999999999998,"5min":0.69299999999999995,"15min":0.64000000000000001},"max":{"1min":1.5109999999999999,"5min":6.319,"15min":6.319},"last":0.78800000000000003},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.198,"15min":1.1240000000000001},"min":{"1min":0.67900000000000005,"5min":0.64100000000000001,"15min":0.61099999999999999},"max":{"1min":1.6000000000000001,"5min":4.79,"15min":4.79},"last":1.052}]},{"osd":4,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.1639999999999999,"5min":1.2969999999999999,"15min":1.252},"min":{"1min":0.75800000000000001,"5min":0.63600000000000001,"15min":0.628},"max":{"1min":1.8779999999999999,"5min":3.3759999999999999,"15min":8.6129999999999995},"last":1.2769999999999999},{"interface":"front","average":{"1min":1.216,"5min":1.4470000000000001,"15min":1.339},"min":{"1min":0.68100000000000005,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.7230000000000001,"5min":6.532,"15min":6.532},"last":1.0860000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.198,"5min":1.3380000000000001,"15min":1.2609999999999999},"min":{"1min":0.71499999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":3.177,"5min":3.6259999999999999,"15min":3.891},"last":1.181},{"interface":"front","average":{"1min":1.657,"5min":1.581,"15min":1.4670000000000001},"min":{"1min":0.93700000000000006,"5min":0.89400000000000002,"15min":0.89400000000000002},"max":{"1min":8.1430000000000007,"5min":8.1430000000000007,"15min":8.4600000000000009},"last":1.581}]},{"osd":7,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.4530000000000001,"5min":1.6899999999999999,"15min":1.5169999999999999},"min":{"1min":1.079,"5min":0.88400000000000001,"15min":0.80500000000000005},"max":{"1min":1.9990000000000001,"5min":6.5110000000000001,"15min":6.5110000000000001},"last":1.2210000000000001},{"interface":"front","average":{"1min":1.373,"5min":1.4970000000000001,"15min":1.448},"min":{"1min":0.97299999999999998,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.7410000000000001,"5min":2.9750000000000001,"15min":6.2750000000000004},"last":1.2529999999999999}]}]}]}} 2020-11-19T21:20:05.549 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:20:05.549 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:20:05.550 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2020-11-19T19:07:27.335687+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=27, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:20:05.550 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2020-11-19T19:07:13.174434+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=13, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:20:05.550 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2020-11-19T19:07:27.335687+0000 time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=19, tm_min=7, tm_sec=27, tm_wday=3, tm_yday=324, tm_isdst=-1) <= time.struct_time(tm_year=2020, tm_mon=11, tm_mday=19, tm_hour=21, tm_min=19, tm_sec=37, tm_wday=3, tm_yday=324, tm_isdst=0) 2020-11-19T21:20:05.551 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2020-11-19T21:20:25.553 INFO:teuthology.orchestra.run.smithi077:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2020-11-19T21:20:25.831 INFO:teuthology.orchestra.run.smithi077.stdout: 2020-11-19T21:20:25.832 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2020-11-19T21:20:25.842 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":4017,"stamp":"2020-11-19T21:20:24.491797+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20599580713,"num_objects":4961,"num_object_clones":0,"num_object_copies":14871,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4961,"num_whiteouts":0,"num_read":460735,"num_read_kb":13981223,"num_write":610588,"num_write_kb":83203330,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":6,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":8700,"num_omap_keys":37,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":45779,"ondisk_log_size":45779,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":19955844,"kb_used_data":15794116,"kb_used_omap":7,"kb_used_meta":4161656,"kb_avail":735018876,"statfs":{"total":773094113280,"available":752659329024,"internally_reserved":0,"allocated":16173174784,"data_stored":30901030228,"data_compressed":494094171,"data_compressed_allocated":14729285632,"data_compressed_original":29458571264,"omap_allocated":7613,"internal_metadata":4261536323},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":230,"num_omap_keys":10,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002677"},"pg_stats":[{"pgid":"2.7","version":"27'2","reported_seq":"31","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:20:18.913758+0000","last_change":"2020-11-19T21:20:18.913834+0000","last_active":"2020-11-19T21:20:18.913758+0000","last_peered":"2020-11-19T21:20:18.913758+0000","last_clean":"2020-11-19T21:20:18.913758+0000","last_became_active":"2020-11-19T19:07:14.253849+0000","last_became_peered":"2020-11-19T19:07:14.253849+0000","last_unstale":"2020-11-19T21:20:18.913758+0000","last_undegraded":"2020-11-19T21:20:18.913758+0000","last_fullsized":"2020-11-19T21:20:18.913758+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'2","last_scrub_stamp":"2020-11-19T21:20:18.913750+0000","last_deep_scrub":"27'2","last_deep_scrub_stamp":"2020-11-19T21:20:18.913750+0000","last_clean_scrub_stamp":"2020-11-19T21:20:18.913750+0000","log_size":2,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":17,"num_read_kb":5,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0],"acting":[3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"20","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:55.582025+0000","last_change":"2020-11-19T21:19:55.582105+0000","last_active":"2020-11-19T21:19:55.582025+0000","last_peered":"2020-11-19T21:19:55.582025+0000","last_clean":"2020-11-19T21:19:55.582025+0000","last_became_active":"2020-11-19T19:07:14.257405+0000","last_became_peered":"2020-11-19T19:07:14.257405+0000","last_unstale":"2020-11-19T21:19:55.582025+0000","last_undegraded":"2020-11-19T21:19:55.582025+0000","last_fullsized":"2020-11-19T21:19:55.582025+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T21:19:55.582021+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T21:19:55.582021+0000","last_clean_scrub_stamp":"2020-11-19T21:19:55.582021+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.5","version":"27'920","reported_seq":"2887","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:20:13.901034+0000","last_change":"2020-11-19T21:20:13.901117+0000","last_active":"2020-11-19T21:20:13.901034+0000","last_peered":"2020-11-19T21:20:13.901034+0000","last_clean":"2020-11-19T21:20:13.901034+0000","last_became_active":"2020-11-19T19:07:14.189278+0000","last_became_peered":"2020-11-19T19:07:14.189278+0000","last_unstale":"2020-11-19T21:20:13.901034+0000","last_undegraded":"2020-11-19T21:20:13.901034+0000","last_fullsized":"2020-11-19T21:20:13.901034+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'920","last_scrub_stamp":"2020-11-19T21:20:13.901027+0000","last_deep_scrub":"27'920","last_deep_scrub_stamp":"2020-11-19T21:20:13.901027+0000","last_clean_scrub_stamp":"2020-11-19T21:20:13.901027+0000","log_size":920,"ondisk_log_size":920,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4421,"num_read_kb":3603,"num_write":1555,"num_write_kb":1543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":230,"num_omap_keys":10,"num_objects_repaired":0},"up":[3,4],"acting":[3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1","version":"27'86077","reported_seq":"137236","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:55.327547+0000","last_change":"2020-11-19T21:19:55.327932+0000","last_active":"2020-11-19T21:19:55.327547+0000","last_peered":"2020-11-19T21:19:55.327547+0000","last_clean":"2020-11-19T21:19:55.327547+0000","last_became_active":"2020-11-19T19:07:28.349881+0000","last_became_peered":"2020-11-19T19:07:28.349881+0000","last_unstale":"2020-11-19T21:19:55.327547+0000","last_undegraded":"2020-11-19T21:19:55.327547+0000","last_fullsized":"2020-11-19T21:19:55.327547+0000","mapping_epoch":22,"log_start":"27'75999","ondisk_log_start":"27'75999","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'86077","last_scrub_stamp":"2020-11-19T21:19:55.327541+0000","last_deep_scrub":"27'86077","last_deep_scrub_stamp":"2020-11-19T21:19:55.327541+0000","last_clean_scrub_stamp":"2020-11-19T21:19:55.327541+0000","log_size":10078,"ondisk_log_size":10078,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5061851648,"num_objects":1214,"num_object_clones":0,"num_object_copies":3642,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1214,"num_whiteouts":0,"num_read":51206,"num_read_kb":3065464,"num_write":86079,"num_write_kb":18480749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,2,4],"acting":[6,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.0","version":"27'2","reported_seq":"27","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:43.607669+0000","last_change":"2020-11-19T21:19:43.607739+0000","last_active":"2020-11-19T21:19:43.607669+0000","last_peered":"2020-11-19T21:19:43.607669+0000","last_clean":"2020-11-19T21:19:43.607669+0000","last_became_active":"2020-11-19T19:07:14.191501+0000","last_became_peered":"2020-11-19T19:07:14.191501+0000","last_unstale":"2020-11-19T21:19:43.607669+0000","last_undegraded":"2020-11-19T21:19:43.607669+0000","last_fullsized":"2020-11-19T21:19:43.607669+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'2","last_scrub_stamp":"2020-11-19T21:19:43.607663+0000","last_deep_scrub":"27'2","last_deep_scrub_stamp":"2020-11-19T21:19:43.607663+0000","last_clean_scrub_stamp":"2020-11-19T21:19:43.607663+0000","log_size":2,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2","version":"27'118337","reported_seq":"202827","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:20:12.485987+0000","last_change":"2020-11-19T21:20:12.486068+0000","last_active":"2020-11-19T21:20:12.485987+0000","last_peered":"2020-11-19T21:20:12.485987+0000","last_clean":"2020-11-19T21:20:12.485987+0000","last_became_active":"2020-11-19T19:07:28.350529+0000","last_became_peered":"2020-11-19T19:07:28.350529+0000","last_unstale":"2020-11-19T21:20:12.485987+0000","last_undegraded":"2020-11-19T21:20:12.485987+0000","last_fullsized":"2020-11-19T21:20:12.485987+0000","mapping_epoch":22,"log_start":"27'108274","ondisk_log_start":"27'108274","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'118337","last_scrub_stamp":"2020-11-19T21:20:12.485981+0000","last_deep_scrub":"27'118337","last_deep_scrub_stamp":"2020-11-19T21:20:12.485981+0000","last_clean_scrub_stamp":"2020-11-19T21:20:12.485981+0000","log_size":10063,"ondisk_log_size":10063,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5148064787,"num_objects":1241,"num_object_clones":0,"num_object_copies":3723,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1241,"num_whiteouts":0,"num_read":84545,"num_read_kb":3235084,"num_write":118337,"num_write_kb":18523500,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,2,0],"acting":[4,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.0","version":"27'4","reported_seq":"24","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:44.236152+0000","last_change":"2020-11-19T21:19:44.236236+0000","last_active":"2020-11-19T21:19:44.236152+0000","last_peered":"2020-11-19T21:19:44.236152+0000","last_clean":"2020-11-19T21:19:44.236152+0000","last_became_active":"2020-11-19T19:07:10.180716+0000","last_became_peered":"2020-11-19T19:07:10.180716+0000","last_unstale":"2020-11-19T21:19:44.236152+0000","last_undegraded":"2020-11-19T21:19:44.236152+0000","last_fullsized":"2020-11-19T21:19:44.236152+0000","mapping_epoch":14,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":15,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'4","last_scrub_stamp":"2020-11-19T21:19:44.236143+0000","last_deep_scrub":"27'4","last_deep_scrub_stamp":"2020-11-19T21:19:44.236143+0000","last_clean_scrub_stamp":"2020-11-19T21:19:44.236143+0000","log_size":4,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":8066,"num_omap_keys":2,"num_objects_repaired":0},"up":[1,5],"acting":[1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"19","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:20:03.889043+0000","last_change":"2020-11-19T21:20:03.889113+0000","last_active":"2020-11-19T21:20:03.889043+0000","last_peered":"2020-11-19T21:20:03.889043+0000","last_clean":"2020-11-19T21:20:03.889043+0000","last_became_active":"2020-11-19T19:07:14.261672+0000","last_became_peered":"2020-11-19T19:07:14.261672+0000","last_unstale":"2020-11-19T21:20:03.889043+0000","last_undegraded":"2020-11-19T21:20:03.889043+0000","last_fullsized":"2020-11-19T21:20:03.889043+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-11-19T21:20:03.889038+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-11-19T21:20:03.889038+0000","last_clean_scrub_stamp":"2020-11-19T21:20:03.889038+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,2],"acting":[3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.0","version":"27'94397","reported_seq":"155364","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:20:03.236832+0000","last_change":"2020-11-19T21:20:03.237291+0000","last_active":"2020-11-19T21:20:03.236832+0000","last_peered":"2020-11-19T21:20:03.236832+0000","last_clean":"2020-11-19T21:20:03.236832+0000","last_became_active":"2020-11-19T19:07:28.368112+0000","last_became_peered":"2020-11-19T19:07:28.368112+0000","last_unstale":"2020-11-19T21:20:03.236832+0000","last_undegraded":"2020-11-19T21:20:03.236832+0000","last_fullsized":"2020-11-19T21:20:03.236832+0000","mapping_epoch":22,"log_start":"27'84315","ondisk_log_start":"27'84315","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'94397","last_scrub_stamp":"2020-11-19T21:20:03.236826+0000","last_deep_scrub":"27'94397","last_deep_scrub_stamp":"2020-11-19T21:20:03.236826+0000","last_clean_scrub_stamp":"2020-11-19T21:20:03.236826+0000","log_size":10082,"ondisk_log_size":10082,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5130074112,"num_objects":1230,"num_object_clones":0,"num_object_copies":3690,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1230,"num_whiteouts":0,"num_read":61011,"num_read_kb":2822928,"num_write":94397,"num_write_kb":17152261,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"27'1838","reported_seq":"3017","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:44.409781+0000","last_change":"2020-11-19T21:19:44.409850+0000","last_active":"2020-11-19T21:19:44.409781+0000","last_peered":"2020-11-19T21:19:44.409781+0000","last_clean":"2020-11-19T21:19:44.409781+0000","last_became_active":"2020-11-19T19:07:14.189197+0000","last_became_peered":"2020-11-19T19:07:14.189197+0000","last_unstale":"2020-11-19T21:19:44.409781+0000","last_undegraded":"2020-11-19T21:19:44.409781+0000","last_fullsized":"2020-11-19T21:19:44.409781+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'1838","last_scrub_stamp":"2020-11-19T21:19:44.409775+0000","last_deep_scrub":"27'1838","last_deep_scrub_stamp":"2020-11-19T21:19:44.409775+0000","last_clean_scrub_stamp":"2020-11-19T21:19:44.409775+0000","log_size":1838,"ondisk_log_size":1838,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":690,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":10627,"num_read_kb":8794,"num_write":3571,"num_write_kb":3559,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":230,"num_omap_keys":10,"num_objects_repaired":0},"up":[7,5],"acting":[7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3","version":"27'301325","reported_seq":"534154","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:47.717719+0000","last_change":"2020-11-19T21:19:47.717798+0000","last_active":"2020-11-19T21:19:47.717719+0000","last_peered":"2020-11-19T21:19:47.717719+0000","last_clean":"2020-11-19T21:19:47.717719+0000","last_became_active":"2020-11-19T19:07:28.351084+0000","last_became_peered":"2020-11-19T19:07:28.351084+0000","last_unstale":"2020-11-19T21:19:47.717719+0000","last_undegraded":"2020-11-19T21:19:47.717719+0000","last_fullsized":"2020-11-19T21:19:47.717719+0000","mapping_epoch":22,"log_start":"27'291314","ondisk_log_start":"27'291314","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'301325","last_scrub_stamp":"2020-11-19T21:19:47.717714+0000","last_deep_scrub":"27'301325","last_deep_scrub_stamp":"2020-11-19T21:19:47.717714+0000","last_clean_scrub_stamp":"2020-11-19T21:19:47.717714+0000","log_size":10011,"ondisk_log_size":10011,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":5259588096,"num_objects":1264,"num_object_clones":0,"num_object_copies":3792,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1264,"num_whiteouts":0,"num_read":232882,"num_read_kb":4832000,"num_write":301325,"num_write_kb":29036400,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'2568","reported_seq":"2590","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:44.615742+0000","last_change":"2020-11-19T21:19:44.615830+0000","last_active":"2020-11-19T21:19:44.615742+0000","last_peered":"2020-11-19T21:19:44.615742+0000","last_clean":"2020-11-19T21:19:44.615742+0000","last_became_active":"2020-11-19T19:07:14.256105+0000","last_became_peered":"2020-11-19T19:07:14.256105+0000","last_unstale":"2020-11-19T21:19:44.615742+0000","last_undegraded":"2020-11-19T21:19:44.615742+0000","last_fullsized":"2020-11-19T21:19:44.615742+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'2568","last_scrub_stamp":"2020-11-19T21:19:44.615729+0000","last_deep_scrub":"27'2568","last_deep_scrub_stamp":"2020-11-19T21:19:44.615729+0000","last_clean_scrub_stamp":"2020-11-19T21:19:44.615729+0000","log_size":2568,"ondisk_log_size":2568,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":674,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":15376,"num_read_kb":12810,"num_write":5128,"num_write_kb":5122,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6],"acting":[3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.4","version":"27'211","reported_seq":"3011","reported_epoch":"27","state":"active+clean","last_fresh":"2020-11-19T21:19:42.981750+0000","last_change":"2020-11-19T21:19:42.981833+0000","last_active":"2020-11-19T21:19:42.981750+0000","last_peered":"2020-11-19T21:19:42.981750+0000","last_clean":"2020-11-19T21:19:42.981750+0000","last_became_active":"2020-11-19T19:07:14.256121+0000","last_became_peered":"2020-11-19T19:07:14.256121+0000","last_unstale":"2020-11-19T21:19:42.981750+0000","last_undegraded":"2020-11-19T21:19:42.981750+0000","last_fullsized":"2020-11-19T21:19:42.981750+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'211","last_scrub_stamp":"2020-11-19T21:19:42.981741+0000","last_deep_scrub":"27'211","last_deep_scrub_stamp":"2020-11-19T21:19:42.981741+0000","last_clean_scrub_stamp":"2020-11-19T21:19:42.981741+0000","log_size":211,"ondisk_log_size":211,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":639,"num_read_kb":532,"num_write":192,"num_write_kb":185,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":174,"num_omap_keys":15,"num_objects_repaired":0},"up":[5,6],"acting":[5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":20599578643,"num_objects":4949,"num_object_clones":0,"num_object_copies":14847,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4949,"num_whiteouts":0,"num_read":429644,"num_read_kb":13955476,"num_write":600138,"num_write_kb":83192910,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":16170831872,"data_stored":30900117504,"data_compressed":494094171,"data_compressed_allocated":14729285632,"data_compressed_original":29458571264,"omap_allocated":0,"internal_metadata":0},"log_size":40234,"ondisk_log_size":40234,"up":12,"acting":12,"num_store_stats":6},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":9,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":8066,"num_omap_keys":2,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":4,"ondisk_log_size":4,"up":2,"acting":2,"num_store_stats":2},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2070,"num_objects":10,"num_object_clones":0,"num_object_copies":20,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":31091,"num_read_kb":25747,"num_write":10448,"num_write_kb":10411,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":634,"num_omap_keys":35,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":49152,"data_stored":4140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3509,"internal_metadata":0},"log_size":5541,"ondisk_log_size":5541,"up":16,"acting":16,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":14,"seq":60129543744,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1756836,"kb_used_data":1312860,"kb_used_omap":0,"kb_used_meta":443968,"kb_avail":92615004,"statfs":{"total":96636764160,"available":94837764096,"internally_reserved":0,"allocated":1344368640,"data_stored":2565197399,"data_compressed":48752274,"data_compressed_allocated":1221009408,"data_compressed_original":2442018816,"omap_allocated":0,"internal_metadata":454623232},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:20:12 2020","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.94799999999999995,"15min":0.83399999999999996},"min":{"1min":0.48699999999999999,"5min":0.44600000000000001,"15min":0.433},"max":{"1min":1.5940000000000001,"5min":2.1539999999999999,"15min":2.1539999999999999},"last":1.0660000000000001},{"interface":"front","average":{"1min":0.95999999999999996,"5min":1.1819999999999999,"15min":0.98199999999999998},"min":{"1min":0.59199999999999997,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.6799999999999999,"5min":8.3200000000000003,"15min":8.3200000000000003},"last":0.63800000000000001}]},{"osd":1,"last update":"Thu Nov 19 21:20:12 2020","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":1.1060000000000001,"15min":0.96899999999999997},"min":{"1min":0.55300000000000005,"5min":0.52200000000000002,"15min":0.51500000000000001},"max":{"1min":1.429,"5min":2.8620000000000001,"15min":2.8620000000000001},"last":0.77400000000000002},{"interface":"front","average":{"1min":1.0089999999999999,"5min":1.1850000000000001,"15min":1.0589999999999999},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.5069999999999999,"5min":8.4629999999999992,"15min":8.4629999999999992},"last":1.1459999999999999}]},{"osd":2,"last update":"Thu Nov 19 21:20:12 2020","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":1.218,"15min":1.0169999999999999},"min":{"1min":0.58499999999999996,"5min":0.56599999999999995,"15min":0.52000000000000002},"max":{"1min":1.585,"5min":22.456,"15min":22.456},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.5229999999999999,"15min":1.2430000000000001},"min":{"1min":0.625,"5min":0.625,"15min":0.56999999999999995},"max":{"1min":1.5369999999999999,"5min":22.41,"15min":22.41},"last":1.218}]},{"osd":3,"last update":"Thu Nov 19 21:20:12 2020","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.1759999999999999,"15min":1.0649999999999999},"min":{"1min":0.71999999999999997,"5min":0.64900000000000002,"15min":0.61699999999999999},"max":{"1min":1.7829999999999999,"5min":5.718,"15min":5.718},"last":0.97999999999999998},{"interface":"front","average":{"1min":1.163,"5min":1.3779999999999999,"15min":1.2290000000000001},"min":{"1min":0.88700000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.5640000000000001,"5min":6.5170000000000003,"15min":6.5170000000000003},"last":1.371}]},{"osd":4,"last update":"Thu Nov 19 21:20:12 2020","interfaces":[{"interface":"back","average":{"1min":1.1599999999999999,"5min":1.3640000000000001,"15min":1.2390000000000001},"min":{"1min":0.86099999999999999,"5min":0.64400000000000002,"15min":0.59599999999999997},"max":{"1min":1.74,"5min":8.5920000000000005,"15min":8.5920000000000005},"last":0.85299999999999998},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.274,"15min":1.2150000000000001},"min":{"1min":0.73199999999999998,"5min":0.71199999999999997,"15min":0.65000000000000002},"max":{"1min":1.8839999999999999,"5min":5.593,"15min":7.0549999999999997},"last":0.80300000000000005}]},{"osd":5,"last update":"Thu Nov 19 21:20:12 2020","interfaces":[{"interface":"back","average":{"1min":1.337,"5min":1.504,"15min":1.3759999999999999},"min":{"1min":1.048,"5min":0.80400000000000005,"15min":0.66300000000000003},"max":{"1min":1.75,"5min":4.218,"15min":8.3949999999999996},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.3460000000000001,"5min":1.5349999999999999,"15min":1.409},"min":{"1min":0.94799999999999995,"5min":0.754,"15min":0.754},"max":{"1min":1.8109999999999999,"5min":8.718,"15min":8.718},"last":1.2609999999999999}]},{"osd":6,"last update":"Thu Nov 19 21:20:12 2020","interfaces":[{"interface":"back","average":{"1min":1.3899999999999999,"5min":1.6579999999999999,"15min":1.5029999999999999},"min":{"1min":1.0109999999999999,"5min":0.89900000000000002,"15min":0.85399999999999998},"max":{"1min":1.877,"5min":8.8480000000000008,"15min":8.8480000000000008},"last":1.028},{"interface":"front","average":{"1min":1.3400000000000001,"5min":1.494,"15min":1.419},"min":{"1min":0.87,"5min":0.87,"15min":0.85499999999999998},"max":{"1min":1.954,"5min":4.6879999999999997,"15min":7.1689999999999996},"last":1.101}]}]},{"osd":6,"up_from":14,"seq":60129543745,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1688432,"kb_used_data":1283816,"kb_used_omap":0,"kb_used_meta":404608,"kb_avail":92683408,"statfs":{"total":96636764160,"available":94907809792,"internally_reserved":0,"allocated":1314627584,"data_stored":2531089991,"data_compressed":50382714,"data_compressed_allocated":1216638976,"data_compressed_original":2433277952,"omap_allocated":0,"internal_metadata":414318592},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.2589999999999999,"15min":1.002},"min":{"1min":0.46700000000000003,"5min":0.434,"15min":0.434},"max":{"1min":1.784,"5min":17.023,"15min":17.373000000000001},"last":0.98599999999999999},{"interface":"front","average":{"1min":1.149,"5min":1.3260000000000001,"15min":1.153},"min":{"1min":0.59799999999999998,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":2.129,"5min":17.103999999999999,"15min":17.440999999999999},"last":1.0800000000000001}]},{"osd":1,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.95899999999999996,"15min":0.84099999999999997},"min":{"1min":0.626,"5min":0.54700000000000004,"15min":0.499},"max":{"1min":1.282,"5min":3.907,"15min":3.907},"last":1.1839999999999999},{"interface":"front","average":{"1min":0.93700000000000006,"5min":1.2310000000000001,"15min":1.044},"min":{"1min":0.60799999999999998,"5min":0.57399999999999995,"15min":0.56399999999999995},"max":{"1min":1.4279999999999999,"5min":10.898999999999999,"15min":10.898999999999999},"last":0.83499999999999996}]},{"osd":2,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.1479999999999999,"15min":1.0249999999999999},"min":{"1min":0.60399999999999998,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":2.008,"5min":3.5760000000000001,"15min":16.725000000000001},"last":0.91200000000000003},{"interface":"front","average":{"1min":1.075,"5min":1.2430000000000001,"15min":1.1559999999999999},"min":{"1min":0.54500000000000004,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.9790000000000001,"5min":4.2709999999999999,"15min":16.699000000000002},"last":1.028}]},{"osd":3,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.2989999999999999,"15min":1.2},"min":{"1min":0.76700000000000002,"5min":0.65100000000000002,"15min":0.629},"max":{"1min":1.73,"5min":4.181,"15min":4.181},"last":0.875},{"interface":"front","average":{"1min":1.306,"5min":1.3939999999999999,"15min":1.276},"min":{"1min":0.69499999999999995,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.925,"5min":4.5229999999999997,"15min":4.5229999999999997},"last":1.248}]},{"osd":4,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.1699999999999999,"5min":1.5780000000000001,"15min":1.3109999999999999},"min":{"1min":0.628,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":3.0059999999999998,"5min":11.071,"15min":11.071},"last":1.2829999999999999},{"interface":"front","average":{"1min":1.212,"5min":1.379,"15min":1.2849999999999999},"min":{"1min":0.71299999999999997,"5min":0.68700000000000006,"15min":0.622},"max":{"1min":2.2509999999999999,"5min":3.794,"15min":6.5609999999999999},"last":1.4990000000000001}]},{"osd":5,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.1990000000000001,"5min":1.4430000000000001,"15min":1.2729999999999999},"min":{"1min":0.68799999999999994,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":2.5539999999999998,"5min":5.0279999999999996,"15min":5.0279999999999996},"last":1.3100000000000001},{"interface":"front","average":{"1min":1.28,"5min":1.577,"15min":1.3560000000000001},"min":{"1min":0.78000000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":3.4689999999999999,"5min":11.151999999999999,"15min":11.151999999999999},"last":1.133}]},{"osd":7,"last update":"Thu Nov 19 21:19:37 2020","interfaces":[{"interface":"back","average":{"1min":1.4279999999999999,"5min":1.4950000000000001,"15min":1.411},"min":{"1min":0.83799999999999997,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":2.056,"5min":3.6850000000000001,"15min":3.798},"last":1.405},{"interface":"front","average":{"1min":1.337,"5min":1.625,"15min":1.45},"min":{"1min":0.93700000000000006,"5min":0.874,"15min":0.874},"max":{"1min":1.8520000000000001,"5min":5.1849999999999996,"15min":5.1849999999999996},"last":1.4259999999999999}]}]},{"osd":1,"up_from":14,"seq":60129543745,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5152,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":94366688,"statfs":{"total":96636764160,"available":96631488512,"internally_reserved":0,"allocated":286720,"data_stored":113573,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":0.73899999999999999,"5min":0.83299999999999996,"15min":0.78400000000000003},"min":{"1min":0.495,"5min":0.437,"15min":0.437},"max":{"1min":1.169,"5min":2.548,"15min":2.548},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.88100000000000001,"5min":1.0309999999999999,"15min":0.98199999999999998},"min":{"1min":0.58499999999999996,"5min":0.49299999999999999,"15min":0.45200000000000001},"max":{"1min":1.3120000000000001,"5min":4.181,"15min":7.077},"last":1.071}]},{"osd":2,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":1.0429999999999999,"15min":0.93700000000000006},"min":{"1min":0.52800000000000002,"5min":0.47699999999999998,"15min":0.47499999999999998},"max":{"1min":1.3100000000000001,"5min":4.9779999999999998,"15min":5.5380000000000003},"last":1.0189999999999999},{"interface":"front","average":{"1min":0.92600000000000005,"5min":1.194,"15min":1.071},"min":{"1min":0.73599999999999999,"5min":0.60699999999999998,"15min":0.54200000000000004},"max":{"1min":1.421,"5min":4.9240000000000004,"15min":4.9240000000000004},"last":0.997}]},{"osd":3,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":1.0169999999999999,"15min":0.96399999999999997},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.51000000000000001},"max":{"1min":1.427,"5min":2.6320000000000001,"15min":2.9129999999999998},"last":0.96599999999999997},{"interface":"front","average":{"1min":0.93999999999999995,"5min":1.0720000000000001,"15min":1.0580000000000001},"min":{"1min":0.63800000000000001,"5min":0.57399999999999995,"15min":0.57299999999999995},"max":{"1min":1.3839999999999999,"5min":3.1699999999999999,"15min":5.6749999999999998},"last":0.90400000000000003}]},{"osd":4,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.1950000000000001,"15min":1.2110000000000001},"min":{"1min":0.71099999999999997,"5min":0.61099999999999999,"15min":0.56599999999999995},"max":{"1min":1.4079999999999999,"5min":2.5640000000000001,"15min":5.4450000000000003},"last":1.099},{"interface":"front","average":{"1min":1.2130000000000001,"5min":1.3500000000000001,"15min":1.294},"min":{"1min":0.79300000000000004,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.6060000000000001,"5min":6.3540000000000001,"15min":6.3540000000000001},"last":1.347}]},{"osd":5,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":1.2589999999999999,"5min":1.389,"15min":1.3340000000000001},"min":{"1min":0.90100000000000002,"5min":0.72299999999999998,"15min":0.69299999999999995},"max":{"1min":1.6759999999999999,"5min":6.8929999999999998,"15min":9.6750000000000007},"last":1.2589999999999999},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.2849999999999999,"15min":1.274},"min":{"1min":0.78800000000000003,"5min":0.622,"15min":0.622},"max":{"1min":1.673,"5min":3.7090000000000001,"15min":7.0090000000000003},"last":1.121}]},{"osd":6,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":1.2410000000000001,"5min":1.4019999999999999,"15min":1.383},"min":{"1min":0.90000000000000002,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.639,"5min":3.589,"15min":7.2869999999999999},"last":1.216},{"interface":"front","average":{"1min":1.2929999999999999,"5min":1.3360000000000001,"15min":1.2889999999999999},"min":{"1min":1.0209999999999999,"5min":0.93600000000000005,"15min":0.83999999999999997},"max":{"1min":1.7470000000000001,"5min":2.6819999999999999,"15min":2.6819999999999999},"last":1.2370000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:19:54 2020","interfaces":[{"interface":"back","average":{"1min":1.3979999999999999,"5min":1.5009999999999999,"15min":1.4399999999999999},"min":{"1min":1.1619999999999999,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":1.764,"5min":4.4960000000000004,"15min":4.4960000000000004},"last":1.423},{"interface":"front","average":{"1min":1.373,"5min":1.508,"15min":1.4630000000000001},"min":{"1min":1.0900000000000001,"5min":0.90700000000000003,"15min":0.76000000000000001},"max":{"1min":1.792,"5min":4.29,"15min":6.8979999999999997},"last":1.2949999999999999}]}]},{"osd":0,"up_from":14,"seq":60129543745,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":3490452,"kb_used_data":2656908,"kb_used_omap":2,"kb_used_meta":833533,"kb_avail":90881388,"statfs":{"total":96636764160,"available":93062541312,"internally_reserved":0,"allocated":2720673792,"data_stored":5204093877,"data_compressed":74650822,"data_compressed_allocated":2483597312,"data_compressed_original":4967194624,"omap_allocated":2052,"internal_metadata":853538812},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 19 21:20:01 2020","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.87,"15min":0.78500000000000003},"min":{"1min":0.51100000000000001,"5min":0.46800000000000003,"15min":0.44800000000000001},"max":{"1min":1.222,"5min":3.0649999999999999,"15min":3.8919999999999999},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.748,"5min":0.89800000000000002,"15min":0.80100000000000005},"min":{"1min":0.55300000000000005,"5min":0.46300000000000002,"15min":0.45900000000000002},"max":{"1min":1.0429999999999999,"5min":5.1230000000000002,"15min":5.1230000000000002},"last":0.79200000000000004}]},{"osd":2,"last update":"Thu Nov 19 21:20:01 2020","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":1.0700000000000001,"15min":1.0069999999999999},"min":{"1min":0.54700000000000004,"5min":0.54100000000000004,"15min":0.47499999999999998},"max":{"1min":1.3620000000000001,"5min":4.3540000000000001,"15min":11.127000000000001},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.89200000000000002,"5min":1.044,"15min":1.004},"min":{"1min":0.59299999999999997,"5min":0.504,"15min":0.48599999999999999},"max":{"1min":1.3149999999999999,"5min":4.952,"15min":10.077},"last":1.0880000000000001}]},{"osd":3,"last update":"Thu Nov 19 21:20:01 2020","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.91000000000000003,"15min":0.87},"min":{"1min":0.61699999999999999,"5min":0.54200000000000004,"15min":0.50700000000000001},"max":{"1min":0.93100000000000005,"5min":2.8879999999999999,"15min":2.8879999999999999},"last":0.88500000000000001},{"interface":"front","average":{"1min":1.036,"5min":1.23,"15min":1.1699999999999999},"min":{"1min":0.75900000000000001,"5min":0.625,"15min":0.57699999999999996},"max":{"1min":1.4530000000000001,"5min":4.5069999999999997,"15min":4.5069999999999997},"last":1.056}]},{"osd":4,"last update":"Thu Nov 19 21:20:01 2020","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":1.2,"15min":1.087},"min":{"1min":0.78400000000000003,"5min":0.64700000000000002,"15min":0.50600000000000001},"max":{"1min":1.264,"5min":4.681,"15min":4.681},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.2230000000000001,"5min":1.4610000000000001,"15min":1.3320000000000001},"min":{"1min":0.873,"5min":0.72799999999999998,"15min":0.68300000000000005},"max":{"1min":1.601,"5min":6.423,"15min":6.423},"last":1.218}]},{"osd":5,"last update":"Thu Nov 19 21:20:01 2020","interfaces":[{"interface":"back","average":{"1min":1.2110000000000001,"5min":1.421,"15min":1.2589999999999999},"min":{"1min":0.86599999999999999,"5min":0.63800000000000001,"15min":0.61699999999999999},"max":{"1min":1.6519999999999999,"5min":7.1120000000000001,"15min":7.1120000000000001},"last":1.242},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.5880000000000001,"15min":1.3080000000000001},"min":{"1min":0.84299999999999997,"5min":0.79000000000000004,"15min":0.68799999999999994},"max":{"1min":1.627,"5min":10.717000000000001,"15min":10.717000000000001},"last":1.1180000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:20:01 2020","interfaces":[{"interface":"back","average":{"1min":1.3480000000000001,"5min":1.5860000000000001,"15min":1.448},"min":{"1min":1.0109999999999999,"5min":0.879,"15min":0.81999999999999995},"max":{"1min":1.7869999999999999,"5min":5.9880000000000004,"15min":6.2270000000000003},"last":1.3069999999999999},{"interface":"front","average":{"1min":1.357,"5min":1.53,"15min":1.379},"min":{"1min":1.008,"5min":0.749,"15min":0.72099999999999997},"max":{"1min":1.853,"5min":6.1379999999999999,"15min":6.4870000000000001},"last":1.51}]},{"osd":7,"last update":"Thu Nov 19 21:20:01 2020","interfaces":[{"interface":"back","average":{"1min":1.3859999999999999,"5min":1.5269999999999999,"15min":1.4179999999999999},"min":{"1min":1.0900000000000001,"5min":0.95299999999999996,"15min":0.876},"max":{"1min":1.909,"5min":4.4740000000000002,"15min":4.4740000000000002},"last":1.381},{"interface":"front","average":{"1min":1.29,"5min":1.5840000000000001,"15min":1.3660000000000001},"min":{"1min":0.98099999999999998,"5min":0.91000000000000003,"15min":0.85399999999999998},"max":{"1min":1.5740000000000001,"5min":10.57,"15min":10.57},"last":1.276}]}]},{"osd":2,"up_from":14,"seq":60129543745,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":6141288,"kb_used_data":5253664,"kb_used_omap":2,"kb_used_meta":887613,"kb_avail":88230552,"statfs":{"total":96636764160,"available":90348085248,"internally_reserved":0,"allocated":5379751936,"data_stored":10300152741,"data_compressed":172016970,"data_compressed_allocated":4920573952,"data_compressed_original":9841147904,"omap_allocated":2052,"internal_metadata":908916732},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:20:19 2020","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.92500000000000004,"15min":0.86299999999999999},"min":{"1min":0.47499999999999998,"5min":0.44,"15min":0.44},"max":{"1min":1.5389999999999999,"5min":2.8100000000000001,"15min":3.4870000000000001},"last":0.94299999999999995},{"interface":"front","average":{"1min":0.88,"5min":1.1379999999999999,"15min":0.98699999999999999},"min":{"1min":0.57099999999999995,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.262,"5min":7.3760000000000003,"15min":7.3760000000000003},"last":1.0009999999999999}]},{"osd":1,"last update":"Thu Nov 19 21:20:19 2020","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.92900000000000005,"15min":0.91000000000000003},"min":{"1min":0.55300000000000005,"5min":0.49299999999999999,"15min":0.48099999999999998},"max":{"1min":1.6559999999999999,"5min":2.5430000000000001,"15min":4.2270000000000003},"last":1.054},{"interface":"front","average":{"1min":0.93600000000000005,"5min":1.073,"15min":0.98499999999999999},"min":{"1min":0.70199999999999996,"5min":0.53500000000000003,"15min":0.52400000000000002},"max":{"1min":1.373,"5min":7.0599999999999996,"15min":7.0599999999999996},"last":1.1160000000000001}]},{"osd":3,"last update":"Thu Nov 19 21:20:19 2020","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":1.0529999999999999,"15min":0.90700000000000003},"min":{"1min":0.56999999999999995,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.3939999999999999,"5min":4.6829999999999998,"15min":4.6829999999999998},"last":0.97399999999999998},{"interface":"front","average":{"1min":0.97199999999999998,"5min":1.155,"15min":1.0760000000000001},"min":{"1min":0.69499999999999995,"5min":0.60299999999999998,"15min":0.52300000000000002},"max":{"1min":1.8120000000000001,"5min":3.1120000000000001,"15min":3.6070000000000002},"last":1.1559999999999999}]},{"osd":4,"last update":"Thu Nov 19 21:20:19 2020","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.4830000000000001,"15min":1.25},"min":{"1min":0.69199999999999995,"5min":0.63600000000000001,"15min":0.58599999999999997},"max":{"1min":1.7310000000000001,"5min":9.8019999999999996,"15min":9.8019999999999996},"last":1.244},{"interface":"front","average":{"1min":1.169,"5min":1.4339999999999999,"15min":1.224},"min":{"1min":0.65500000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.78,"5min":9.3919999999999995,"15min":9.3919999999999995},"last":1.2589999999999999}]},{"osd":5,"last update":"Thu Nov 19 21:20:19 2020","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.2709999999999999,"15min":1.21},"min":{"1min":0.72999999999999998,"5min":0.62,"15min":0.62},"max":{"1min":1.5669999999999999,"5min":4.6779999999999999,"15min":11.699},"last":1.498},{"interface":"front","average":{"1min":1.29,"5min":1.502,"15min":1.389},"min":{"1min":0.82199999999999995,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":2.1200000000000001,"5min":4.859,"15min":11.744},"last":1.3180000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:20:19 2020","interfaces":[{"interface":"back","average":{"1min":1.345,"5min":1.4390000000000001,"15min":1.339},"min":{"1min":1.014,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.849,"5min":8.5030000000000001,"15min":8.5030000000000001},"last":1.3400000000000001},{"interface":"front","average":{"1min":1.2350000000000001,"5min":1.3520000000000001,"15min":1.2549999999999999},"min":{"1min":0.90500000000000003,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.722,"5min":4.5590000000000002,"15min":4.5590000000000002},"last":1.5980000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:20:19 2020","interfaces":[{"interface":"back","average":{"1min":1.3779999999999999,"5min":1.5189999999999999,"15min":1.405},"min":{"1min":1.048,"5min":0.83999999999999997,"15min":0.81000000000000005},"max":{"1min":1.9330000000000001,"5min":7.891,"15min":7.891},"last":1.5780000000000001},{"interface":"front","average":{"1min":1.3100000000000001,"5min":1.474,"15min":1.373},"min":{"1min":1.0900000000000001,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.6739999999999999,"5min":4.8150000000000004,"15min":4.8150000000000004},"last":1.4139999999999999}]}]},{"osd":3,"up_from":14,"seq":60129543744,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":47152,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":46848,"kb_avail":94324688,"statfs":{"total":96636764160,"available":96588480512,"internally_reserved":0,"allocated":303104,"data_stored":114953,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":47972352},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":0.77100000000000002,"5min":0.91200000000000003,"15min":0.83899999999999997},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.443},"max":{"1min":1.4510000000000001,"5min":5.2249999999999996,"15min":5.2249999999999996},"last":1.0660000000000001},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.91400000000000003,"15min":0.874},"min":{"1min":0.59699999999999998,"5min":0.53000000000000003,"15min":0.47299999999999998},"max":{"1min":1.3440000000000001,"5min":3.8220000000000001,"15min":5.0309999999999997},"last":1.1100000000000001}]},{"osd":1,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.877,"15min":0.85299999999999998},"min":{"1min":0.51600000000000001,"5min":0.47499999999999998,"15min":0.47399999999999998},"max":{"1min":1.7070000000000001,"5min":3.843,"15min":3.843},"last":0.83599999999999997},{"interface":"front","average":{"1min":0.92100000000000004,"5min":1.0580000000000001,"15min":1.016},"min":{"1min":0.64800000000000002,"5min":0.54600000000000004,"15min":0.51200000000000001},"max":{"1min":2.0310000000000001,"5min":5.3470000000000004,"15min":5.3470000000000004},"last":0.92700000000000005}]},{"osd":2,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.137,"15min":1.1359999999999999},"min":{"1min":0.64800000000000002,"5min":0.58799999999999997,"15min":0.53900000000000003},"max":{"1min":1.8280000000000001,"5min":3.9430000000000001,"15min":13.201000000000001},"last":0.95799999999999996},{"interface":"front","average":{"1min":1.123,"5min":1.292,"15min":1.306},"min":{"1min":0.82599999999999996,"5min":0.67100000000000004,"15min":0.53100000000000003},"max":{"1min":2.1459999999999999,"5min":5.452,"15min":13.452999999999999},"last":1.204}]},{"osd":4,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.1890000000000001,"15min":1.101},"min":{"1min":0.71899999999999997,"5min":0.63600000000000001,"15min":0.56200000000000006},"max":{"1min":1.9219999999999999,"5min":9.9390000000000001,"15min":9.9390000000000001},"last":1.3600000000000001},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.3799999999999999,"15min":1.256},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.60799999999999998},"max":{"1min":2.3279999999999998,"5min":10.026999999999999,"15min":10.026999999999999},"last":1.2290000000000001}]},{"osd":5,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.2969999999999999,"5min":1.4079999999999999,"15min":1.345},"min":{"1min":0.82499999999999996,"5min":0.78500000000000003,"15min":0.76800000000000002},"max":{"1min":2.4249999999999998,"5min":5.8579999999999997,"15min":5.8579999999999997},"last":1.2929999999999999},{"interface":"front","average":{"1min":1.202,"5min":1.2490000000000001,"15min":1.212},"min":{"1min":0.83199999999999996,"5min":0.78700000000000003,"15min":0.72699999999999998},"max":{"1min":2.278,"5min":2.7240000000000002,"15min":3.653},"last":1.4750000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.325,"5min":1.431,"15min":1.391},"min":{"1min":0.97799999999999998,"5min":0.81299999999999994,"15min":0.72899999999999998},"max":{"1min":2.2629999999999999,"5min":4.0339999999999998,"15min":5.1360000000000001},"last":1.3400000000000001},{"interface":"front","average":{"1min":1.3799999999999999,"5min":1.524,"15min":1.46},"min":{"1min":0.94899999999999995,"5min":0.89300000000000002,"15min":0.89300000000000002},"max":{"1min":2.2440000000000002,"5min":5.9660000000000002,"15min":5.9660000000000002},"last":1.4259999999999999}]},{"osd":7,"last update":"Thu Nov 19 21:19:35 2020","interfaces":[{"interface":"back","average":{"1min":1.2709999999999999,"5min":1.3420000000000001,"15min":1.3220000000000001},"min":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":2.3929999999999998,"5min":3.4950000000000001,"15min":4.3840000000000003},"last":1.26},{"interface":"front","average":{"1min":1.379,"5min":1.4990000000000001,"15min":1.421},"min":{"1min":0.97099999999999997,"5min":0.96499999999999997,"15min":0.79100000000000004},"max":{"1min":2.4489999999999998,"5min":4.2119999999999997,"15min":4.2119999999999997},"last":1.452}]}]},{"osd":4,"up_from":14,"seq":60129543744,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5079776,"kb_used_data":3972056,"kb_used_omap":3,"kb_used_meta":1107708,"kb_avail":89292064,"statfs":{"total":96636764160,"available":91435073536,"internally_reserved":0,"allocated":4067385344,"data_stored":7735070279,"data_compressed":100013552,"data_compressed_allocated":3667861504,"data_compressed_original":7335723008,"omap_allocated":3509,"internal_metadata":1134293579},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.21,"15min":1.0449999999999999},"min":{"1min":0.496,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":2.4569999999999999,"5min":5.5010000000000003,"15min":28.308},"last":1.2330000000000001},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.119,"15min":1.0640000000000001},"min":{"1min":0.66500000000000004,"5min":0.439,"15min":0.439},"max":{"1min":3.597,"5min":5.5780000000000003,"15min":28.077999999999999},"last":1.603}]},{"osd":1,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.038,"15min":0.92100000000000004},"min":{"1min":0.69799999999999995,"5min":0.49299999999999999,"15min":0.48699999999999999},"max":{"1min":3.0609999999999999,"5min":4.9000000000000004,"15min":5.3179999999999996},"last":1.1799999999999999},{"interface":"front","average":{"1min":1.167,"5min":1.337,"15min":1.0569999999999999},"min":{"1min":0.68000000000000005,"5min":0.56999999999999995,"15min":0.48699999999999999},"max":{"1min":3.1339999999999999,"5min":6.1980000000000004,"15min":6.1980000000000004},"last":1.3959999999999999}]},{"osd":2,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.2150000000000001,"5min":1.472,"15min":1.4990000000000001},"min":{"1min":0.80600000000000005,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":3.5609999999999999,"5min":6.1219999999999999,"15min":87.712000000000003},"last":1.3169999999999999},{"interface":"front","average":{"1min":1.4750000000000001,"5min":1.637,"15min":1.6120000000000001},"min":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.52200000000000002},"max":{"1min":5.8799999999999999,"5min":6.3250000000000002,"15min":87.751000000000005},"last":1.5569999999999999}]},{"osd":3,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.147,"5min":1.3320000000000001,"15min":1.153},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.59499999999999997},"max":{"1min":3.7269999999999999,"5min":6.5220000000000002,"15min":6.5220000000000002},"last":1.292},{"interface":"front","average":{"1min":1.256,"5min":1.413,"15min":1.226},"min":{"1min":0.90100000000000002,"5min":0.76200000000000001,"15min":0.623},"max":{"1min":3.319,"5min":5.3600000000000003,"15min":5.5720000000000001},"last":1.6399999999999999}]},{"osd":5,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.3959999999999999,"5min":1.6040000000000001,"15min":1.2929999999999999},"min":{"1min":0.72899999999999998,"5min":0.69299999999999995,"15min":0.63800000000000001},"max":{"1min":6.0090000000000003,"5min":6.077,"15min":6.077},"last":1.0820000000000001},{"interface":"front","average":{"1min":1.327,"5min":1.5900000000000001,"15min":1.331},"min":{"1min":0.749,"5min":0.63600000000000001,"15min":0.59399999999999997},"max":{"1min":4.2690000000000001,"5min":8.5150000000000006,"15min":8.5150000000000006},"last":1.4410000000000001}]},{"osd":6,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.3680000000000001,"5min":1.556,"15min":1.379},"min":{"1min":0.91800000000000004,"5min":0.67400000000000004,"15min":0.65200000000000002},"max":{"1min":3.194,"5min":5.5609999999999999,"15min":5.5609999999999999},"last":1.018},{"interface":"front","average":{"1min":1.6890000000000001,"5min":1.764,"15min":1.496},"min":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.82799999999999996},"max":{"1min":6.1349999999999998,"5min":6.8259999999999996,"15min":6.8259999999999996},"last":1.7150000000000001}]},{"osd":7,"last update":"Thu Nov 19 21:19:48 2020","interfaces":[{"interface":"back","average":{"1min":1.4670000000000001,"5min":1.7529999999999999,"15min":1.5109999999999999},"min":{"1min":0.91200000000000003,"5min":0.77600000000000002,"15min":0.72599999999999998},"max":{"1min":3.8479999999999999,"5min":6.5919999999999996,"15min":6.7030000000000003},"last":1.9350000000000001},{"interface":"front","average":{"1min":1.4830000000000001,"5min":1.752,"15min":1.5369999999999999},"min":{"1min":1.196,"5min":0.93000000000000005,"15min":0.79900000000000004},"max":{"1min":3.4340000000000002,"5min":5.8789999999999996,"15min":5.8789999999999996},"last":1.4810000000000001}]}]},{"osd":5,"up_from":14,"seq":60129543745,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1746756,"kb_used_data":1314236,"kb_used_omap":0,"kb_used_meta":432512,"kb_avail":92625084,"statfs":{"total":96636764160,"available":94848086016,"internally_reserved":0,"allocated":1345777664,"data_stored":2565197415,"data_compressed":48277839,"data_compressed_allocated":1219604480,"data_compressed_original":2439208960,"omap_allocated":0,"internal_metadata":442892288},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":0.97399999999999998,"15min":0.89800000000000002},"min":{"1min":0.498,"5min":0.45500000000000002,"15min":0.43099999999999999},"max":{"1min":1.506,"5min":6.6210000000000004,"15min":8.7439999999999998},"last":1.254},{"interface":"front","average":{"1min":1.2450000000000001,"5min":1.278,"15min":1.1080000000000001},"min":{"1min":0.64800000000000002,"5min":0.60099999999999998,"15min":0.57599999999999996},"max":{"1min":1.595,"5min":6.4420000000000002,"15min":6.4420000000000002},"last":1.2709999999999999}]},{"osd":1,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":1.095,"15min":0.97799999999999998},"min":{"1min":0.628,"5min":0.52800000000000002,"15min":0.47499999999999998},"max":{"1min":1.4790000000000001,"5min":4.9530000000000003,"15min":4.9530000000000003},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.091,"5min":1.143,"15min":1.018},"min":{"1min":0.67900000000000005,"5min":0.53000000000000003,"15min":0.50900000000000001},"max":{"1min":1.7230000000000001,"5min":6.2000000000000002,"15min":6.2000000000000002},"last":1.175}]},{"osd":2,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0600000000000001,"15min":0.97099999999999997},"min":{"1min":0.68000000000000005,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.5249999999999999,"5min":2.77,"15min":3.4980000000000002},"last":1.1140000000000001},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.2,"15min":1.1100000000000001},"min":{"1min":0.77300000000000002,"5min":0.63200000000000001,"15min":0.59299999999999997},"max":{"1min":1.51,"5min":3.218,"15min":3.5059999999999998},"last":1.141}]},{"osd":3,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.1619999999999999,"5min":1.268,"15min":1.1910000000000001},"min":{"1min":0.85399999999999998,"5min":0.69299999999999995,"15min":0.64000000000000001},"max":{"1min":1.5109999999999999,"5min":6.319,"15min":6.319},"last":1.089},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.198,"15min":1.1240000000000001},"min":{"1min":0.67900000000000005,"5min":0.64100000000000001,"15min":0.61099999999999999},"max":{"1min":1.6000000000000001,"5min":4.79,"15min":4.79},"last":1.2949999999999999}]},{"osd":4,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.1639999999999999,"5min":1.2969999999999999,"15min":1.252},"min":{"1min":0.75800000000000001,"5min":0.63600000000000001,"15min":0.628},"max":{"1min":1.8779999999999999,"5min":3.3759999999999999,"15min":8.6129999999999995},"last":0.86199999999999999},{"interface":"front","average":{"1min":1.216,"5min":1.4470000000000001,"15min":1.339},"min":{"1min":0.68100000000000005,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.7230000000000001,"5min":6.532,"15min":6.532},"last":0.81999999999999995}]},{"osd":6,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.198,"5min":1.3380000000000001,"15min":1.2609999999999999},"min":{"1min":0.71499999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":3.177,"5min":3.6259999999999999,"15min":3.891},"last":0.92200000000000004},{"interface":"front","average":{"1min":1.657,"5min":1.581,"15min":1.4670000000000001},"min":{"1min":0.93700000000000006,"5min":0.89400000000000002,"15min":0.89400000000000002},"max":{"1min":8.1430000000000007,"5min":8.1430000000000007,"15min":8.4600000000000009},"last":1.337}]},{"osd":7,"last update":"Thu Nov 19 21:19:44 2020","interfaces":[{"interface":"back","average":{"1min":1.4530000000000001,"5min":1.6899999999999999,"15min":1.5169999999999999},"min":{"1min":1.079,"5min":0.88400000000000001,"15min":0.80500000000000005},"max":{"1min":1.9990000000000001,"5min":6.5110000000000001,"15min":6.5110000000000001},"last":0.97099999999999997},{"interface":"front","average":{"1min":1.373,"5min":1.4970000000000001,"15min":1.448},"min":{"1min":0.97299999999999998,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.7410000000000001,"5min":2.9750000000000001,"15min":6.2750000000000004},"last":1.444}]}]}]}} 2020-11-19T21:20:25.847 INFO:teuthology.orchestra.run.smithi077:> sudo ceph --cluster ceph config set global mon_health_to_clog false 2020-11-19T21:20:26.135 INFO:teuthology.misc:Shutting down mds daemons... 2020-11-19T21:20:26.136 INFO:teuthology.misc:Shutting down osd daemons... 2020-11-19T21:20:26.141 DEBUG:tasks.ceph.osd.0:waiting for process to exit 2020-11-19T21:20:26.142 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:26.220 INFO:tasks.ceph.osd.0:Stopped 2020-11-19T21:20:26.220 DEBUG:tasks.ceph.osd.1:waiting for process to exit 2020-11-19T21:20:26.221 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:26.258 INFO:tasks.ceph.osd.1:Stopped 2020-11-19T21:20:26.260 DEBUG:tasks.ceph.osd.2:waiting for process to exit 2020-11-19T21:20:26.261 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:30.046 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon ceph.osd.2 is failed for ~0s 2020-11-19T21:20:32.366 INFO:tasks.ceph.osd.2:Stopped 2020-11-19T21:20:32.366 DEBUG:tasks.ceph.osd.3:waiting for process to exit 2020-11-19T21:20:32.373 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:32.397 INFO:tasks.ceph.osd.3:Stopped 2020-11-19T21:20:32.399 DEBUG:tasks.ceph.osd.4:waiting for process to exit 2020-11-19T21:20:32.399 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:35.855 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon ceph.osd.4 is failed for ~0s 2020-11-19T21:20:35.855 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon ceph.osd.2 has been restored 2020-11-19T21:20:38.503 INFO:tasks.ceph.osd.4:Stopped 2020-11-19T21:20:38.504 DEBUG:tasks.ceph.osd.5:waiting for process to exit 2020-11-19T21:20:38.504 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:38.566 INFO:tasks.ceph.osd.5:Stopped 2020-11-19T21:20:38.567 DEBUG:tasks.ceph.osd.6:waiting for process to exit 2020-11-19T21:20:38.567 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:38.659 INFO:tasks.ceph.osd.6:Stopped 2020-11-19T21:20:38.660 DEBUG:tasks.ceph.osd.7:waiting for process to exit 2020-11-19T21:20:38.660 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:38.731 INFO:tasks.ceph.osd.7:Stopped 2020-11-19T21:20:38.731 INFO:teuthology.misc:Shutting down mgr daemons... 2020-11-19T21:20:38.732 DEBUG:tasks.ceph.mgr.x:waiting for process to exit 2020-11-19T21:20:38.732 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:38.751 INFO:tasks.ceph.mgr.x:Stopped 2020-11-19T21:20:38.752 DEBUG:tasks.ceph.mgr.y:waiting for process to exit 2020-11-19T21:20:38.752 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:38.771 INFO:tasks.ceph.mgr.y:Stopped 2020-11-19T21:20:38.772 INFO:teuthology.misc:Shutting down mon daemons... 2020-11-19T21:20:38.772 DEBUG:tasks.ceph.mon.a:waiting for process to exit 2020-11-19T21:20:38.772 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:38.809 INFO:tasks.ceph.mon.a:Stopped 2020-11-19T21:20:38.810 DEBUG:tasks.ceph.mon.c:waiting for process to exit 2020-11-19T21:20:38.810 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:38.869 INFO:tasks.ceph.mon.c:Stopped 2020-11-19T21:20:38.870 DEBUG:tasks.ceph.mon.b:waiting for process to exit 2020-11-19T21:20:38.870 INFO:teuthology.orchestra.run:waiting for 300 2020-11-19T21:20:38.902 INFO:tasks.ceph.mon.b:Stopped 2020-11-19T21:20:38.903 INFO:tasks.ceph:Checking cluster log for badness... 2020-11-19T21:20:38.903 INFO:teuthology.orchestra.run.smithi077:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ceph.log | head -n 1 2020-11-19T21:20:39.076 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-0 on ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T21:20:39.076 INFO:teuthology.orchestra.run.smithi077:> sync && sudo umount -f /var/lib/ceph/osd/ceph-0 2020-11-19T21:20:39.336 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-1 on ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T21:20:39.336 INFO:teuthology.orchestra.run.smithi077:> sync && sudo umount -f /var/lib/ceph/osd/ceph-1 2020-11-19T21:20:39.505 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-2 on ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T21:20:39.505 INFO:teuthology.orchestra.run.smithi077:> sync && sudo umount -f /var/lib/ceph/osd/ceph-2 2020-11-19T21:20:39.584 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-3 on ubuntu@smithi077.front.sepia.ceph.com 2020-11-19T21:20:39.585 INFO:teuthology.orchestra.run.smithi077:> sync && sudo umount -f /var/lib/ceph/osd/ceph-3 2020-11-19T21:20:39.684 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-4 on ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T21:20:39.685 INFO:teuthology.orchestra.run.smithi002:> sync && sudo umount -f /var/lib/ceph/osd/ceph-4 2020-11-19T21:20:40.373 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-5 on ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T21:20:40.374 INFO:teuthology.orchestra.run.smithi002:> sync && sudo umount -f /var/lib/ceph/osd/ceph-5 2020-11-19T21:20:40.529 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-6 on ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T21:20:40.530 INFO:teuthology.orchestra.run.smithi002:> sync && sudo umount -f /var/lib/ceph/osd/ceph-6 2020-11-19T21:20:40.601 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-7 on ubuntu@smithi002.front.sepia.ceph.com 2020-11-19T21:20:40.601 INFO:teuthology.orchestra.run.smithi002:> sync && sudo umount -f /var/lib/ceph/osd/ceph-7 2020-11-19T21:20:40.719 INFO:tasks.ceph:Archiving mon data... 2020-11-19T21:20:40.906 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/mon/ceph-a to /home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308/data/mon.a.tgz 2020-11-19T21:20:40.906 INFO:teuthology.orchestra.run.smithi077:> mktemp 2020-11-19T21:20:40.908 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon ceph.osd.4 has been restored 2020-11-19T21:20:40.927 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.kTp2Vo6HnT 2020-11-19T21:20:40.928 INFO:teuthology.orchestra.run.smithi077:> sudo tar cz -f - -C /var/lib/ceph/mon/ceph-a -- . > /tmp/tmp.kTp2Vo6HnT 2020-11-19T21:20:41.248 INFO:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.kTp2Vo6HnT 2020-11-19T21:20:41.373 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.kTp2Vo6HnT is 688KB 2020-11-19T21:20:41.504 INFO:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.kTp2Vo6HnT 2020-11-19T21:20:41.518 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/mon/ceph-c to /home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308/data/mon.c.tgz 2020-11-19T21:20:41.519 INFO:teuthology.orchestra.run.smithi077:> mktemp 2020-11-19T21:20:41.574 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.HItHroSrLn 2020-11-19T21:20:41.575 INFO:teuthology.orchestra.run.smithi077:> sudo tar cz -f - -C /var/lib/ceph/mon/ceph-c -- . > /tmp/tmp.HItHroSrLn 2020-11-19T21:20:41.853 INFO:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.HItHroSrLn 2020-11-19T21:20:41.947 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.HItHroSrLn is 688KB 2020-11-19T21:20:42.071 INFO:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.HItHroSrLn 2020-11-19T21:20:42.096 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/lib/ceph/mon/ceph-b to /home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308/data/mon.b.tgz 2020-11-19T21:20:42.096 INFO:teuthology.orchestra.run.smithi002:> mktemp 2020-11-19T21:20:42.115 INFO:teuthology.orchestra.run.smithi002.stdout:/tmp/tmp.1VC3puLt4k 2020-11-19T21:20:42.116 INFO:teuthology.orchestra.run.smithi002:> sudo tar cz -f - -C /var/lib/ceph/mon/ceph-b -- . > /tmp/tmp.1VC3puLt4k 2020-11-19T21:20:42.434 INFO:teuthology.orchestra.run.smithi002:> sudo chmod 0666 /tmp/tmp.1VC3puLt4k 2020-11-19T21:20:42.585 DEBUG:teuthology.orchestra.remote:smithi002:/tmp/tmp.1VC3puLt4k is 659KB 2020-11-19T21:20:42.685 INFO:teuthology.orchestra.run.smithi002:> rm -fr /tmp/tmp.1VC3puLt4k 2020-11-19T21:20:42.700 INFO:tasks.ceph:Cleaning ceph cluster... 2020-11-19T21:20:42.701 INFO:teuthology.orchestra.run.smithi002:> sudo rm -rf -- /etc/ceph/ceph.conf /etc/ceph/ceph.keyring /home/ubuntu/cephtest/ceph.data /home/ubuntu/cephtest/ceph.monmap /home/ubuntu/cephtest/../*.pid 2020-11-19T21:20:42.742 INFO:teuthology.orchestra.run.smithi071:> sudo rm -rf -- /etc/ceph/ceph.conf /etc/ceph/ceph.keyring /home/ubuntu/cephtest/ceph.data /home/ubuntu/cephtest/ceph.monmap /home/ubuntu/cephtest/../*.pid 2020-11-19T21:20:42.745 INFO:teuthology.orchestra.run.smithi077:> sudo rm -rf -- /etc/ceph/ceph.conf /etc/ceph/ceph.keyring /home/ubuntu/cephtest/ceph.data /home/ubuntu/cephtest/ceph.monmap /home/ubuntu/cephtest/../*.pid 2020-11-19T21:20:42.790 INFO:tasks.ceph:Checking for errors in any valgrind logs... 2020-11-19T21:20:42.791 INFO:teuthology.orchestra.run.smithi077:> sudo zgrep '' /var/log/ceph/valgrind/* /dev/null | sort | uniq 2020-11-19T21:20:42.833 INFO:teuthology.orchestra.run.smithi002:> sudo zgrep '' /var/log/ceph/valgrind/* /dev/null | sort | uniq 2020-11-19T21:20:42.836 INFO:teuthology.orchestra.run.smithi071:> sudo zgrep '' /var/log/ceph/valgrind/* /dev/null | sort | uniq 2020-11-19T21:20:42.857 INFO:teuthology.orchestra.run.smithi077.stderr:gzip: /var/log/ceph/valgrind/*.gz: No such file or directory 2020-11-19T21:20:42.860 INFO:teuthology.orchestra.run.smithi002.stderr:gzip: /var/log/ceph/valgrind/*.gz: No such file or directory 2020-11-19T21:20:42.864 INFO:teuthology.orchestra.run.smithi071.stderr:gzip: /var/log/ceph/valgrind/*.gz: No such file or directory 2020-11-19T21:20:42.871 INFO:tasks.ceph:Archiving crash dumps... 2020-11-19T21:20:42.872 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/crash to /home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308/remote/smithi077/crash 2020-11-19T21:20:42.874 INFO:teuthology.orchestra.run.smithi077:> sudo tar cz -f - -C /var/lib/ceph/crash -- . 2020-11-19T21:20:42.930 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/lib/ceph/crash to /home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308/remote/smithi002/crash 2020-11-19T21:20:42.932 INFO:teuthology.orchestra.run.smithi002:> sudo tar cz -f - -C /var/lib/ceph/crash -- . 2020-11-19T21:20:42.960 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/crash to /home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308/remote/smithi071/crash 2020-11-19T21:20:42.961 INFO:teuthology.orchestra.run.smithi071:> sudo tar cz -f - -C /var/lib/ceph/crash -- . 2020-11-19T21:20:43.072 INFO:tasks.ceph:Compressing logs... 2020-11-19T21:20:43.073 INFO:teuthology.orchestra.run.smithi002:> sudo find /var/log/ceph -name *.log -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2020-11-19T21:20:43.090 INFO:teuthology.orchestra.run.smithi071:> sudo find /var/log/ceph -name *.log -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2020-11-19T21:20:43.113 INFO:teuthology.orchestra.run.smithi077:> sudo find /var/log/ceph -name *.log -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2020-11-19T21:20:43.125 INFO:tasks.ceph:Archiving logs... 2020-11-19T21:20:43.126 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/jdillaman-2020-11-19_08:02:50-rbd-wip-jd-testing-2-distro-basic-smithi/5637308/remote/smithi077/log 2020-11-19T21:20:43.540 INFO:teuthology.orchestra.run.smithi077:> sudo tar cz -f - -C /var/log/ceph -- . 2020-11-19T21:20:45.228 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-mon.c.log: file changed as we read it 2020-11-19T21:20:47.423 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-mon.a.log: file changed as we read it 2020-11-19T21:20:47.424 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25577.log: File removed before we read it 2020-11-19T21:20:47.424 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25199.log: File removed before we read it 2020-11-19T21:20:47.424 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.24771.log: File removed before we read it 2020-11-19T21:20:47.424 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.29890.log: File removed before we read it 2020-11-19T21:20:47.424 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25283.log: File removed before we read it 2020-11-19T21:20:47.425 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25619.log: File removed before we read it 2020-11-19T21:20:47.425 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.24939.log: File removed before we read it 2020-11-19T21:20:47.425 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.24603.log: File removed before we read it 2020-11-19T21:20:47.425 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25535.log: File removed before we read it 2020-11-19T21:20:47.425 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.30016.log: File removed before we read it 2020-11-19T21:20:47.426 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25409.log: File removed before we read it 2020-11-19T21:20:47.426 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.30184.log: File removed before we read it 2020-11-19T21:20:47.426 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.24813.log: File removed before we read it 2020-11-19T21:20:47.426 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.22738.log: File removed before we read it 2020-11-19T21:20:47.426 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.21863.log: File removed before we read it 2020-11-19T21:20:47.427 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.30058.log: File removed before we read it 2020-11-19T21:20:47.427 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.30352.log: File removed before we read it 2020-11-19T21:20:47.427 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-mgr.x.log: File removed before we read it 2020-11-19T21:20:47.427 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.29722.log: File removed before we read it 2020-11-19T21:20:47.427 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.24981.log: File removed before we read it 2020-11-19T21:20:47.428 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25149.log: File removed before we read it 2020-11-19T21:20:47.428 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.29974.log: File removed before we read it 2020-11-19T21:20:47.428 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.29638.log: File removed before we read it 2020-11-19T21:20:47.428 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25661.log: File removed before we read it 2020-11-19T21:20:47.429 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.29680.log: File removed before we read it 2020-11-19T21:20:47.429 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.24521.log: File removed before we read it 2020-11-19T21:20:47.429 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.30394.log: File removed before we read it 2020-11-19T21:20:47.430 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25107.log: File removed before we read it 2020-11-19T21:20:47.430 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.24729.log: File removed before we read it 2020-11-19T21:20:47.430 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.24465.log: File removed before we read it 2020-11-19T21:20:47.431 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25325.log: File removed before we read it 2020-11-19T21:20:47.431 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.29806.log: File removed before we read it 2020-11-19T21:21:01.310 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-osd.3.log: file changed as we read it 2020-11-19T21:21:02.151 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.24855.log: File removed before we read it 2020-11-19T21:21:02.151 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25241.log: File removed before we read it 2020-11-19T21:21:02.151 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.29764.log: File removed before we read it 2020-11-19T21:21:02.152 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.25065.log: File removed before we read it 2020-11-19T21:21:02.152 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.30437.log: File removed before we read it 2020-11-19T21:21:02.152 INFO:teuthology.orchestra.run.smithi077.stderr:tar: ./ceph-client.admin.29848.log: File removed before we read it