2021-07-24T16:49:09.468 INFO:root:teuthology version: 1.1.0-b6f3efab 2021-07-24T16:49:09.470 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name kchai-2021-07-24_16:12:52-upgrade-wip-kefu-testing-2021-07-24-2153-distro-basic-smithi --owner scheduled_kchai@teuthology --description upgrade/octopus-x/stress-split/{0-distro/centos_8.3_kubic_stable 0-roles 1-start 2-first-half-tasks/radosbench 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} --archive /home/teuthworker/archive/kchai-2021-07-24_16:12:52-upgrade-wip-kefu-testing-2021-07-24-2153-distro-basic-smithi/6290224 -- /home/teuthworker/archive/kchai-2021-07-24_16:12:52-upgrade-wip-kefu-testing-2021-07-24-2153-distro-basic-smithi/6290224/orig.config.yaml 2021-07-24T16:49:09.541 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2021-07-24T16:49:09.602 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/kchai-2021-07-24_16:12:52-upgrade-wip-kefu-testing-2021-07-24-2153-distro-basic-smithi/6290224 branch: wip-kefu-testing-2021-07-24-2153 description: upgrade/octopus-x/stress-split/{0-distro/centos_8.3_kubic_stable 0-roles 1-start 2-first-half-tasks/radosbench 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} email: tchaikov@gmail.com first-half-sequence: - cephadm.shell: env: - sha1 mon.a: - ceph config set mgr mgr/cephadm/daemon_cache_timeout 60 - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps - echo wait for minority of mons to upgrade - while ! ceph mon versions | grep $sha1 ; do sleep 2 ; done - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for majority of mons to upgrade - 'while ! ceph mon versions | grep $sha1 | egrep '': [23]'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for all mons to upgrade - 'while ! ceph mon versions | grep $sha1 | grep '': 3'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for half of osds to upgrade - 'while ! ceph osd versions | grep $sha1 | egrep '': [45678]''; do sleep 2 ; done' - ceph orch upgrade pause - ceph orch ps - ceph orch ps - ceph versions first-half-tasks: - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' first_in_suite: false job_id: '6290224' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run basic cls tests for rbd ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run basic import/export cli tests for rbd ' name: kchai-2021-07-24_16:12:52-upgrade-wip-kefu-testing-2021-07-24-2153-distro-basic-smithi nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: '8.3' overrides: admin_socket: branch: wip-kefu-testing-2021-07-24-2153 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-kefu-testing-2021-07-24-2153 sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb owner: scheduled_kchai@teuthology priority: 70 repo: git://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b second-half-sequence: sequential: - cephadm.shell: env: - sha1 mon.a: - ceph orch upgrade resume - sleep 60 - echo wait for upgrade to complete - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - echo upgrade complete - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 second-half-tasks: - workunit: branch: octopus clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb sleep_before_teardown: 0 stress-tasks: - thrashosds: aggressive_pg_num_changes: false chance_force_recovery: 0 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 chance_thrash_cluster_full: 0 chance_thrash_pg_upmap: 0 chance_thrash_pg_upmap_items: 0 disable_objectstore_tool_tests: true timeout: 1200 - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' - workunit: branch: octopus clients: client.0: - cls/test_cls_rbd.sh - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: octopus clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - workunit: branch: octopus clients: client.0: - rbd/test_librbd.sh - print: '**** done rbd/test_librbd.sh 7-workload' - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' suite: upgrade suite_branch: wip-kefu-testing-2021-07-24-2153 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f7cd730b96380f0a18fbfd486fd4354c294b17eb/qa suite_relpath: qa suite_repo: git://git.ceph.com/ceph-ci.git suite_sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb targets: smithi006.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCURE/6NV2W1DJVEetgxGIjVRRa6EM4dOKWLx+0vjvR8Xnwai8bsH5NsQgmruxicaxZGbrDsxEb6dNcvHPtWAXukTVuIK8wR/BrBYKFPnSWWcnySXaGR3BeVF4BWmx1DnjBpX8FS8Ap8k9GefcNnEHrmuCYoPlidszQXCvXkbktz2RwKNuBUoNJyp9lbBnUpZj1P4Hk58LPYifSbq+nUqDOo9h/5nHGKLj6dYjZYQyhk+yiPR4gAcXJMbXF6bMFd268Qa55Wl9X/MVOIS3tdesSiKacA+IwppIlUD/5o181BjNeVoEVrwiufKGyb0HwGbFhEy4476hCQsvuVsTbtJGGRTowcQewMYgVz60DHbYYinzU+UjzCf7g4+uj2QEj5/PmEjT0ZjUkFXDKjPyZiJPaKc18uLzkML89qKB8/qHLef+D3m5McTWOLADFvdjyTFzgavHITRUyw8qodQg2kuQioVfMlWz6Vps9k9XjA/0PVnKCJQQlyK9VpqsXcXxgt8= smithi049.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpkbXLO7oKj1RjHXFASUXHcxRr51HFXCvJqMpHolBuiHChuHuL231rMD/kbBQeCQ03r4iAz6H9o5LqxyKCVR4hrM+8QLK/Cf34Mi33N2awWur/l+HD9tTiYjD7jrUqnLsC7Rmd/kLYNjUo6MYiLWk0P5aUvDLFERjbXWQfgazeYn/09WCDRuYqV60M/AasaGLnLBrypOnqEUZSgdimF2L+4tSKeSEEJkRHX7uCSqRbgHszH/d8AzEii+1ShSSvXVEFUArnU+NAfELUXgqDWs3Sdf9gjqBVqChbKQnwkTy0qXK5SQY5VMa997mgJrPurs/Ae518Jf14Di7DzLTxN2cvWuVQkY/s2bnltn2A/1v4SvRg21fhC3WnOWnpEWP/WVCRj9quVEhhj76FofzZxIFAkkut0UVcXmdEkv3XtTBqLTkTxsZvE3BP/2cl0YrbT2ynvTPipZreIWsY+5D5cpPrZLRWk1qWtb+o1i/CHZLDbvaeN3gX5Mg2hvFm+7NGrLU= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module disable container-tools - sudo dnf -y install 'dnf-command(copr)' - sudo dnf -y copr enable rhcontainerbot/container-selinux - sudo curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_8/devel:kubic:libcontainers:stable.repo - sudo dnf remove -y podman - sudo dnf -y install podman - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: branch: octopus - cephadm: add_mons_via_daemon_add: true avoid_pacific_features: true cephadm_branch: octopus cephadm_git_url: https://github.com/ceph/ceph conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: docker.io/ceph/daemon-base:latest-octopus - cephadm.shell: mon.a: - ceph fs volume create foo - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph.healthy: null - print: '**** upgrading first half of cluster, with stress ****' - parallel: - first-half-tasks - first-half-sequence - print: '**** done upgrading first half of cluster ****' - ceph.healthy: null - print: '**** applying stress + thrashing to mixed-version cluster ****' - parallel: - stress-tasks - ceph.healthy: null - print: '**** finishing upgrade ****' - parallel: - second-half-tasks - second-half-sequence - ceph.healthy: null teuthology_branch: master teuthology_sha1: b6f3efab84b70e18e86ec271a07564aeb4ed3bac timestamp: 2021-07-24_16:12:52 tube: smithi user: kchai verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.30581 2021-07-24T16:49:09.603 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f7cd730b96380f0a18fbfd486fd4354c294b17eb/qa; will attempt to use it 2021-07-24T16:49:09.604 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f7cd730b96380f0a18fbfd486fd4354c294b17eb/qa/tasks 2021-07-24T16:49:09.604 INFO:teuthology.run_tasks:Running task internal.check_packages... 2021-07-24T16:49:09.607 INFO:teuthology.task.internal:Checking packages... 2021-07-24T16:49:09.627 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'basic' and ceph hash 'f7cd730b96380f0a18fbfd486fd4354c294b17eb' 2021-07-24T16:49:09.628 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2021-07-24T16:49:09.628 INFO:teuthology.packaging:ref: None 2021-07-24T16:49:09.629 INFO:teuthology.packaging:tag: None 2021-07-24T16:49:09.629 INFO:teuthology.packaging:branch: wip-kefu-testing-2021-07-24-2153 2021-07-24T16:49:09.629 INFO:teuthology.packaging:sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb 2021-07-24T16:49:09.630 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-kefu-testing-2021-07-24-2153 2021-07-24T16:49:09.796 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-6381.gf7cd730b 2021-07-24T16:49:09.797 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2021-07-24T16:49:09.808 INFO:teuthology.task.internal:no buildpackages task found 2021-07-24T16:49:09.809 INFO:teuthology.run_tasks:Running task internal.save_config... 2021-07-24T16:49:09.855 INFO:teuthology.task.internal:Saving configuration 2021-07-24T16:49:09.881 INFO:teuthology.run_tasks:Running task internal.check_lock... 2021-07-24T16:49:09.895 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-07-24T16:49:09.912 DEBUG:teuthology.task.internal.check_lock:machine status is {'is_vm': False, 'locked': True, 'locked_since': '2021-07-24 16:44:16.265309', 'description': '/home/teuthworker/archive/kchai-2021-07-24_16:12:52-upgrade-wip-kefu-testing-2021-07-24-2153-distro-basic-smithi/6290224', 'locked_by': 'scheduled_kchai@teuthology', 'up': True, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEJC6ztJm/dZ+IwYLmc2SzSeXhuS8l0R8bgC28QSA/7A8ea4RVExMBPnpIezlyuSpcNy/5Z4cBmMxjUN5NiGuwY=', 'os_version': '8', 'machine_type': 'smithi', 'vm_host': None, 'os_type': 'centos', 'arch': 'x86_64', 'mac_address': None, 'name': 'smithi006.front.sepia.ceph.com'} 2021-07-24T16:49:09.928 DEBUG:teuthology.task.internal.check_lock:machine status is {'is_vm': False, 'locked': True, 'locked_since': '2021-07-24 16:44:16.265288', 'description': '/home/teuthworker/archive/kchai-2021-07-24_16:12:52-upgrade-wip-kefu-testing-2021-07-24-2153-distro-basic-smithi/6290224', 'locked_by': 'scheduled_kchai@teuthology', 'up': True, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPnglm5DJ4oEj8qWhXZHFDgK0a3eo92+avatjaMrxljA4gU+xTcGfGy6L1CWzAKfgYop6dBgyKWIfdWSz7QU5DM=', 'os_version': '8', 'machine_type': 'smithi', 'vm_host': None, 'os_type': 'centos', 'arch': 'x86_64', 'mac_address': None, 'name': 'smithi049.front.sepia.ceph.com'} 2021-07-24T16:49:09.929 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2021-07-24T16:49:09.943 INFO:teuthology.task.internal:roles: ubuntu@smithi006.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2021-07-24T16:49:09.944 INFO:teuthology.task.internal:roles: ubuntu@smithi049.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2021-07-24T16:49:09.944 INFO:teuthology.run_tasks:Running task console_log... 2021-07-24T16:49:10.020 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f210bde4e18>, signals=[15]) 2021-07-24T16:49:10.021 INFO:teuthology.run_tasks:Running task internal.connect... 2021-07-24T16:49:10.035 INFO:teuthology.task.internal:Opening connections... 2021-07-24T16:49:10.036 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi006.front.sepia.ceph.com 2021-07-24T16:49:10.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:49:10.112 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi049.front.sepia.ceph.com 2021-07-24T16:49:10.113 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:49:10.184 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2021-07-24T16:49:10.198 DEBUG:teuthology.orchestra.run.smithi006:> uname -m 2021-07-24T16:49:10.242 INFO:teuthology.orchestra.run.smithi006.stdout:x86_64 2021-07-24T16:49:10.242 DEBUG:teuthology.orchestra.run.smithi006:> cat /etc/os-release 2021-07-24T16:49:10.297 INFO:teuthology.orchestra.run.smithi006.stdout:NAME="CentOS Linux" 2021-07-24T16:49:10.298 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION="8" 2021-07-24T16:49:10.298 INFO:teuthology.orchestra.run.smithi006.stdout:ID="centos" 2021-07-24T16:49:10.299 INFO:teuthology.orchestra.run.smithi006.stdout:ID_LIKE="rhel fedora" 2021-07-24T16:49:10.299 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION_ID="8" 2021-07-24T16:49:10.300 INFO:teuthology.orchestra.run.smithi006.stdout:PLATFORM_ID="platform:el8" 2021-07-24T16:49:10.300 INFO:teuthology.orchestra.run.smithi006.stdout:PRETTY_NAME="CentOS Linux 8" 2021-07-24T16:49:10.301 INFO:teuthology.orchestra.run.smithi006.stdout:ANSI_COLOR="0;31" 2021-07-24T16:49:10.301 INFO:teuthology.orchestra.run.smithi006.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2021-07-24T16:49:10.302 INFO:teuthology.orchestra.run.smithi006.stdout:HOME_URL="https://centos.org/" 2021-07-24T16:49:10.302 INFO:teuthology.orchestra.run.smithi006.stdout:BUG_REPORT_URL="https://bugs.centos.org/" 2021-07-24T16:49:10.302 INFO:teuthology.orchestra.run.smithi006.stdout:CENTOS_MANTISBT_PROJECT="CentOS-8" 2021-07-24T16:49:10.303 INFO:teuthology.orchestra.run.smithi006.stdout:CENTOS_MANTISBT_PROJECT_VERSION="8" 2021-07-24T16:49:10.304 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2021-07-24T16:49:10.323 DEBUG:teuthology.orchestra.run.smithi049:> uname -m 2021-07-24T16:49:10.340 INFO:teuthology.orchestra.run.smithi049.stdout:x86_64 2021-07-24T16:49:10.340 DEBUG:teuthology.orchestra.run.smithi049:> cat /etc/os-release 2021-07-24T16:49:10.394 INFO:teuthology.orchestra.run.smithi049.stdout:NAME="CentOS Linux" 2021-07-24T16:49:10.394 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION="8" 2021-07-24T16:49:10.395 INFO:teuthology.orchestra.run.smithi049.stdout:ID="centos" 2021-07-24T16:49:10.395 INFO:teuthology.orchestra.run.smithi049.stdout:ID_LIKE="rhel fedora" 2021-07-24T16:49:10.395 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_ID="8" 2021-07-24T16:49:10.395 INFO:teuthology.orchestra.run.smithi049.stdout:PLATFORM_ID="platform:el8" 2021-07-24T16:49:10.396 INFO:teuthology.orchestra.run.smithi049.stdout:PRETTY_NAME="CentOS Linux 8" 2021-07-24T16:49:10.396 INFO:teuthology.orchestra.run.smithi049.stdout:ANSI_COLOR="0;31" 2021-07-24T16:49:10.396 INFO:teuthology.orchestra.run.smithi049.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2021-07-24T16:49:10.396 INFO:teuthology.orchestra.run.smithi049.stdout:HOME_URL="https://centos.org/" 2021-07-24T16:49:10.397 INFO:teuthology.orchestra.run.smithi049.stdout:BUG_REPORT_URL="https://bugs.centos.org/" 2021-07-24T16:49:10.397 INFO:teuthology.orchestra.run.smithi049.stdout:CENTOS_MANTISBT_PROJECT="CentOS-8" 2021-07-24T16:49:10.397 INFO:teuthology.orchestra.run.smithi049.stdout:CENTOS_MANTISBT_PROJECT_VERSION="8" 2021-07-24T16:49:10.398 INFO:teuthology.lock.ops:Updating smithi049.front.sepia.ceph.com on lock server 2021-07-24T16:49:10.412 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2021-07-24T16:49:10.426 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2021-07-24T16:49:10.453 INFO:teuthology.task.internal:Checking for old test directory... 2021-07-24T16:49:10.454 DEBUG:teuthology.orchestra.run.smithi006:> test '!' -e /home/ubuntu/cephtest 2021-07-24T16:49:10.456 DEBUG:teuthology.orchestra.run.smithi049:> test '!' -e /home/ubuntu/cephtest 2021-07-24T16:49:10.471 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2021-07-24T16:49:10.485 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2021-07-24T16:49:10.486 DEBUG:teuthology.orchestra.run.smithi006:> test -z $(ls -A /var/lib/ceph) 2021-07-24T16:49:10.512 DEBUG:teuthology.orchestra.run.smithi049:> test -z $(ls -A /var/lib/ceph) 2021-07-24T16:49:10.547 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2021-07-24T16:49:10.591 INFO:teuthology.run_tasks:Running task kernel... 2021-07-24T16:49:10.614 DEBUG:teuthology.task.kernel:normalized config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.c': {'kdb': True, 'sha1': 'distro'}, 'mgr.y': {'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'}, 'client.0': {'kdb': True, 'sha1': 'distro'}, 'node-exporter.a': {'kdb': True, 'sha1': 'distro'}, 'alertmanager.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}, 'mgr.x': {'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.1': {'kdb': True, 'sha1': 'distro'}, 'prometheus.a': {'kdb': True, 'sha1': 'distro'}, 'grafana.a': {'kdb': True, 'sha1': 'distro'}, 'node-exporter.b': {'kdb': True, 'sha1': 'distro'}} 2021-07-24T16:49:10.615 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2021-07-24T16:49:10.616 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2021-07-24T16:49:10.635 INFO:teuthology.orchestra.run.smithi006.stdout:4.18.0-240.10.1.el8_3.x86_64 2021-07-24T16:49:10.635 INFO:teuthology.task.kernel:Running kernel on smithi006: 4.18.0-240.10.1.el8_3.x86_64 2021-07-24T16:49:10.636 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum install -y kernel 2021-07-24T16:49:13.730 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-8 - AppStream 36 MB/s | 8.2 MB 00:00 2021-07-24T16:49:15.213 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-8 - Base 39 MB/s | 4.5 MB 00:00 2021-07-24T16:49:15.958 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-8 - Extras 150 kB/s | 9.8 kB 00:00 2021-07-24T16:49:22.737 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Linux 8 - AppStream 1.2 MB/s | 8.2 MB 00:06 2021-07-24T16:49:24.660 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Linux 8 - BaseOS 8.4 MB/s | 4.5 MB 00:00 2021-07-24T16:49:25.795 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Linux 8 - Extras 22 kB/s | 9.8 kB 00:00 2021-07-24T16:49:26.498 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 16 MB/s | 10 MB 00:00 2021-07-24T16:49:28.758 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 4.4 MB/s | 24 kB 00:00 2021-07-24T16:49:30.486 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-4.18.0-240.10.1.el8_3.x86_64 is already installed. 2021-07-24T16:49:30.486 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-4.18.0-240.el8.x86_64 is already installed. 2021-07-24T16:49:30.760 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T16:49:30.776 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T16:49:30.777 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T16:49:30.777 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T16:49:30.777 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T16:49:30.778 INFO:teuthology.orchestra.run.smithi006.stdout: kernel x86_64 4.18.0-305.10.2.el8_4 CentOS-Base 5.9 M 2021-07-24T16:49:30.778 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T16:49:30.778 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-core x86_64 4.18.0-305.10.2.el8_4 CentOS-Base 36 M 2021-07-24T16:49:30.778 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules x86_64 4.18.0-305.10.2.el8_4 CentOS-Base 28 M 2021-07-24T16:49:30.779 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:49:30.779 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T16:49:30.779 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T16:49:30.779 INFO:teuthology.orchestra.run.smithi006.stdout:Install 3 Packages 2021-07-24T16:49:30.780 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:49:30.780 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 70 M 2021-07-24T16:49:30.780 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 88 M 2021-07-24T16:49:30.781 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T16:49:30.910 INFO:teuthology.orchestra.run.smithi006.stdout:(1/3): kernel-4.18.0-305.10.2.el8_4.x86_64.rpm 45 MB/s | 5.9 MB 00:00 2021-07-24T16:49:31.609 INFO:teuthology.orchestra.run.smithi006.stdout:(2/3): kernel-core-4.18.0-305.10.2.el8_4.x86_64 43 MB/s | 36 MB 00:00 2021-07-24T16:49:31.899 INFO:teuthology.orchestra.run.smithi006.stdout:(3/3): kernel-modules-4.18.0-305.10.2.el8_4.x86 25 MB/s | 28 MB 00:01 2021-07-24T16:49:31.903 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T16:49:31.903 INFO:teuthology.orchestra.run.smithi006.stdout:Total 62 MB/s | 70 MB 00:01 2021-07-24T16:49:32.020 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T16:49:32.384 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T16:49:32.384 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T16:49:33.573 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T16:49:33.585 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T16:49:36.172 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T16:49:36.705 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-core-4.18.0-305.10.2.el8_4.x86_64 1/3 2021-07-24T16:49:39.972 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-core-4.18.0-305.10.2.el8_4.x86_64 1/3 2021-07-24T16:49:40.304 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-modules-4.18.0-305.10.2.el8_4.x86_64 2/3 2021-07-24T16:49:43.495 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-4.18.0-305.10.2.el8_4.x86_64 2/3 2021-07-24T16:49:43.702 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-4.18.0-305.10.2.el8_4.x86_64 3/3 2021-07-24T16:50:05.554 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-core-4.18.0-305.10.2.el8_4.x86_64 3/3 2021-07-24T16:50:05.864 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-4.18.0-305.10.2.el8_4.x86_64 3/3 2021-07-24T16:50:05.864 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-4.18.0-305.10.2.el8_4.x86_64 1/3 2021-07-24T16:50:05.864 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-core-4.18.0-305.10.2.el8_4.x86_64 2/3 2021-07-24T16:50:06.183 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-modules-4.18.0-305.10.2.el8_4.x86_64 3/3 2021-07-24T16:50:06.183 INFO:teuthology.orchestra.run.smithi006.stdout:Installed products updated. 2021-07-24T16:50:06.623 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:50:06.623 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T16:50:06.624 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:50:06.624 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-core-4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:50:06.624 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:50:06.624 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:50:06.625 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T16:50:06.697 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel --last | head -n 1 2021-07-24T16:50:06.842 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-4.18.0-305.10.2.el8_4.x86_64 Sat 24 Jul 2021 04:49:43 PM UTC 2021-07-24T16:50:06.844 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:50:06.844 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-240.10.1.el8_3.x86_64 Expected: 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:50:06.845 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2021-07-24T16:50:06.864 INFO:teuthology.orchestra.run.smithi049.stdout:4.18.0-240.10.1.el8_3.x86_64 2021-07-24T16:50:06.864 INFO:teuthology.task.kernel:Running kernel on smithi049: 4.18.0-240.10.1.el8_3.x86_64 2021-07-24T16:50:06.865 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum install -y kernel 2021-07-24T16:50:10.034 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-8 - AppStream 42 MB/s | 8.2 MB 00:00 2021-07-24T16:50:11.511 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-8 - Base 37 MB/s | 4.5 MB 00:00 2021-07-24T16:50:12.283 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-8 - Extras 153 kB/s | 9.8 kB 00:00 2021-07-24T16:50:18.611 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Linux 8 - AppStream 1.3 MB/s | 8.2 MB 00:06 2021-07-24T16:50:20.364 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Linux 8 - BaseOS 11 MB/s | 4.5 MB 00:00 2021-07-24T16:50:21.487 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Linux 8 - Extras 21 kB/s | 9.8 kB 00:00 2021-07-24T16:50:22.293 INFO:teuthology.orchestra.run.smithi049.stdout:Extra Packages for Enterprise Linux 14 MB/s | 10 MB 00:00 2021-07-24T16:50:24.542 INFO:teuthology.orchestra.run.smithi049.stdout:lab-extras 4.5 MB/s | 24 kB 00:00 2021-07-24T16:50:26.311 INFO:teuthology.orchestra.run.smithi049.stdout:Package kernel-4.18.0-240.10.1.el8_3.x86_64 is already installed. 2021-07-24T16:50:26.311 INFO:teuthology.orchestra.run.smithi049.stdout:Package kernel-4.18.0-240.el8.x86_64 is already installed. 2021-07-24T16:50:26.616 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T16:50:26.630 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T16:50:26.630 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T16:50:26.631 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T16:50:26.631 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T16:50:26.631 INFO:teuthology.orchestra.run.smithi049.stdout: kernel x86_64 4.18.0-305.10.2.el8_4 CentOS-Base 5.9 M 2021-07-24T16:50:26.631 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T16:50:26.632 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-core x86_64 4.18.0-305.10.2.el8_4 CentOS-Base 36 M 2021-07-24T16:50:26.632 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules x86_64 4.18.0-305.10.2.el8_4 CentOS-Base 28 M 2021-07-24T16:50:26.632 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:50:26.632 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T16:50:26.633 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T16:50:26.633 INFO:teuthology.orchestra.run.smithi049.stdout:Install 3 Packages 2021-07-24T16:50:26.633 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:50:26.633 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 70 M 2021-07-24T16:50:26.634 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 88 M 2021-07-24T16:50:26.634 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T16:50:26.752 INFO:teuthology.orchestra.run.smithi049.stdout:(1/3): kernel-4.18.0-305.10.2.el8_4.x86_64.rpm 49 MB/s | 5.9 MB 00:00 2021-07-24T16:50:27.508 INFO:teuthology.orchestra.run.smithi049.stdout:(2/3): kernel-modules-4.18.0-305.10.2.el8_4.x86 32 MB/s | 28 MB 00:00 2021-07-24T16:50:27.785 INFO:teuthology.orchestra.run.smithi049.stdout:(3/3): kernel-core-4.18.0-305.10.2.el8_4.x86_64 31 MB/s | 36 MB 00:01 2021-07-24T16:50:27.789 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T16:50:27.790 INFO:teuthology.orchestra.run.smithi049.stdout:Total 60 MB/s | 70 MB 00:01 2021-07-24T16:50:27.908 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T16:50:28.344 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T16:50:28.345 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T16:50:29.577 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T16:50:29.599 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T16:50:32.183 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T16:50:32.731 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-core-4.18.0-305.10.2.el8_4.x86_64 1/3 2021-07-24T16:50:36.047 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-core-4.18.0-305.10.2.el8_4.x86_64 1/3 2021-07-24T16:50:36.405 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-modules-4.18.0-305.10.2.el8_4.x86_64 2/3 2021-07-24T16:50:39.598 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-modules-4.18.0-305.10.2.el8_4.x86_64 2/3 2021-07-24T16:50:39.861 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-4.18.0-305.10.2.el8_4.x86_64 3/3 2021-07-24T16:51:01.622 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-core-4.18.0-305.10.2.el8_4.x86_64 3/3 2021-07-24T16:51:01.913 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-4.18.0-305.10.2.el8_4.x86_64 3/3 2021-07-24T16:51:01.914 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-4.18.0-305.10.2.el8_4.x86_64 1/3 2021-07-24T16:51:01.914 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-core-4.18.0-305.10.2.el8_4.x86_64 2/3 2021-07-24T16:51:02.228 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-modules-4.18.0-305.10.2.el8_4.x86_64 3/3 2021-07-24T16:51:02.229 INFO:teuthology.orchestra.run.smithi049.stdout:Installed products updated. 2021-07-24T16:51:02.645 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:51:02.646 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T16:51:02.646 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:02.646 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-core-4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:02.646 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules-4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:02.647 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:51:02.647 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T16:51:02.720 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q kernel --last | head -n 1 2021-07-24T16:51:02.863 INFO:teuthology.orchestra.run.smithi049.stdout:kernel-4.18.0-305.10.2.el8_4.x86_64 Sat 24 Jul 2021 04:50:39 PM UTC 2021-07-24T16:51:02.865 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:02.865 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-240.10.1.el8_3.x86_64 Expected: 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:02.866 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2021-07-24T16:51:02.867 DEBUG:teuthology.task.kernel:src is distro, skipping download 2021-07-24T16:51:02.867 DEBUG:teuthology.task.kernel:src is distro, skipping download 2021-07-24T16:51:02.867 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2021-07-24T16:51:02.868 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi006.front.sepia.ceph.com, path=None, version=distro) 2021-07-24T16:51:02.868 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel --last | head -n 1 2021-07-24T16:51:03.004 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-4.18.0-305.10.2.el8_4.x86_64 Sat 24 Jul 2021 04:49:43 PM UTC 2021-07-24T16:51:03.005 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:03.006 DEBUG:teuthology.orchestra.run.smithi006:> sudo rpm -qi grub2-tools 2021-07-24T16:51:03.037 INFO:teuthology.orchestra.run.smithi006.stdout:Name : grub2-tools 2021-07-24T16:51:03.038 INFO:teuthology.orchestra.run.smithi006.stdout:Epoch : 1 2021-07-24T16:51:03.038 INFO:teuthology.orchestra.run.smithi006.stdout:Version : 2.02 2021-07-24T16:51:03.038 INFO:teuthology.orchestra.run.smithi006.stdout:Release : 90.el8 2021-07-24T16:51:03.039 INFO:teuthology.orchestra.run.smithi006.stdout:Architecture: x86_64 2021-07-24T16:51:03.039 INFO:teuthology.orchestra.run.smithi006.stdout:Install Date: Mon 01 Mar 2021 06:17:56 PM UTC 2021-07-24T16:51:03.039 INFO:teuthology.orchestra.run.smithi006.stdout:Group : System Environment/Base 2021-07-24T16:51:03.039 INFO:teuthology.orchestra.run.smithi006.stdout:Size : 9197207 2021-07-24T16:51:03.040 INFO:teuthology.orchestra.run.smithi006.stdout:License : GPLv3+ 2021-07-24T16:51:03.040 INFO:teuthology.orchestra.run.smithi006.stdout:Signature : RSA/SHA256, Tue 08 Sep 2020 07:14:39 PM UTC, Key ID 05b555b38483c65d 2021-07-24T16:51:03.040 INFO:teuthology.orchestra.run.smithi006.stdout:Source RPM : grub2-2.02-90.el8.src.rpm 2021-07-24T16:51:03.040 INFO:teuthology.orchestra.run.smithi006.stdout:Build Date : Tue 08 Sep 2020 07:00:29 PM UTC 2021-07-24T16:51:03.041 INFO:teuthology.orchestra.run.smithi006.stdout:Build Host : kbuilder.bsys.centos.org 2021-07-24T16:51:03.041 INFO:teuthology.orchestra.run.smithi006.stdout:Relocations : (not relocatable) 2021-07-24T16:51:03.041 INFO:teuthology.orchestra.run.smithi006.stdout:Packager : CentOS BuildSystem 2021-07-24T16:51:03.041 INFO:teuthology.orchestra.run.smithi006.stdout:Vendor : CentOS 2021-07-24T16:51:03.041 INFO:teuthology.orchestra.run.smithi006.stdout:URL : http://www.gnu.org/software/grub/ 2021-07-24T16:51:03.042 INFO:teuthology.orchestra.run.smithi006.stdout:Summary : Support tools for GRUB. 2021-07-24T16:51:03.042 INFO:teuthology.orchestra.run.smithi006.stdout:Description : 2021-07-24T16:51:03.042 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:51:03.042 INFO:teuthology.orchestra.run.smithi006.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2021-07-24T16:51:03.043 INFO:teuthology.orchestra.run.smithi006.stdout:customizable bootloader with modular architecture. It supports a rich 2021-07-24T16:51:03.043 INFO:teuthology.orchestra.run.smithi006.stdout:variety of kernel formats, file systems, computer architectures and 2021-07-24T16:51:03.043 INFO:teuthology.orchestra.run.smithi006.stdout:hardware devices. 2021-07-24T16:51:03.043 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:51:03.043 INFO:teuthology.orchestra.run.smithi006.stdout:This subpackage provides tools for support of all platforms. 2021-07-24T16:51:03.044 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2021-07-24T16:51:03.045 INFO:teuthology.task.kernel:Updating grub on smithi006 to boot 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:03.045 DEBUG:teuthology.orchestra.run.smithi006:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2021-07-24T16:51:03.724 INFO:teuthology.orchestra.run.smithi006.stderr:Generating grub configuration file ... 2021-07-24T16:51:05.685 INFO:teuthology.orchestra.run.smithi006.stderr:done 2021-07-24T16:51:05.687 DEBUG:teuthology.orchestra.run.smithi006:> mktemp 2021-07-24T16:51:05.782 INFO:teuthology.orchestra.run.smithi006.stdout:/tmp/tmp.6rBHT95cW9 2021-07-24T16:51:05.783 DEBUG:teuthology.orchestra.run.smithi006:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6rBHT95cW9 2021-07-24T16:51:05.812 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 0666 /tmp/tmp.6rBHT95cW9 2021-07-24T16:51:05.964 DEBUG:teuthology.orchestra.remote:smithi006:/tmp/tmp.6rBHT95cW9 is 6KB 2021-07-24T16:51:06.014 DEBUG:teuthology.orchestra.run.smithi006:> rm -fr /tmp/tmp.6rBHT95cW9 2021-07-24T16:51:06.028 DEBUG:teuthology.orchestra.run.smithi006:> sudo /bin/ls /boot/loader/entries || true 2021-07-24T16:51:06.092 INFO:teuthology.orchestra.run.smithi006.stdout:631d84db90f7409fbdd390573ae89718-0-rescue.conf 2021-07-24T16:51:06.092 INFO:teuthology.orchestra.run.smithi006.stdout:631d84db90f7409fbdd390573ae89718-4.18.0-240.10.1.el8_3.x86_64.conf 2021-07-24T16:51:06.092 INFO:teuthology.orchestra.run.smithi006.stdout:631d84db90f7409fbdd390573ae89718-4.18.0-240.el8.x86_64.conf 2021-07-24T16:51:06.092 INFO:teuthology.orchestra.run.smithi006.stdout:631d84db90f7409fbdd390573ae89718-4.18.0-305.10.2.el8_4.x86_64.conf 2021-07-24T16:51:06.094 DEBUG:teuthology.orchestra.run.smithi006:> sudo grub2-set-default 631d84db90f7409fbdd390573ae89718-4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:06.270 DEBUG:teuthology.orchestra.run.smithi006:> sudo shutdown -r now 2021-07-24T16:51:06.273 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2021-07-24T16:51:06.273 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi049.front.sepia.ceph.com, path=None, version=distro) 2021-07-24T16:51:06.274 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q kernel --last | head -n 1 2021-07-24T16:51:06.409 INFO:teuthology.orchestra.run.smithi049.stdout:kernel-4.18.0-305.10.2.el8_4.x86_64 Sat 24 Jul 2021 04:50:39 PM UTC 2021-07-24T16:51:06.410 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:06.411 DEBUG:teuthology.orchestra.run.smithi049:> sudo rpm -qi grub2-tools 2021-07-24T16:51:06.442 INFO:teuthology.orchestra.run.smithi049.stdout:Name : grub2-tools 2021-07-24T16:51:06.442 INFO:teuthology.orchestra.run.smithi049.stdout:Epoch : 1 2021-07-24T16:51:06.443 INFO:teuthology.orchestra.run.smithi049.stdout:Version : 2.02 2021-07-24T16:51:06.443 INFO:teuthology.orchestra.run.smithi049.stdout:Release : 90.el8 2021-07-24T16:51:06.443 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: x86_64 2021-07-24T16:51:06.443 INFO:teuthology.orchestra.run.smithi049.stdout:Install Date: Mon 01 Mar 2021 06:17:56 PM UTC 2021-07-24T16:51:06.444 INFO:teuthology.orchestra.run.smithi049.stdout:Group : System Environment/Base 2021-07-24T16:51:06.444 INFO:teuthology.orchestra.run.smithi049.stdout:Size : 9197207 2021-07-24T16:51:06.444 INFO:teuthology.orchestra.run.smithi049.stdout:License : GPLv3+ 2021-07-24T16:51:06.444 INFO:teuthology.orchestra.run.smithi049.stdout:Signature : RSA/SHA256, Tue 08 Sep 2020 07:14:39 PM UTC, Key ID 05b555b38483c65d 2021-07-24T16:51:06.445 INFO:teuthology.orchestra.run.smithi049.stdout:Source RPM : grub2-2.02-90.el8.src.rpm 2021-07-24T16:51:06.445 INFO:teuthology.orchestra.run.smithi049.stdout:Build Date : Tue 08 Sep 2020 07:00:29 PM UTC 2021-07-24T16:51:06.445 INFO:teuthology.orchestra.run.smithi049.stdout:Build Host : kbuilder.bsys.centos.org 2021-07-24T16:51:06.445 INFO:teuthology.orchestra.run.smithi049.stdout:Relocations : (not relocatable) 2021-07-24T16:51:06.446 INFO:teuthology.orchestra.run.smithi049.stdout:Packager : CentOS BuildSystem 2021-07-24T16:51:06.446 INFO:teuthology.orchestra.run.smithi049.stdout:Vendor : CentOS 2021-07-24T16:51:06.446 INFO:teuthology.orchestra.run.smithi049.stdout:URL : http://www.gnu.org/software/grub/ 2021-07-24T16:51:06.446 INFO:teuthology.orchestra.run.smithi049.stdout:Summary : Support tools for GRUB. 2021-07-24T16:51:06.447 INFO:teuthology.orchestra.run.smithi049.stdout:Description : 2021-07-24T16:51:06.447 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:51:06.447 INFO:teuthology.orchestra.run.smithi049.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2021-07-24T16:51:06.447 INFO:teuthology.orchestra.run.smithi049.stdout:customizable bootloader with modular architecture. It supports a rich 2021-07-24T16:51:06.448 INFO:teuthology.orchestra.run.smithi049.stdout:variety of kernel formats, file systems, computer architectures and 2021-07-24T16:51:06.448 INFO:teuthology.orchestra.run.smithi049.stdout:hardware devices. 2021-07-24T16:51:06.448 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:51:06.448 INFO:teuthology.orchestra.run.smithi049.stdout:This subpackage provides tools for support of all platforms. 2021-07-24T16:51:06.449 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2021-07-24T16:51:06.450 INFO:teuthology.task.kernel:Updating grub on smithi049 to boot 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:06.450 DEBUG:teuthology.orchestra.run.smithi049:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2021-07-24T16:51:07.830 INFO:teuthology.orchestra.run.smithi049.stderr:Generating grub configuration file ... 2021-07-24T16:51:09.586 INFO:teuthology.orchestra.run.smithi049.stderr:done 2021-07-24T16:51:09.588 DEBUG:teuthology.orchestra.run.smithi049:> mktemp 2021-07-24T16:51:09.673 INFO:teuthology.orchestra.run.smithi049.stdout:/tmp/tmp.YCYubC1KRo 2021-07-24T16:51:09.674 DEBUG:teuthology.orchestra.run.smithi049:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.YCYubC1KRo 2021-07-24T16:51:09.703 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0666 /tmp/tmp.YCYubC1KRo 2021-07-24T16:51:09.862 DEBUG:teuthology.orchestra.remote:smithi049:/tmp/tmp.YCYubC1KRo is 6KB 2021-07-24T16:51:09.911 DEBUG:teuthology.orchestra.run.smithi049:> rm -fr /tmp/tmp.YCYubC1KRo 2021-07-24T16:51:09.926 DEBUG:teuthology.orchestra.run.smithi049:> sudo /bin/ls /boot/loader/entries || true 2021-07-24T16:51:09.999 INFO:teuthology.orchestra.run.smithi049.stdout:631d84db90f7409fbdd390573ae89718-0-rescue.conf 2021-07-24T16:51:09.999 INFO:teuthology.orchestra.run.smithi049.stdout:631d84db90f7409fbdd390573ae89718-4.18.0-240.10.1.el8_3.x86_64.conf 2021-07-24T16:51:09.999 INFO:teuthology.orchestra.run.smithi049.stdout:631d84db90f7409fbdd390573ae89718-4.18.0-240.el8.x86_64.conf 2021-07-24T16:51:10.000 INFO:teuthology.orchestra.run.smithi049.stdout:631d84db90f7409fbdd390573ae89718-4.18.0-305.10.2.el8_4.x86_64.conf 2021-07-24T16:51:10.001 DEBUG:teuthology.orchestra.run.smithi049:> sudo grub2-set-default 631d84db90f7409fbdd390573ae89718-4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:51:10.156 DEBUG:teuthology.orchestra.run.smithi049:> sudo shutdown -r now 2021-07-24T16:51:40.187 INFO:teuthology.misc:Re-opening connections... 2021-07-24T16:51:40.188 INFO:teuthology.misc:trying to connect to ubuntu@smithi006.front.sepia.ceph.com 2021-07-24T16:51:40.189 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-24T16:51:40.190 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:51:58.539 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.6 2021-07-24T16:51:58.540 INFO:teuthology.misc:trying to connect to ubuntu@smithi049.front.sepia.ceph.com 2021-07-24T16:51:58.540 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-24T16:51:58.541 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:52:33.099 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2021-07-24T16:52:33.100 DEBUG:teuthology.misc:waited 52.91144847869873 2021-07-24T16:52:34.101 INFO:teuthology.misc:trying to connect to ubuntu@smithi006.front.sepia.ceph.com 2021-07-24T16:52:34.102 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-24T16:52:34.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:52:37.436 DEBUG:teuthology.orchestra.run.smithi006:> true 2021-07-24T16:52:37.760 DEBUG:teuthology.misc:waited 57.57153677940369 2021-07-24T16:52:38.761 INFO:teuthology.misc:trying to connect to ubuntu@smithi049.front.sepia.ceph.com 2021-07-24T16:52:38.763 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-24T16:52:38.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:52:41.834 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2021-07-24T16:52:41.835 DEBUG:teuthology.misc:waited 61.64696717262268 2021-07-24T16:52:42.836 INFO:teuthology.misc:trying to connect to ubuntu@smithi049.front.sepia.ceph.com 2021-07-24T16:52:42.836 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-24T16:52:42.837 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:52:44.907 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2021-07-24T16:52:44.907 DEBUG:teuthology.misc:waited 64.71902132034302 2021-07-24T16:52:45.908 INFO:teuthology.misc:trying to connect to ubuntu@smithi049.front.sepia.ceph.com 2021-07-24T16:52:45.908 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-24T16:52:45.909 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:52:46.413 DEBUG:teuthology.orchestra.run.smithi049:> true 2021-07-24T16:52:46.790 DEBUG:teuthology.misc:waited 66.60137271881104 2021-07-24T16:52:47.791 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2021-07-24T16:52:47.792 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-305.10.2.el8_4.x86_64"... 2021-07-24T16:52:47.793 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2021-07-24T16:52:47.812 INFO:teuthology.orchestra.run.smithi006.stdout:4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:52:47.812 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-305.10.2.el8_4.x86_64 vs 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:52:47.812 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2021-07-24T16:52:47.813 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2021-07-24T16:52:47.813 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2021-07-24T16:52:47.813 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-305.10.2.el8_4.x86_64"... 2021-07-24T16:52:47.814 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2021-07-24T16:52:47.832 INFO:teuthology.orchestra.run.smithi049.stdout:4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:52:47.832 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-305.10.2.el8_4.x86_64 vs 4.18.0-305.10.2.el8_4.x86_64 2021-07-24T16:52:47.833 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2021-07-24T16:52:47.833 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2021-07-24T16:52:48.834 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2021-07-24T16:52:48.835 DEBUG:teuthology.orchestra.run.smithi006:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2021-07-24T16:52:48.990 INFO:teuthology.orchestra.run.smithi006.stdout:ttyS1 2021-07-24T16:52:49.192 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2021-07-24T16:52:49.193 DEBUG:teuthology.orchestra.run.smithi049:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2021-07-24T16:52:49.262 INFO:teuthology.orchestra.run.smithi049.stdout:ttyS1 2021-07-24T16:52:49.287 INFO:teuthology.run_tasks:Running task internal.base... 2021-07-24T16:52:49.298 INFO:teuthology.task.internal:Creating test directory... 2021-07-24T16:52:49.299 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2021-07-24T16:52:49.301 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2021-07-24T16:52:49.317 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2021-07-24T16:52:49.346 INFO:teuthology.run_tasks:Running task internal.archive... 2021-07-24T16:52:49.396 INFO:teuthology.task.internal:Creating archive directory... 2021-07-24T16:52:49.397 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2021-07-24T16:52:49.399 DEBUG:teuthology.orchestra.run.smithi049:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2021-07-24T16:52:49.428 INFO:teuthology.run_tasks:Running task internal.coredump... 2021-07-24T16:52:49.446 INFO:teuthology.task.internal:Enabling coredump saving... 2021-07-24T16:52:49.447 DEBUG:teuthology.orchestra.run.smithi006:> 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 2021-07-24T16:52:49.463 DEBUG:teuthology.orchestra.run.smithi049:> 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 2021-07-24T16:52:49.491 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2021-07-24T16:52:49.501 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2021-07-24T16:52:49.523 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2021-07-24T16:52:49.535 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2021-07-24T16:52:49.537 INFO:teuthology.run_tasks:Running task internal.sudo... 2021-07-24T16:52:49.548 INFO:teuthology.task.internal:Configuring sudo... 2021-07-24T16:52:49.548 DEBUG:teuthology.orchestra.run.smithi006:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2021-07-24T16:52:49.551 DEBUG:teuthology.orchestra.run.smithi049:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2021-07-24T16:52:49.577 INFO:teuthology.run_tasks:Running task internal.syslog... 2021-07-24T16:52:49.590 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2021-07-24T16:52:49.591 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2021-07-24T16:52:49.617 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2021-07-24T16:52:49.633 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2021-07-24T16:52:49.706 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2021-07-24T16:52:49.765 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2021-07-24T16:52:49.840 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2021-07-24T16:52:49.887 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T16:52:49.887 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2021-07-24T16:52:49.951 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2021-07-24T16:52:49.989 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2021-07-24T16:52:50.039 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2021-07-24T16:52:50.112 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2021-07-24T16:52:50.160 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T16:52:50.161 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2021-07-24T16:52:50.225 DEBUG:teuthology.orchestra.run.smithi006:> sudo service rsyslog restart 2021-07-24T16:52:50.229 DEBUG:teuthology.orchestra.run.smithi049:> sudo service rsyslog restart 2021-07-24T16:52:50.317 INFO:teuthology.orchestra.run.smithi049.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2021-07-24T16:52:50.342 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2021-07-24T16:52:50.763 INFO:teuthology.run_tasks:Running task internal.timer... 2021-07-24T16:52:50.774 INFO:teuthology.task.internal:Starting timer... 2021-07-24T16:52:50.775 INFO:teuthology.run_tasks:Running task pcp... 2021-07-24T16:52:50.825 INFO:teuthology.run_tasks:Running task selinux... 2021-07-24T16:52:50.873 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2021-07-24T16:52:50.874 DEBUG:teuthology.orchestra.run.smithi006:> sudo service auditd rotate 2021-07-24T16:52:50.953 INFO:teuthology.orchestra.run.smithi006.stdout:Rotating logs: [ OK ] 2021-07-24T16:52:50.955 DEBUG:teuthology.orchestra.run.smithi049:> sudo service auditd rotate 2021-07-24T16:52:51.008 INFO:teuthology.orchestra.run.smithi049.stdout:Rotating logs: [ OK ] 2021-07-24T16:52:51.010 DEBUG:teuthology.task.selinux:Getting current SELinux state 2021-07-24T16:52:51.011 DEBUG:teuthology.orchestra.run.smithi006:> /usr/sbin/getenforce 2021-07-24T16:52:51.046 INFO:teuthology.orchestra.run.smithi006.stdout:Permissive 2021-07-24T16:52:51.046 DEBUG:teuthology.orchestra.run.smithi049:> /usr/sbin/getenforce 2021-07-24T16:52:51.091 INFO:teuthology.orchestra.run.smithi049.stdout:Permissive 2021-07-24T16:52:51.092 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi006.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi049.front.sepia.ceph.com': 'permissive'} 2021-07-24T16:52:51.093 DEBUG:teuthology.orchestra.run.smithi006:> 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"\|comm="sssd"\|scontext=system_u:system_r:logrotate_t:s0\)' 2021-07-24T16:52:51.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2021-07-24T16:52:51.120 DEBUG:teuthology.orchestra.run.smithi049:> 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"\|comm="sssd"\|scontext=system_u:system_r:logrotate_t:s0\)' 2021-07-24T16:52:51.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2021-07-24T16:52:51.161 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2021-07-24T16:52:51.162 DEBUG:teuthology.orchestra.run.smithi006:> sudo /usr/sbin/setenforce permissive 2021-07-24T16:52:51.188 DEBUG:teuthology.orchestra.run.smithi049:> sudo /usr/sbin/setenforce permissive 2021-07-24T16:52:51.230 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2021-07-24T16:52:51.248 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master was just updated or references a specific commit; assuming it is current 2021-07-24T16:52:51.249 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2021-07-24T16:52:51.268 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2021-07-24T16:52:51.270 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi006.front.sepia.ceph.com,smithi049.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2021-07-24T16:52:51.614 INFO:teuthology.task.ansible.out:Using /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/ansible.cfg as config file 2021-07-24T16:52:52.421 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 2021-07-24T16:52:55.307 INFO:teuthology.task.ansible.out: PLAY [all] ********************************************************************* 2021-07-24T16:52:55.330 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:55 +0000 (0:00:00.038) 0:00:00.038 ********* 2021-07-24T16:52:55.342 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:55 +0000 (0:00:00.011) 0:00:00.049 ********* 2021-07-24T16:52:56.828 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi006.front.sepia.ceph.com] 2021-07-24T16:52:56.876 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:56 +0000 (0:00:01.534) 0:00:01.584 ********* 2021-07-24T16:52:57.332 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the sudo group.] ******************************** 2021-07-24T16:52:57.334 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2021-07-24T16:52:57.354 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:57 +0000 (0:00:00.478) 0:00:02.062 ********* 2021-07-24T16:52:57.945 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the ansible user.] ****************************** 2021-07-24T16:52:57.946 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:52:57.970 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:57 +0000 (0:00:00.613) 0:00:02.676 ********* 2021-07-24T16:52:58.163 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Delete the ansible users password.] ******************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:52:58.184 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:58 +0000 (0:00:00.216) 0:00:02.892 ********* 2021-07-24T16:52:58.343 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi049.front.sepia.ceph.com] 2021-07-24T16:52:58.393 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:58 +0000 (0:00:00.208) 0:00:03.101 ********* 2021-07-24T16:52:58.588 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the sudo group.] ******************************** 2021-07-24T16:52:58.590 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2021-07-24T16:52:58.611 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:58 +0000 (0:00:00.218) 0:00:03.319 ********* 2021-07-24T16:52:58.618 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Ensure includedir is present in sudoers.] ************** 2021-07-24T16:52:58.619 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:52:58.643 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:58 +0000 (0:00:00.032) 0:00:03.351 ********* 2021-07-24T16:52:58.911 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the ansible user.] ****************************** 2021-07-24T16:52:58.913 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:52:58.934 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:58 +0000 (0:00:00.291) 0:00:03.642 ********* 2021-07-24T16:52:59.004 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Delete the ansible users password.] ******************** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:52:59.027 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:59 +0000 (0:00:00.092) 0:00:03.735 ********* 2021-07-24T16:52:59.215 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Ensure includedir is present in sudoers.] ************** ok: [smithi049.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:52:59.238 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:59 +0000 (0:00:00.210) 0:00:03.946 ********* 2021-07-24T16:52:59.699 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the cephlab_sudo sudoers.d file.] *************** changed: [smithi006.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-1627145578.694864-1290-215706315994217/source", "state": "file", "uid": 0} 2021-07-24T16:52:59.721 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:59 +0000 (0:00:00.483) 0:00:04.429 ********* 2021-07-24T16:52:59.897 INFO:teuthology.task.ansible.out:changed: [smithi049.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-1627145579.2820065-1400-88445916089940/source", "state": "file", "uid": 0} 2021-07-24T16:52:59.920 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:52:59 +0000 (0:00:00.198) 0:00:04.628 ********* 2021-07-24T16:53:00.207 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Add authorized keys for the ansible user.] ************* 2021-07-24T16:53:00.209 INFO:teuthology.task.ansible.out:ok: [smithi006.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 2021-07-24T16:53:00.210 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} 2021-07-24T16:53:00.253 INFO:teuthology.task.ansible.out:ok: [smithi049.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 2021-07-24T16:53:00.255 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} 2021-07-24T16:53:00.318 INFO:teuthology.task.ansible.out: PLAY [teuthology] ************************************************************** skipping: no hosts matched 2021-07-24T16:53:00.319 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2021-07-24T16:53:00.333 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* Saturday 24 July 2021 16:53:00 +0000 (0:00:00.412) 0:00:05.040 ********* 2021-07-24T16:53:00.862 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] 2021-07-24T16:53:00.891 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] 2021-07-24T16:53:00.907 INFO:teuthology.task.ansible.out: TASK [set_fact] **************************************************************** 2021-07-24T16:53:00.909 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:00 +0000 (0:00:00.575) 0:00:05.615 ********* 2021-07-24T16:53:00.942 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"ran_from_cephlab_playbook": true}, "changed": false} 2021-07-24T16:53:00.943 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"ran_from_cephlab_playbook": true}, "changed": false} 2021-07-24T16:53:00.948 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2021-07-24T16:53:01.108 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:01 +0000 (0:00:00.201) 0:00:05.817 ********* 2021-07-24T16:53:01.129 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:01 +0000 (0:00:00.020) 0:00:05.837 ********* 2021-07-24T16:53:01.751 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi006.front.sepia.ceph.com] 2021-07-24T16:53:01.783 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] 2021-07-24T16:53:01.815 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. Saturday 24 July 2021 16:53:01 +0000 (0:00:00.685) 0:00:06.523 ********* 2021-07-24T16:53:01.861 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:01 +0000 (0:00:00.046) 0:00:06.569 ********* 2021-07-24T16:53:02.358 INFO:teuthology.task.ansible.out: 2021-07-24T16:53:02.360 INFO:teuthology.task.ansible.out:TASK [users : Check keys_repo HEAD sha1] *************************************** changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.188340", "end": "2021-07-24 16:53:02.336369", "rc": 0, "start": "2021-07-24 16:53:02.148029", "stderr": "", "stderr_lines": [], "stdout": "fa3530b6c8007ac148c609947f616c9ce81a7370", "stdout_lines": ["fa3530b6c8007ac148c609947f616c9ce81a7370"]} 2021-07-24T16:53:02.382 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.520) 0:00:07.090 ********* 2021-07-24T16:53:02.390 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.201369", "end": "2021-07-24 16:53:02.347665", "rc": 0, "start": "2021-07-24 16:53:02.146296", "stderr": "", "stderr_lines": [], "stdout": "fa3530b6c8007ac148c609947f616c9ce81a7370", "stdout_lines": ["fa3530b6c8007ac148c609947f616c9ce81a7370"]} 2021-07-24T16:53:02.392 INFO:teuthology.task.ansible.out: 2021-07-24T16:53:02.418 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.036) 0:00:07.127 ********* 2021-07-24T16:53:02.582 INFO:teuthology.task.ansible.out: TASK [users : Check host's /keys-repo-sha1 sentinel file] ********************** 2021-07-24T16:53:02.583 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.007338", "end": "2021-07-24 16:53:02.560611", "failed_when_result": false, "rc": 0, "start": "2021-07-24 16:53:02.553273", "stderr": "", "stderr_lines": [], "stdout": "df8946f08e870e2d2565b79099289ca48bd825f3", "stdout_lines": ["df8946f08e870e2d2565b79099289ca48bd825f3"]} 2021-07-24T16:53:02.605 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.186) 0:00:07.313 ********* 2021-07-24T16:53:02.623 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.008882", "end": "2021-07-24 16:53:02.604035", "failed_when_result": false, "rc": 0, "start": "2021-07-24 16:53:02.595153", "stderr": "", "stderr_lines": [], "stdout": "df8946f08e870e2d2565b79099289ca48bd825f3", "stdout_lines": ["df8946f08e870e2d2565b79099289ca48bd825f3"]} 2021-07-24T16:53:02.646 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.041) 0:00:07.354 ********* 2021-07-24T16:53:02.673 INFO:teuthology.task.ansible.out: TASK [Determine if we can skip users and pubkeys updates] ********************** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:02.698 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.051) 0:00:07.406 ********* 2021-07-24T16:53:02.716 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:02.739 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.041) 0:00:07.448 ********* 2021-07-24T16:53:02.768 INFO:teuthology.task.ansible.out: TASK [Merge extra_admin_users into managed_admin_users] ************************ 2021-07-24T16:53:02.770 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:02.793 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.053) 0:00:07.501 ********* 2021-07-24T16:53:02.795 INFO:teuthology.task.ansible.out: 2021-07-24T16:53:02.812 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:02.836 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.043) 0:00:07.544 ********* 2021-07-24T16:53:02.864 INFO:teuthology.task.ansible.out: TASK [Remove managed_admin_users from managed_users] *************************** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:02.887 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.050) 0:00:07.595 ********* 2021-07-24T16:53:02.914 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:02.916 INFO:teuthology.task.ansible.out: 2021-07-24T16:53:02.938 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.050) 0:00:07.646 ********* 2021-07-24T16:53:02.955 INFO:teuthology.task.ansible.out: TASK [Filter the managed_users list] ******************************************* 2021-07-24T16:53:02.957 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:02.979 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:02 +0000 (0:00:00.040) 0:00:07.687 ********* 2021-07-24T16:53:03.017 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:03.042 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:03 +0000 (0:00:00.062) 0:00:07.750 ********* 2021-07-24T16:53:03.059 INFO:teuthology.task.ansible.out: TASK [Filter the managed_admin_users list] ************************************* 2021-07-24T16:53:03.061 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:03.084 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:03 +0000 (0:00:00.042) 0:00:07.792 ********* 2021-07-24T16:53:03.114 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:53:03.137 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:03 +0000 (0:00:00.052) 0:00:07.845 ********* 2021-07-24T16:53:03.327 INFO:teuthology.task.ansible.out: TASK [users : Set UID_MIN to 1001] ********************************************* 2021-07-24T16:53:03.329 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:53:03.351 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:03 +0000 (0:00:00.213) 0:00:08.058 ********* 2021-07-24T16:53:03.388 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:53:03.415 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:03 +0000 (0:00:00.065) 0:00:08.123 ********* 2021-07-24T16:53:03.642 INFO:teuthology.task.ansible.out: TASK [Create all admin users with sudo access.] ******************************** ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1101, "groups": "sudo", "home": "/home/andrewschoen", "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "move_home": false, "name": "andrewschoen", "shell": "/bin/bash", "state": "present", "uid": 1101} 2021-07-24T16:53:03.706 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1101, "groups": "sudo", "home": "/home/andrewschoen", "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "move_home": false, "name": "andrewschoen", "shell": "/bin/bash", "state": "present", "uid": 1101} 2021-07-24T16:53:03.843 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1102, "groups": "sudo", "home": "/home/zack", "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "move_home": false, "name": "zack", "shell": "/bin/bash", "state": "present", "uid": 1102} 2021-07-24T16:53:03.907 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1102, "groups": "sudo", "home": "/home/zack", "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "move_home": false, "name": "zack", "shell": "/bin/bash", "state": "present", "uid": 1102} 2021-07-24T16:53:04.044 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1103, "groups": "sudo", "home": "/home/kdreyer", "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "move_home": false, "name": "kdreyer", "shell": "/bin/bash", "state": "present", "uid": 1103} 2021-07-24T16:53:04.109 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1103, "groups": "sudo", "home": "/home/kdreyer", "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "move_home": false, "name": "kdreyer", "shell": "/bin/bash", "state": "present", "uid": 1103} 2021-07-24T16:53:04.246 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1104, "groups": "sudo", "home": "/home/dmick", "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"}, "move_home": false, "name": "dmick", "shell": "/bin/bash", "state": "present", "uid": 1104} 2021-07-24T16:53:04.309 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1104, "groups": "sudo", "home": "/home/dmick", "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"}, "move_home": false, "name": "dmick", "shell": "/bin/bash", "state": "present", "uid": 1104} 2021-07-24T16:53:04.456 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1105, "groups": "sudo", "home": "/home/sage", "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"}, "move_home": false, "name": "sage", "shell": "/bin/bash", "state": "present", "uid": 1105} 2021-07-24T16:53:04.519 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1105, "groups": "sudo", "home": "/home/sage", "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"}, "move_home": false, "name": "sage", "shell": "/bin/bash", "state": "present", "uid": 1105} 2021-07-24T16:53:04.656 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1106, "groups": "sudo", "home": "/home/dgalloway", "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "move_home": false, "name": "dgalloway", "shell": "/bin/bash", "state": "present", "uid": 1106} 2021-07-24T16:53:04.721 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1106, "groups": "sudo", "home": "/home/dgalloway", "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "move_home": false, "name": "dgalloway", "shell": "/bin/bash", "state": "present", "uid": 1106} 2021-07-24T16:53:04.859 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1107, "groups": "sudo", "home": "/home/akraitma", "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "move_home": false, "name": "akraitma", "shell": "/bin/bash", "state": "present", "uid": 1107} 2021-07-24T16:53:04.922 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1107, "groups": "sudo", "home": "/home/akraitma", "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "move_home": false, "name": "akraitma", "shell": "/bin/bash", "state": "present", "uid": 1107} 2021-07-24T16:53:05.069 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1108, "groups": "sudo", "home": "/home/jcaratzas", "item": {"name": "jcaratzas", "ovpn": "jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9"}, "move_home": false, "name": "jcaratzas", "shell": "/bin/bash", "state": "present", "uid": 1108} 2021-07-24T16:53:05.133 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1108, "groups": "sudo", "home": "/home/jcaratzas", "item": {"name": "jcaratzas", "ovpn": "jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9"}, "move_home": false, "name": "jcaratzas", "shell": "/bin/bash", "state": "present", "uid": 1108} 2021-07-24T16:53:05.269 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1109, "groups": "sudo", "home": "/home/trociny", "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "move_home": false, "name": "trociny", "shell": "/bin/bash", "state": "present", "uid": 1109} 2021-07-24T16:53:05.343 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1109, "groups": "sudo", "home": "/home/trociny", "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "move_home": false, "name": "trociny", "shell": "/bin/bash", "state": "present", "uid": 1109} 2021-07-24T16:53:05.470 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1110, "groups": "sudo", "home": "/home/smithfarm", "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "move_home": false, "name": "smithfarm", "shell": "/bin/bash", "state": "present", "uid": 1110} 2021-07-24T16:53:05.545 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1110, "groups": "sudo", "home": "/home/smithfarm", "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "move_home": false, "name": "smithfarm", "shell": "/bin/bash", "state": "present", "uid": 1110} 2021-07-24T16:53:05.671 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1111, "groups": "sudo", "home": "/home/mbenjamin", "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, "move_home": false, "name": "mbenjamin", "shell": "/bin/bash", "state": "present", "uid": 1111} 2021-07-24T16:53:05.745 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1111, "groups": "sudo", "home": "/home/mbenjamin", "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, "move_home": false, "name": "mbenjamin", "shell": "/bin/bash", "state": "present", "uid": 1111} 2021-07-24T16:53:05.882 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1112, "groups": "sudo", "home": "/home/aemerson", "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "move_home": false, "name": "aemerson", "shell": "/bin/bash", "state": "present", "uid": 1112} 2021-07-24T16:53:05.958 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1112, "groups": "sudo", "home": "/home/aemerson", "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "move_home": false, "name": "aemerson", "shell": "/bin/bash", "state": "present", "uid": 1112} 2021-07-24T16:53:06.076 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1113, "groups": "sudo", "home": "/home/amaredia", "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "move_home": false, "name": "amaredia", "shell": "/bin/bash", "state": "present", "uid": 1113} 2021-07-24T16:53:06.162 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1113, "groups": "sudo", "home": "/home/amaredia", "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "move_home": false, "name": "amaredia", "shell": "/bin/bash", "state": "present", "uid": 1113} 2021-07-24T16:53:06.278 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1114, "groups": "sudo", "home": "/home/tserlin", "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"}, "move_home": false, "name": "tserlin", "shell": "/bin/bash", "state": "present", "uid": 1114} 2021-07-24T16:53:06.363 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1114, "groups": "sudo", "home": "/home/tserlin", "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"}, "move_home": false, "name": "tserlin", "shell": "/bin/bash", "state": "present", "uid": 1114} 2021-07-24T16:53:06.489 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1115, "groups": "sudo", "home": "/home/dis", "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "move_home": false, "name": "dis", "shell": "/bin/bash", "state": "present", "uid": 1115} 2021-07-24T16:53:06.563 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1115, "groups": "sudo", "home": "/home/dis", "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "move_home": false, "name": "dis", "shell": "/bin/bash", "state": "present", "uid": 1115} 2021-07-24T16:53:06.691 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1116, "groups": "sudo", "home": "/home/gregf", "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"}, "move_home": false, "name": "gregf", "shell": "/bin/bash", "state": "present", "uid": 1116} 2021-07-24T16:53:06.765 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1116, "groups": "sudo", "home": "/home/gregf", "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"}, "move_home": false, "name": "gregf", "shell": "/bin/bash", "state": "present", "uid": 1116} 2021-07-24T16:53:06.901 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1117, "groups": "sudo", "home": "/home/joshd", "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "move_home": false, "name": "joshd", "shell": "/bin/bash", "state": "present", "uid": 1117} 2021-07-24T16:53:06.977 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1117, "groups": "sudo", "home": "/home/joshd", "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "move_home": false, "name": "joshd", "shell": "/bin/bash", "state": "present", "uid": 1117} 2021-07-24T16:53:07.102 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1118, "groups": "sudo", "home": "/home/davidz", "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n"}, "move_home": false, "name": "davidz", "shell": "/bin/bash", "state": "present", "uid": 1118} 2021-07-24T16:53:07.188 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1118, "groups": "sudo", "home": "/home/davidz", "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n"}, "move_home": false, "name": "davidz", "shell": "/bin/bash", "state": "present", "uid": 1118} 2021-07-24T16:53:07.305 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1119, "groups": "sudo", "home": "/home/cmeno", "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "move_home": false, "name": "cmeno", "shell": "/bin/bash", "state": "present", "uid": 1119} 2021-07-24T16:53:07.401 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1119, "groups": "sudo", "home": "/home/cmeno", "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "move_home": false, "name": "cmeno", "shell": "/bin/bash", "state": "present", "uid": 1119} 2021-07-24T16:53:07.504 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1120, "groups": "sudo", "home": "/home/ivancich", "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "move_home": false, "name": "ivancich", "shell": "/bin/bash", "state": "present", "uid": 1120} 2021-07-24T16:53:07.610 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1120, "groups": "sudo", "home": "/home/ivancich", "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "move_home": false, "name": "ivancich", "shell": "/bin/bash", "state": "present", "uid": 1120} 2021-07-24T16:53:07.715 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1121, "groups": "sudo", "home": "/home/wusui", "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "move_home": false, "name": "wusui", "shell": "/bin/bash", "state": "present", "uid": 1121} 2021-07-24T16:53:07.810 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1121, "groups": "sudo", "home": "/home/wusui", "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "move_home": false, "name": "wusui", "shell": "/bin/bash", "state": "present", "uid": 1121} 2021-07-24T16:53:07.915 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1122, "groups": "sudo", "home": "/home/yuriw", "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"}, "move_home": false, "name": "yuriw", "shell": "/bin/bash", "state": "present", "uid": 1122} 2021-07-24T16:53:08.021 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1122, "groups": "sudo", "home": "/home/yuriw", "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"}, "move_home": false, "name": "yuriw", "shell": "/bin/bash", "state": "present", "uid": 1122} 2021-07-24T16:53:08.126 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1123, "groups": "sudo", "home": "/home/tamil", "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "move_home": false, "name": "tamil", "shell": "/bin/bash", "state": "present", "uid": 1123} 2021-07-24T16:53:08.233 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1123, "groups": "sudo", "home": "/home/tamil", "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "move_home": false, "name": "tamil", "shell": "/bin/bash", "state": "present", "uid": 1123} 2021-07-24T16:53:08.339 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1124, "groups": "sudo", "home": "/home/jowilkin", "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "move_home": false, "name": "jowilkin", "shell": "/bin/bash", "state": "present", "uid": 1124} 2021-07-24T16:53:08.443 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1124, "groups": "sudo", "home": "/home/jowilkin", "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "move_home": false, "name": "jowilkin", "shell": "/bin/bash", "state": "present", "uid": 1124} 2021-07-24T16:53:08.538 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1125, "groups": "sudo", "home": "/home/bhubbard", "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "move_home": false, "name": "bhubbard", "shell": "/bin/bash", "state": "present", "uid": 1125} 2021-07-24T16:53:08.644 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1125, "groups": "sudo", "home": "/home/bhubbard", "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "move_home": false, "name": "bhubbard", "shell": "/bin/bash", "state": "present", "uid": 1125} 2021-07-24T16:53:08.739 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1126, "groups": "sudo", "home": "/home/yehudasa", "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, "move_home": false, "name": "yehudasa", "shell": "/bin/bash", "state": "present", "uid": 1126} 2021-07-24T16:53:08.844 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1126, "groups": "sudo", "home": "/home/yehudasa", "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, "move_home": false, "name": "yehudasa", "shell": "/bin/bash", "state": "present", "uid": 1126} 2021-07-24T16:53:08.949 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1127, "groups": "sudo", "home": "/home/dang", "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "move_home": false, "name": "dang", "shell": "/bin/bash", "state": "present", "uid": 1127} 2021-07-24T16:53:09.054 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1127, "groups": "sudo", "home": "/home/dang", "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "move_home": false, "name": "dang", "shell": "/bin/bash", "state": "present", "uid": 1127} 2021-07-24T16:53:09.150 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1128, "groups": "sudo", "home": "/home/branto", "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "move_home": false, "name": "branto", "shell": "/bin/bash", "state": "present", "uid": 1128} 2021-07-24T16:53:09.254 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1128, "groups": "sudo", "home": "/home/branto", "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "move_home": false, "name": "branto", "shell": "/bin/bash", "state": "present", "uid": 1128} 2021-07-24T16:53:09.350 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1129, "groups": "sudo", "home": "/home/xiaoxichen", "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "move_home": false, "name": "xiaoxichen", "shell": "/bin/bash", "state": "present", "uid": 1129} 2021-07-24T16:53:09.455 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1129, "groups": "sudo", "home": "/home/xiaoxichen", "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "move_home": false, "name": "xiaoxichen", "shell": "/bin/bash", "state": "present", "uid": 1129} 2021-07-24T16:53:09.560 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1130, "groups": "sudo", "home": "/home/ffilz", "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "move_home": false, "name": "ffilz", "shell": "/bin/bash", "state": "present", "uid": 1130} 2021-07-24T16:53:09.664 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1130, "groups": "sudo", "home": "/home/ffilz", "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "move_home": false, "name": "ffilz", "shell": "/bin/bash", "state": "present", "uid": 1130} 2021-07-24T16:53:09.758 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1131, "groups": "sudo", "home": "/home/joao", "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "move_home": false, "name": "joao", "shell": "/bin/bash", "state": "present", "uid": 1131} 2021-07-24T16:53:09.863 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1131, "groups": "sudo", "home": "/home/joao", "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "move_home": false, "name": "joao", "shell": "/bin/bash", "state": "present", "uid": 1131} 2021-07-24T16:53:09.967 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1132, "groups": "sudo", "home": "/home/nhm", "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "move_home": false, "name": "nhm", "shell": "/bin/bash", "state": "present", "uid": 1132} 2021-07-24T16:53:10.073 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1132, "groups": "sudo", "home": "/home/nhm", "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "move_home": false, "name": "nhm", "shell": "/bin/bash", "state": "present", "uid": 1132} 2021-07-24T16:53:10.177 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1133, "groups": "sudo", "home": "/home/nwatkins", "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "move_home": false, "name": "nwatkins", "shell": "/bin/bash", "state": "present", "uid": 1133} 2021-07-24T16:53:10.272 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1133, "groups": "sudo", "home": "/home/nwatkins", "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "move_home": false, "name": "nwatkins", "shell": "/bin/bash", "state": "present", "uid": 1133} 2021-07-24T16:53:10.377 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1134, "groups": "sudo", "home": "/home/mkidd", "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "move_home": false, "name": "mkidd", "shell": "/bin/bash", "state": "present", "uid": 1134} 2021-07-24T16:53:10.483 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1134, "groups": "sudo", "home": "/home/mkidd", "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "move_home": false, "name": "mkidd", "shell": "/bin/bash", "state": "present", "uid": 1134} 2021-07-24T16:53:10.578 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1135, "groups": "sudo", "home": "/home/jlopez", "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "move_home": false, "name": "jlopez", "shell": "/bin/bash", "state": "present", "uid": 1135} 2021-07-24T16:53:10.684 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1135, "groups": "sudo", "home": "/home/jlopez", "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "move_home": false, "name": "jlopez", "shell": "/bin/bash", "state": "present", "uid": 1135} 2021-07-24T16:53:10.789 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1136, "groups": "sudo", "home": "/home/haomaiwang", "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "move_home": false, "name": "haomaiwang", "shell": "/bin/bash", "state": "present", "uid": 1136} 2021-07-24T16:53:10.884 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1136, "groups": "sudo", "home": "/home/haomaiwang", "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "move_home": false, "name": "haomaiwang", "shell": "/bin/bash", "state": "present", "uid": 1136} 2021-07-24T16:53:10.989 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1138, "groups": "sudo", "home": "/home/kchai", "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "move_home": false, "name": "kchai", "shell": "/bin/bash", "state": "present", "uid": 1138} 2021-07-24T16:53:11.095 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1138, "groups": "sudo", "home": "/home/kchai", "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "move_home": false, "name": "kchai", "shell": "/bin/bash", "state": "present", "uid": 1138} 2021-07-24T16:53:11.190 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1139, "groups": "sudo", "home": "/home/vumrao", "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "move_home": false, "name": "vumrao", "shell": "/bin/bash", "state": "present", "uid": 1139} 2021-07-24T16:53:11.295 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1139, "groups": "sudo", "home": "/home/vumrao", "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "move_home": false, "name": "vumrao", "shell": "/bin/bash", "state": "present", "uid": 1139} 2021-07-24T16:53:11.389 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1140, "groups": "sudo", "home": "/home/dfuller", "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "move_home": false, "name": "dfuller", "shell": "/bin/bash", "state": "present", "uid": 1140} 2021-07-24T16:53:11.504 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1140, "groups": "sudo", "home": "/home/dfuller", "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "move_home": false, "name": "dfuller", "shell": "/bin/bash", "state": "present", "uid": 1140} 2021-07-24T16:53:11.599 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1141, "groups": "sudo", "home": "/home/owasserm", "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "move_home": false, "name": "owasserm", "shell": "/bin/bash", "state": "present", "uid": 1141} 2021-07-24T16:53:11.704 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1141, "groups": "sudo", "home": "/home/owasserm", "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "move_home": false, "name": "owasserm", "shell": "/bin/bash", "state": "present", "uid": 1141} 2021-07-24T16:53:11.799 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1142, "groups": "sudo", "home": "/home/vasu", "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "move_home": false, "name": "vasu", "shell": "/bin/bash", "state": "present", "uid": 1142} 2021-07-24T16:53:11.916 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1142, "groups": "sudo", "home": "/home/vasu", "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "move_home": false, "name": "vasu", "shell": "/bin/bash", "state": "present", "uid": 1142} 2021-07-24T16:53:12.000 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1143, "groups": "sudo", "home": "/home/smohan", "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "move_home": false, "name": "smohan", "shell": "/bin/bash", "state": "present", "uid": 1143} 2021-07-24T16:53:12.115 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1143, "groups": "sudo", "home": "/home/smohan", "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "move_home": false, "name": "smohan", "shell": "/bin/bash", "state": "present", "uid": 1143} 2021-07-24T16:53:12.199 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1144, "groups": "sudo", "home": "/home/abhi", "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "move_home": false, "name": "abhi", "shell": "/bin/bash", "state": "present", "uid": 1144} 2021-07-24T16:53:12.318 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1144, "groups": "sudo", "home": "/home/abhi", "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "move_home": false, "name": "abhi", "shell": "/bin/bash", "state": "present", "uid": 1144} 2021-07-24T16:53:12.403 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1145, "groups": "sudo", "home": "/home/cbodley", "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "move_home": false, "name": "cbodley", "shell": "/bin/bash", "state": "present", "uid": 1145} 2021-07-24T16:53:12.520 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1145, "groups": "sudo", "home": "/home/cbodley", "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "move_home": false, "name": "cbodley", "shell": "/bin/bash", "state": "present", "uid": 1145} 2021-07-24T16:53:12.605 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1146, "groups": "sudo", "home": "/home/mwatts", "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "move_home": false, "name": "mwatts", "shell": "/bin/bash", "state": "present", "uid": 1146} 2021-07-24T16:53:12.720 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1146, "groups": "sudo", "home": "/home/mwatts", "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "move_home": false, "name": "mwatts", "shell": "/bin/bash", "state": "present", "uid": 1146} 2021-07-24T16:53:12.814 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1147, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1147} 2021-07-24T16:53:12.919 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1147, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1147} 2021-07-24T16:53:13.013 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1148, "groups": "sudo", "home": "/home/pdonnell", "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "move_home": false, "name": "pdonnell", "shell": "/bin/bash", "state": "present", "uid": 1148} 2021-07-24T16:53:13.121 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1148, "groups": "sudo", "home": "/home/pdonnell", "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "move_home": false, "name": "pdonnell", "shell": "/bin/bash", "state": "present", "uid": 1148} 2021-07-24T16:53:13.216 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1149, "groups": "sudo", "home": "/home/jlayton", "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "move_home": false, "name": "jlayton", "shell": "/bin/bash", "state": "present", "uid": 1149} 2021-07-24T16:53:13.330 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1149, "groups": "sudo", "home": "/home/jlayton", "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "move_home": false, "name": "jlayton", "shell": "/bin/bash", "state": "present", "uid": 1149} 2021-07-24T16:53:13.415 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1150, "groups": "sudo", "home": "/home/rzarzynski", "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "move_home": false, "name": "rzarzynski", "shell": "/bin/bash", "state": "present", "uid": 1150} 2021-07-24T16:53:13.531 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1150, "groups": "sudo", "home": "/home/rzarzynski", "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "move_home": false, "name": "rzarzynski", "shell": "/bin/bash", "state": "present", "uid": 1150} 2021-07-24T16:53:13.625 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1151, "groups": "sudo", "home": "/home/rdias", "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "move_home": false, "name": "rdias", "shell": "/bin/bash", "state": "present", "uid": 1151} 2021-07-24T16:53:13.730 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1151, "groups": "sudo", "home": "/home/rdias", "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "move_home": false, "name": "rdias", "shell": "/bin/bash", "state": "present", "uid": 1151} 2021-07-24T16:53:13.836 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1152, "groups": "sudo", "home": "/home/vshankar", "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "move_home": false, "name": "vshankar", "shell": "/bin/bash", "state": "present", "uid": 1152} 2021-07-24T16:53:13.939 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1152, "groups": "sudo", "home": "/home/vshankar", "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "move_home": false, "name": "vshankar", "shell": "/bin/bash", "state": "present", "uid": 1152} 2021-07-24T16:53:14.043 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1153, "groups": "sudo", "home": "/home/akupczyk", "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "move_home": false, "name": "akupczyk", "shell": "/bin/bash", "state": "present", "uid": 1153} 2021-07-24T16:53:14.138 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1153, "groups": "sudo", "home": "/home/akupczyk", "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "move_home": false, "name": "akupczyk", "shell": "/bin/bash", "state": "present", "uid": 1153} 2021-07-24T16:53:14.252 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1154, "groups": "sudo", "home": "/home/nojha", "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "move_home": false, "name": "nojha", "shell": "/bin/bash", "state": "present", "uid": 1154} 2021-07-24T16:53:14.336 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1154, "groups": "sudo", "home": "/home/nojha", "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "move_home": false, "name": "nojha", "shell": "/bin/bash", "state": "present", "uid": 1154} 2021-07-24T16:53:14.452 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1155, "groups": "sudo", "home": "/home/ifed01", "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "move_home": false, "name": "ifed01", "shell": "/bin/bash", "state": "present", "uid": 1155} 2021-07-24T16:53:14.549 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1155, "groups": "sudo", "home": "/home/ifed01", "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "move_home": false, "name": "ifed01", "shell": "/bin/bash", "state": "present", "uid": 1155} 2021-07-24T16:53:14.654 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1156, "groups": "sudo", "home": "/home/myoungwon", "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "move_home": false, "name": "myoungwon", "shell": "/bin/bash", "state": "present", "uid": 1156} 2021-07-24T16:53:14.748 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1156, "groups": "sudo", "home": "/home/myoungwon", "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "move_home": false, "name": "myoungwon", "shell": "/bin/bash", "state": "present", "uid": 1156} 2021-07-24T16:53:14.863 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1157, "groups": "sudo", "home": "/home/gabrioux", "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "move_home": false, "name": "gabrioux", "shell": "/bin/bash", "state": "present", "uid": 1157} 2021-07-24T16:53:14.957 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1157, "groups": "sudo", "home": "/home/gabrioux", "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "move_home": false, "name": "gabrioux", "shell": "/bin/bash", "state": "present", "uid": 1157} 2021-07-24T16:53:15.072 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1158, "groups": "sudo", "home": "/home/leseb", "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "move_home": false, "name": "leseb", "shell": "/bin/bash", "state": "present", "uid": 1158} 2021-07-24T16:53:15.157 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1158, "groups": "sudo", "home": "/home/leseb", "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "move_home": false, "name": "leseb", "shell": "/bin/bash", "state": "present", "uid": 1158} 2021-07-24T16:53:15.271 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1159, "groups": "sudo", "home": "/home/hchen", "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "move_home": false, "name": "hchen", "shell": "/bin/bash", "state": "present", "uid": 1159} 2021-07-24T16:53:15.356 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1159, "groups": "sudo", "home": "/home/hchen", "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "move_home": false, "name": "hchen", "shell": "/bin/bash", "state": "present", "uid": 1159} 2021-07-24T16:53:15.482 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1160, "groups": "sudo", "home": "/home/jcollin", "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "move_home": false, "name": "jcollin", "shell": "/bin/bash", "state": "present", "uid": 1160} 2021-07-24T16:53:15.556 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1160, "groups": "sudo", "home": "/home/jcollin", "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "move_home": false, "name": "jcollin", "shell": "/bin/bash", "state": "present", "uid": 1160} 2021-07-24T16:53:15.683 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1161, "groups": "sudo", "home": "/home/xxg", "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "move_home": false, "name": "xxg", "shell": "/bin/bash", "state": "present", "uid": 1161} 2021-07-24T16:53:15.760 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1161, "groups": "sudo", "home": "/home/xxg", "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "move_home": false, "name": "xxg", "shell": "/bin/bash", "state": "present", "uid": 1161} 2021-07-24T16:53:15.886 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1162, "groups": "sudo", "home": "/home/pcuzner", "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "move_home": false, "name": "pcuzner", "shell": "/bin/bash", "state": "present", "uid": 1162} 2021-07-24T16:53:15.970 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1162, "groups": "sudo", "home": "/home/pcuzner", "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "move_home": false, "name": "pcuzner", "shell": "/bin/bash", "state": "present", "uid": 1162} 2021-07-24T16:53:16.095 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1163, "groups": "sudo", "home": "/home/mkogan", "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "move_home": false, "name": "mkogan", "shell": "/bin/bash", "state": "present", "uid": 1163} 2021-07-24T16:53:16.169 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1163, "groups": "sudo", "home": "/home/mkogan", "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "move_home": false, "name": "mkogan", "shell": "/bin/bash", "state": "present", "uid": 1163} 2021-07-24T16:53:16.295 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1139, "groups": "sudo", "home": "/home/vumrao", "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "move_home": false, "name": "vumrao", "shell": "/bin/bash", "state": "present", "uid": 1139} 2021-07-24T16:53:16.368 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1139, "groups": "sudo", "home": "/home/vumrao", "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "move_home": false, "name": "vumrao", "shell": "/bin/bash", "state": "present", "uid": 1139} 2021-07-24T16:53:16.494 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1164, "groups": "sudo", "home": "/home/henrix", "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "move_home": false, "name": "henrix", "shell": "/bin/bash", "state": "present", "uid": 1164} 2021-07-24T16:53:16.569 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1164, "groups": "sudo", "home": "/home/henrix", "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "move_home": false, "name": "henrix", "shell": "/bin/bash", "state": "present", "uid": 1164} 2021-07-24T16:53:16.697 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1165, "groups": "sudo", "home": "/home/pbs1108", "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "move_home": false, "name": "pbs1108", "shell": "/bin/bash", "state": "present", "uid": 1165} 2021-07-24T16:53:16.772 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1165, "groups": "sudo", "home": "/home/pbs1108", "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "move_home": false, "name": "pbs1108", "shell": "/bin/bash", "state": "present", "uid": 1165} 2021-07-24T16:53:16.900 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1166, "groups": "sudo", "home": "/home/clacroix", "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "move_home": false, "name": "clacroix", "shell": "/bin/bash", "state": "present", "uid": 1166} 2021-07-24T16:53:16.974 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1166, "groups": "sudo", "home": "/home/clacroix", "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "move_home": false, "name": "clacroix", "shell": "/bin/bash", "state": "present", "uid": 1166} 2021-07-24T16:53:17.110 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1167, "groups": "sudo", "home": "/home/epuertat", "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "move_home": false, "name": "epuertat", "shell": "/bin/bash", "state": "present", "uid": 1167} 2021-07-24T16:53:17.184 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1167, "groups": "sudo", "home": "/home/epuertat", "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "move_home": false, "name": "epuertat", "shell": "/bin/bash", "state": "present", "uid": 1167} 2021-07-24T16:53:17.310 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1168, "groups": "sudo", "home": "/home/tdehler", "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "move_home": false, "name": "tdehler", "shell": "/bin/bash", "state": "present", "uid": 1168} 2021-07-24T16:53:17.385 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1168, "groups": "sudo", "home": "/home/tdehler", "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "move_home": false, "name": "tdehler", "shell": "/bin/bash", "state": "present", "uid": 1168} 2021-07-24T16:53:17.512 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1169, "groups": "sudo", "home": "/home/laura", "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "move_home": false, "name": "laura", "shell": "/bin/bash", "state": "present", "uid": 1169} 2021-07-24T16:53:17.587 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1169, "groups": "sudo", "home": "/home/laura", "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "move_home": false, "name": "laura", "shell": "/bin/bash", "state": "present", "uid": 1169} 2021-07-24T16:53:17.713 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1170, "groups": "sudo", "home": "/home/yaarit", "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "move_home": false, "name": "yaarit", "shell": "/bin/bash", "state": "present", "uid": 1170} 2021-07-24T16:53:17.798 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1170, "groups": "sudo", "home": "/home/yaarit", "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "move_home": false, "name": "yaarit", "shell": "/bin/bash", "state": "present", "uid": 1170} 2021-07-24T16:53:17.916 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1171, "groups": "sudo", "home": "/home/rpavani1998", "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "move_home": false, "name": "rpavani1998", "shell": "/bin/bash", "state": "present", "uid": 1171} 2021-07-24T16:53:18.000 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1171, "groups": "sudo", "home": "/home/rpavani1998", "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "move_home": false, "name": "rpavani1998", "shell": "/bin/bash", "state": "present", "uid": 1171} 2021-07-24T16:53:18.120 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1172, "groups": "sudo", "home": "/home/rishabh", "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "move_home": false, "name": "rishabh", "shell": "/bin/bash", "state": "present", "uid": 1172} 2021-07-24T16:53:18.198 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1172, "groups": "sudo", "home": "/home/rishabh", "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "move_home": false, "name": "rishabh", "shell": "/bin/bash", "state": "present", "uid": 1172} 2021-07-24T16:53:18.329 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1173, "groups": "sudo", "home": "/home/skrah", "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "move_home": false, "name": "skrah", "shell": "/bin/bash", "state": "present", "uid": 1173} 2021-07-24T16:53:18.403 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1173, "groups": "sudo", "home": "/home/skrah", "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "move_home": false, "name": "skrah", "shell": "/bin/bash", "state": "present", "uid": 1173} 2021-07-24T16:53:18.535 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1174, "groups": "sudo", "home": "/home/smanjara", "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "move_home": false, "name": "smanjara", "shell": "/bin/bash", "state": "present", "uid": 1174} 2021-07-24T16:53:18.603 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1174, "groups": "sudo", "home": "/home/smanjara", "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "move_home": false, "name": "smanjara", "shell": "/bin/bash", "state": "present", "uid": 1174} 2021-07-24T16:53:18.740 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1175, "groups": "sudo", "home": "/home/bengland", "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "move_home": false, "name": "bengland", "shell": "/bin/bash", "state": "present", "uid": 1175} 2021-07-24T16:53:18.806 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1175, "groups": "sudo", "home": "/home/bengland", "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "move_home": false, "name": "bengland", "shell": "/bin/bash", "state": "present", "uid": 1175} 2021-07-24T16:53:18.946 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1176, "groups": "sudo", "home": "/home/pnawracay", "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "move_home": false, "name": "pnawracay", "shell": "/bin/bash", "state": "present", "uid": 1176} 2021-07-24T16:53:19.021 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1176, "groups": "sudo", "home": "/home/pnawracay", "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "move_home": false, "name": "pnawracay", "shell": "/bin/bash", "state": "present", "uid": 1176} 2021-07-24T16:53:19.149 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1177, "groups": "sudo", "home": "/home/alfonsomthd", "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "move_home": false, "name": "alfonsomthd", "shell": "/bin/bash", "state": "present", "uid": 1177} 2021-07-24T16:53:19.212 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1177, "groups": "sudo", "home": "/home/alfonsomthd", "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "move_home": false, "name": "alfonsomthd", "shell": "/bin/bash", "state": "present", "uid": 1177} 2021-07-24T16:53:19.359 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1178, "groups": "sudo", "home": "/home/oliveiradan", "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "move_home": false, "name": "oliveiradan", "shell": "/bin/bash", "state": "present", "uid": 1178} 2021-07-24T16:53:19.414 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1178, "groups": "sudo", "home": "/home/oliveiradan", "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "move_home": false, "name": "oliveiradan", "shell": "/bin/bash", "state": "present", "uid": 1178} 2021-07-24T16:53:19.550 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1179, "groups": "sudo", "home": "/home/swagner", "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "move_home": false, "name": "swagner", "shell": "/bin/bash", "state": "present", "uid": 1179} 2021-07-24T16:53:19.614 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1179, "groups": "sudo", "home": "/home/swagner", "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "move_home": false, "name": "swagner", "shell": "/bin/bash", "state": "present", "uid": 1179} 2021-07-24T16:53:19.751 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1180, "groups": "sudo", "home": "/home/yuvalif", "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "move_home": false, "name": "yuvalif", "shell": "/bin/bash", "state": "present", "uid": 1180} 2021-07-24T16:53:19.824 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1180, "groups": "sudo", "home": "/home/yuvalif", "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "move_home": false, "name": "yuvalif", "shell": "/bin/bash", "state": "present", "uid": 1180} 2021-07-24T16:53:19.961 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1181, "groups": "sudo", "home": "/home/kkeithle", "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "move_home": false, "name": "kkeithle", "shell": "/bin/bash", "state": "present", "uid": 1181} 2021-07-24T16:53:20.034 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1181, "groups": "sudo", "home": "/home/kkeithle", "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "move_home": false, "name": "kkeithle", "shell": "/bin/bash", "state": "present", "uid": 1181} 2021-07-24T16:53:20.161 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1182, "groups": "sudo", "home": "/home/emmericp", "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "move_home": false, "name": "emmericp", "shell": "/bin/bash", "state": "present", "uid": 1182} 2021-07-24T16:53:20.246 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1182, "groups": "sudo", "home": "/home/emmericp", "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "move_home": false, "name": "emmericp", "shell": "/bin/bash", "state": "present", "uid": 1182} 2021-07-24T16:53:20.373 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1183, "groups": "sudo", "home": "/home/mchangir", "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "move_home": false, "name": "mchangir", "shell": "/bin/bash", "state": "present", "uid": 1183} 2021-07-24T16:53:20.447 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1183, "groups": "sudo", "home": "/home/mchangir", "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "move_home": false, "name": "mchangir", "shell": "/bin/bash", "state": "present", "uid": 1183} 2021-07-24T16:53:20.576 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1184, "groups": "sudo", "home": "/home/sidharthanup", "item": {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, "move_home": false, "name": "sidharthanup", "shell": "/bin/bash", "state": "present", "uid": 1184} 2021-07-24T16:53:20.639 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1184, "groups": "sudo", "home": "/home/sidharthanup", "item": {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, "move_home": false, "name": "sidharthanup", "shell": "/bin/bash", "state": "present", "uid": 1184} 2021-07-24T16:53:20.786 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1185, "groups": "sudo", "home": "/home/varsha", "item": {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, "move_home": false, "name": "varsha", "shell": "/bin/bash", "state": "present", "uid": 1185} 2021-07-24T16:53:20.850 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1185, "groups": "sudo", "home": "/home/varsha", "item": {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, "move_home": false, "name": "varsha", "shell": "/bin/bash", "state": "present", "uid": 1185} 2021-07-24T16:53:20.986 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1186, "groups": "sudo", "home": "/home/sjust", "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "move_home": false, "name": "sjust", "shell": "/bin/bash", "state": "present", "uid": 1186} 2021-07-24T16:53:21.050 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1186, "groups": "sudo", "home": "/home/sjust", "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "move_home": false, "name": "sjust", "shell": "/bin/bash", "state": "present", "uid": 1186} 2021-07-24T16:53:21.186 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1187, "groups": "sudo", "home": "/home/ideepika", "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "move_home": false, "name": "ideepika", "shell": "/bin/bash", "state": "present", "uid": 1187} 2021-07-24T16:53:21.251 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1187, "groups": "sudo", "home": "/home/ideepika", "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "move_home": false, "name": "ideepika", "shell": "/bin/bash", "state": "present", "uid": 1187} 2021-07-24T16:53:21.389 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1188, "groups": "sudo", "home": "/home/gsalomon", "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "move_home": false, "name": "gsalomon", "shell": "/bin/bash", "state": "present", "uid": 1188} 2021-07-24T16:53:21.454 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1188, "groups": "sudo", "home": "/home/gsalomon", "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "move_home": false, "name": "gsalomon", "shell": "/bin/bash", "state": "present", "uid": 1188} 2021-07-24T16:53:21.600 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1189, "groups": "sudo", "home": "/home/soumyakoduri", "item": {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, "move_home": false, "name": "soumyakoduri", "shell": "/bin/bash", "state": "present", "uid": 1189} 2021-07-24T16:53:21.666 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1189, "groups": "sudo", "home": "/home/soumyakoduri", "item": {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, "move_home": false, "name": "soumyakoduri", "shell": "/bin/bash", "state": "present", "uid": 1189} 2021-07-24T16:53:21.802 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1190, "groups": "sudo", "home": "/home/kyr", "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "move_home": false, "name": "kyr", "shell": "/bin/bash", "state": "present", "uid": 1190} 2021-07-24T16:53:21.866 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1190, "groups": "sudo", "home": "/home/kyr", "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "move_home": false, "name": "kyr", "shell": "/bin/bash", "state": "present", "uid": 1190} 2021-07-24T16:53:22.002 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1191, "groups": "sudo", "home": "/home/sseshasa", "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "move_home": false, "name": "sseshasa", "shell": "/bin/bash", "state": "present", "uid": 1191} 2021-07-24T16:53:22.065 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1191, "groups": "sudo", "home": "/home/sseshasa", "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "move_home": false, "name": "sseshasa", "shell": "/bin/bash", "state": "present", "uid": 1191} 2021-07-24T16:53:22.202 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rfriedma', 'ovpn': 'rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1192, "groups": "sudo", "home": "/home/rfriedma", "item": {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, "move_home": false, "name": "rfriedma", "shell": "/bin/bash", "state": "present", "uid": 1192} 2021-07-24T16:53:22.276 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rfriedma', 'ovpn': 'rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1192, "groups": "sudo", "home": "/home/rfriedma", "item": {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, "move_home": false, "name": "rfriedma", "shell": "/bin/bash", "state": "present", "uid": 1192} 2021-07-24T16:53:22.402 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1193, "groups": "sudo", "home": "/home/lmb", "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "move_home": false, "name": "lmb", "shell": "/bin/bash", "state": "present", "uid": 1193} 2021-07-24T16:53:22.477 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1193, "groups": "sudo", "home": "/home/lmb", "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "move_home": false, "name": "lmb", "shell": "/bin/bash", "state": "present", "uid": 1193} 2021-07-24T16:53:22.613 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1194, "groups": "sudo", "home": "/home/ksirivad", "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "move_home": false, "name": "ksirivad", "shell": "/bin/bash", "state": "present", "uid": 1194} 2021-07-24T16:53:22.677 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1194, "groups": "sudo", "home": "/home/ksirivad", "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "move_home": false, "name": "ksirivad", "shell": "/bin/bash", "state": "present", "uid": 1194} 2021-07-24T16:53:22.825 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1195, "groups": "sudo", "home": "/home/ofriedma", "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "move_home": false, "name": "ofriedma", "shell": "/bin/bash", "state": "present", "uid": 1195} 2021-07-24T16:53:22.878 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1195, "groups": "sudo", "home": "/home/ofriedma", "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "move_home": false, "name": "ofriedma", "shell": "/bin/bash", "state": "present", "uid": 1195} 2021-07-24T16:53:23.025 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1196, "groups": "sudo", "home": "/home/h4iresis", "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "move_home": false, "name": "h4iresis", "shell": "/bin/bash", "state": "present", "uid": 1196} 2021-07-24T16:53:23.088 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1196, "groups": "sudo", "home": "/home/h4iresis", "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "move_home": false, "name": "h4iresis", "shell": "/bin/bash", "state": "present", "uid": 1196} 2021-07-24T16:53:23.245 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1197, "groups": "sudo", "home": "/home/shyukri", "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "move_home": false, "name": "shyukri", "shell": "/bin/bash", "state": "present", "uid": 1197} 2021-07-24T16:53:23.299 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1197, "groups": "sudo", "home": "/home/shyukri", "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "move_home": false, "name": "shyukri", "shell": "/bin/bash", "state": "present", "uid": 1197} 2021-07-24T16:53:23.446 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1198, "groups": "sudo", "home": "/home/scarvalhojr", "item": {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, "move_home": false, "name": "scarvalhojr", "shell": "/bin/bash", "state": "present", "uid": 1198} 2021-07-24T16:53:23.489 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1198, "groups": "sudo", "home": "/home/scarvalhojr", "item": {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, "move_home": false, "name": "scarvalhojr", "shell": "/bin/bash", "state": "present", "uid": 1198} 2021-07-24T16:53:23.646 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1199, "groups": "sudo", "home": "/home/rakesh", "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "move_home": false, "name": "rakesh", "shell": "/bin/bash", "state": "present", "uid": 1199} 2021-07-24T16:53:23.699 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1199, "groups": "sudo", "home": "/home/rakesh", "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "move_home": false, "name": "rakesh", "shell": "/bin/bash", "state": "present", "uid": 1199} 2021-07-24T16:53:23.856 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1200, "groups": "sudo", "home": "/home/ryg-", "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "move_home": false, "name": "ryg-", "shell": "/bin/bash", "state": "present", "uid": 1200} 2021-07-24T16:53:23.898 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1200, "groups": "sudo", "home": "/home/ryg-", "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "move_home": false, "name": "ryg-", "shell": "/bin/bash", "state": "present", "uid": 1200} 2021-07-24T16:53:24.056 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1147, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1147} 2021-07-24T16:53:24.098 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1147, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1147} 2021-07-24T16:53:24.257 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1201, "groups": "sudo", "home": "/home/zdover", "item": {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "move_home": false, "name": "zdover", "shell": "/bin/bash", "state": "present", "uid": 1201} 2021-07-24T16:53:24.299 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1201, "groups": "sudo", "home": "/home/zdover", "item": {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "move_home": false, "name": "zdover", "shell": "/bin/bash", "state": "present", "uid": 1201} 2021-07-24T16:53:24.468 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1202, "groups": "sudo", "home": "/home/rraja", "item": {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, "move_home": false, "name": "rraja", "shell": "/bin/bash", "state": "present", "uid": 1202} 2021-07-24T16:53:24.510 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1202, "groups": "sudo", "home": "/home/rraja", "item": {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, "move_home": false, "name": "rraja", "shell": "/bin/bash", "state": "present", "uid": 1202} 2021-07-24T16:53:24.668 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1203, "groups": "sudo", "home": "/home/toabctl", "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "move_home": false, "name": "toabctl", "shell": "/bin/bash", "state": "present", "uid": 1203} 2021-07-24T16:53:24.711 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1203, "groups": "sudo", "home": "/home/toabctl", "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "move_home": false, "name": "toabctl", "shell": "/bin/bash", "state": "present", "uid": 1203} 2021-07-24T16:53:24.870 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1204, "groups": "sudo", "home": "/home/mgfritch", "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "move_home": false, "name": "mgfritch", "shell": "/bin/bash", "state": "present", "uid": 1204} 2021-07-24T16:53:24.912 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1204, "groups": "sudo", "home": "/home/mgfritch", "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "move_home": false, "name": "mgfritch", "shell": "/bin/bash", "state": "present", "uid": 1204} 2021-07-24T16:53:25.069 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1205, "groups": "sudo", "home": "/home/xiubli", "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "move_home": false, "name": "xiubli", "shell": "/bin/bash", "state": "present", "uid": 1205} 2021-07-24T16:53:25.112 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1205, "groups": "sudo", "home": "/home/xiubli", "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "move_home": false, "name": "xiubli", "shell": "/bin/bash", "state": "present", "uid": 1205} 2021-07-24T16:53:25.280 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1206, "groups": "sudo", "home": "/home/jafaj", "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "move_home": false, "name": "jafaj", "shell": "/bin/bash", "state": "present", "uid": 1206} 2021-07-24T16:53:25.312 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1206, "groups": "sudo", "home": "/home/jafaj", "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "move_home": false, "name": "jafaj", "shell": "/bin/bash", "state": "present", "uid": 1206} 2021-07-24T16:53:25.480 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1207, "groups": "sudo", "home": "/home/jschmid", "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "move_home": false, "name": "jschmid", "shell": "/bin/bash", "state": "present", "uid": 1207} 2021-07-24T16:53:25.522 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1207, "groups": "sudo", "home": "/home/jschmid", "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "move_home": false, "name": "jschmid", "shell": "/bin/bash", "state": "present", "uid": 1207} 2021-07-24T16:53:25.681 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1208, "groups": "sudo", "home": "/home/kachau", "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "move_home": false, "name": "kachau", "shell": "/bin/bash", "state": "present", "uid": 1208} 2021-07-24T16:53:25.725 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1208, "groups": "sudo", "home": "/home/kachau", "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "move_home": false, "name": "kachau", "shell": "/bin/bash", "state": "present", "uid": 1208} 2021-07-24T16:53:25.883 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1209, "groups": "sudo", "home": "/home/khiremat", "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "move_home": false, "name": "khiremat", "shell": "/bin/bash", "state": "present", "uid": 1209} 2021-07-24T16:53:25.925 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1209, "groups": "sudo", "home": "/home/khiremat", "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "move_home": false, "name": "khiremat", "shell": "/bin/bash", "state": "present", "uid": 1209} 2021-07-24T16:53:26.092 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1210, "groups": "sudo", "home": "/home/kapandya", "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "move_home": false, "name": "kapandya", "shell": "/bin/bash", "state": "present", "uid": 1210} 2021-07-24T16:53:26.136 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1210, "groups": "sudo", "home": "/home/kapandya", "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "move_home": false, "name": "kapandya", "shell": "/bin/bash", "state": "present", "uid": 1210} 2021-07-24T16:53:26.292 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1211, "groups": "sudo", "home": "/home/prasad", "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "move_home": false, "name": "prasad", "shell": "/bin/bash", "state": "present", "uid": 1211} 2021-07-24T16:53:26.346 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1211, "groups": "sudo", "home": "/home/prasad", "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "move_home": false, "name": "prasad", "shell": "/bin/bash", "state": "present", "uid": 1211} 2021-07-24T16:53:26.492 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1212, "groups": "sudo", "home": "/home/vikhyat", "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "move_home": false, "name": "vikhyat", "shell": "/bin/bash", "state": "present", "uid": 1212} 2021-07-24T16:53:26.539 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1212, "groups": "sudo", "home": "/home/vikhyat", "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "move_home": false, "name": "vikhyat", "shell": "/bin/bash", "state": "present", "uid": 1212} 2021-07-24T16:53:26.695 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1213, "groups": "sudo", "home": "/home/shraddhaag", "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "move_home": false, "name": "shraddhaag", "shell": "/bin/bash", "state": "present", "uid": 1213} 2021-07-24T16:53:26.749 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1213, "groups": "sudo", "home": "/home/shraddhaag", "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "move_home": false, "name": "shraddhaag", "shell": "/bin/bash", "state": "present", "uid": 1213} 2021-07-24T16:53:26.906 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1214, "groups": "sudo", "home": "/home/gkyratsas", "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "move_home": false, "name": "gkyratsas", "shell": "/bin/bash", "state": "present", "uid": 1214} 2021-07-24T16:53:26.951 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1214, "groups": "sudo", "home": "/home/gkyratsas", "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "move_home": false, "name": "gkyratsas", "shell": "/bin/bash", "state": "present", "uid": 1214} 2021-07-24T16:53:27.110 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1215, "groups": "sudo", "home": "/home/prateek", "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "move_home": false, "name": "prateek", "shell": "/bin/bash", "state": "present", "uid": 1215} 2021-07-24T16:53:27.156 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1215, "groups": "sudo", "home": "/home/prateek", "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "move_home": false, "name": "prateek", "shell": "/bin/bash", "state": "present", "uid": 1215} 2021-07-24T16:53:27.312 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1216, "groups": "sudo", "home": "/home/jelopez", "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "move_home": false, "name": "jelopez", "shell": "/bin/bash", "state": "present", "uid": 1216} 2021-07-24T16:53:27.355 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1216, "groups": "sudo", "home": "/home/jelopez", "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "move_home": false, "name": "jelopez", "shell": "/bin/bash", "state": "present", "uid": 1216} 2021-07-24T16:53:27.511 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1217, "groups": "sudo", "home": "/home/dcain", "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "move_home": false, "name": "dcain", "shell": "/bin/bash", "state": "present", "uid": 1217} 2021-07-24T16:53:27.554 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1217, "groups": "sudo", "home": "/home/dcain", "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "move_home": false, "name": "dcain", "shell": "/bin/bash", "state": "present", "uid": 1217} 2021-07-24T16:53:27.710 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1218, "groups": "sudo", "home": "/home/sunny", "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "move_home": false, "name": "sunny", "shell": "/bin/bash", "state": "present", "uid": 1218} 2021-07-24T16:53:27.763 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1218, "groups": "sudo", "home": "/home/sunny", "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "move_home": false, "name": "sunny", "shell": "/bin/bash", "state": "present", "uid": 1218} 2021-07-24T16:53:27.920 INFO:teuthology.task.ansible.out:ok: [smithi049.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", "append": true, "changed": false, "comment": "", "group": 1219, "groups": "sudo", "home": "/home/xuxuehan", "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "move_home": false, "name": "xuxuehan", "shell": "/bin/bash", "state": "present", "uid": 1219} 2021-07-24T16:53:27.973 INFO:teuthology.task.ansible.out:ok: [smithi006.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", "append": true, "changed": false, "comment": "", "group": 1219, "groups": "sudo", "home": "/home/xuxuehan", "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "move_home": false, "name": "xuxuehan", "shell": "/bin/bash", "state": "present", "uid": 1219} 2021-07-24T16:53:28.116 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1220, "groups": "sudo", "home": "/home/aclewett", "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "move_home": false, "name": "aclewett", "shell": "/bin/bash", "state": "present", "uid": 1220} 2021-07-24T16:53:28.170 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1220, "groups": "sudo", "home": "/home/aclewett", "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "move_home": false, "name": "aclewett", "shell": "/bin/bash", "state": "present", "uid": 1220} 2021-07-24T16:53:28.318 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1221, "groups": "sudo", "home": "/home/cblum", "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "move_home": false, "name": "cblum", "shell": "/bin/bash", "state": "present", "uid": 1221} 2021-07-24T16:53:28.372 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1221, "groups": "sudo", "home": "/home/cblum", "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "move_home": false, "name": "cblum", "shell": "/bin/bash", "state": "present", "uid": 1221} 2021-07-24T16:53:28.529 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1222, "groups": "sudo", "home": "/home/mlatimer", "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "move_home": false, "name": "mlatimer", "shell": "/bin/bash", "state": "present", "uid": 1222} 2021-07-24T16:53:28.584 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1222, "groups": "sudo", "home": "/home/mlatimer", "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "move_home": false, "name": "mlatimer", "shell": "/bin/bash", "state": "present", "uid": 1222} 2021-07-24T16:53:28.730 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1223, "groups": "sudo", "home": "/home/shyamsundarr", "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "move_home": false, "name": "shyamsundarr", "shell": "/bin/bash", "state": "present", "uid": 1223} 2021-07-24T16:53:28.784 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1223, "groups": "sudo", "home": "/home/shyamsundarr", "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "move_home": false, "name": "shyamsundarr", "shell": "/bin/bash", "state": "present", "uid": 1223} 2021-07-24T16:53:28.946 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1224, "groups": "sudo", "home": "/home/shuzhenyi", "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "move_home": false, "name": "shuzhenyi", "shell": "/bin/bash", "state": "present", "uid": 1224} 2021-07-24T16:53:28.986 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1224, "groups": "sudo", "home": "/home/shuzhenyi", "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "move_home": false, "name": "shuzhenyi", "shell": "/bin/bash", "state": "present", "uid": 1224} 2021-07-24T16:53:29.144 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1225, "groups": "sudo", "home": "/home/mdipalma", "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "move_home": false, "name": "mdipalma", "shell": "/bin/bash", "state": "present", "uid": 1225} 2021-07-24T16:53:29.188 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1225, "groups": "sudo", "home": "/home/mdipalma", "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "move_home": false, "name": "mdipalma", "shell": "/bin/bash", "state": "present", "uid": 1225} 2021-07-24T16:53:29.346 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1226, "groups": "sudo", "home": "/home/kchang", "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "move_home": false, "name": "kchang", "shell": "/bin/bash", "state": "present", "uid": 1226} 2021-07-24T16:53:29.389 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1226, "groups": "sudo", "home": "/home/kchang", "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "move_home": false, "name": "kchang", "shell": "/bin/bash", "state": "present", "uid": 1226} 2021-07-24T16:53:29.547 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1227, "groups": "sudo", "home": "/home/vereddy", "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "move_home": false, "name": "vereddy", "shell": "/bin/bash", "state": "present", "uid": 1227} 2021-07-24T16:53:29.600 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1227, "groups": "sudo", "home": "/home/vereddy", "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "move_home": false, "name": "vereddy", "shell": "/bin/bash", "state": "present", "uid": 1227} 2021-07-24T16:53:29.750 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1228, "groups": "sudo", "home": "/home/benhanokh", "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "move_home": false, "name": "benhanokh", "shell": "/bin/bash", "state": "present", "uid": 1228} 2021-07-24T16:53:29.803 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1228, "groups": "sudo", "home": "/home/benhanokh", "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "move_home": false, "name": "benhanokh", "shell": "/bin/bash", "state": "present", "uid": 1228} 2021-07-24T16:53:29.952 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1229, "groups": "sudo", "home": "/home/jsalomon", "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "move_home": false, "name": "jsalomon", "shell": "/bin/bash", "state": "present", "uid": 1229} 2021-07-24T16:53:30.007 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1229, "groups": "sudo", "home": "/home/jsalomon", "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "move_home": false, "name": "jsalomon", "shell": "/bin/bash", "state": "present", "uid": 1229} 2021-07-24T16:53:30.165 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1230, "groups": "sudo", "home": "/home/jolmomar", "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "move_home": false, "name": "jolmomar", "shell": "/bin/bash", "state": "present", "uid": 1230} 2021-07-24T16:53:30.219 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1230, "groups": "sudo", "home": "/home/jolmomar", "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "move_home": false, "name": "jolmomar", "shell": "/bin/bash", "state": "present", "uid": 1230} 2021-07-24T16:53:30.367 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1231, "groups": "sudo", "home": "/home/hmunjulu", "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "move_home": false, "name": "hmunjulu", "shell": "/bin/bash", "state": "present", "uid": 1231} 2021-07-24T16:53:30.421 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1231, "groups": "sudo", "home": "/home/hmunjulu", "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "move_home": false, "name": "hmunjulu", "shell": "/bin/bash", "state": "present", "uid": 1231} 2021-07-24T16:53:30.580 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1232, "groups": "sudo", "home": "/home/julpark", "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "move_home": false, "name": "julpark", "shell": "/bin/bash", "state": "present", "uid": 1232} 2021-07-24T16:53:30.628 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1232, "groups": "sudo", "home": "/home/julpark", "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "move_home": false, "name": "julpark", "shell": "/bin/bash", "state": "present", "uid": 1232} 2021-07-24T16:53:30.784 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1233, "groups": "sudo", "home": "/home/pdhange", "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "move_home": false, "name": "pdhange", "shell": "/bin/bash", "state": "present", "uid": 1233} 2021-07-24T16:53:30.829 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1233, "groups": "sudo", "home": "/home/pdhange", "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "move_home": false, "name": "pdhange", "shell": "/bin/bash", "state": "present", "uid": 1233} 2021-07-24T16:53:30.985 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1234, "groups": "sudo", "home": "/home/dpivonka", "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, "move_home": false, "name": "dpivonka", "shell": "/bin/bash", "state": "present", "uid": 1234} 2021-07-24T16:53:31.039 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1234, "groups": "sudo", "home": "/home/dpivonka", "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, "move_home": false, "name": "dpivonka", "shell": "/bin/bash", "state": "present", "uid": 1234} 2021-07-24T16:53:31.195 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1235, "groups": "sudo", "home": "/home/adking", "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "move_home": false, "name": "adking", "shell": "/bin/bash", "state": "present", "uid": 1235} 2021-07-24T16:53:31.240 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1235, "groups": "sudo", "home": "/home/adking", "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "move_home": false, "name": "adking", "shell": "/bin/bash", "state": "present", "uid": 1235} 2021-07-24T16:53:31.397 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1236, "groups": "sudo", "home": "/home/amathuri", "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, "move_home": false, "name": "amathuri", "shell": "/bin/bash", "state": "present", "uid": 1236} 2021-07-24T16:53:31.450 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1236, "groups": "sudo", "home": "/home/amathuri", "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, "move_home": false, "name": "amathuri", "shell": "/bin/bash", "state": "present", "uid": 1236} 2021-07-24T16:53:31.599 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'nizamial09', 'ovpn': 'nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1237, "groups": "sudo", "home": "/home/nizamial09", "item": {"name": "nizamial09", "ovpn": "nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99"}, "move_home": false, "name": "nizamial09", "shell": "/bin/bash", "state": "present", "uid": 1237} 2021-07-24T16:53:31.652 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'nizamial09', 'ovpn': 'nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1237, "groups": "sudo", "home": "/home/nizamial09", "item": {"name": "nizamial09", "ovpn": "nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99"}, "move_home": false, "name": "nizamial09", "shell": "/bin/bash", "state": "present", "uid": 1237} 2021-07-24T16:53:33.288 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'dachary', 'ovpn': 'loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10102, "groups": "sudo", "home": "/home/dachary", "item": {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, "name": "dachary", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10102} 2021-07-24T16:53:33.288 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'dachary', 'ovpn': 'loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10102, "groups": "sudo", "home": "/home/dachary", "item": {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, "name": "dachary", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10102} 2021-07-24T16:53:35.030 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'amctagga', 'ovpn': 'amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10103, "groups": "sudo", "home": "/home/amctagga", "item": {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, "name": "amctagga", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10103} 2021-07-24T16:53:35.083 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'amctagga', 'ovpn': 'amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10103, "groups": "sudo", "home": "/home/amctagga", "item": {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, "name": "amctagga", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10103} 2021-07-24T16:53:36.639 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'kevinz', 'ovpn': 'kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10104, "groups": "sudo", "home": "/home/kevinz", "item": {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, "name": "kevinz", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10104} 2021-07-24T16:53:36.826 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'kevinz', 'ovpn': 'kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10104, "groups": "sudo", "home": "/home/kevinz", "item": {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, "name": "kevinz", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10104} 2021-07-24T16:53:38.240 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'liu-chunmei', 'ovpn': 'liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10105, "groups": "sudo", "home": "/home/liu-chunmei", "item": {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, "name": "liu-chunmei", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10105} 2021-07-24T16:53:38.413 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'liu-chunmei', 'ovpn': 'liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10105, "groups": "sudo", "home": "/home/liu-chunmei", "item": {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, "name": "liu-chunmei", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10105} 2021-07-24T16:53:39.860 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'cyx1231st', 'ovpn': 'cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10106, "groups": "sudo", "home": "/home/cyx1231st", "item": {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, "name": "cyx1231st", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10106} 2021-07-24T16:53:40.007 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'cyx1231st', 'ovpn': 'cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10106, "groups": "sudo", "home": "/home/cyx1231st", "item": {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, "name": "cyx1231st", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10106} 2021-07-24T16:53:41.466 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'sunnagar', 'ovpn': 'sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10107, "groups": "sudo", "home": "/home/sunnagar", "item": {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, "name": "sunnagar", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10107} 2021-07-24T16:53:41.622 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'sunnagar', 'ovpn': 'sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10107, "groups": "sudo", "home": "/home/sunnagar", "item": {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, "name": "sunnagar", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10107} 2021-07-24T16:53:43.056 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'lflores', 'ovpn': 'lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10108, "groups": "sudo", "home": "/home/lflores", "item": {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, "name": "lflores", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10108} 2021-07-24T16:53:43.244 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'lflores', 'ovpn': 'lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10108, "groups": "sudo", "home": "/home/lflores", "item": {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, "name": "lflores", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10108} 2021-07-24T16:53:44.721 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'jsawaya', 'ovpn': 'jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10109, "groups": "sudo", "home": "/home/jsawaya", "item": {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, "name": "jsawaya", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10109} 2021-07-24T16:53:44.866 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'jsawaya', 'ovpn': 'jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10109, "groups": "sudo", "home": "/home/jsawaya", "item": {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, "name": "jsawaya", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10109} 2021-07-24T16:53:46.364 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'markw8973240', 'ovpn': 'shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10110, "groups": "sudo", "home": "/home/markw8973240", "item": {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, "name": "markw8973240", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10110} 2021-07-24T16:53:46.480 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'markw8973240', 'ovpn': 'shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10110, "groups": "sudo", "home": "/home/markw8973240", "item": {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, "name": "markw8973240", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10110} 2021-07-24T16:53:48.117 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'luisrico', 'ovpn': 'lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10111, "groups": "sudo", "home": "/home/luisrico", "item": {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, "name": "luisrico", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10111} 2021-07-24T16:53:48.129 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'luisrico', 'ovpn': 'lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10111, "groups": "sudo", "home": "/home/luisrico", "item": {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, "name": "luisrico", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10111} 2021-07-24T16:53:49.767 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'matan', 'ovpn': 'matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10112, "groups": "sudo", "home": "/home/matan", "item": {"name": "matan", "ovpn": "matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa"}, "name": "matan", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10112} 2021-07-24T16:53:49.820 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'matan', 'ovpn': 'matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10112, "groups": "sudo", "home": "/home/matan", "item": {"name": "matan", "ovpn": "matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa"}, "name": "matan", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10112} 2021-07-24T16:53:51.508 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'ozeneva', 'ovpn': 'ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10113, "groups": "sudo", "home": "/home/ozeneva", "item": {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, "name": "ozeneva", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10113} 2021-07-24T16:53:51.645 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'ozeneva', 'ovpn': 'ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10113, "groups": "sudo", "home": "/home/ozeneva", "item": {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, "name": "ozeneva", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10113} 2021-07-24T16:53:53.173 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'sudhanaruna', 'ovpn': 'ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10114, "groups": "sudo", "home": "/home/sudhanaruna", "item": {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, "name": "sudhanaruna", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10114} 2021-07-24T16:53:53.341 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'sudhanaruna', 'ovpn': 'ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10114, "groups": "sudo", "home": "/home/sudhanaruna", "item": {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, "name": "sudhanaruna", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10114} 2021-07-24T16:53:54.808 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'zl31wang', 'ovpn': 'zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10115, "groups": "sudo", "home": "/home/zl31wang", "item": {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, "name": "zl31wang", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10115} 2021-07-24T16:53:55.048 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'zl31wang', 'ovpn': 'zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10115, "groups": "sudo", "home": "/home/zl31wang", "item": {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, "name": "zl31wang", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10115} 2021-07-24T16:53:56.498 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'mayagilad', 'ovpn': 'mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10116, "groups": "sudo", "home": "/home/mayagilad", "item": {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, "name": "mayagilad", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10116} 2021-07-24T16:53:56.641 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:56 +0000 (0:00:53.225) 0:01:01.349 ********* 2021-07-24T16:53:56.710 INFO:teuthology.task.ansible.out: TASK [Create all users without sudo access.] *********************************** 2021-07-24T16:53:56.712 INFO:teuthology.task.ansible.out: TASK [Create all admin users with sudo access.] ******************************** changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'mayagilad', 'ovpn': 'mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10116, "groups": "sudo", "home": "/home/mayagilad", "item": {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, "name": "mayagilad", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10116} 2021-07-24T16:53:56.734 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:56 +0000 (0:00:00.093) 0:01:01.442 ********* 2021-07-24T16:53:56.843 INFO:teuthology.task.ansible.out: TASK [Merge managed_users and managed_admin users] ***************************** 2021-07-24T16:53:56.845 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"pubkey_users": [{"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, {"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"}, {"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"}, {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, {"name": "jcaratzas", "ovpn": "jcaratza@fedora 2021-07-24T16:53:56.847 INFO:teuthology.task.ansible.out:rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9"}, {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265 2021-07-24T16:53:56.850 INFO:teuthology.task.ansible.out:c63f3ea91e7dacd78"}, {"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"}, {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, {"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"}, {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n"}, {"name": "cmeno", "ovpn": "cmeno@boxtop K 2021-07-24T16:53:56.852 INFO:teuthology.task.ansible.out:D0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, {"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"}, {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9 2021-07-24T16:53:56.853 INFO:teuthology.task.ansible.out:df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1 2021-07-24T16:53:56.854 INFO:teuthology.task.ansible.out:eb99bf4aa58f87b6420d6c916716f0965af"}, {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9 2021-07-24T16:53:56.856 INFO:teuthology.task.ansible.out:b660160a1db69f0135e0d09364b2cb9b3"}, {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, {"name": "rzarzynski", " 2021-07-24T16:53:56.857 INFO:teuthology.task.ansible.out:ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, {"name": "mkogan", "ovpn": "mkogan@mkP50 2021-07-24T16:53:56.859 INFO:teuthology.task.ansible.out:f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, {"name": 2021-07-24T16:53:56.861 INFO:teuthology.task.ansible.out:"alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, {"name": "gsalomon 2021-07-24T16:53:56.863 INFO:teuthology.task.ansible.out:", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf75 2021-07-24T16:53:56.863 INFO:teuthology.task.ansible.out:6f2b8313645d2b8da3"}, {"nam 2021-07-24T16:53:56.866 INFO:teuthology.task.ansible.out:e": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449 2021-07-24T16:53:56.867 INFO:teuthology.task.ansible.out:ce80bf26311426ae3914cdf1fe8d591c67"}, {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, {"name": "jsalomon", "ovpn 2021-07-24T16:53:56.869 INFO:teuthology.task.ansible.out:": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, {"name": "nizamial09", "ovpn": "nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99"}, {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185 2021-07-24T16:53:56.871 INFO:teuthology.task.ansible.out:052887b82ba5c343a42eb271747a"}, {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, {"name": "matan", "ovpn": "matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa"}, {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}]}, "changed": false} 2021-07-24T16:53:56.888 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:56 +0000 (0:00:00.153) 0:01:01.596 ********* 2021-07-24T16:53:56.914 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:56 +0000 (0:00:00.026) 0:01:01.622 ********* 2021-07-24T16:53:56.948 INFO:teuthology.task.ansible.out: TASK [Create all users without sudo access.] *********************************** 2021-07-24T16:53:56.974 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:56 +0000 (0:00:00.057) 0:01:01.679 ********* 2021-07-24T16:53:57.066 INFO:teuthology.task.ansible.out: TASK [Merge managed_users and managed_admin users] ***************************** 2021-07-24T16:53:57.068 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"pubkey_users": [{"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, {"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"}, {"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"}, {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, {"name": "jcaratzas", "ovpn": "jcaratza@fedora 2021-07-24T16:53:57.070 INFO:teuthology.task.ansible.out:rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9"}, {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265 2021-07-24T16:53:57.072 INFO:teuthology.task.ansible.out:c63f3ea91e7dacd78"}, {"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"}, {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, {"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"}, {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n"}, {"name": "cmeno", "ovpn": "cmeno@boxtop K 2021-07-24T16:53:57.073 INFO:teuthology.task.ansible.out:D0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, {"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"}, {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9 2021-07-24T16:53:57.075 INFO:teuthology.task.ansible.out:df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9 2021-07-24T16:53:57.076 INFO:teuthology.task.ansible.out:b660160a1db69f0135e0d09364b2cb9b3"}, {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, {"name": "rzarzynski", " 2021-07-24T16:53:57.078 INFO:teuthology.task.ansible.out:ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, {"name": "vshankar", "ovpn" 2021-07-24T16:53:57.078 INFO:teuthology.task.ansible.out:: "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, {"name": "mkogan", "ovpn": "mkogan@mkP50 2021-07-24T16:53:57.080 INFO:teuthology.task.ansible.out:f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, {"name": 2021-07-24T16:53:57.082 INFO:teuthology.task.ansible.out:"alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, {"name": "gsalomon 2021-07-24T16:53:57.084 INFO:teuthology.task.ansible.out:", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, {"nam 2021-07-24T16:53:57.085 INFO:teuthology.task.ansible.out:e": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e104 2021-07-24T16:53:57.086 INFO:teuthology.task.ansible.out:6655420d4d0a79ce5667bec1b469a0100"}, {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449 2021-07-24T16:53:57.087 INFO:teuthology.task.ansible.out:ce80bf26311426ae3914cdf1fe8d591c67"}, {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, {"name": "jsalomon", "ovpn 2021-07-24T16:53:57.089 INFO:teuthology.task.ansible.out:": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, {"name": "nizamial09", "ovpn": "nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99"}, {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185 2021-07-24T16:53:57.090 INFO:teuthology.task.ansible.out:052887b82ba5c343a42eb271747a"}, {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, {"name": "matan", "ovpn": "matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa"}, {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}]}, "changed": false} 2021-07-24T16:53:57.113 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:57 +0000 (0:00:00.142) 0:01:01.822 ********* 2021-07-24T16:53:57.943 INFO:teuthology.task.ansible.out: TASK [users : Clone the keys repo] ********************************************* ok: [smithi006.front.sepia.ceph.com] => {"after": "fa3530b6c8007ac148c609947f616c9ce81a7370", "attempts": 1, "before": "fa3530b6c8007ac148c609947f616c9ce81a7370", "changed": false, "remote_url_changed": false} 2021-07-24T16:53:57.965 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:57 +0000 (0:00:00.851) 0:01:02.673 ********* 2021-07-24T16:53:57.973 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"after": "fa3530b6c8007ac148c609947f616c9ce81a7370", "attempts": 1, "before": "fa3530b6c8007ac148c609947f616c9ce81a7370", "changed": false, "remote_url_changed": false} 2021-07-24T16:53:57.998 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:53:57 +0000 (0:00:00.032) 0:01:02.706 ********* 2021-07-24T16:53:58.299 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDdkebJGXKQWBG/7wZG334P+EAdC+5VNMrjLjXhaZZbt3V9vKDQCodcU3zSOjMa/GDGg2WHQdO/vioCc6O/m61KTbgLDaaPSzHH16j/e1SaU8BIgKKU42AUBJzpPeaZ2wCC1i12Hq8ULwjEW29IDsnMortzlCSQmaTKc3DN2nCXZWQXA1rSiQ2AhIq5WNJY9S36lsg5tkex4xUajyNW4vPubLtkSv+WrzNK7ZJ8zfzP6eJEJ+Uj7CLdanBCgwoLGSPfGA5c/gyUT7mHibOUwvFB5sFVsozMPp2PXzUUIv70adJpOskLYfKY7TUSuaB4AUOPu6NVauzVIl3Tsn+uvHqvtn8KC3BPpyH7+JiFQWEt+aO+/ynprfoqCjktuf07SXo0ewoVYT2S++JEBa/N2hKRkzIoSPJ+Rvoazc8GZIjXpQRyhMdTV/LCSeyUTJ7lDQVrQVhUIHKnMm+hZmf4tLQKZvNAThO984CpY93ST5Ww07fjRLMXNZGuaz+zHKNexhWSPKr+ggChnZCOLl/F6zbDnBZoCaHR6hH4+QLz0K/FAgxN2Nn00RiOFkmIlzEioxMcwC/peTl3WzRfqPINdTftiTzcFi/c2QmlHhnxsueIwNhHOn4frkGkFmexdDrXRStERzSBJ13X4kWduPmQsn+bx5/7xwqC6M4bXpkYFOefOw== aschoen@redhat.com", "key_options": null, "keyfile": "/home/andrewschoen/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "andrewschoen", "validate_certs": true} 2021-07-24T16:53:58.332 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDdkebJGXKQWBG/7wZG334P+EAdC+5VNMrjLjXhaZZbt3V9vKDQCodcU3zSOjMa/GDGg2WHQdO/vioCc6O/m61KTbgLDaaPSzHH16j/e1SaU8BIgKKU42AUBJzpPeaZ2wCC1i12Hq8ULwjEW29IDsnMortzlCSQmaTKc3DN2nCXZWQXA1rSiQ2AhIq5WNJY9S36lsg5tkex4xUajyNW4vPubLtkSv+WrzNK7ZJ8zfzP6eJEJ+Uj7CLdanBCgwoLGSPfGA5c/gyUT7mHibOUwvFB5sFVsozMPp2PXzUUIv70adJpOskLYfKY7TUSuaB4AUOPu6NVauzVIl3Tsn+uvHqvtn8KC3BPpyH7+JiFQWEt+aO+/ynprfoqCjktuf07SXo0ewoVYT2S++JEBa/N2hKRkzIoSPJ+Rvoazc8GZIjXpQRyhMdTV/LCSeyUTJ7lDQVrQVhUIHKnMm+hZmf4tLQKZvNAThO984CpY93ST5Ww07fjRLMXNZGuaz+zHKNexhWSPKr+ggChnZCOLl/F6zbDnBZoCaHR6hH4+QLz0K/FAgxN2Nn00RiOFkmIlzEioxMcwC/peTl3WzRfqPINdTftiTzcFi/c2QmlHhnxsueIwNhHOn4frkGkFmexdDrXRStERzSBJ13X4kWduPmQsn+bx5/7xwqC6M4bXpkYFOefOw== aschoen@redhat.com", "key_options": null, "keyfile": "/home/andrewschoen/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "andrewschoen", "validate_certs": true} 2021-07-24T16:53:58.520 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local", "key_options": null, "keyfile": "/home/zack/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zack", "validate_certs": true} 2021-07-24T16:53:58.553 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local", "key_options": null, "keyfile": "/home/zack/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zack", "validate_certs": true} 2021-07-24T16:53:58.742 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4eHmz10szeHNS3dNejKokW85ksB+iR4HGOFsmQM11Ni68Nm5aqEKvkOZU8TpY92vpCQL0A68GlrXB845cACdyk6HUJYyNNNMC43l1FYWOwjMqQBSdj8W3VQDTA6eiG60mt5fgI8fyR38rKzIA1MnTBkSSjuh5kQVJ9bdEp3GuY5oc8vxDNBlGJ6LYnyEWt/pqL2J+mpjqnOjsC+EbE2exhP9O+mvzpQiyo/+dEN1COwX3//pNRXGfOSeOczHNsJE8Eu+j/n/BlW57++sJyFMkzS7bUxMSGM6quvjQZ7RT1c5JM6vLEiQyzQxoRgzY93h1yKlOstBi0NamtpqHQZGP kdreyer@mbp.ktdreyer.com", "key_options": null, "keyfile": "/home/kdreyer/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kdreyer", "validate_certs": true} 2021-07-24T16:53:58.774 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4eHmz10szeHNS3dNejKokW85ksB+iR4HGOFsmQM11Ni68Nm5aqEKvkOZU8TpY92vpCQL0A68GlrXB845cACdyk6HUJYyNNNMC43l1FYWOwjMqQBSdj8W3VQDTA6eiG60mt5fgI8fyR38rKzIA1MnTBkSSjuh5kQVJ9bdEp3GuY5oc8vxDNBlGJ6LYnyEWt/pqL2J+mpjqnOjsC+EbE2exhP9O+mvzpQiyo/+dEN1COwX3//pNRXGfOSeOczHNsJE8Eu+j/n/BlW57++sJyFMkzS7bUxMSGM6quvjQZ7RT1c5JM6vLEiQyzQxoRgzY93h1yKlOstBi0NamtpqHQZGP kdreyer@mbp.ktdreyer.com", "key_options": null, "keyfile": "/home/kdreyer/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kdreyer", "validate_certs": true} 2021-07-24T16:53:58.953 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/onMoOCUhkp+UiJAq+ye4P70sfeV+uMhgWKLfLBh/1SYq1xxb9bSmjBnETO/9KvukRhzlReBQ7y+BKRhm037P7LuTUY4r0Y8JB6BXkjjCY1yXZJC6kvB7xFsvyiDum5rrdeWMQ/Rhh7YJpze5KY1nHLkyU9X7Ewak0kLEyduJEKekbsOom6l0wZ2ZYrBEKFWJXUDk5icUuWWg3mhKaKnLNWVg1lUw8jzYTJYfjR9GUgzZWXtzkAaI3ugpLOlQ+KEls03/WAFcWA9F9ExqzIsJpvEks27LeFBGVE3PjVNKMqqBZQlZ 2021-07-24T16:53:58.955 INFO:teuthology.task.ansible.out:tIEz1iguWJaWMi5lDIfXkvVOFabtIpX/BZRf dmick@dmick-MacBookAir\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOoIm6sOytKwqNf9FSQn0Olu72ZRDjAYeNFQVWTn2PIB ed25519-hplaptop", "key_options": null, "keyfile": "/home/dmick/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dmick", "validate_certs": true} 2021-07-24T16:53:58.995 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/onMoOCUhkp+UiJAq+ye4P70sfeV+uMhgWKLfLBh/1SYq1xxb9bSmjBnETO/9KvukRhzlReBQ7y+BKRhm037P7LuTUY4r0Y8JB6BXkjjCY1yXZJC6kvB7xFsvyiDum5rrdeWMQ/Rhh7YJpze5KY1nHLkyU9X7Ewak0kLEyduJEKekbsOom6l0wZ2ZYrBEKFWJXUDk5icUuWWg3mhKaKnLNWVg1lUw8jzYTJYfjR9GUgzZWXtzkAaI3ugpLOlQ+KEls03/WAFcWA9F9ExqzIsJpvEks27LeFBGVE3PjVNKMqqBZQlZ 2021-07-24T16:53:58.997 INFO:teuthology.task.ansible.out:tIEz1iguWJaWMi5lDIfXkvVOFabtIpX/BZRf dmick@dmick-MacBookAir\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOoIm6sOytKwqNf9FSQn0Olu72ZRDjAYeNFQVWTn2PIB ed25519-hplaptop", "key_options": null, "keyfile": "/home/dmick/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dmick", "validate_certs": true} 2021-07-24T16:53:59.164 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ4z0gLwjexgyixdTuiwaxpPnq7w4FOKxHsQKKAHTlKRu11ynB+9APbtqaAYss8yDqHaHyewPdE+9JMYhZX8rUgcKv2H7jBCQ/Enfl0UyY643VQnuG8lr2Ipk6ELuL5NuuTb7Npo4zKyq/0649kPD46k/X/qLuKzhN49k50S3XJq5WwHi6CJvR8DzPOkjied0o1BHpfcCCIMorUcyfVxqmeu2m+uSE15ncQsd8BIvH4/YNoncUGYxqVhGB+FNUlWdhV0SPRW7V/gmyvFW5qdYX2QhNZAQHChdEH1E9AI7WiCFkyLRx39qYgXgqj8vOOnlwHgy/oJnpnu/Mlvj1uETX sage@montreal\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVPfoCpv2/9uWCwEo4clWt3i1O8ZPpB2FcQbBLxY3iLQWZJDe74rNWPBj0cJVCytTHxYV0e5HxYyChOG60ca5odHlPNB+/Z4WLU9LVuHiCYsElivJlwvD+l9kzI+UMGJb3HCHqx2yIRGXpEkSMFR1+w5Oz9sInPD7JJmO8Hb9KkoeqZtkJL0aic/M5bDWBut6SSfYlmh8qnQYbkCDiXg/KtOcy1ZJXQ9ZLjsCbpSzeBNbdUOxEQ1+5vUe00vHpl0vOKtRrzgTne2ct1IxbSjdL16ZgHi5BQAREXc9UUG3z7NPOmnwkuKkkpyLmwcOusot5tYHrxks+5i6EoGEJrvJ3 sage@maetl", "key_options": null, "keyfile": "/home/sage/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sage", "validate_certs": true} 2021-07-24T16:53:59.206 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ4z0gLwjexgyixdTuiwaxpPnq7w4FOKxHsQKKAHTlKRu11ynB+9APbtqaAYss8yDqHaHyewPdE+9JMYhZX8rUgcKv2H7jBCQ/Enfl0UyY643VQnuG8lr2Ipk6ELuL5NuuTb7Npo4zKyq/0649kPD46k/X/qLuKzhN49k50S3XJq5WwHi6CJvR8DzPOkjied0o1BHpfcCCIMorUcyfVxqmeu2m+uSE15ncQsd8BIvH4/YNoncUGYxqVhGB+FNUlWdhV0SPRW7V/gmyvFW5qdYX2QhNZAQHChdEH1E9AI7WiCFkyLRx39qYgXgqj8vOOnlwHgy/oJnpnu/Mlvj1uETX sage@montreal\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVPfoCpv2/9uWCwEo4clWt3i1O8ZPpB2FcQbBLxY3iLQWZJDe74rNWPBj0cJVCytTHxYV0e5HxYyChOG60ca5odHlPNB+/Z4WLU9LVuHiCYsElivJlwvD+l9kzI+UMGJb3HCHqx2yIRGXpEkSMFR1+w5Oz9sInPD7JJmO8Hb9KkoeqZtkJL0aic/M5bDWBut6SSfYlmh8qnQYbkCDiXg/KtOcy1ZJXQ9ZLjsCbpSzeBNbdUOxEQ1+5vUe00vHpl0vOKtRrzgTne2ct1IxbSjdL16ZgHi5BQAREXc9UUG3z7NPOmnwkuKkkpyLmwcOusot5tYHrxks+5i6EoGEJrvJ3 sage@maetl", "key_options": null, "keyfile": "/home/sage/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sage", "validate_certs": true} 2021-07-24T16:53:59.384 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "key": "ssh-dss AAAAB3NzaC1kc3MAAACBAN3MlkYQNsm1uB6uJQ7hWJ1Ro9Gusrhi/b/KshPMFh51VWBQn71LdCCjdrsE6FWs5FYE/hr7MITJe+si7aZCmuf8U9tc+oiYh3spXtRhJVIM80FOVRXUmt2XR8I+oNbpcFDayYu956Volafksk3oYjsO356swj7+Q+AUQVF4bDJRAAAAFQCkB2YZKItSDL7XfAl6ZmJ21vqUMwAAAIEAsZspNIUwssVJGO4r3M3BECWklWLEFviIjGVKdPWulN10eRCczZrH7vMOs8coHKDQqYdS2RejlojT03FjFAqeBiTeAlcmgHoev+vqTg2Yhqx3gROzNc6NmG887owCOU4j7LJQP6SX8I8EpSXCMNOZliv2ZokjX2DuRsuIDxQdc84AAACBAMAp++fcqmGS7x7ic2x4rhyiYmdqlMIl8lrM3GkVR6qGuIVBvOGl38ieJKcTBLeRgyC04uIMfk8P9lLvZw3UF97qH3V0imKfq8aYnBGxCv+IjtdOrR5k4hrUW+P0qipvU+4dgHlpqwTKB4MtD9uDxvhENWvqcCnOS5rI6dddaZT6 dgallowa@dgallowa.csb\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+ 2021-07-24T16:53:59.386 INFO:teuthology.task.ansible.out:o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50", "key_options": null, "keyfile": "/home/dgalloway/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dgalloway", "validate_certs": true} 2021-07-24T16:53:59.426 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "key": "ssh-dss AAAAB3NzaC1kc3MAAACBAN3MlkYQNsm1uB6uJQ7hWJ1Ro9Gusrhi/b/KshPMFh51VWBQn71LdCCjdrsE6FWs5FYE/hr7MITJe+si7aZCmuf8U9tc+oiYh3spXtRhJVIM80FOVRXUmt2XR8I+oNbpcFDayYu956Volafksk3oYjsO356swj7+Q+AUQVF4bDJRAAAAFQCkB2YZKItSDL7XfAl6ZmJ21vqUMwAAAIEAsZspNIUwssVJGO4r3M3BECWklWLEFviIjGVKdPWulN10eRCczZrH7vMOs8coHKDQqYdS2RejlojT03FjFAqeBiTeAlcmgHoev+vqTg2Yhqx3gROzNc6NmG887owCOU4j7LJQP6SX8I8EpSXCMNOZliv2ZokjX2DuRsuIDxQdc84AAACBAMAp++fcqmGS7x7ic2x4rhyiYmdqlMIl8lrM3GkVR6qGuIVBvOGl38ieJKcTBLeRgyC04uIMfk8P9lLvZw3UF97qH3V0imKfq8aYnBGxCv+IjtdOrR5k4hrUW+P0qipvU+4dgHlpqwTKB4MtD9uDxvhENWvqcCnOS5rI6dddaZT6 dgallowa@dgallowa.csb\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+ 2021-07-24T16:53:59.428 INFO:teuthology.task.ansible.out:o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50", "key_options": null, "keyfile": "/home/dgalloway/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dgalloway", "validate_certs": true} 2021-07-24T16:53:59.594 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@aklap", "key_options": null, "keyfile": "/home/akraitma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "akraitma", "validate_certs": true} 2021-07-24T16:53:59.647 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@aklap", "key_options": null, "keyfile": "/home/akraitma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "akraitma", "validate_certs": true} 2021-07-24T16:53:59.804 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jcaratzas", "ovpn": "jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgaz5AsLB+hPwnHjlf6vktlUQ8iWsKA+hViok+j+uCm0U/iho7O7Qd8E/3tp9yBx10Wkvuz1mmf6v2AO7Qa8+SE1QQPmA+4xLp4xXCqlUGFjnzm/7uQcQZtlWdfBHzQ9jVyPAgUpnGVUtW8PhW0txe8MEtecOO2C3Snx0yuTOx6O11jNvT938QjOeRQWw3X2YFUtMIOiwEhKtqstBIGXlMdaQKfvdlbA9MjyYy6VfK1x8lVcu8umUf/z56YmMkC2iO117/obhdu1XsU9SmjM51wHMOUCXSVqH8E3BWu0yohy4QmZDkdFihyYa+hoS9dOqGC91dFaQc46xrdmV4wqg1 jcaratza@MacBook-Pro\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAV78mqEy/VkB2BthIE/m7iE5sbTjTRS0KuH7AB0KPvZBsDIw5cL8jKyxiaPC85+aOkBa4LrP0TUFBzN87Snt+PLMz2QHBOvlSTfUuRkHVo3vWJFzVuUSzzddkYds3hAxUriAHKv6CRSy1yFBxPQQHTSATUHKWqihMElbUCZrrrfH8A7J9vwixzCSLg4KbINjfa77rxefcZwugUqiYiVUWUSOb023f+QEaDm7OP+/uzz3SjF1Y0LMwa75yctttIfkRBKjY7uFCuZdKc3l2A/fdPxbFwlZmIox3LLngdTzHMVXGbVHqq9Ixo8FSAXiI1Buy2LTMoXMJwQYSvzsv7xNwujKVlUjoE9cOOIdzCC5AziwSiJB4+tNh73c5tRUzMMC98HLOhPJriSPvOt1pMEdWDX3/evcyxvRgJUKgYnmQG7n8v8O/CLyG0sAJDmGC3U9S/3fUDUjZIKWSsc85Q3xRaJwZJIS2VZwH0zG1Gmynih8PPq7VeDx7tKuNm4uTYT8= bigjust@desktop-jsho3l9.lan", "key_options": null, "keyfile": "/home/jcaratzas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jcaratzas", "validate_certs": true} 2021-07-24T16:53:59.867 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jcaratzas", "ovpn": "jcaratza@fedora rT6gfdsBHVr0RvokJfO3mQ e634e7a31d873f310ff5326bacae6c19f95087f8215edda618f68dd2761257a9"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgaz5AsLB+hPwnHjlf6vktlUQ8iWsKA+hViok+j+uCm0U/iho7O7Qd8E/3tp9yBx10Wkvuz1mmf6v2AO7Qa8+SE1QQPmA+4xLp4xXCqlUGFjnzm/7uQcQZtlWdfBHzQ9jVyPAgUpnGVUtW8PhW0txe8MEtecOO2C3Snx0yuTOx6O11jNvT938QjOeRQWw3X2YFUtMIOiwEhKtqstBIGXlMdaQKfvdlbA9MjyYy6VfK1x8lVcu8umUf/z56YmMkC2iO117/obhdu1XsU9SmjM51wHMOUCXSVqH8E3BWu0yohy4QmZDkdFihyYa+hoS9dOqGC91dFaQc46xrdmV4wqg1 jcaratza@MacBook-Pro\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAV78mqEy/VkB2BthIE/m7iE5sbTjTRS0KuH7AB0KPvZBsDIw5cL8jKyxiaPC85+aOkBa4LrP0TUFBzN87Snt+PLMz2QHBOvlSTfUuRkHVo3vWJFzVuUSzzddkYds3hAxUriAHKv6CRSy1yFBxPQQHTSATUHKWqihMElbUCZrrrfH8A7J9vwixzCSLg4KbINjfa77rxefcZwugUqiYiVUWUSOb023f+QEaDm7OP+/uzz3SjF1Y0LMwa75yctttIfkRBKjY7uFCuZdKc3l2A/fdPxbFwlZmIox3LLngdTzHMVXGbVHqq9Ixo8FSAXiI1Buy2LTMoXMJwQYSvzsv7xNwujKVlUjoE9cOOIdzCC5AziwSiJB4+tNh73c5tRUzMMC98HLOhPJriSPvOt1pMEdWDX3/evcyxvRgJUKgYnmQG7n8v8O/CLyG0sAJDmGC3U9S/3fUDUjZIKWSsc85Q3xRaJwZJIS2VZwH0zG1Gmynih8PPq7VeDx7tKuNm4uTYT8= bigjust@desktop-jsho3l9.lan", "key_options": null, "keyfile": "/home/jcaratzas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jcaratzas", "validate_certs": true} 2021-07-24T16:54:00.025 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSc2rWtLtZM0CBWwaxhSfd0T++ZTX9c8kQrYT0rsQlJ6Hxj4c3+ypwh4iivdtFpyz4clxWkb/wimi48PvjNyZdudB9BeQUBeFfLiro3LnFEbKhM1RwRI89s34mRwmC0LLUZwcdX80zc6/fKuPzvBzR1PiY9tWRyIpYErQAHa2jEOE2MpFDHnlbXdfXFh5Tw3OmC1qBlQvgcrivA9lVaVlf+hfwmOQwXFIG3PCJLNlXDshCSUGAfYKBRvQaKS8sOf9rQaflPrwqJ8hDgVVQkpp69yVsGtahbBmjs6QS6C8EkGUFQmvrIcrQ8+5mRlRAmK2DMTP3cAcsYcMOJ+9KwP+H mgolub@zhuzha", "key_options": null, "keyfile": "/home/trociny/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "trociny", "validate_certs": true} 2021-07-24T16:54:00.026 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:00.077 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSc2rWtLtZM0CBWwaxhSfd0T++ZTX9c8kQrYT0rsQlJ6Hxj4c3+ypwh4iivdtFpyz4clxWkb/wimi48PvjNyZdudB9BeQUBeFfLiro3LnFEbKhM1RwRI89s34mRwmC0LLUZwcdX80zc6/fKuPzvBzR1PiY9tWRyIpYErQAHa2jEOE2MpFDHnlbXdfXFh5Tw3OmC1qBlQvgcrivA9lVaVlf+hfwmOQwXFIG3PCJLNlXDshCSUGAfYKBRvQaKS8sOf9rQaflPrwqJ8hDgVVQkpp69yVsGtahbBmjs6QS6C8EkGUFQmvrIcrQ8+5mRlRAmK2DMTP3cAcsYcMOJ+9KwP+H mgolub@zhuzha", "key_options": null, "keyfile": "/home/trociny/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "trociny", "validate_certs": true} 2021-07-24T16:54:00.088 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:00.234 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, "key": "ssh-dss AAAAB3NzaC1kc3MAAACBANarZ+C62DPffRIhaCuCtXLChrfqwXgWqGHOLLkmPTtZ3/EE8ZiN+LY1ZcmP939AxXi8Oe+9LepwAdsoQKZctlC7XToyhjIk+rVSPyn3zl3BTC2AxfCKq2vqj65a1sc35Whrw7OaUa2fr5iHSazP6HuG01DhJ9l8HJsLKmiwWChZAAAAFQCNmunc7BNLWrqyrYwINTfscowkbQAAAIEAyYERcunZYJAZ9Eno18kM+ylq0jcQmnPqyIvssWXTttUZnaGQvbVxABeyr6ZKuUyZQfyetofquOGBKPBuzV/7posl5ShDuAcxbS1zhrmk9glTA1yFLvznDdWdLOWG06tjOc78G2AmldKHCdPsmgh2D7WyRr4QY4rcCvwKfZ6+eEYAAACBAJZrOlOlygfPZ4ZB0+EbdYACz1+L/iYNNAOBp51TRutNceLVrNJNOVdmCMLuF0A1go4kPSD/05aJOkOyW86gYLA5DXaW3961+kPInOFAe8OTyQYE7221ThYHRnCfVFjdknuCDomj69wk4SsR+ZPXvSXs1jSJWKhLfUSe9n4bmw7w anet2@secant.private.linuxbox.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5CMht/crEocrHqGjf0sxE9AhNcW3XBxwlniJwaBJLhekLQEQJoxAy2xUUmPYb2/e7rdmTBxzQipUaAGWVk1FHANac4cbgXzNT+9cnF7EIRkPa/x9jaKNiU0ozMhu/GOoeDXMrHIDgVGWPF3Ag/r17ORpYnuFTjsqoCWyh+mqskV+lmAp04rv2tvqouHtEs6gLebKNtB8c6twhrBKF62Ie+rSr3r7hQaqiZitHbg/isbU5RMBl6H48wHAVSK2/uTfMor 2021-07-24T16:54:00.236 INFO:teuthology.task.ansible.out:bnuEYRG8HvlnPRvQHscJYKiZSt/G7XqZ3x/7c4czEF+OpdQbAgg46vh4fNVMxZk9KHwEkOE06ROuwgAejJ mbenjamin@duel", "key_options": null, "keyfile": "/home/mbenjamin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mbenjamin", "validate_certs": true} 2021-07-24T16:54:00.298 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, "key": "ssh-dss AAAAB3NzaC1kc3MAAACBANarZ+C62DPffRIhaCuCtXLChrfqwXgWqGHOLLkmPTtZ3/EE8ZiN+LY1ZcmP939AxXi8Oe+9LepwAdsoQKZctlC7XToyhjIk+rVSPyn3zl3BTC2AxfCKq2vqj65a1sc35Whrw7OaUa2fr5iHSazP6HuG01DhJ9l8HJsLKmiwWChZAAAAFQCNmunc7BNLWrqyrYwINTfscowkbQAAAIEAyYERcunZYJAZ9Eno18kM+ylq0jcQmnPqyIvssWXTttUZnaGQvbVxABeyr6ZKuUyZQfyetofquOGBKPBuzV/7posl5ShDuAcxbS1zhrmk9glTA1yFLvznDdWdLOWG06tjOc78G2AmldKHCdPsmgh2D7WyRr4QY4rcCvwKfZ6+eEYAAACBAJZrOlOlygfPZ4ZB0+EbdYACz1+L/iYNNAOBp51TRutNceLVrNJNOVdmCMLuF0A1go4kPSD/05aJOkOyW86gYLA5DXaW3961+kPInOFAe8OTyQYE7221ThYHRnCfVFjdknuCDomj69wk4SsR+ZPXvSXs1jSJWKhLfUSe9n4bmw7w anet2@secant.private.linuxbox.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5CMht/crEocrHqGjf0sxE9AhNcW3XBxwlniJwaBJLhekLQEQJoxAy2xUUmPYb2/e7rdmTBxzQipUaAGWVk1FHANac4cbgXzNT+9cnF7EIRkPa/x9jaKNiU0ozMhu/GOoeDXMrHIDgVGWPF3Ag/r17ORpYnuFTjsqoCWyh+mqskV+lmAp04rv2tvqouHtEs6gLebKNtB8c6twhrBKF62Ie+rSr3r7hQaqiZitHbg/isbU5RMBl6H48wHAVSK2/uTfMor 2021-07-24T16:54:00.300 INFO:teuthology.task.ansible.out:bnuEYRG8HvlnPRvQHscJYKiZSt/G7XqZ3x/7c4czEF+OpdQbAgg46vh4fNVMxZk9KHwEkOE06ROuwgAejJ mbenjamin@duel", "key_options": null, "keyfile": "/home/mbenjamin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mbenjamin", "validate_certs": true} 2021-07-24T16:54:00.455 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvG6+jM8aulc5CID/yE6AXPXczxq8tMgY+2sdo/ihWpgDZuFwGL4hwj8nyh5cTqZ2LEa4kRkUUIoH9avLCFN5pDBVvcj1/O06ZGnkq/hV6791UiPF5S5RGmz3MGxv0RDfjA0OLFav7u1s+ZJ6z2W1Tpy/W+g/fMYqbPc6rV+pm3Uo16+BWz/diZH8smqcty4chnnCy6gqOrcAxCZLpeyjX6Ydn3fnTLTAmhoQ9eUz7LjP4ZnFD5zL6jrSBlJ5WNTLevUzvS8eL7RuP8D3Qfn8ukIzPXG2vs594FhSc/HnvubKricvKMm0P0ki4Z0vM9VruQn7Tbeqdwpi1IfgyiAMX aemerson@work-yubi\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxUDk9jEQOSrRwe0WMGBPw28fzgOhvqMgcG90SvuUjR20Rx3KUfy9JMxPJPesjBQz0xgH5adOVg2JQeLrt3uSJdIFNpqox8BBrS1u/bWT2dorQjLnFEhrtA8Ae/h2kwLQ8w3yYNWB/PxDSuMRnyH4G8EWtVydzQcV/QnNZ9Y6eBcHaI5C2yVnFl7Fi4zBYc2eeL8o8gWqmM6DobBCvVrxD0pCNAsLhOW6IA140BNGT9F/hQZYje9RQRWbFKh/iKiUhqFYCzLcxFfYXkw2HZMJA2p/bLmuc8ZbgYaIiU6b90kpfDB37Xw0S6toIj9E8h+E3nkNnwraCQcbralhz/bdz aemerson@seasalt\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAv8/FJn7hz2WieoQFUGXS0bhwSwL1LCI9kkjWYNkWb8IJPrBetlkr5TsvHEKDPZGF5Sv8LsYA6njPnbOGyAHpYlnv/Gz4Hwq3hLgmXCs6JGWBQv8NS+pjwnG6Nh6JfFI0ANeg652Rk9Qt9uLYeKVKmHXXrVZAD4NMvJGfEvneQzuwwpylUmV80WAdaQw/H0EP4NScZhNhknwAs/+KPFZH+RFoUj/Cb3poIFjwyviIgyal5hjAEsoczCW3hAla/9IyC2VDS027WPiPFmBFaYK5lYYLStBQdRx+6amH76XScLFy0FEPLL5qiN0ClAptvh1oIURgipdXZwaxpf06AXG8qw== aemerson@electric", "key_options": null, "keyfile": "/home/aemerson/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "aemer 2021-07-24T16:54:00.459 INFO:teuthology.task.ansible.out:son", "validate_certs": true} 2021-07-24T16:54:00.466 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:00.468 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:00.509 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvG6+jM8aulc5CID/yE6AXPXczxq8tMgY+2sdo/ihWpgDZuFwGL4hwj8nyh5cTqZ2LEa4kRkUUIoH9avLCFN5pDBVvcj1/O06ZGnkq/hV6791UiPF5S5RGmz3MGxv0RDfjA0OLFav7u1s+ZJ6z2W1Tpy/W+g/fMYqbPc6rV+pm3Uo16+BWz/diZH8smqcty4chnnCy6gqOrcAxCZLpeyjX6Ydn3fnTLTAmhoQ9eUz7LjP4ZnFD5zL6jrSBlJ5WNTLevUzvS8eL7RuP8D3Qfn8ukIzPXG2vs594FhSc/HnvubKricvKMm0P0ki4Z0vM9VruQn7Tbeqdwpi1IfgyiAMX aemerson@work-yubi\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxUDk9jEQOSrRwe0WMGBPw28fzgOhvqMgcG90SvuUjR20Rx3KUfy9JMxPJPesjBQz0xgH5adOVg2JQeLrt3uSJdIFNpqox8BBrS1u/bWT2dorQjLnFEhrtA8Ae/h2kwLQ8w3yYNWB/PxDSuMRnyH4G8EWtVydzQcV/QnNZ9Y6eBcHaI5C2yVnFl7Fi4zBYc2eeL8o8gWqmM6DobBCvVrxD0pCNAsLhOW6IA140BNGT9F/hQZYje9RQRWbFKh/iKiUhqFYCzLcxFfYXkw2HZMJA2p/bLmuc8ZbgYaIiU6b90kpfDB37Xw0S6toIj9E8h+E3nkNnwraCQcbralhz/bdz aemerson@seasalt\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAv8/FJn7hz2WieoQFUGXS0bhwSwL1LCI9kkjWYNkWb8IJPrBetlkr5TsvHEKDPZGF5Sv8LsYA6njPnbOGyAHpYlnv/Gz4Hwq3hLgmXCs6JGWBQv8NS+pjwnG6Nh6JfFI0ANeg652Rk9Qt9uLYeKVKmHXXrVZAD4NMvJGfEvneQzuwwpylUmV80WAdaQw/H0EP4NScZhNhknwAs/+KPFZH+RFoUj/Cb3poIFjwyviIgyal5hjAEsoczCW3hAla/9IyC2VDS027WPiPFmBFaYK5lYYLStBQdRx+6amH76XScLFy0FEPLL5qiN0ClAptvh1oIURgipdXZwaxpf06AXG8qw== aemerson@electric", "key_options": null, "keyfile": "/home/aemerson/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "aemer 2021-07-24T16:54:00.511 INFO:teuthology.task.ansible.out:son", "validate_certs": true} 2021-07-24T16:54:00.521 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:00.532 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:00.686 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHk8c8wUTTYolOOmMlniNrsjfRyF9pCCnaEQ2DXR73P0hbFMme5Md5cF3PTtPIOHSNkWk/qg7s6gZD8LGyFmloO42RBgLsW1qM8RWTDbPy5EQdrjxL9byVzBBCDoQPIS2M+0XnhYa6CBj38Sw8XPlS41CebAJEOQeyLG2I6CAI0rTij6gsqDfALbIezd/eWvmbksKYM1Lb4Gvj+k/OL/xDZzIZHF/P+mK+trY45gsUHxKZamkeHyAT4f3kiNJA+UwzTWGhafy6UE7yGqhZjt9xOZSQGuwroL7EtAzntxayPRNxQPfGDV+fYYf0QBbTtHyJeikPUuw7aR1Z3KwuSmWD dis@zambezi", "key_options": null, "keyfile": "/home/dis/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dis", "validate_certs": true} 2021-07-24T16:54:00.736 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHk8c8wUTTYolOOmMlniNrsjfRyF9pCCnaEQ2DXR73P0hbFMme5Md5cF3PTtPIOHSNkWk/qg7s6gZD8LGyFmloO42RBgLsW1qM8RWTDbPy5EQdrjxL9byVzBBCDoQPIS2M+0XnhYa6CBj38Sw8XPlS41CebAJEOQeyLG2I6CAI0rTij6gsqDfALbIezd/eWvmbksKYM1Lb4Gvj+k/OL/xDZzIZHF/P+mK+trY45gsUHxKZamkeHyAT4f3kiNJA+UwzTWGhafy6UE7yGqhZjt9xOZSQGuwroL7EtAzntxayPRNxQPfGDV+fYYf0QBbTtHyJeikPUuw7aR1Z3KwuSmWD dis@zambezi", "key_options": null, "keyfile": "/home/dis/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dis", "validate_certs": true} 2021-07-24T16:54:00.896 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-dss AAAAB3NzaC1kc3MAAACBANaS5gZUnIp5UL/PM3xOrQiNVxfona7sD1XEXGYvNUyoojPWWAvdQRwdA/Ay8JsAjKeWUt0IwfWaPfbEoXU1TKAI+yyv5WzQUZAKmBFuYM0CUQnKrk72Dp6n8P2tnYen0ect22xEiW2+Y0JZ3wfV3IB3BQPoVCC9FQ+P3LHhYii/AAAAFQCgSceiZFeNItwJ2rJeQgVVTQKljwAAAIEA0Gd2VNCbbQ48vAF+m/i/CeQHJ9Dom9IOBN3v8XnSlOhtNzY1pJ0NRzrFQURCCeVQJaywr0et5FCXIDVqTuR4qfCu5XXU1KHpn/AvHstOd93Y0XYMwSXfNszOtpH7w9SEm7uBfKnLQNF843/MHZL4ZIdfxk73YjfMjrYFcvJwvM0AAACBAI9Wi2wG9Rrdbrgk8tqbnKMxxJCYt/Vakn5mQSc/WHqMUn14+Kb7oBtfTsfPFNK952FzU09ptNQvNWTPNMniI8l8lQi2B+Z28XUlFLL76uxJXWko99xFpf/d1kFBL0M7GRGmvvrMfeTCI+WIqh2jBVqbl4o8kjNx4p0VWyoiWeFJ gregf@pudgy\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwSe7szyqMTqKK3D/JsXIa1PtPf1p8Njk0sMDSsJPA0gBGysmSgstke9fglOgeNIbNOBNDOY3vltuNCgUiQgVWOYhUaVpj+2vtS 2021-07-24T16:54:00.898 INFO:teuthology.task.ansible.out:oAWpXMQbNaWPGKhbxvJWMCLVckLENyoUZUBKLmTvRyKDjjq8CJ1TnfA2Xfo3a796EIOtD6essU3lAVIfIUILGD+HqptiHSB0spUJUVRxxlO2xw9rLYij1eUPRHrr9xWvDamr5JtKVtCLOL3M9QlltHieKlbJSCZq/EVxW9NAGA6IiqOhw2E1k59oGZUq4Qg+YLgYkB80Ms7nb1xpjQ8txvY+73xL/8i7Nqmr7ekKJfyTpRe03nCQ== gfarnum@mozart.thompsonian.net\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzqJQfdAKaggPDgSpk8P6QjLeyQYOz183fVSKnqAa5EeaCJozS1dn8z+iphswT3YL6wqIMqVHMfkSUcEeTBwZmvydaghOMJEIQSP1PCzH0V2XprELrEcBC3QTvaElPjjEYgBVUvEw8sL/RIQ7mgt9vxD0NcCDspsz35fmU222KzFxD41PZ5XzHQ3Lumwdax7mcpqrw8Aa5/tgcEqAIu54HYRf1Qmk6+ueMAvpwkX3eiSEtkVvuV1Kxpc3/0mOfJ7cn+eyPX3qUbo4oY76hIYseoUIwEaVE/pNW+pjwDSy4gSOcuxYDEGKzCwZPZeQtRQWzRt3YNafxi5xsByobGLlZw== gfarnum@GF-Macbook.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1ik3LbyKsPiGwdh+vGrKSYLvhMg7OkqMwDNYU5LqWBSotogxyGQJUuD80ZavxmmdXC4qScddHtWOJjtyX1CTSDUe7INpSgGPGnmSExVFpcYRnmxHAB+9M/c9VorUkQ8IOKLmRO/BdYma3Rl9NzhHI73yd4zJlx1K4NuQnhnj0Z4yXO+k44RkBWDdMicBB5lBP0hETaH2Iq1u5Dai3u6N5N9bSPXv2PGKvvU395K0Wts2CxMhOBc7LAixysNzNWLrnG1ghS4jPVG2TIHOElP5lIXUv1Wlkool5rTUWgnVY/7loWkDus2JryDM7hLGFXqgT7HHcpI4gSITqRhWxzsUF gregf@fedoragreg.localdomain", "key_options": null, "keyfile": "/home/gregf/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "gregf", "validate_certs": true} 2021-07-24T16:54:00.966 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-dss AAAAB3NzaC1kc3MAAACBANaS5gZUnIp5UL/PM3xOrQiNVxfona7sD1XEXGYvNUyoojPWWAvdQRwdA/Ay8JsAjKeWUt0IwfWaPfbEoXU1TKAI+yyv5WzQUZAKmBFuYM0CUQnKrk72Dp6n8P2tnYen0ect22xEiW2+Y0JZ3wfV3IB3BQPoVCC9FQ+P3LHhYii/AAAAFQCgSceiZFeNItwJ2rJeQgVVTQKljwAAAIEA0Gd2VNCbbQ48vAF+m/i/CeQHJ9Dom9IOBN3v8XnSlOhtNzY1pJ0NRzrFQURCCeVQJaywr0et5FCXIDVqTuR4qfCu5XXU1KHpn/AvHstOd93Y0XYMwSXfNszOtpH7w9SEm7uBfKnLQNF843/MHZL4ZIdfxk73YjfMjrYFcvJwvM0AAACBAI9Wi2wG9Rrdbrgk8tqbnKMxxJCYt/Vakn5mQSc/WHqMUn14+Kb7oBtfTsfPFNK952FzU09ptNQvNWTPNMniI8l8lQi2B+Z28XUlFLL76uxJXWko99xFpf/d1kFBL0M7GRGmvvrMfeTCI+WIqh2jBVqbl4o8kjNx4p0VWyoiWeFJ gregf@pudgy\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwSe7szyqMTqKK3D/JsXIa1PtPf1p8Njk0sMDSsJPA0gBGysmSgstke9fglOgeNIbNOBNDOY3vltuNCgUiQgVWOYhUaVpj+2vtS 2021-07-24T16:54:00.970 INFO:teuthology.task.ansible.out:oAWpXMQbNaWPGKhbxvJWMCLVckLENyoUZUBKLmTvRyKDjjq8CJ1TnfA2Xfo3a796EIOtD6essU3lAVIfIUILGD+HqptiHSB0spUJUVRxxlO2xw9rLYij1eUPRHrr9xWvDamr5JtKVtCLOL3M9QlltHieKlbJSCZq/EVxW9NAGA6IiqOhw2E1k59oGZUq4Qg+YLgYkB80Ms7nb1xpjQ8txvY+73xL/8i7Nqmr7ekKJfyTpRe03nCQ== gfarnum@mozart.thompsonian.net\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzqJQfdAKaggPDgSpk8P6QjLeyQYOz183fVSKnqAa5EeaCJozS1dn8z+iphswT3YL6wqIMqVHMfkSUcEeTBwZmvydaghOMJEIQSP1PCzH0V2XprELrEcBC3QTvaElPjjEYgBVUvEw8sL/RIQ7mgt9vxD0NcCDspsz35fmU222KzFxD41PZ5XzHQ3Lumwdax7mcpqrw8Aa5/tgcEqAIu54HYRf1Qmk6+ueMAvpwkX3eiSEtkVvuV1Kxpc3/0mOfJ7cn+eyPX3qUbo4oY76hIYseoUIwEaVE/pNW+pjwDSy4gSOcuxYDEGKzCwZPZeQtRQWzRt3YNafxi5xsByobGLlZw== gfarnum@GF-Macbook.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1ik3LbyKsPiGwdh+vGrKSYLvhMg7OkqMwDNYU5LqWBSotogxyGQJUuD80ZavxmmdXC4qScddHtWOJjtyX1CTSDUe7INpSgGPGnmSExVFpcYRnmxHAB+9M/c9VorUkQ8IOKLmRO/BdYma3Rl9NzhHI73yd4zJlx1K4NuQnhnj0Z4yXO+k44RkBWDdMicBB5lBP0hETaH2Iq1u5Dai3u6N5N9bSPXv2PGKvvU395K0Wts2CxMhOBc7LAixysNzNWLrnG1ghS4jPVG2TIHOElP5lIXUv1Wlkool5rTUWgnVY/7loWkDus2JryDM7hLGFXqgT7HHcpI4gSITqRhWxzsUF gregf@fedoragreg.localdomain", "key_options": null, "keyfile": "/home/gregf/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "gregf", "validate_certs": true} 2021-07-24T16:54:01.116 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgS5EfJyOxBkl/TtJikfb38rm6muQo7MwYufkLSBw9W2jFzt/ZMbVXyVsdZM4I6hWfZm1/q60UcER4yoA1xwYGOTmbFXrLUqqKxKTnCdyejuQ3miB7aiuisWO4vjb2+ppBwL9Mx775DPeQJehFyFK0qgh33tZO/9LWWYy7NOZdA9L2ei1PgMWa0VBeijcDR5GQSXzh0Yi+h/Ezu8jevu+NkW2IUJF6zPGjd9M9lAy7KG2dQjqqCX4XWmUS+MHJS6f9bsC5i39GWy29FvX/qFEArOMzuYRIFWE8iza95KSBxptb+Hw8PFBjQ1kTh6nC5ZV2X3ETcoj8fToTcgW3dTRF jdurgin@new-angeles", "key_options": null, "keyfile": "/home/joshd/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "joshd", "validate_certs": true} 2021-07-24T16:54:01.190 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgS5EfJyOxBkl/TtJikfb38rm6muQo7MwYufkLSBw9W2jFzt/ZMbVXyVsdZM4I6hWfZm1/q60UcER4yoA1xwYGOTmbFXrLUqqKxKTnCdyejuQ3miB7aiuisWO4vjb2+ppBwL9Mx775DPeQJehFyFK0qgh33tZO/9LWWYy7NOZdA9L2ei1PgMWa0VBeijcDR5GQSXzh0Yi+h/Ezu8jevu+NkW2IUJF6zPGjd9M9lAy7KG2dQjqqCX4XWmUS+MHJS6f9bsC5i39GWy29FvX/qFEArOMzuYRIFWE8iza95KSBxptb+Hw8PFBjQ1kTh6nC5ZV2X3ETcoj8fToTcgW3dTRF jdurgin@new-angeles", "key_options": null, "keyfile": "/home/joshd/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "joshd", "validate_certs": true} 2021-07-24T16:54:01.327 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyOWnAdvzh5zR2ts9e8g0wG4wZ0uNr0YJUCncAOTJB0L8xkQU76jWzX3BRNU5Wk8VtLvpJAQ61P7UXyzgGWSO9FHZjD3RDrc2V9uh/lqRKmx1COtDvcart/JwzwHlsWdrYdcXvEaAiFrZJ6x1jJAjIL6tvMO7bqBz4YNruKpGWsQ6p5P/M5iIEPMj1oKanLoULXqReC6eYFTw3LNAXjberPY5GxYwaKS0HuzySRvSblShyA85jawTSlEbsOSnMqqGu5vGJiC415UFQQ5qKBtzrgAjlUgMbaqGTnTmBYn7L751gIWRetgWqwuHgfIe2ZGM3mmh0DX8E03DUbEt4UxyR dzafman@TrustyTahr\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDtSwGzH7V5jzppggL0+nYlBSM1HqGjkInwxutra5iEyFoBuV73MNSBk3HrvIVGN13+PCdHf4Oy8ywbhC/4yKbxS1NG76d/GU8ijZFuBlEwxwHZpcThpSTuYrNx7FJVp8Yjl45DtD5s8FMI/0YZZhLlIqT6QCTxlTIPXDb6zefEWvAVziE0bmhRpe4B6AOLOGTB9fivQr5YzxhfaSS5Vu4U1x5gmosouSJ+aMFrQWLqa/eoCy8t9PnxdMjlHjHCZ7Qv1JfpaAPw3qOK30GrVeXR/hPN3aFodTuIJpzdynjk5HO6/VKW5+mWBO7pmQqn9LNQEjADXbLh7PG//nOONbH dzafman@ubuntu16", "key_options": null, "keyfile": "/home/davidz/.ssh/authorized_keys", "manage_dir": true, "path": 2021-07-24T16:54:01.329 INFO:teuthology.task.ansible.out:null, "state": "present", "user": "davidz", "validate_certs": true} 2021-07-24T16:54:01.394 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyOWnAdvzh5zR2ts9e8g0wG4wZ0uNr0YJUCncAOTJB0L8xkQU76jWzX3BRNU5Wk8VtLvpJAQ61P7UXyzgGWSO9FHZjD3RDrc2V9uh/lqRKmx1COtDvcart/JwzwHlsWdrYdcXvEaAiFrZJ6x1jJAjIL6tvMO7bqBz4YNruKpGWsQ6p5P/M5iIEPMj1oKanLoULXqReC6eYFTw3LNAXjberPY5GxYwaKS0HuzySRvSblShyA85jawTSlEbsOSnMqqGu5vGJiC415UFQQ5qKBtzrgAjlUgMbaqGTnTmBYn7L751gIWRetgWqwuHgfIe2ZGM3mmh0DX8E03DUbEt4UxyR dzafman@TrustyTahr\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDtSwGzH7V5jzppggL0+nYlBSM1HqGjkInwxutra5iEyFoBuV73MNSBk3HrvIVGN13+PCdHf4Oy8ywbhC/4yKbxS1NG76d/GU8ijZFuBlEwxwHZpcThpSTuYrNx7FJVp8Yjl45DtD5s8FMI/0YZZhLlIqT6QCTxlTIPXDb6zefEWvAVziE0bmhRpe4B6AOLOGTB9fivQr5YzxhfaSS5Vu4U1x5gmosouSJ+aMFrQWLqa/eoCy8t9PnxdMjlHjHCZ7Qv1JfpaAPw3qOK30GrVeXR/hPN3aFodTuIJpzdynjk5HO6/VKW5+mWBO7pmQqn9LNQEjADXbLh7PG//nOONbH dzafman@ubuntu16", "key_options": null, "keyfile": "/home/davidz/.ssh/authorized_keys", "manage_dir": true, "path": 2021-07-24T16:54:01.396 INFO:teuthology.task.ansible.out:null, "state": "present", "user": "davidz", "validate_certs": true} 2021-07-24T16:54:01.545 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "key": "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAHT7CHaceRLB5mJv9SYKog1wBXsavzH3G3WCBEvVyK76JIslDudZm2ycJv66r+VlGaD8sFI5Mb/KKFMKcKesLRX+wHqZg9MlkoJgm7WGoRQ5I0M1Vt7TL3uJkVCaGZHtO7BXqzTx53C1AaJ1HN+DG2MGy5mm6tHwL901UVqG4EzjBnjxA== christinameno@boxtop", "key_options": null, "keyfile": "/home/cmeno/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cmeno", "validate_certs": true} 2021-07-24T16:54:01.617 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "key": "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAHT7CHaceRLB5mJv9SYKog1wBXsavzH3G3WCBEvVyK76JIslDudZm2ycJv66r+VlGaD8sFI5Mb/KKFMKcKesLRX+wHqZg9MlkoJgm7WGoRQ5I0M1Vt7TL3uJkVCaGZHtO7BXqzTx53C1AaJ1HN+DG2MGy5mm6tHwL901UVqG4EzjBnjxA== christinameno@boxtop", "key_options": null, "keyfile": "/home/cmeno/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cmeno", "validate_certs": true} 2021-07-24T16:54:01.752 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkIZyWnJXYv/z3EVeKHatjFUAdaomIMqzvFLrA9VskeM0Ctv8a83Wk3BbYvTFQWALjZjS2HVYzi5p6kTQ4qxXlcO7HxRw0j4otNauilvgIc4Lu5N4pUtYf0piEo+nrXz+WhELfmJ8t1Yx00uGEl9pOF04SOuXtpwwrCFAO6WMCcjDuYhoI2VBKO3W/OWcIuQ8ZY3j4iDdofFOUGyyoYVyOi/HILKjluYB+ues5+wBEkDuoi3MafCnIj8M0O5fU8/JoOTksOu779UN6blPiNdEgnwD00jA+RWYY6b12ZVkiF4rUVGCiiKKUwOOWkRhkA5OEcBgZ8cGWFgGfZM1GJA// ivancich@sleepy", "key_options": null, "keyfile": "/home/ivancich/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ivancich", "validate_certs": true} 2021-07-24T16:54:01.836 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkIZyWnJXYv/z3EVeKHatjFUAdaomIMqzvFLrA9VskeM0Ctv8a83Wk3BbYvTFQWALjZjS2HVYzi5p6kTQ4qxXlcO7HxRw0j4otNauilvgIc4Lu5N4pUtYf0piEo+nrXz+WhELfmJ8t1Yx00uGEl9pOF04SOuXtpwwrCFAO6WMCcjDuYhoI2VBKO3W/OWcIuQ8ZY3j4iDdofFOUGyyoYVyOi/HILKjluYB+ues5+wBEkDuoi3MafCnIj8M0O5fU8/JoOTksOu779UN6blPiNdEgnwD00jA+RWYY6b12ZVkiF4rUVGCiiKKUwOOWkRhkA5OEcBgZ8cGWFgGfZM1GJA// ivancich@sleepy", "key_options": null, "keyfile": "/home/ivancich/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ivancich", "validate_certs": true} 2021-07-24T16:54:01.971 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsTZI+b02boZv8jVLHQoFlloD2WF/3xT+ZfZxzwddL7Q6eqo7j8i21LAbLAMWXYMyhiClrloDeHfCZ42gG5bqSThF8LoCw+GspF6SahTI0lmptGu69/OeHqqCpW1DnsWB3wWqfi90XbQJrpg3cdRaqOCmkGVJrqfFWzff8Zg9IuojIH/aO9drCTRGa1pHHCyEdW9ZNeYFwrMjfP+wJi/mC/ABAoXyDy0NWT0uIA+36abNg2/ptok90rdan0r72hjFEz/1hpupKWri+VXAepiyDMuSgJm9uJCXDFaNTn3jocdX+sbVtltThQ2OBxe1T60vRLbXx3lvhxxZ1fUkcP/FF wusui@ubuntu\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2UzyfBk1nZ8SLCtW9UjorMeOo4u9AM/YL8ZI74GdprR+odERZR17/QfwT5vmLVNa51+CQt1HcGodlQYfR/8n/OUl/gJyVagBuU2zgmLPO3tOor5RBfms5MZ2VZ9Vm3+WrCO/vrAq/5HVyGbQsKiQHXkIRSL2NIgfKRTOVTNmuTSXtZNDgdWGIBmcOFQv+Im9CRopoI8ZtJLQj7xfxtGtUas7FbWTcf0o92+xvWuGWq5WQgmZ8MUIfvBLYLmicuVfsWjZ1YsC1PNhuhkwrW7MhaD71Ej3ll243tG1QD7eAmo+psIp8phlU5s/5FeA5y5OzDZ2T963oHGhq018TYO0b wusui@teuthology", "key_options": null, "keyfile": "/home/wusui/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "wusui", "validate_certs": true} 2021-07-24T16:54:02.044 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsTZI+b02boZv8jVLHQoFlloD2WF/3xT+ZfZxzwddL7Q6eqo7j8i21LAbLAMWXYMyhiClrloDeHfCZ42gG5bqSThF8LoCw+GspF6SahTI0lmptGu69/OeHqqCpW1DnsWB3wWqfi90XbQJrpg3cdRaqOCmkGVJrqfFWzff8Zg9IuojIH/aO9drCTRGa1pHHCyEdW9ZNeYFwrMjfP+wJi/mC/ABAoXyDy0NWT0uIA+36abNg2/ptok90rdan0r72hjFEz/1hpupKWri+VXAepiyDMuSgJm9uJCXDFaNTn3jocdX+sbVtltThQ2OBxe1T60vRLbXx3lvhxxZ1fUkcP/FF wusui@ubuntu\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2UzyfBk1nZ8SLCtW9UjorMeOo4u9AM/YL8ZI74GdprR+odERZR17/QfwT5vmLVNa51+CQt1HcGodlQYfR/8n/OUl/gJyVagBuU2zgmLPO3tOor5RBfms5MZ2VZ9Vm3+WrCO/vrAq/5HVyGbQsKiQHXkIRSL2NIgfKRTOVTNmuTSXtZNDgdWGIBmcOFQv+Im9CRopoI8ZtJLQj7xfxtGtUas7FbWTcf0o92+xvWuGWq5WQgmZ8MUIfvBLYLmicuVfsWjZ1YsC1PNhuhkwrW7MhaD71Ej3ll243tG1QD7eAmo+psIp8phlU5s/5FeA5y5OzDZ2T963oHGhq018TYO0b wusui@teuthology", "key_options": null, "keyfile": "/home/wusui/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "wusui", "validate_certs": true} 2021-07-24T16:54:02.180 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCw3MhMNDYjkiQADoC1mg9ga0Yj174FHIFt4RQIC8qK+6cB0N3CM5R4JwP8pR4tYkVFWmnYRScYK5VVdC873Ac2BzYxmse97zLJTbUnYWTdY+OFi1FUozsy3PwtiNHSd48Z/PBvkinQIey2QlMKaW3/yz9Of/Yfm4prxg9lBsd6/tOOFj3AsqIQ1OVhMfgeVEkdCL7AAbEYyMxePZ3UFrDwj05HDLgmFzx1xsNJFOuBwLfU/QNHoXJQrcVy0rZq9fB5rg74iz1JZs0uDWocQQK4Nd3Rv+wRGBuew2fmkrS2bQWXzMoSL+/i7pbf74LKcbWAE0wXEImqQeREHxq4ZZ5J yuriweinstein@Yuris-MacBook-Pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJUmq7btpBMjjODHXp1888xoBuX+rhiZg3ufuo69RgDxUMymJn3CPJ/5NGXoZ3SGAWKk0w0Dx6K/VO4y92mAV+cO81y8wZR4J3fPV3IbWRjN0X3IFoAvJi5n9v5hpG7z3RZCGmQnOZ99m1i9dge/3S8NpuPLIvYkSo9z00d+mNP6D8rGnqOmEBfEhUQXLeH7rbPwaMWPgB/hrpiPCyLR/+sGC5bq9PAsKnocqZ12cnvCtYxpnA7et6nL15ftEpUrKYAmRDxotuoUcsllP66GSszjbrgN6OBNDSqpGt/+RSJJwzZEGQ073gJuMveKy9tvD/PyEttjvVKL2KsBuXGSuL ubuntu@yw\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmXWgRRes8bzekTH2fTcxdAAquFn1SjPhws1Z9 2021-07-24T16:54:02.182 INFO:teuthology.task.ansible.out:CkxNaqKe25XnzPehqrhg9etouUwvORQHdDJdTlmhTSYtn588Omq+1bvniab0KzAYgGZsWdPma/3E9qF7ChXIMik9Umip0drzYTaexCuC/Nu46brTxlnL0vaxnnVjDwmHC0CEJs4qN4e2wSlsA0uBDRWjxWFMdTUgSzII5xasHypUYZ0y3MNdbfY+SVF69DEDH8EOQMGYm8JQXNJFloQvmvLUFqT/63FsdpzRVTph4A8hvI1f8i6ULb7fPQN5ZS62wdXd/KvrBXrCvhOi7R63RM60mkMRXm1XajTGmCKiikfiqgTr yuriw@Yuris-MacBook-Air.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC41kRr6B/RC32DrQKRByalH832H6BpCQF9XdTvgYi4+LJt+kAuIGLDF4xm4uApTmWRrLspWm0Kksc0ger03uNx5qJqMEUnJvjxJnSDC0/XyxWapVxIviFkvv0BjbhVNOOaMU55ywrZ9hHgMdaFwuMuCOaB7f9Tm6IUXm2k82OXueeIG23Kziq+IQBysWOjvNUy/LLpl7l4+xOkhNUupUiQCqHvFH98VUdYWkHeyamafGVZmYbFLrOXgmviKo0u8LPxcT7psKLk0yFG7fG0DSak6DDdKJqb+G/NqMSPxRSAI4FbXQ6UOZb32Ozr1Sql9yfOXEYWZuatn7W5F8DjSv3p yuriw@yuriw-RH", "key_options": null, "keyfile": "/home/yuriw/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yuriw", "validate_certs": true} 2021-07-24T16:54:02.265 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCw3MhMNDYjkiQADoC1mg9ga0Yj174FHIFt4RQIC8qK+6cB0N3CM5R4JwP8pR4tYkVFWmnYRScYK5VVdC873Ac2BzYxmse97zLJTbUnYWTdY+OFi1FUozsy3PwtiNHSd48Z/PBvkinQIey2QlMKaW3/yz9Of/Yfm4prxg9lBsd6/tOOFj3AsqIQ1OVhMfgeVEkdCL7AAbEYyMxePZ3UFrDwj05HDLgmFzx1xsNJFOuBwLfU/QNHoXJQrcVy0rZq9fB5rg74iz1JZs0uDWocQQK4Nd3Rv+wRGBuew2fmkrS2bQWXzMoSL+/i7pbf74LKcbWAE0wXEImqQeREHxq4ZZ5J yuriweinstein@Yuris-MacBook-Pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJUmq7btpBMjjODHXp1888xoBuX+rhiZg3ufuo69RgDxUMymJn3CPJ/5NGXoZ3SGAWKk0w0Dx6K/VO4y92mAV+cO81y8wZR4J3fPV3IbWRjN0X3IFoAvJi5n9v5hpG7z3RZCGmQnOZ99m1i9dge/3S8NpuPLIvYkSo9z00d+mNP6D8rGnqOmEBfEhUQXLeH7rbPwaMWPgB/hrpiPCyLR/+sGC5bq9PAsKnocqZ12cnvCtYxpnA7et6nL15ftEpUrKYAmRDxotuoUcsllP66GSszjbrgN6OBNDSqpGt/+RSJJwzZEGQ073gJuMveKy9tvD/PyEttjvVKL2KsBuXGSuL ubuntu@yw\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmXWgRRes8bzekTH2fTcxdAAquFn1SjPhws1Z9 2021-07-24T16:54:02.267 INFO:teuthology.task.ansible.out:CkxNaqKe25XnzPehqrhg9etouUwvORQHdDJdTlmhTSYtn588Omq+1bvniab0KzAYgGZsWdPma/3E9qF7ChXIMik9Umip0drzYTaexCuC/Nu46brTxlnL0vaxnnVjDwmHC0CEJs4qN4e2wSlsA0uBDRWjxWFMdTUgSzII5xasHypUYZ0y3MNdbfY+SVF69DEDH8EOQMGYm8JQXNJFloQvmvLUFqT/63FsdpzRVTph4A8hvI1f8i6ULb7fPQN5ZS62wdXd/KvrBXrCvhOi7R63RM60mkMRXm1XajTGmCKiikfiqgTr yuriw@Yuris-MacBook-Air.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC41kRr6B/RC32DrQKRByalH832H6BpCQF9XdTvgYi4+LJt+kAuIGLDF4xm4uApTmWRrLspWm0Kksc0ger03uNx5qJqMEUnJvjxJnSDC0/XyxWapVxIviFkvv0BjbhVNOOaMU55ywrZ9hHgMdaFwuMuCOaB7f9Tm6IUXm2k82OXueeIG23Kziq+IQBysWOjvNUy/LLpl7l4+xOkhNUupUiQCqHvFH98VUdYWkHeyamafGVZmYbFLrOXgmviKo0u8LPxcT7psKLk0yFG7fG0DSak6DDdKJqb+G/NqMSPxRSAI4FbXQ6UOZb32Ozr1Sql9yfOXEYWZuatn7W5F8DjSv3p yuriw@yuriw-RH", "key_options": null, "keyfile": "/home/yuriw/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yuriw", "validate_certs": true} 2021-07-24T16:54:02.401 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxrS30JmTZbnBd73s9PGZYxCkWH3u4En9Q0bYJan45W+j+y5vMzaNUVsp8We1tphqPQ9B0ygi80OxbHWu5gyv4g+M/JFtrnxv3QgBCYWeBWfh652Vbdlk1thl6btFnHUhVMSn5tkdnFxyVDJHIROoVXkHRaCNAUUy7tB60IhPAMomNcCGu9R8+opONFLXKTIfkYQ1cGbysr90DMs8ASEkvxdv40hIWhK4ufvL7CFFtgXuoC0c1WedBFOkr5LDegzL13xN97K9o5J8CAU0MUKk6H8KNKbQuNq1zANwymMFY599GIlxwai8iluJgfOObDRdCDmKM2f9RAEUXQM7oYoH7 tamil@tamil-VirtualBox\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvwiWVhNLeOLg72cpVIwbUYnmFh+Cqf/mE7Rc/Xci91on3GPrq++dC8t2GhTB5Zyq46EE27SmUkiZpHRnz7xwiJKM/tTgNEkffXDK3j0pA2E22iqV9FpfSA9Zdi1Puq7CPT7/rix4rF3SPvMtg/R1fkyornLFdzhJiMExCKJXGwf+QsKk4NVnr+nO3EEkKOoP1wio1bceZ53rCt9Tyu8NawAB2nL2fvtBPQDAriQ8bLX69XLbOfhFI6GJo815/j6CQxNmvA0l5ABJc8+A71jZmndzumFRgqBuhiCM5ohsGR0JGahUQjFEA4quNTx8EWTGRsqhAYszzpqJzuN+Xb6tJ tamil@macbookair\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEPzEyDGI7poyXVPG70vgQpvlU/lTt6Vvv5CoHWJoSrHklDdJEqekhCB87BX4DTrqbb5xoM7yfxle/z9UzgVwSUWqsPdZHA4EbrNFRKFxi/gc2YrygVSjumTyzf9WJJ5vCZvTQexOj7rjWVnJkjXHKMXZXIAQN/bJf6J21t+4A3XLrl30/4XXyq664NONUNjBHxHtlbS2LM6Th/hK4B23oj2BugX2j/50vWgd9H36bPr8+JGskOi6MH2ndZv5pYtLznFzQmsbixjaN8kCuyQdlRCOndPEFoHFhDla2MeB+h3XQLDXW7J1TR2URFSfcNq5ndDS4i0b+t75Fjhb7AtLT tamil@ubuntu-delldesktop\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6tJ9y3solDCzFdXcczO8GJEwMqMYXWU5kuMz0rr/US6F72j0spSNmwGemMOZE9s7KtHgior/Ufw8/vMRkRhoBY 2021-07-24T16:54:02.403 INFO:teuthology.task.ansible.out:B0C5KT9utGNqrtDdvH98h43XnKZ3K/yaHv/T+u2EYWNgHtOXMtgIVFnGwSD7RzF6TbwSfurprTV6ZUyyOxRcmHnkmwpbNwiwIoXB03k2PITdYCC3lEBEY0OC+vAW/E3+bFbV3RSEA0Cm31jmMyZyPeYiXiEnPXUIClsoDj34NwJTIgctwIsqM4eYUBg3pHliWYKEWDs55HZYoj3W/6Jw7MASzyAYFSmP8rQu8iS7tO1iEBRGOXFNxHirGQ1WqUn tmuthamizhan@MacBook-Air.local", "key_options": null, "keyfile": "/home/tamil/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "tamil", "validate_certs": true} 2021-07-24T16:54:02.493 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxrS30JmTZbnBd73s9PGZYxCkWH3u4En9Q0bYJan45W+j+y5vMzaNUVsp8We1tphqPQ9B0ygi80OxbHWu5gyv4g+M/JFtrnxv3QgBCYWeBWfh652Vbdlk1thl6btFnHUhVMSn5tkdnFxyVDJHIROoVXkHRaCNAUUy7tB60IhPAMomNcCGu9R8+opONFLXKTIfkYQ1cGbysr90DMs8ASEkvxdv40hIWhK4ufvL7CFFtgXuoC0c1WedBFOkr5LDegzL13xN97K9o5J8CAU0MUKk6H8KNKbQuNq1zANwymMFY599GIlxwai8iluJgfOObDRdCDmKM2f9RAEUXQM7oYoH7 tamil@tamil-VirtualBox\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvwiWVhNLeOLg72cpVIwbUYnmFh+Cqf/mE7Rc/Xci91on3GPrq++dC8t2GhTB5Zyq46EE27SmUkiZpHRnz7xwiJKM/tTgNEkffXDK3j0pA2E22iqV9FpfSA9Zdi1Puq7CPT7/rix4rF3SPvMtg/R1fkyornLFdzhJiMExCKJXGwf+QsKk4NVnr+nO3EEkKOoP1wio1bceZ53rCt9Tyu8NawAB2nL2fvtBPQDAriQ8bLX69XLbOfhFI6GJo815/j6CQxNmvA0l5ABJc8+A71jZmndzumFRgqBuhiCM5ohsGR0JGahUQjFEA4quNTx8EWTGRsqhAYszzpqJzuN+Xb6tJ tamil@macbookair\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEPzEyDGI7poyXVPG70vgQpvlU/lTt6Vvv5CoHWJoSrHklDdJEqekhCB87BX4DTrqbb5xoM7yfxle/z9UzgVwSUWqsPdZHA4EbrNFRKFxi/gc2YrygVSjumTyzf9WJJ5vCZvTQexOj7rjWVnJkjXHKMXZXIAQN/bJf6J21t+4A3XLrl30/4XXyq664NONUNjBHxHtlbS2LM6Th/hK4B23oj2BugX2j/50vWgd9H36bPr8+JGskOi6MH2ndZv5pYtLznFzQmsbixjaN8kCuyQdlRCOndPEFoHFhDla2MeB+h3XQLDXW7J1TR2URFSfcNq5ndDS4i0b+t75Fjhb7AtLT tamil@ubuntu-delldesktop\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6tJ9y3solDCzFdXcczO8GJEwMqMYXWU5kuMz0rr/US6F72j0spSNmwGemMOZE9s7KtHgior/Ufw8/vMRkRhoBY 2021-07-24T16:54:02.495 INFO:teuthology.task.ansible.out:B0C5KT9utGNqrtDdvH98h43XnKZ3K/yaHv/T+u2EYWNgHtOXMtgIVFnGwSD7RzF6TbwSfurprTV6ZUyyOxRcmHnkmwpbNwiwIoXB03k2PITdYCC3lEBEY0OC+vAW/E3+bFbV3RSEA0Cm31jmMyZyPeYiXiEnPXUIClsoDj34NwJTIgctwIsqM4eYUBg3pHliWYKEWDs55HZYoj3W/6Jw7MASzyAYFSmP8rQu8iS7tO1iEBRGOXFNxHirGQ1WqUn tmuthamizhan@MacBook-Air.local", "key_options": null, "keyfile": "/home/tamil/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "tamil", "validate_certs": true} 2021-07-24T16:54:02.612 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYGVqKZgLx2LJ49x0kGo/Z5r8MVefSUCYhhrK/DK8ht+YK1AqLXErjAedgpVz0WuwirRjh5YkiXGMYiOdkMUYWGk5nwCHEKnnCpne7Xh1OOqge/QGHlUigWVH8VIHBsZ+wTW25mqOrgDSGB8+Qk7Dr2o1sLGUHcx7vITDWOrer4KjF2+H5TQH/7irUVORu6fzeGKtGyOrTwQ+ZT1+fuhfznDULFGyvKGdcXxxNOg+21Fssk2nCNTlgRCGjHSrfelfuMT7QEt+9puWd7MWXYQg7xx8jkJGMpEQRFxJTxnfUlUXf3x2lc9Q/SvKfpVMtc0N+bk2F9+euyvRvjtn4LJNx jowilkin@jowilkin.wilkins", "key_options": null, "keyfile": "/home/jowilkin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jowilkin", "validate_certs": true} 2021-07-24T16:54:02.707 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYGVqKZgLx2LJ49x0kGo/Z5r8MVefSUCYhhrK/DK8ht+YK1AqLXErjAedgpVz0WuwirRjh5YkiXGMYiOdkMUYWGk5nwCHEKnnCpne7Xh1OOqge/QGHlUigWVH8VIHBsZ+wTW25mqOrgDSGB8+Qk7Dr2o1sLGUHcx7vITDWOrer4KjF2+H5TQH/7irUVORu6fzeGKtGyOrTwQ+ZT1+fuhfznDULFGyvKGdcXxxNOg+21Fssk2nCNTlgRCGjHSrfelfuMT7QEt+9puWd7MWXYQg7xx8jkJGMpEQRFxJTxnfUlUXf3x2lc9Q/SvKfpVMtc0N+bk2F9+euyvRvjtn4LJNx jowilkin@jowilkin.wilkins", "key_options": null, "keyfile": "/home/jowilkin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jowilkin", "validate_certs": true} 2021-07-24T16:54:02.823 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP/yVttBEs7mpVfJL+reXb/BfB7DsLrA5ArVqEJjySi3NOz3e/wE8KRWbHD1UdraAU3P8b96GdAQxGOs4n0muOMejmaXWZCP3HkRL+rcd+03ZI1lb6ga9XjBARZfb2h+kg5jTJp/Ll6mwAYbSXvQ4MuDQzwGRDX5Q5Xme7OZ4Wb+vBmmkihHydySyP9YXbWWsBw4jvZCFSKMGsUVy/HIt1coZx/PyCG/K2Kl0nrE5ux2QqfdTIpzYo4c3y6uMIHDvt29lRmk3Gnh2//U5eN8mmRRKJlkvE8DKy3VYsl0JsP9pTWUZEYgV0EX251WTO0akQ2bKuszqd9Ai04RWnXUu5 brad@dhcp-1-165.bne.redhat.com", "key_options": null, "keyfile": "/home/bhubbard/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "bhubbard", "validate_certs": true} 2021-07-24T16:54:02.919 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP/yVttBEs7mpVfJL+reXb/BfB7DsLrA5ArVqEJjySi3NOz3e/wE8KRWbHD1UdraAU3P8b96GdAQxGOs4n0muOMejmaXWZCP3HkRL+rcd+03ZI1lb6ga9XjBARZfb2h+kg5jTJp/Ll6mwAYbSXvQ4MuDQzwGRDX5Q5Xme7OZ4Wb+vBmmkihHydySyP9YXbWWsBw4jvZCFSKMGsUVy/HIt1coZx/PyCG/K2Kl0nrE5ux2QqfdTIpzYo4c3y6uMIHDvt29lRmk3Gnh2//U5eN8mmRRKJlkvE8DKy3VYsl0JsP9pTWUZEYgV0EX251WTO0akQ2bKuszqd9Ai04RWnXUu5 brad@dhcp-1-165.bne.redhat.com", "key_options": null, "keyfile": "/home/bhubbard/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "bhubbard", "validate_certs": true} 2021-07-24T16:54:03.038 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyRDKb+InDsnW4E/S12Pr6rK3wDfUG3j+iw/NsCWwN5xpJEA1/NhVlRzY8/jejc6ddmnNKWbm/UcYVrbo7yClRTGu45g0Qm9lmfvgDgi1k8mwUCy+edbQ/R8FB9cIHHCnUuWzRmE2XGaeDiSVQgiYqq3mOPY/hwe3G7jwFalYPsbmY1jNqpzODmKFMRd1bOwdHEOMTfh0owHWqhhXakU8em30lYraQVYH24FplH2NUBArxmTuctyfweHxx7yH3ZFcXFUpUMSLuVDWb1A7fMiL6eW6wiwh+dD+q5iFNvuioZITP2EjIsb9nS+eM9bOJZuZ+5pln2EsHee27LjunbwgWw== yehudasa@fatty\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF3PxJYgI3tS7SG+RnUvxMxr0/XwBAio0oiP4AC+o8rUYYyPd/RU27TR1kphbuJhQWVtaZ6kFSBQeNQUxv6rb8hmMzvlP1FDEoGkjaOHOuYEc2DFkkEAfaR2AlNKn3pUQgLE00TLHctCgd57Cn2Ppt8xEi/vTuo0gX3xjWOL4N9QDElCXKNdxdyyJ/RNb/Mid+YxgKKjf8ppmhYsQ+Qqu4YwPzLkfK1Qb3YtR6Hbjb4jxC7C1Z13h0vUgHe7qSmUCYNo9eC+lEgNmmnLb2sXJaUUJM8MEex6v+4muWM9hV0cq/Wplrx8fhMWMa978sxH8yVkE3Svqc/K4ZWN59l3xT yehudasa@yehudasa-XPS-L401X\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvplQk8xkSXF03uSJh3H4zyZHRMjvgUJBgGN27Kb7 2021-07-24T16:54:03.040 INFO:teuthology.task.ansible.out:gAlIQv306wPKIprOwp+jDhEcPnEWBMRJMUJuBi0vEiqmDHt8mg8ZYcs+Gi7MbUgBokILdJuSG89KAgq7gBCuIhYbSg35pfvXvIZswiXvySqMrJNB495GYj/FrcWEBfQMuedMSkIfNzqPV9yR5YRh8fnSs3fjCzV96vzu7O4AzgwICbM6XmqVLXPax/32Hq0dz7sAawlQFCJYPHzVzjwmih46TRJnXrxewsRhk9GwKfI4SWaFIRdOdadGFSLgdZ+2iGE7hTZ3sRgkLOj+4zKa+xTbtjjXfw5up7J3hAmrK15Tz yehuda@yehuda-940X3G\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfNxvAw6cb33jg36vw8kJu48/BttmFJ4BFeanYqwRgtWZrKpAAGHEgCiNeyIttMrI3t7Spcdyp6dy6n0P3WUFVgHWEYtGqXwXqDC9UXISkUJVVDZoEynpGC92RghhzH53+7jX1Ytpr30r/xb1ktryTPCoEJRqyrg2j1b167i6PV5tuJCA+77gW5LWBmMXJCprjnfnJ92Gp8ZewBB6gL1x+3RFkMxGsibL0Qw1CTKfyAHNYc/jos6YiL0b42Ha+NmKwvzZ1GgIleRMleisSOyKPUlPdR7UnmtEXa9bl3Gc/hc7Zt+v4iUypr2WL0X4Yl7rJNH/AAd/Z6jPkAX9nHYzh yehudasa@yehudasa-desktop\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrSX8nDL2WaHe0b/rjE3TZhj5VwbrG6nn/hyWmm2dWcUqotSp973yD2G4tQL9UygeSkDGmjb6whrz2mcAFJ5P4oLtIcCLyZC550dcpwV3BtP/cMAIGE6xeEARKiP8KlVGFNDRg9/l1aAd08Bepe+rJyAYD7IxOOBfgKJMKbeOWnT40RTfwiD5CXNwjzQuhzZDEbm+8zjTChFM4P1EkfR3c+0X3MYpA1AsRQY0ElvFtcn6G0yPKR+obGdIs+ydGupKh1+peGWLemHMA5e62Bs4/Lwtyebyp7AOguC3ZBJ3TZWL4Vn1q6z21cQe6AuowjPrneZWC4ifFB6OUQJqM+R00pHBcajcvsfpYOblZvTJHM726Ek1vahOYfcbEMpqWlVYo+WPRUilzl5cI3ReyAcwphebqKPbhmzCuyJw3lWBKIVDhWjEFzGkxV/iFU5rIXFm/Z0JGNFFxmY1U4GlA4lFXtL7OvEdMsiZo1x0cNmFWLu0k9fQBtiQI19ZBiA7FPKc= yehuda@crestview", "key_options": null, "keyfile": "/home/yehudasa/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yehudasa", "validate_certs": true} 2021-07-24T16:54:03.142 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyRDKb+InDsnW4E/S12Pr6rK3wDfUG3j+iw/NsCWwN5xpJEA1/NhVlRzY8/jejc6ddmnNKWbm/UcYVrbo7yClRTGu45g0Qm9lmfvgDgi1k8mwUCy+edbQ/R8FB9cIHHCnUuWzRmE2XGaeDiSVQgiYqq3mOPY/hwe3G7jwFalYPsbmY1jNqpzODmKFMRd1bOwdHEOMTfh0owHWqhhXakU8em30lYraQVYH24FplH2NUBArxmTuctyfweHxx7yH3ZFcXFUpUMSLuVDWb1A7fMiL6eW6wiwh+dD+q5iFNvuioZITP2EjIsb9nS+eM9bOJZuZ+5pln2EsHee27LjunbwgWw== yehudasa@fatty\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF3PxJYgI3tS7SG+RnUvxMxr0/XwBAio0oiP4AC+o8rUYYyPd/RU27TR1kphbuJhQWVtaZ6kFSBQeNQUxv6rb8hmMzvlP1FDEoGkjaOHOuYEc2DFkkEAfaR2AlNKn3pUQgLE00TLHctCgd57Cn2Ppt8xEi/vTuo0gX3xjWOL4N9QDElCXKNdxdyyJ/RNb/Mid+YxgKKjf8ppmhYsQ+Qqu4YwPzLkfK1Qb3YtR6Hbjb4jxC7C1Z13h0vUgHe7qSmUCYNo9eC+lEgNmmnLb2sXJaUUJM8MEex6v+4muWM9hV0cq/Wplrx8fhMWMa978sxH8yVkE3Svqc/K4ZWN59l3xT yehudasa@yehudasa-XPS-L401X\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvplQk8xkSXF03uSJh3H4zyZHRMjvgUJBgGN27Kb7 2021-07-24T16:54:03.145 INFO:teuthology.task.ansible.out:gAlIQv306wPKIprOwp+jDhEcPnEWBMRJMUJuBi0vEiqmDHt8mg8ZYcs+Gi7MbUgBokILdJuSG89KAgq7gBCuIhYbSg35pfvXvIZswiXvySqMrJNB495GYj/FrcWEBfQMuedMSkIfNzqPV9yR5YRh8fnSs3fjCzV96vzu7O4AzgwICbM6XmqVLXPax/32Hq0dz7sAawlQFCJYPHzVzjwmih46TRJnXrxewsRhk9GwKfI4SWaFIRdOdadGFSLgdZ+2iGE7hTZ3sRgkLOj+4zKa+xTbtjjXfw5up7J3hAmrK15Tz yehuda@yehuda-940X3G\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfNxvAw6cb33jg36vw8kJu48/BttmFJ4BFeanYqwRgtWZrKpAAGHEgCiNeyIttMrI3t7Spcdyp6dy6n0P3WUFVgHWEYtGqXwXqDC9UXISkUJVVDZoEynpGC92RghhzH53+7jX1Ytpr30r/xb1ktryTPCoEJRqyrg2j1b167i6PV5tuJCA+77gW5LWBmMXJCprjnfnJ92Gp8ZewBB6gL1x+3RFkMxGsibL0Qw1CTKfyAHNYc/jos6YiL0b42Ha+NmKwvzZ1GgIleRMleisSOyKPUlPdR7UnmtEXa9bl3Gc/hc7Zt+v4iUypr2WL0X4Yl7rJNH/AAd/Z6jPkAX9nHYzh yehudasa@yehudasa-desktop\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrSX8nDL2WaHe0b/rjE3TZhj5VwbrG6nn/hyWmm2dWcUqotSp973yD2G4tQL9UygeSkDGmjb6whrz2mcAFJ5P4oLtIcCLyZC550dcpwV3BtP/cMAIGE6xeEARKiP8KlVGFNDRg9/l1aAd08Bepe+rJyAYD7IxOOBfgKJMKbeOWnT40RTfwiD5CXNwjzQuhzZDEbm+8zjTChFM4P1EkfR3c+0X3MYpA1AsRQY0ElvFtcn6G0yPKR+obGdIs+ydGupKh1+peGWLemHMA5e62Bs4/Lwtyebyp7AOguC3ZBJ3TZWL4Vn1q6z21cQe6AuowjPrneZWC4ifFB6OUQJqM+R00pHBcajcvsfpYOblZvTJHM726Ek1vahOYfcbEMpqWlVYo+WPRUilzl5cI3ReyAcwphebqKPbhmzCuyJw3lWBKIVDhWjEFzGkxV/iFU5rIXFm/Z0JGNFFxmY1U4GlA4lFXtL7OvEdMsiZo1x0cNmFWLu0k9fQBtiQI19ZBiA7FPKc= yehuda@crestview", "key_options": null, "keyfile": "/home/yehudasa/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yehudasa", "validate_certs": true} 2021-07-24T16:54:03.257 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDx37xbP0jYqopygG66LbSMRPoqpGUPzQZ3G8eqJCk2I dang@revan.aa.redhat.com-2015-07-17", "key_options": null, "keyfile": "/home/dang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dang", "validate_certs": true} 2021-07-24T16:54:03.355 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDx37xbP0jYqopygG66LbSMRPoqpGUPzQZ3G8eqJCk2I dang@revan.aa.redhat.com-2015-07-17", "key_options": null, "keyfile": "/home/dang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dang", "validate_certs": true} 2021-07-24T16:54:03.471 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2YyDoeKdaCuJif79AxJAorqpUj33WHbHu/eIWpHju+iIF3f94K0qyEXgs4AwZin9pzfyd8N1aKNT8ZFPss6L0Xk68aO/6tdInq+1lTMMUC5v/LBqsIV2btPTFHrQWA0R10v05aZFvFaSqhHNsZaj98vQV7P+jiSs3yPWqCIWUTQ1VXnCeQnB4R5tob0gpMuonhkKq7vrJPhf6ge9Av+yjL7+8oP5LJqFJ5npDxkwZ0u3L0QQ9ftAT/e7Y7ESpwpgaI3Trl0EwAXFmiLjXEUA+FBbE7ko9kLqXqRjc1C0BdRG9sO0QKBGDBEx1W3w8rCPKgaDlVyqsBT1yvIjqqXDOQ== borix@dhcp-31-190.brq.redhat.com", "key_options": null, "keyfile": "/home/branto/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "branto", "validate_certs": true} 2021-07-24T16:54:03.576 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2YyDoeKdaCuJif79AxJAorqpUj33WHbHu/eIWpHju+iIF3f94K0qyEXgs4AwZin9pzfyd8N1aKNT8ZFPss6L0Xk68aO/6tdInq+1lTMMUC5v/LBqsIV2btPTFHrQWA0R10v05aZFvFaSqhHNsZaj98vQV7P+jiSs3yPWqCIWUTQ1VXnCeQnB4R5tob0gpMuonhkKq7vrJPhf6ge9Av+yjL7+8oP5LJqFJ5npDxkwZ0u3L0QQ9ftAT/e7Y7ESpwpgaI3Trl0EwAXFmiLjXEUA+FBbE7ko9kLqXqRjc1C0BdRG9sO0QKBGDBEx1W3w8rCPKgaDlVyqsBT1yvIjqqXDOQ== borix@dhcp-31-190.brq.redhat.com", "key_options": null, "keyfile": "/home/branto/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "branto", "validate_certs": true} 2021-07-24T16:54:03.681 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDO00mus2XPX/EfUZ/YsKI84TnWj5TbZP7Fs01EkoOTPgNoYysVdf0PwhAooz1qPrv+HUsUMpQT6uNYfCHyqx9rScR+XUlyQuFe7Sjp/dn3y+b1PKa6G4HX7f1eejR3ZaLZXA4R/8oucAXqQS5pDr3Y7prwkrp9cyk8uawBXoDcAlA1SMIPZPrtO1+iZw20NDhixsG7NE5jMFfw3q8xTckZEqBbteybci7X1v4lEYXCVlbSbUhyZ2Af8HEj09JBDOL2bI3yLvj9a5Oj/HtKubyApzZpA7rgeoii2UZQGuSRI1VJktp9YC0zGk5S843xYW92utbALKyQ6DdB2F5gc0DX xiaoxchen@LM-SHC-16501223", "key_options": null, "keyfile": "/home/xiaoxichen/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xiaoxichen", "validate_certs": true} 2021-07-24T16:54:03.796 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDO00mus2XPX/EfUZ/YsKI84TnWj5TbZP7Fs01EkoOTPgNoYysVdf0PwhAooz1qPrv+HUsUMpQT6uNYfCHyqx9rScR+XUlyQuFe7Sjp/dn3y+b1PKa6G4HX7f1eejR3ZaLZXA4R/8oucAXqQS5pDr3Y7prwkrp9cyk8uawBXoDcAlA1SMIPZPrtO1+iZw20NDhixsG7NE5jMFfw3q8xTckZEqBbteybci7X1v4lEYXCVlbSbUhyZ2Af8HEj09JBDOL2bI3yLvj9a5Oj/HtKubyApzZpA7rgeoii2UZQGuSRI1VJktp9YC0zGk5S843xYW92utbALKyQ6DdB2F5gc0DX xiaoxchen@LM-SHC-16501223", "key_options": null, "keyfile": "/home/xiaoxichen/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xiaoxichen", "validate_certs": true} 2021-07-24T16:54:03.891 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz7e2G3Ziaus2yMviKh9s65e+yaqy1+ezs5IC6US90/8WumNAWqC4Yr3ckvCc120r3VwpJWcvaAWCF+4IZeO43lSNLadbCnJONed5YklcUuIJvjC1eDbZTMLJ7h0ijgNXgAFmFq0AV2NHuE2L2VKXk2hsIqDVGjZLUpi7W+ic07xnScEoXXDSk5mhJ6bKmFsUYCC91g2roYs9Ui5fGd+ey28SFOADI7osDLpLkiTF2OzGel93o5qobNZwKR0AxGsBIta17mvf3I3307bGnvugDXpNB0FaS1QZhIzMO4G4LZL9zahCvv4wm5GmuO4F0+Ac7dwFu3KZKtHQe3g6WHuAv ffilz@redhat.com", "key_options": null, "keyfile": "/home/ffilz/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ffilz", "validate_certs": true} 2021-07-24T16:54:04.008 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz7e2G3Ziaus2yMviKh9s65e+yaqy1+ezs5IC6US90/8WumNAWqC4Yr3ckvCc120r3VwpJWcvaAWCF+4IZeO43lSNLadbCnJONed5YklcUuIJvjC1eDbZTMLJ7h0ijgNXgAFmFq0AV2NHuE2L2VKXk2hsIqDVGjZLUpi7W+ic07xnScEoXXDSk5mhJ6bKmFsUYCC91g2roYs9Ui5fGd+ey28SFOADI7osDLpLkiTF2OzGel93o5qobNZwKR0AxGsBIta17mvf3I3307bGnvugDXpNB0FaS1QZhIzMO4G4LZL9zahCvv4wm5GmuO4F0+Ac7dwFu3KZKtHQe3g6WHuAv ffilz@redhat.com", "key_options": null, "keyfile": "/home/ffilz/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ffilz", "validate_certs": true} 2021-07-24T16:54:04.112 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpGZK2cWUtE85Bt7fl+kSeiC0lM/EN+H2X3ePGq3LiD4g5R5n6nJsLaJaIZXdJ96G0JSnj07G8Xu1CkVbGDHuVg2O9tnxLhz6tzDwFYNFrQIpALlQwOq8OiwGDDyFkMXQ3JqCCWvyD0HLysOJQIBIlb/o92ZCSAGOyNX1JjrhXF+mlBk1AUW11UeZOeGZQ34MKHapH7T/DuexCz5gfZI/jY9Rg3hr4jb1zGttvAF2eeLJCjqD/Vi4mowYB/Kn/PJhNixeA2sli2i8r6yO/bFmA/PWnfSl+EqD4mUJWb5ATeJ3hyW8qVLOogY6XVu4Sd1VgL7l1RYzXuxJV3Rb1Yw2T joao@sepia\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDV0jbKpbmXW1bhRIOBIdVV1L73qjls7s5pxiW2EMPvZLYzxLBE92e3Vf8bSMWlm1Lyb7a+u5BR85+2c+h2F59sgU1Saek5ebPpFU5qBn8AzYH18iMVSPciByOzwS0NXwWnksckWxUkQgP9bZP/1ORQ7jWZEOHZ5mEQ0oMkP0bfG1cpFrNTxOhDmwbCiQ8dp6KeZaMg4hErALr5Eh/EESxKIkuwQzk9bDbtjPRDu0F2dE0NCjs0k0BXmDA80GksxuOacRxE95K6/er11qst/VqA7o6BfhxJMTXWMdj8NhzIUNjZ8LqLTG6P/XGR24sA2d2WBhlEKRMZNqeEjzmi1REr joao@tagide", "key_options": null, "keyfile": "/home/joao/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "joao", "validate_certs": true} 2021-07-24T16:54:04.218 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpGZK2cWUtE85Bt7fl+kSeiC0lM/EN+H2X3ePGq3LiD4g5R5n6nJsLaJaIZXdJ96G0JSnj07G8Xu1CkVbGDHuVg2O9tnxLhz6tzDwFYNFrQIpALlQwOq8OiwGDDyFkMXQ3JqCCWvyD0HLysOJQIBIlb/o92ZCSAGOyNX1JjrhXF+mlBk1AUW11UeZOeGZQ34MKHapH7T/DuexCz5gfZI/jY9Rg3hr4jb1zGttvAF2eeLJCjqD/Vi4mowYB/Kn/PJhNixeA2sli2i8r6yO/bFmA/PWnfSl+EqD4mUJWb5ATeJ3hyW8qVLOogY6XVu4Sd1VgL7l1RYzXuxJV3Rb1Yw2T joao@sepia\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDV0jbKpbmXW1bhRIOBIdVV1L73qjls7s5pxiW2EMPvZLYzxLBE92e3Vf8bSMWlm1Lyb7a+u5BR85+2c+h2F59sgU1Saek5ebPpFU5qBn8AzYH18iMVSPciByOzwS0NXwWnksckWxUkQgP9bZP/1ORQ7jWZEOHZ5mEQ0oMkP0bfG1cpFrNTxOhDmwbCiQ8dp6KeZaMg4hErALr5Eh/EESxKIkuwQzk9bDbtjPRDu0F2dE0NCjs0k0BXmDA80GksxuOacRxE95K6/er11qst/VqA7o6BfhxJMTXWMdj8NhzIUNjZ8LqLTG6P/XGR24sA2d2WBhlEKRMZNqeEjzmi1REr joao@tagide", "key_options": null, "keyfile": "/home/joao/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "joao", "validate_certs": true} 2021-07-24T16:54:04.323 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHhYb/mGgHbEntAN2iPFTV1k8MYDs+jtsJDPE9MWtUZXksdeG8cEfXDBGhiBsprjELsW4+czJBqqESugFMevEysTVKIo5lc95bf1nApxfiRyMnAxb5wQ2OeLY62x26TWJhPu6HMajV+gb8CKjxDobf1Ix4ELbYlL77SOH1VVDtVZ6HiwtYngXAPMONCdI99cuwJlBpv5RjDoLwljOoxEXIh+1Fsvth+iymp0rIPuJx91DzYYgWZFfCLPHRgDy0H7YRdQWUzhrxTyzuT27vsNh5L8HgdowzOu9f2HwGzlTlxli94IJLMBY2359xsqjSswZzAv+BiPDAZMUwJpYvRvSt nhm@clusterfaq.org\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1JAKymiRDyVar5P75cMycxz9u8VsLuNtf/0t1na4ofa4YmanKswPQQz1Am82pvyPqXlBbdIGVneyMrkEoFAk4nTtfmCl7WdtaxnH87Dr9BOLEp+lIPHy7jpS/dcVmKRPB1qCYZ5GNAZ9g+DrXdaeOJdUOpIK49BP1IK8Uw5eBWAx/ae6/12yz+d/6e9kBvO7OUamMSne6Ghe2pRoI8jFOdWMbQy3ofb5wSHZGPNDn0YTGbNWHlfEAcrFmGQSTwohca4SqCJ1NgKnYu4qPVmb3Gbpm+MpUPs8Gy++rQ8wVZ5xWZW/yReIbJCqqVY4vrQzVywQXRucIrB1VyvShuNW3 nhm@metropolis\nssh-dss AAAAB3NzaC1kc3MAAACBAM7BfQAinQmLlkTgt7IIg3nQyyaJRiWA4agfu/HncrcAmepGqPCwy451g1eLMD3AC4QptHnV80Y47YQTyX1VQixIQ6M9zHG6Bo7IXzyqFHFpqnDZN25DaMM4na5bf1CwC9RtR7VWubojatPylOpflkChUBuAGWnzwkz2cxl4Dc47AAAAFQD35l/Lg4eTqZ83eTgJ5lihzHS/awAAAIB/ZdMSE6M0zEvdNPsWY28bvQ0QXN7w1ncVXGachA1JOEFGYvsbHeoywLpSYoiPLV57/wZT2dUzG70u80IQGildZ1WgQNn7C9r2Z3ZUgKmRGyC+PpYEa6nv+U4CHdMViBRXxNrP0bj2CfQv 2021-07-24T16:54:04.325 INFO:teuthology.task.ansible.out:UxUxrHWtOu/da2W23cpSs6Wz8gtz2QAAAIEAvf4vx/32Sy+kbvqOCYz0wu0ItlECN0qOk3gAMvphYMI2sW2ez2+Tsua4eoPRXT10zFxiRTkHQd5FSIvNWXV2iqed6rpwTu5K8vJz2duMIyI+xWLHo4XudtZdNxggkf+RW9JvPOMLMp4sCzBXxpreHBsb1CynndKeYVrgMLybZ28= mark@Marks-MacBook-Air.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfDOM2v4h6Dk4pMWPQxxHI5rhFtLjkme/4hAp6ki/kJ1XOSzBQdQmD2UPDKvfO9lKO7v12G2Wt+re+0giAcSkfej4+xqV53u7d2pTbMI5U3zohZt8AgESx22DAxj1wBZYuyGO2TRI7DRQMxC47E8EJgcmZBBnMKk1Rz8k71pTmg+CI2vjWx/2x2bup9Mqe4uMA8ubjg2qRlWEqPKIKcHZyrAPdIlpy2FSZ9SPa0mJpdl6aYcFNgonD8BO6A0u2RPO90KmEWrRWu69vRvbbTDiqE0CkJJlAlu3jeFVD8US9vymBHSI0BDFUbukuyG1tAujytqGBRLzxQDU9JOYMP45v nhm@mocha", "key_options": null, "keyfile": "/home/nhm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nhm", "validate_certs": true} 2021-07-24T16:54:04.439 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHhYb/mGgHbEntAN2iPFTV1k8MYDs+jtsJDPE9MWtUZXksdeG8cEfXDBGhiBsprjELsW4+czJBqqESugFMevEysTVKIo5lc95bf1nApxfiRyMnAxb5wQ2OeLY62x26TWJhPu6HMajV+gb8CKjxDobf1Ix4ELbYlL77SOH1VVDtVZ6HiwtYngXAPMONCdI99cuwJlBpv5RjDoLwljOoxEXIh+1Fsvth+iymp0rIPuJx91DzYYgWZFfCLPHRgDy0H7YRdQWUzhrxTyzuT27vsNh5L8HgdowzOu9f2HwGzlTlxli94IJLMBY2359xsqjSswZzAv+BiPDAZMUwJpYvRvSt nhm@clusterfaq.org\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1JAKymiRDyVar5P75cMycxz9u8VsLuNtf/0t1na4ofa4YmanKswPQQz1Am82pvyPqXlBbdIGVneyMrkEoFAk4nTtfmCl7WdtaxnH87Dr9BOLEp+lIPHy7jpS/dcVmKRPB1qCYZ5GNAZ9g+DrXdaeOJdUOpIK49BP1IK8Uw5eBWAx/ae6/12yz+d/6e9kBvO7OUamMSne6Ghe2pRoI8jFOdWMbQy3ofb5wSHZGPNDn0YTGbNWHlfEAcrFmGQSTwohca4SqCJ1NgKnYu4qPVmb3Gbpm+MpUPs8Gy++rQ8wVZ5xWZW/yReIbJCqqVY4vrQzVywQXRucIrB1VyvShuNW3 nhm@metropolis\nssh-dss AAAAB3NzaC1kc3MAAACBAM7BfQAinQmLlkTgt7IIg3nQyyaJRiWA4agfu/HncrcAmepGqPCwy451g1eLMD3AC4QptHnV80Y47YQTyX1VQixIQ6M9zHG6Bo7IXzyqFHFpqnDZN25DaMM4na5bf1CwC9RtR7VWubojatPylOpflkChUBuAGWnzwkz2cxl4Dc47AAAAFQD35l/Lg4eTqZ83eTgJ5lihzHS/awAAAIB/ZdMSE6M0zEvdNPsWY28bvQ0QXN7w1ncVXGachA1JOEFGYvsbHeoywLpSYoiPLV57/wZT2dUzG70u80IQGildZ1WgQNn7C9r2Z3ZUgKmRGyC+PpYEa6nv+U4CHdMViBRXxNrP0bj2CfQv 2021-07-24T16:54:04.441 INFO:teuthology.task.ansible.out:UxUxrHWtOu/da2W23cpSs6Wz8gtz2QAAAIEAvf4vx/32Sy+kbvqOCYz0wu0ItlECN0qOk3gAMvphYMI2sW2ez2+Tsua4eoPRXT10zFxiRTkHQd5FSIvNWXV2iqed6rpwTu5K8vJz2duMIyI+xWLHo4XudtZdNxggkf+RW9JvPOMLMp4sCzBXxpreHBsb1CynndKeYVrgMLybZ28= mark@Marks-MacBook-Air.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfDOM2v4h6Dk4pMWPQxxHI5rhFtLjkme/4hAp6ki/kJ1XOSzBQdQmD2UPDKvfO9lKO7v12G2Wt+re+0giAcSkfej4+xqV53u7d2pTbMI5U3zohZt8AgESx22DAxj1wBZYuyGO2TRI7DRQMxC47E8EJgcmZBBnMKk1Rz8k71pTmg+CI2vjWx/2x2bup9Mqe4uMA8ubjg2qRlWEqPKIKcHZyrAPdIlpy2FSZ9SPa0mJpdl6aYcFNgonD8BO6A0u2RPO90KmEWrRWu69vRvbbTDiqE0CkJJlAlu3jeFVD8US9vymBHSI0BDFUbukuyG1tAujytqGBRLzxQDU9JOYMP45v nhm@mocha", "key_options": null, "keyfile": "/home/nhm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nhm", "validate_certs": true} 2021-07-24T16:54:04.533 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaetIvR7YgpCq142fBQtOYsJrOMW+Wxu1beNXPJ8qzT5MxD05sdKntVE0DPveUydaeI8/vHeNjXDKN8mt1eO7Lf/rDKHOW/Y/36bUfQAODru9sdNCEJfSPgq1y6+X1ISljvLBXOOl+nQXlx3n5OjThNQbmdthgCT2Fk4hEoK7gn4+ol6foTkTdUXIBam8LuPU6f1KIG6ae1oAVFWLeavAbvmxUTmVl04+hKJWSPnvZxWupaPuiHvsImaQ7GwBjKhzL1wSMly0+pa2zbVYZKkLBA7Fx6fzP7jcEieOOPM1YU0jR5JF+WVzeRFJ1V9n75yOw6S4ef/X/zwWx42cdfx3N nwatkins@martini\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDRivdSX6cbPrdMrjz1oYgn0hb8VQo+QU7wD+AcCQi/CH06ny+2QjSr7bfdpgQ81Wgwqt9+e3KcLD5qdt3tneC8sgSAR5QUQrWKhPejrqdV+3990k8k0KoKIOZ9MGFc1FBv5IpuT/2d535iHJb0ZEg8mFKqKDw71sBEoQT4WElatf5DeVC507hP7GnrhZgtTPcrVddOLkmmqTQtLE1zvo9Y/eel8O2JMImMd6mdVBIcFQ1alU1wV4jLdMpagoPelvVTVeNkGRnOgvvQac5RXtGSMP1R5PoGz+1FgRhDCtdTXRfOdtrlJPtUjYiGPpIoKIUymlvQGjUrrK3WiQIIkIfDtFFu48EN4drjgQpCEQ2D0NMKEmk74mjx3CJDOF1Nj/2Fa1kjECiz4EM7sR8dDG5cW5Y8XsDoomgugM+rsOH9kWFFClHUJmdlNGWLhJnu9UQHLYZjQw3zT0F+FXUsUxKJUVTUdxQx5HBO9QFsSe13NPDnX64+SQ2VVStt8oQAvFO+6260zbux0RVaJM5dTNwnIHD/uI3PeR1z2b+iKhyj/9VP2uBRpGydLw/etQu/lS2K30S+kZIDAp0sqwXH89bdq3AJBipcryrnW1Ov9K5Mfl1UlV95/MivrnOFISWN1F9XR1kuIIYdCkI7hq/FHZ9gd84AjTiERfxRv8VCIHBVEQ== nwatkins@redhat.com", "key_options": null, "keyfile": "/home/nwatkins/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nwatkins", "validate_certs": true} 2021-07-24T16:54:04.658 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaetIvR7YgpCq142fBQtOYsJrOMW+Wxu1beNXPJ8qzT5MxD05sdKntVE0DPveUydaeI8/vHeNjXDKN8mt1eO7Lf/rDKHOW/Y/36bUfQAODru9sdNCEJfSPgq1y6+X1ISljvLBXOOl+nQXlx3n5OjThNQbmdthgCT2Fk4hEoK7gn4+ol6foTkTdUXIBam8LuPU6f1KIG6ae1oAVFWLeavAbvmxUTmVl04+hKJWSPnvZxWupaPuiHvsImaQ7GwBjKhzL1wSMly0+pa2zbVYZKkLBA7Fx6fzP7jcEieOOPM1YU0jR5JF+WVzeRFJ1V9n75yOw6S4ef/X/zwWx42cdfx3N nwatkins@martini\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDRivdSX6cbPrdMrjz1oYgn0hb8VQo+QU7wD+AcCQi/CH06ny+2QjSr7bfdpgQ81Wgwqt9+e3KcLD5qdt3tneC8sgSAR5QUQrWKhPejrqdV+3990k8k0KoKIOZ9MGFc1FBv5IpuT/2d535iHJb0ZEg8mFKqKDw71sBEoQT4WElatf5DeVC507hP7GnrhZgtTPcrVddOLkmmqTQtLE1zvo9Y/eel8O2JMImMd6mdVBIcFQ1alU1wV4jLdMpagoPelvVTVeNkGRnOgvvQac5RXtGSMP1R5PoGz+1FgRhDCtdTXRfOdtrlJPtUjYiGPpIoKIUymlvQGjUrrK3WiQIIkIfDtFFu48EN4drjgQpCEQ2D0NMKEmk74mjx3CJDOF1Nj/2Fa1kjECiz4EM7sR8dDG5cW5Y8XsDoomgugM+rsOH9kWFFClHUJmdlNGWLhJnu9UQHLYZjQw3zT0F+FXUsUxKJUVTUdxQx5HBO9QFsSe13NPDnX64+SQ2VVStt8oQAvFO+6260zbux0RVaJM5dTNwnIHD/uI3PeR1z2b+iKhyj/9VP2uBRpGydLw/etQu/lS2K30S+kZIDAp0sqwXH89bdq3AJBipcryrnW1Ov9K5Mfl1UlV95/MivrnOFISWN1F9XR1kuIIYdCkI7hq/FHZ9gd84AjTiERfxRv8VCIHBVEQ== nwatkins@redhat.com", "key_options": null, "keyfile": "/home/nwatkins/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nwatkins", "validate_certs": true} 2021-07-24T16:54:04.753 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJD+2BHStkaMJ8RStIIz+yDJCGNT1wbwUnmuO71vNlFxzIyHGvCq3ktx2xTwZz/kj6ZayXYWIRH//BhK2/iK/v+u2WQMBURfMHbf0lDMmNfbHCDBjYvEYgFo4Jwvzq4WHus0AHh9TdVt+TpcxyGPhVbUJh8NZut+w4cRIKu2xGoZZGDeLgv9ijXvDPrCdBxtpvQnF99C0bCTdPM7MK1FSCQEaRmNUgzEj0H7R+gmWi0T4HUD8ZY7y0vWbYPqT3Z07My1u2BfRBYpXnv1655/b777TkSlzSasORhSTT0AkW25u90Rsj2JWr39+49/Ia9uOyFtZIirugEv2v7v/l0grN linuxkidd@zenbook", "key_options": null, "keyfile": "/home/mkidd/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mkidd", "validate_certs": true} 2021-07-24T16:54:04.870 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJD+2BHStkaMJ8RStIIz+yDJCGNT1wbwUnmuO71vNlFxzIyHGvCq3ktx2xTwZz/kj6ZayXYWIRH//BhK2/iK/v+u2WQMBURfMHbf0lDMmNfbHCDBjYvEYgFo4Jwvzq4WHus0AHh9TdVt+TpcxyGPhVbUJh8NZut+w4cRIKu2xGoZZGDeLgv9ijXvDPrCdBxtpvQnF99C0bCTdPM7MK1FSCQEaRmNUgzEj0H7R+gmWi0T4HUD8ZY7y0vWbYPqT3Z07My1u2BfRBYpXnv1655/b777TkSlzSasORhSTT0AkW25u90Rsj2JWr39+49/Ia9uOyFtZIirugEv2v7v/l0grN linuxkidd@zenbook", "key_options": null, "keyfile": "/home/mkidd/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mkidd", "validate_certs": true} 2021-07-24T16:54:04.965 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrRvNeBa+/GXxkSDmaim7U1wFpdBvgcK9/eP1I4fPS5xAWyxXI0s0ryX4Jwb7auhZdcqPjgUPQvIVVRridKJPz7l6jUlbIqdnZu4VHuaGG/DfIVxsSmw5aI5qI9Fg/s16JPwOUuzcLHsSSh8tFxY9L1yvs3ztQnKHW6nN5+zhPbW8UjmTNUksXXAeCM/OZn+IOOzzvfh0vVe/mghIW2JpOjHkZv4qwaWYcHg6+wWE4m8l84VIegDBiONknZXcQaRj82nHtfdnb2FSiV4+gKP18i90ai0iTKKXUkMJNFKp1T5MuF7UuJLA7l10FmgQJsZBS2Loa5oeqbHYeztNAfUxF JCLO@oh-mbp-jcl", "key_options": null, "keyfile": "/home/jlopez/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jlopez", "validate_certs": true} 2021-07-24T16:54:05.094 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrRvNeBa+/GXxkSDmaim7U1wFpdBvgcK9/eP1I4fPS5xAWyxXI0s0ryX4Jwb7auhZdcqPjgUPQvIVVRridKJPz7l6jUlbIqdnZu4VHuaGG/DfIVxsSmw5aI5qI9Fg/s16JPwOUuzcLHsSSh8tFxY9L1yvs3ztQnKHW6nN5+zhPbW8UjmTNUksXXAeCM/OZn+IOOzzvfh0vVe/mghIW2JpOjHkZv4qwaWYcHg6+wWE4m8l84VIegDBiONknZXcQaRj82nHtfdnb2FSiV4+gKP18i90ai0iTKKXUkMJNFKp1T5MuF7UuJLA7l10FmgQJsZBS2Loa5oeqbHYeztNAfUxF JCLO@oh-mbp-jcl", "key_options": null, "keyfile": "/home/jlopez/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jlopez", "validate_certs": true} 2021-07-24T16:54:05.209 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFkUz8Wr2RPiY8+xf2hL4qMT+jA4mo1gmpIF8q7uVR03vX5NhzQVxVnXiyLCFv6susSMxpBafa7aLutqigXhDGJWUbsJII5yTnFYVer0QmudEsLmoDyvI1HCNk1IVY6aIESE50N3Ndx+agWasIU8TGKqJdDMPyiUtfrvsrGWi/91ZLX6aJSrFqBJtTpxDoNe4XL6QRPNv0wb8GF0az5graXkzVe3GkaQS9lyw8m2ougDvW1SLvoeE+lhUUGhJGkkCZKv1f+QNLhUHyQ3XkXqh4MrP3pPUKIuQ7nKiWDjCP6Db+ZcejjTRC19D2gLjhrw3Z2J7nn/loijlFzV5dp+BL haomaiwang@gmail.com", "key_options": null, "keyfile": "/home/haomaiwang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "haomaiwang", "validate_certs": true} 2021-07-24T16:54:05.305 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFkUz8Wr2RPiY8+xf2hL4qMT+jA4mo1gmpIF8q7uVR03vX5NhzQVxVnXiyLCFv6susSMxpBafa7aLutqigXhDGJWUbsJII5yTnFYVer0QmudEsLmoDyvI1HCNk1IVY6aIESE50N3Ndx+agWasIU8TGKqJdDMPyiUtfrvsrGWi/91ZLX6aJSrFqBJtTpxDoNe4XL6QRPNv0wb8GF0az5graXkzVe3GkaQS9lyw8m2ougDvW1SLvoeE+lhUUGhJGkkCZKv1f+QNLhUHyQ3XkXqh4MrP3pPUKIuQ7nKiWDjCP6Db+ZcejjTRC19D2gLjhrw3Z2J7nn/loijlFzV5dp+BL haomaiwang@gmail.com", "key_options": null, "keyfile": "/home/haomaiwang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "haomaiwang", "validate_certs": true} 2021-07-24T16:54:05.400 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAuTvkaUtEaLbLcYA9Zw3MoHI5ZPudKf6CAbAZdhp4RMVujimR61TT6LdRF20g6F7pH7GrI/1WP2bu7a3sZyCZ1nCJCOhrTTS+2wwy7oGo/0yY4l+Bw6i7LGmJgqpO5dDxwADMlaHUwJ7Rf1Q+Pd7NmggkAVTmaN6qUGffz9hZsj7ibD/Z8/GFtQsCEMloTLtnz4NB6Gxe54UXEKz9pvjpXBhs0xWsJtDKaPFrbKRKswuH45XPuwJhGr249ZYtwQqcgXSWhOUcPTwf5Y6fj27aL2dx566DxQzqzNbcTcO96MguIy8Ufnc0kIOQQw9oHJZtg82zwM6+2mWr9J/K94Gv9w== kefu@save.node2", "key_options": null, "keyfile": "/home/kchai/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kchai", "validate_certs": true} 2021-07-24T16:54:05.515 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAuTvkaUtEaLbLcYA9Zw3MoHI5ZPudKf6CAbAZdhp4RMVujimR61TT6LdRF20g6F7pH7GrI/1WP2bu7a3sZyCZ1nCJCOhrTTS+2wwy7oGo/0yY4l+Bw6i7LGmJgqpO5dDxwADMlaHUwJ7Rf1Q+Pd7NmggkAVTmaN6qUGffz9hZsj7ibD/Z8/GFtQsCEMloTLtnz4NB6Gxe54UXEKz9pvjpXBhs0xWsJtDKaPFrbKRKswuH45XPuwJhGr249ZYtwQqcgXSWhOUcPTwf5Y6fj27aL2dx566DxQzqzNbcTcO96MguIy8Ufnc0kIOQQw9oHJZtg82zwM6+2mWr9J/K94Gv9w== kefu@save.node2", "key_options": null, "keyfile": "/home/kchai/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kchai", "validate_certs": true} 2021-07-24T16:54:05.610 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC56FiAgzz9aF+qAMkw5aGoCyoSA8Lf2LPaz3QxTYEzmQt0ByXMmVw0cgUI4gDt7hMBX6LoxPALZ7C1aH8aPTpb6+hxHGfir2tqQmU49JOQiUvBP/Xtt1ilxMou9Wu/ZadEhIZxaP/TBncXNls9cbFs9bV7Q8J3CLCTGRa8kilEpZ7209c/xQI4yQ6q+Q3H4FkO0YHP+Tkn9mg1df+BKkXfSBycjAyOXPvljoetjw0FHEbJ7lTCcSG+hCb2LEACo2OK9eWC3GYwDPKZF1Ht9HfDvg4bHfY3OVOixYiZSim7dbj3+VHWWsiH64usGH1o6fn4vV16UhVJiiicPMWvllzH vikhyat.umrao@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9G/I5iaw5d4ssyJ4iTUxSvIBAX+P03VVHsNMHAB70rVGGwBnBJFqJNbukzxfnsqwzN6vSeuMy7I1zc2VVi4GtBQPK0iCbVQN+Njq0VCIxb4hLmjD3Vn8NgRp80955VJyYGT9+/JbZY1UCdPBuld6hsnTipkdo5U3huAHD4i1FpYKol+4DCZHAO5wNilCbests0+ZPtHYe53vnNDz685cx/f7RTtEarvU2fECxkurlBBNvuIl6SN8bo+NaJ01Li0xAD+2fpGz6Iu0WUEdWTkt78ubvA4If2k8XAKxkOKEvfyX+AtTzdHxWSQu7ixkbuksuK6A0bnankn+DdiP6Y293 vumrao@redhat", "key_options": null, "keyfile": "/home/vumrao/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vumrao", "validate_certs": true} 2021-07-24T16:54:05.725 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC56FiAgzz9aF+qAMkw5aGoCyoSA8Lf2LPaz3QxTYEzmQt0ByXMmVw0cgUI4gDt7hMBX6LoxPALZ7C1aH8aPTpb6+hxHGfir2tqQmU49JOQiUvBP/Xtt1ilxMou9Wu/ZadEhIZxaP/TBncXNls9cbFs9bV7Q8J3CLCTGRa8kilEpZ7209c/xQI4yQ6q+Q3H4FkO0YHP+Tkn9mg1df+BKkXfSBycjAyOXPvljoetjw0FHEbJ7lTCcSG+hCb2LEACo2OK9eWC3GYwDPKZF1Ht9HfDvg4bHfY3OVOixYiZSim7dbj3+VHWWsiH64usGH1o6fn4vV16UhVJiiicPMWvllzH vikhyat.umrao@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9G/I5iaw5d4ssyJ4iTUxSvIBAX+P03VVHsNMHAB70rVGGwBnBJFqJNbukzxfnsqwzN6vSeuMy7I1zc2VVi4GtBQPK0iCbVQN+Njq0VCIxb4hLmjD3Vn8NgRp80955VJyYGT9+/JbZY1UCdPBuld6hsnTipkdo5U3huAHD4i1FpYKol+4DCZHAO5wNilCbests0+ZPtHYe53vnNDz685cx/f7RTtEarvU2fECxkurlBBNvuIl6SN8bo+NaJ01Li0xAD+2fpGz6Iu0WUEdWTkt78ubvA4If2k8XAKxkOKEvfyX+AtTzdHxWSQu7ixkbuksuK6A0bnankn+DdiP6Y293 vumrao@redhat", "key_options": null, "keyfile": "/home/vumrao/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vumrao", "validate_certs": true} 2021-07-24T16:54:05.831 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/r/Xf58szqJ3wLdTE+mRK1Z11f/+VABmx6804NO77ncdC5ZvD3Kx6WP/oje01iwWEVXNAgEOaXp6j+U10aPvBMaS30qf/IhUcrXwO1YcGzZ0pV6UZMxcTuJw6w1VXy/YtgW5BlIfSm78zabztES9BqCgjYYM2rml3L1teDF4WU1QiI97iW0R57yc0t/gqXGpxqSFQ+iNYAl0Q1MGUgYltLvPrhm9WI2WhR2/GivdVMEM5lViNlegxneAZRb9YZMCG2kmSP+9Zd2NR367OrlgzmgeY/9u+KGXQiyfaO330s+iksxVwwE3fDl+KnqXuHSJNccJV7iXzZKej2QAire4X dfuller@Douglass-MacBook-Pro.local", "key_options": null, "keyfile": "/home/dfuller/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dfuller", "validate_certs": true} 2021-07-24T16:54:05.947 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/r/Xf58szqJ3wLdTE+mRK1Z11f/+VABmx6804NO77ncdC5ZvD3Kx6WP/oje01iwWEVXNAgEOaXp6j+U10aPvBMaS30qf/IhUcrXwO1YcGzZ0pV6UZMxcTuJw6w1VXy/YtgW5BlIfSm78zabztES9BqCgjYYM2rml3L1teDF4WU1QiI97iW0R57yc0t/gqXGpxqSFQ+iNYAl0Q1MGUgYltLvPrhm9WI2WhR2/GivdVMEM5lViNlegxneAZRb9YZMCG2kmSP+9Zd2NR367OrlgzmgeY/9u+KGXQiyfaO330s+iksxVwwE3fDl+KnqXuHSJNccJV7iXzZKej2QAire4X dfuller@Douglass-MacBook-Pro.local", "key_options": null, "keyfile": "/home/dfuller/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dfuller", "validate_certs": true} 2021-07-24T16:54:06.053 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDIKepJjIovBTCkdVyvAdptljhw9bYcwtIqV/ojdbpeuJtxDo9UyrEkNoLeVpZgOcrbgrkOE7AEixo3qB9PbD8z5NRUleV7wipSh3QwrDmSylSVReJKOwYdxUKkzesZYBGIGYzAbTKqcVzPUWCeW314+xmv90XkO/+1vgbC5uoXfbfnaiDHQimBom8QV5Egr+EhhcuCqMEqaVSvjMr1T0e6IL9gUens6Mys6czI37go6QvmgEzkBbDJJ64PsiOOFHVNk4DJVJ1c7TRtsnpIHM1YVFjsH1AnAL6UufbgNSFf5dziUB/Bz815P1/jsOGpHkUKE37DbHU5xtLGl3MmimMt4ndcG6EggBGEYBwfEWPRAsZs3qngssrNH5W0CzbysLaoovzq5VqS8SdLMu5XrRLBEB0uWWzLq2bobYymk3t/oby5zrHJV78xAuLmldqjvlPZSdkgwWNv9YBLkteBVr2HhjtuashJ6amNPbA4kCGhXMpeRhfvfqs31CBEKbTV+A8ODWbWAoQxLCcqS24x0yMi73N0UzuqDTaJMcE8ODJvOxcLNaV688QDbrC/UehpX/Bp/DM7fLHj4YhkRpZxkkN5w2kb/bBbWya4DrffhHKqn9CH1z5ynj0237PhTwCXjtRn0JzpeRgN8OraFgR2H3uPc9XNqlkFxxOBK0lRngbxzw== owasserm@redhat.com", "key_options": null, "keyfile": "/home/owasserm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "owasserm", "validate_certs": true} 2021-07-24T16:54:06.159 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDIKepJjIovBTCkdVyvAdptljhw9bYcwtIqV/ojdbpeuJtxDo9UyrEkNoLeVpZgOcrbgrkOE7AEixo3qB9PbD8z5NRUleV7wipSh3QwrDmSylSVReJKOwYdxUKkzesZYBGIGYzAbTKqcVzPUWCeW314+xmv90XkO/+1vgbC5uoXfbfnaiDHQimBom8QV5Egr+EhhcuCqMEqaVSvjMr1T0e6IL9gUens6Mys6czI37go6QvmgEzkBbDJJ64PsiOOFHVNk4DJVJ1c7TRtsnpIHM1YVFjsH1AnAL6UufbgNSFf5dziUB/Bz815P1/jsOGpHkUKE37DbHU5xtLGl3MmimMt4ndcG6EggBGEYBwfEWPRAsZs3qngssrNH5W0CzbysLaoovzq5VqS8SdLMu5XrRLBEB0uWWzLq2bobYymk3t/oby5zrHJV78xAuLmldqjvlPZSdkgwWNv9YBLkteBVr2HhjtuashJ6amNPbA4kCGhXMpeRhfvfqs31CBEKbTV+A8ODWbWAoQxLCcqS24x0yMi73N0UzuqDTaJMcE8ODJvOxcLNaV688QDbrC/UehpX/Bp/DM7fLHj4YhkRpZxkkN5w2kb/bBbWya4DrffhHKqn9CH1z5ynj0237PhTwCXjtRn0JzpeRgN8OraFgR2H3uPc9XNqlkFxxOBK0lRngbxzw== owasserm@redhat.com", "key_options": null, "keyfile": "/home/owasserm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "owasserm", "validate_certs": true} 2021-07-24T16:54:06.264 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVFy1sjGvvHwS7Q6E61ykH4dUGfxW9+a7Xo3JMpTBT33/E8bTrYF6ZHSdH+uxScisV9Vll222NJCLXyx2s9EOcv4L88vWDTZGCaUb3iA5dweLm7EYi1NXT/p+jWDA7MAF1FQGSAQafTHpNRxLcrVPgsLDy35weV4xj7ShEU+w7EBDb75jlJXqy0luJLKNBrLzz/wDV9Oe6y3APwQBhtO7vGrVzrWEF/LWLe7U9ad3DQjvLM7+H+QVpNy+nt7us73K8vHDk1KrPlCCjrcN+fSGPD/ILlxrDrDeqmmBCtPMa7PSSjCyAV/EW0fsmArcHrHXKeKWTKXG9sDL0KBqos1kB vasu@vasuSrv\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQConeaJ2kvUOMy+jeKvXZTw655L3KK0ZG0HONIySFrRNkGa/M/hYf8oMNVh9SEax7vLNme0kwk7d71EhgtMGNsvHtQOkshWxM9P0XPk4HgB/OL+2LQ/7M3SwD4vuXPbqvrQS63YMoxcHBue5Ol5hXmM+qSoZajpUrfB2woqbp7aKsCpoK4Cgj4XfLHfh0n239ae38DU6GoAcL0GzMsxMdQhWzBwOO+ZHfowohc1pfY0+xGIMW1OlMN1eO7kuK2gGS/YRVOnLw9uu/2NErIjBzCihNN0PYWur2JE+KmU1x6VMaky49cKmAlc5WUqZ+FpV3gvnb3cLjBClnCkdjIcLeRR vasukulkarni@ovpn-116-227.phx2.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKRFyOO7qitrq6Hk2NSl28h4laRTxA2zezy1wwjTqs6UL+oZjNRYQjeWD3dDNPZrUmc9JyI3j1EN11cCsKAp8YXz3ItB46M0BPeJ4TXCpg36vxs7/twSDMq/EoXA5sRBbUJFf+bthcNemwG1WsJoxRVzMezbWBTHvz5i4Hbh4sL3PBbac3FhT/3b5Q4tKdO6bXGXmNLAoALyVZZMfoSz9CWzvrO+g8Houb9iJiaXHp293y+ND9Wicl9wHPckO1VcocZ+ldByujgX1cz6m+pxmf6AKY1 2021-07-24T16:54:06.265 INFO:teuthology.task.ansible.out:OMJj5PjmpN0HrgpV2QLVA+ba9qBiDwi1g8sRHXkOETMZ2jq/2a/mmTtvrsF vasu@teuthology", "key_options": null, "keyfile": "/home/vasu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vasu", "validate_certs": true} 2021-07-24T16:54:06.389 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVFy1sjGvvHwS7Q6E61ykH4dUGfxW9+a7Xo3JMpTBT33/E8bTrYF6ZHSdH+uxScisV9Vll222NJCLXyx2s9EOcv4L88vWDTZGCaUb3iA5dweLm7EYi1NXT/p+jWDA7MAF1FQGSAQafTHpNRxLcrVPgsLDy35weV4xj7ShEU+w7EBDb75jlJXqy0luJLKNBrLzz/wDV9Oe6y3APwQBhtO7vGrVzrWEF/LWLe7U9ad3DQjvLM7+H+QVpNy+nt7us73K8vHDk1KrPlCCjrcN+fSGPD/ILlxrDrDeqmmBCtPMa7PSSjCyAV/EW0fsmArcHrHXKeKWTKXG9sDL0KBqos1kB vasu@vasuSrv\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQConeaJ2kvUOMy+jeKvXZTw655L3KK0ZG0HONIySFrRNkGa/M/hYf8oMNVh9SEax7vLNme0kwk7d71EhgtMGNsvHtQOkshWxM9P0XPk4HgB/OL+2LQ/7M3SwD4vuXPbqvrQS63YMoxcHBue5Ol5hXmM+qSoZajpUrfB2woqbp7aKsCpoK4Cgj4XfLHfh0n239ae38DU6GoAcL0GzMsxMdQhWzBwOO+ZHfowohc1pfY0+xGIMW1OlMN1eO7kuK2gGS/YRVOnLw9uu/2NErIjBzCihNN0PYWur2JE+KmU1x6VMaky49cKmAlc5WUqZ+FpV3gvnb3cLjBClnCkdjIcLeRR vasukulkarni@ovpn-116-227.phx2.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKRFyOO7qitrq6Hk2NSl28h4laRTxA2zezy1wwjTqs6UL+oZjNRYQjeWD3dDNPZrUmc9JyI3j1EN11cCsKAp8YXz3ItB46M0BPeJ4TXCpg36vxs7/twSDMq/EoXA5sRBbUJFf+bthcNemwG1WsJoxRVzMezbWBTHvz5i4Hbh4sL3PBbac3FhT/3b5Q4tKdO6bXGXmNLAoALyVZZMfoSz9CWzvrO+g8Houb9iJiaXHp293y+ND9Wicl9wHPckO1VcocZ+ldByujgX1cz6m+pxmf6AKY1 2021-07-24T16:54:06.391 INFO:teuthology.task.ansible.out:OMJj5PjmpN0HrgpV2QLVA+ba9qBiDwi1g8sRHXkOETMZ2jq/2a/mmTtvrsF vasu@teuthology", "key_options": null, "keyfile": "/home/vasu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vasu", "validate_certs": true} 2021-07-24T16:54:06.473 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlOImwCV0AGu5L29ABaefV9Vqjv43WYJYFuLTxGQQdeQGcways6iNKGIX/nzf3UWkwgg25OVSpzB7zf6FjBx+HcQU+RJ7FLzeaz0s8ZxBXqWwtOYOvP9cXmAXA07hD5UAfxZKC1twBzL82bKJ2ZSmzfQmBjvpUOqRs7XwsQIClOW/ycY+jLgLRLFFDxzADsgnn6UEGlHeMETYocUbe89P3wbY5fHhqZmn6e5ncuAQMsiLRa9d+QhSdpD07Y/P65EzqRF4UOX+zpOc6gPlgHFir9pvf0bTbbBG/qKN9+KGqzZMRJGKenpHM6EMfLkf0QmrT4s4zd4ZnUQPq3HN3pul3 redhat@unused\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD9n4ege98BNmvgUxogdcpptMILFfEisAQaiLUvSKpTsoy2gF7C6xSJXgDaziT5dW4ad2El4xmKQ/e6/e14Vx5i9pGbJz4NvL36Xmb3ent2PtY18i6d3CbnmGI8J7YH4YS9QvR7FC/KuvwLR6AdJ+uQShGhqG8kWJMjbqrtaxu8l1hq8ymBXw3O1Ht+xrZ/r3dEkAIVF3bMCSUnZpEbSsNoeiydEQl0ZCw+meXYmSw15vYVtKpYscZxqADqhSJJxIEHZA4E88dq6aYdV2AZ/s4cJK+tBl/ckBnclI3VGHSGn6oaHoO/fCHtKiENplDuKoLGQPO6xJ2Q/apHSGD7McY3 redhat@network\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDn/XgNfvqytLHgfBUdQIhJiWBlj+JrXqGZYvAZZJIWs32Ugm1/lCQTssGZrEj3+Qv81jLfkP6VQ8gXSWJkzUK4csxRxkZKXqcYLDE1csdmAFDOfWUFJwhMsCiiCyBiW9oapioLpvd40nw8k9qM4QuzaUhVonoGXMDDL1/dCgkbIjiQxxTJPHDEJFjtzul+VuhlhHqE6S1syoJG+UKo3Q1tOBCs8rwaPXEfCXFsyv+ZmcEv1+mpM8QRjdr1D1hfUfwb4CHtaa2AE6B5wL+zoY6+jsrTwZSwCfeIdgEZ8e3V2iXP5F7G6eXotu5r7mGYJClHZFLSfbNPN5J+EbRORl9/ wbhack3r@dhcp35-24.lab.eng.blr.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHYkp1nuRSYSAl6me1xuoTU30DW2YpAR6EH1c2adUC9tNtTZbMnab11aitQLAtZb9SKsRgnoB5KpH+zJ0VNKCuJU227r9vZwcVUruSGwA6X7LOrSkK0gFqNRZkVoKhC9oGHSU0zegYBDxx8VLxSV3CE56b+KEosEo6iJe7TkXy3wXHK6am0uhQPEdSHtdUdD683CGIffdF1RFmAFnzTPn96lC9rLe1mIGO+jVQx4zIo3i33RFQLy++4DtQw6Lrgp26Xr85HmQekjgyiya0VkR9Ypy7fgF2ucBGegnOgZDGCCY4G2RuqiZyK 2021-07-24T16:54:06.475 INFO:teuthology.task.ansible.out:z2TZaOecDwrLkbYM7EGp8up5uLFRZsV shmohan@shmohan.remote.csb", "key_options": null, "keyfile": "/home/smohan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "smohan", "validate_certs": true} 2021-07-24T16:54:06.599 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlOImwCV0AGu5L29ABaefV9Vqjv43WYJYFuLTxGQQdeQGcways6iNKGIX/nzf3UWkwgg25OVSpzB7zf6FjBx+HcQU+RJ7FLzeaz0s8ZxBXqWwtOYOvP9cXmAXA07hD5UAfxZKC1twBzL82bKJ2ZSmzfQmBjvpUOqRs7XwsQIClOW/ycY+jLgLRLFFDxzADsgnn6UEGlHeMETYocUbe89P3wbY5fHhqZmn6e5ncuAQMsiLRa9d+QhSdpD07Y/P65EzqRF4UOX+zpOc6gPlgHFir9pvf0bTbbBG/qKN9+KGqzZMRJGKenpHM6EMfLkf0QmrT4s4zd4ZnUQPq3HN3pul3 redhat@unused\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD9n4ege98BNmvgUxogdcpptMILFfEisAQaiLUvSKpTsoy2gF7C6xSJXgDaziT5dW4ad2El4xmKQ/e6/e14Vx5i9pGbJz4NvL36Xmb3ent2PtY18i6d3CbnmGI8J7YH4YS9QvR7FC/KuvwLR6AdJ+uQShGhqG8kWJMjbqrtaxu8l1hq8ymBXw3O1Ht+xrZ/r3dEkAIVF3bMCSUnZpEbSsNoeiydEQl0ZCw+meXYmSw15vYVtKpYscZxqADqhSJJxIEHZA4E88dq6aYdV2AZ/s4cJK+tBl/ckBnclI3VGHSGn6oaHoO/fCHtKiENplDuKoLGQPO6xJ2Q/apHSGD7McY3 redhat@network\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDn/XgNfvqytLHgfBUdQIhJiWBlj+JrXqGZYvAZZJIWs32Ugm1/lCQTssGZrEj3+Qv81jLfkP6VQ8gXSWJkzUK4csxRxkZKXqcYLDE1csdmAFDOfWUFJwhMsCiiCyBiW9oapioLpvd40nw8k9qM4QuzaUhVonoGXMDDL1/dCgkbIjiQxxTJPHDEJFjtzul+VuhlhHqE6S1syoJG+UKo3Q1tOBCs8rwaPXEfCXFsyv+ZmcEv1+mpM8QRjdr1D1hfUfwb4CHtaa2AE6B5wL+zoY6+jsrTwZSwCfeIdgEZ8e3V2iXP5F7G6eXotu5r7mGYJClHZFLSfbNPN5J+EbRORl9/ wbhack3r@dhcp35-24.lab.eng.blr.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHYkp1nuRSYSAl6me1xuoTU30DW2YpAR6EH1c2adUC9tNtTZbMnab11aitQLAtZb9SKsRgnoB5KpH+zJ0VNKCuJU227r9vZwcVUruSGwA6X7LOrSkK0gFqNRZkVoKhC9oGHSU0zegYBDxx8VLxSV3CE56b+KEosEo6iJe7TkXy3wXHK6am0uhQPEdSHtdUdD683CGIffdF1RFmAFnzTPn96lC9rLe1mIGO+jVQx4zIo3i33RFQLy++4DtQw6Lrgp26Xr85HmQekjgyiya0VkR9Ypy7fgF2ucBGegnOgZDGCCY4G2RuqiZyK 2021-07-24T16:54:06.601 INFO:teuthology.task.ansible.out:z2TZaOecDwrLkbYM7EGp8up5uLFRZsV shmohan@shmohan.remote.csb", "key_options": null, "keyfile": "/home/smohan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "smohan", "validate_certs": true} 2021-07-24T16:54:06.693 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZePxJmYerihzA0aQbMt7K7bctPEDcwPHiO8EVuJowp6zwhSmtDnYuFybKJsee4l8+rDKR6T5Ugdl5pLjSzQ+Ba00OSH7+qWC6shvVDYju5mIooJnc+kwx8RgapbGtDdl/yYskBb1KD5g/3+i/2aM+Igk+7nQR7Cny5+WnUEvHd7PHBbUXQSuu+mlUlnXCVMM8g8qlc1I3WQL5eQoIqGjSWRgZUIsn3P5oryYBzbuG9jqLwbaohJvZRJqkimQDe7zCFk6bB3z39pyOWUN+sldRvyL8FPyEmqog4IwpjcYyCuCnPhnb6fNq9yB65RUIde82Kkzx3LZrYOXTrdHgD/lr abhi@trusty", "key_options": null, "keyfile": "/home/abhi/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "abhi", "validate_certs": true} 2021-07-24T16:54:06.808 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZePxJmYerihzA0aQbMt7K7bctPEDcwPHiO8EVuJowp6zwhSmtDnYuFybKJsee4l8+rDKR6T5Ugdl5pLjSzQ+Ba00OSH7+qWC6shvVDYju5mIooJnc+kwx8RgapbGtDdl/yYskBb1KD5g/3+i/2aM+Igk+7nQR7Cny5+WnUEvHd7PHBbUXQSuu+mlUlnXCVMM8g8qlc1I3WQL5eQoIqGjSWRgZUIsn3P5oryYBzbuG9jqLwbaohJvZRJqkimQDe7zCFk6bB3z39pyOWUN+sldRvyL8FPyEmqog4IwpjcYyCuCnPhnb6fNq9yB65RUIde82Kkzx3LZrYOXTrdHgD/lr abhi@trusty", "key_options": null, "keyfile": "/home/abhi/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "abhi", "validate_certs": true} 2021-07-24T16:54:06.913 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDcsBe6CzgWh64iZAH8zbU6ra4yEiUBSsiUn0AHzyQurvjeRpL2Mut6B1WEi0kJG7BAM6b13JrhnD9BW9yIMIUIPpVTa2o4zaXP90+bvjGrgDeJbxv3T9/TGh13k+WWyampxm2lo90/+Paql/HObQyyIv7Wan0DOdIe2/Ue4ooWH0tu3kj+3unJTuw82oEDEn+9tGs0oleG2c8XN0gQyVl1DzR2Gqf9PCzXK7hInC3niY2huoSAZzVFEgsniKEWqTnVWYi49X2SsJhUyHCj+mqrTG3YnW30nha3EXOWIbQGblXVoTIOc+gNreqdGByOMICKSnQmPSG4DAl3c1Y4h4A71T3Q043IUv7v7S9tAEKq2h6oJ9I/a5z0u4kaL/+B7Cw7l4bitTdcZ0rcqSvOkKUNNgxujbucMSSc4Tsh5L0762xaziD9nQZl5bteb3VtsMAueqhu7L3sJy69+HGg7oF68t5TguErXfI2UNVGOn3eRj+zN/zSwLUXMoROlpM5yHXSzHvpsbgZiHBImM2CeG4qaPtqzFw7VH6NWJv4ypb0htOMWsbXmLshNTca1KXrrBcVozSJC8wKgEOxu4spk26G8x1IVTsi2ypyYX+irtAqZrrpIPdQ0Ss9NjKPhFNXAxJgLHj6TlH8UNh1gRfN/QTyzpFSe4EH6uOlnWuxcuM8ZQ== cbodley@redhat.com", "key_options": null, "keyfile": "/home/cbodley/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cbodley", "validate_certs": true} 2021-07-24T16:54:07.028 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDcsBe6CzgWh64iZAH8zbU6ra4yEiUBSsiUn0AHzyQurvjeRpL2Mut6B1WEi0kJG7BAM6b13JrhnD9BW9yIMIUIPpVTa2o4zaXP90+bvjGrgDeJbxv3T9/TGh13k+WWyampxm2lo90/+Paql/HObQyyIv7Wan0DOdIe2/Ue4ooWH0tu3kj+3unJTuw82oEDEn+9tGs0oleG2c8XN0gQyVl1DzR2Gqf9PCzXK7hInC3niY2huoSAZzVFEgsniKEWqTnVWYi49X2SsJhUyHCj+mqrTG3YnW30nha3EXOWIbQGblXVoTIOc+gNreqdGByOMICKSnQmPSG4DAl3c1Y4h4A71T3Q043IUv7v7S9tAEKq2h6oJ9I/a5z0u4kaL/+B7Cw7l4bitTdcZ0rcqSvOkKUNNgxujbucMSSc4Tsh5L0762xaziD9nQZl5bteb3VtsMAueqhu7L3sJy69+HGg7oF68t5TguErXfI2UNVGOn3eRj+zN/zSwLUXMoROlpM5yHXSzHvpsbgZiHBImM2CeG4qaPtqzFw7VH6NWJv4ypb0htOMWsbXmLshNTca1KXrrBcVozSJC8wKgEOxu4spk26G8x1IVTsi2ypyYX+irtAqZrrpIPdQ0Ss9NjKPhFNXAxJgLHj6TlH8UNh1gRfN/QTyzpFSe4EH6uOlnWuxcuM8ZQ== cbodley@redhat.com", "key_options": null, "keyfile": "/home/cbodley/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cbodley", "validate_certs": true} 2021-07-24T16:54:07.122 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrtHyRuOSEXAM6mwL4qoM+NM4hpIKhaRS+/Y6RDoFKszkXFw/jC9ZYh7q39rQpWQBKHVe4RyPN9yyGWydFwaR/BjZi14ippmYOqVG4f7b+k39NFbMJRcSxYC+NvkqxK7+zpsnIWC+RdJ+blZi+zCbaaAYcMDSvBZW19FsJSLrO7hh4R1cuzgV+Xrmwdc1/VH+HqPMu3tHGv7N0SfsklWI8Inr0aiL83QqqgKPcVxljSWZGYvvFyTQOrkNQeaLURJNER9WIIac9o57WOINw8kR+ojebcOUBsrxZH9j+gMjsJ752Rph03wdMUpFcnS6yfvI4Ial7x/sGms4FE+wL/vVF mdw@pika", "key_options": null, "keyfile": "/home/mwatts/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mwatts", "validate_certs": true} 2021-07-24T16:54:07.238 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrtHyRuOSEXAM6mwL4qoM+NM4hpIKhaRS+/Y6RDoFKszkXFw/jC9ZYh7q39rQpWQBKHVe4RyPN9yyGWydFwaR/BjZi14ippmYOqVG4f7b+k39NFbMJRcSxYC+NvkqxK7+zpsnIWC+RdJ+blZi+zCbaaAYcMDSvBZW19FsJSLrO7hh4R1cuzgV+Xrmwdc1/VH+HqPMu3tHGv7N0SfsklWI8Inr0aiL83QqqgKPcVxljSWZGYvvFyTQOrkNQeaLURJNER9WIIac9o57WOINw8kR+ojebcOUBsrxZH9j+gMjsJ752Rph03wdMUpFcnS6yfvI4Ial7x/sGms4FE+wL/vVF mdw@pika", "key_options": null, "keyfile": "/home/mwatts/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mwatts", "validate_certs": true} 2021-07-24T16:54:07.343 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC0zCoXv2Kkxjqv5FOlJZ2PRA9tStdXAVGZJbSLOhAWeqHQL6O2l8MO5GFzHz4FA/g7lbNzLKaCbG1wYGuL9FOt0o36/eHykgENu00SlFunIQn+T/WNaGxrZqnfbdS9TdImFAnVY4vuzrBhFTb6qcqTLhw1WVz+l/iOv5CoY+7NnILWcj8dHNcPzU1ihlFAbvQgQcMtt1130zqc6L8o+SDm2YQF2nuOWxj0LbD6YpRn3AqWsTN5QbqzdeaJiUt6kdywisPdoiSWLuivRKhNLNhnWO+B4DnchwfApy8ovJShHZAsrSoc+a+RQDmOiLXmc5wAvNnREHbqod8/0bQ9vSXaVQCt1gnnK8Bf7GQElg3Z3aep4D4w6rBB+LBsHFbTfrzWAHkXxJeGiQTlJGz0IYHi1weWrzY6x5rEA0gYDu0FVLOLrsYDtuTQpjcTwpmaHCsxz6wU3wCNmTsV/AZhniFHJhHXacCmDp1JfsI2kP9FjcJJE0SygnZ/SzKe0DHamnyT1OgdQaG/KX2eRv/vXUPg2ukKiA1fyFnFeEsWK6rUO0YgCswqjrM4vU0leZ1b8vK9aM4IDJM3TJqdMLfOa0rPntekNOqXUn213CP+Yiz9l1TH4zX3P/Kv6Vv1gTeGcX0lMaYhowng+97j3LLqGcSUPMklrKen/xrsACFxN9fxaQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCks+XmOepYEdSBP6U0T+r+fZowSS7UHY5W8AUtAkvXiKlTG518luG2wtSALIsB5+jyjC44ITwV9X/vvsDaXQnp1hFanwWeuU1jDdy+MvywvxI9q4naWlDpxrfq4i/AioSvdoIo02uUFYPKTCHrm7wBjTwpWbCD0gbC9/OGAHM88Md3F0qbgFEr3BERvNGe0coCjWRMS8+GTZXS22WW1/NxNzpdCUjO/9j4QydpW7UF1kqVhnPVZozmh4wl0rk8tgb9Zx3vCUBG1Q5eO/q+HsW54eXLa9FcuQcoJnNdV2hMXRHHZHTgaPKZ/ildukzZHo0i/Dq1mi5N3s5A7aDYxOWWlRXazwL8zu/UQVrxVRni8vDTFk5682lskF1WifzADaqicUWzasdK0PC4G7JmHPi+XHskeOt5i4ywEnFRXnYtMOIu0CNO82Rg4CdUAD58YXCGoQ4r9TG4LlwKg75ouNHB/ToJidSg9NBwclP+MICcTpWItxVXpBj/YkeLcntHtV 2021-07-24T16:54:07.345 INFO:teuthology.task.ansible.out:TFNHORxIwIwWng94wVEDCfyXelyAR6VfwcPlWWrbzhbEO9DH40GuluQi38ySWi/HpnrVriJMLzEQA9OPrLsME1LDgPGkF2GloPL8nnnLWB9L+YEBNNAVoSo0PHBsjIibdZ/SZm7zUgYGp4fuG+m1+SDOjcfD6GSXOTQwQou+knEQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDISEXvGI2oJLTRR15ePZLkmdYjaQJxt9V/yBwKdGqYvnPzmLOpdmVpdQJo7ZOWwdp5tJsCy4q5uX5vIUv6Gyi3uVSGmZnrKUbsqoDNwAX5vx/gFBINIs/ZXXyD4fpUT8aoZeq1XmXdIaWG0nImsrtRnRxKP9NGZEcW8z0WPwgF0Ck+RH0qZUix6Bfbgy7vMXnivuDv+NdjEwyszcrPWvf6Krr0am9Q0+9nj/mjvk6CZLl+CH3HNdkhZuNs+qMG4XW8KhLvQB2p790XVlTHuVU4jWrFmjymggZxkhoCY/ukHH6wi2Pbx6yjjKOj8iIw1xKabJzJ7S8UKT23A41d918DUCUuEG66pN6Z4dnv+fZJxj5iEo1GdycSWIc4SpLTK3z4zDZypVKIzjI4o8VwQaN48HkVjUdTICTvGQfytFi3jX1I5nxIZiiPcxMQLR5hQggP8pn2XtvXpomn0aBc8tVuuZJLVq4zCVnhlVB6IACmb71evjFGOsoSuEsaTufUr48= prsrivas@t480.lab.blr.redhat.com", "key_options": null, "keyfile": "/home/prsrivas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2021-07-24T16:54:07.447 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC0zCoXv2Kkxjqv5FOlJZ2PRA9tStdXAVGZJbSLOhAWeqHQL6O2l8MO5GFzHz4FA/g7lbNzLKaCbG1wYGuL9FOt0o36/eHykgENu00SlFunIQn+T/WNaGxrZqnfbdS9TdImFAnVY4vuzrBhFTb6qcqTLhw1WVz+l/iOv5CoY+7NnILWcj8dHNcPzU1ihlFAbvQgQcMtt1130zqc6L8o+SDm2YQF2nuOWxj0LbD6YpRn3AqWsTN5QbqzdeaJiUt6kdywisPdoiSWLuivRKhNLNhnWO+B4DnchwfApy8ovJShHZAsrSoc+a+RQDmOiLXmc5wAvNnREHbqod8/0bQ9vSXaVQCt1gnnK8Bf7GQElg3Z3aep4D4w6rBB+LBsHFbTfrzWAHkXxJeGiQTlJGz0IYHi1weWrzY6x5rEA0gYDu0FVLOLrsYDtuTQpjcTwpmaHCsxz6wU3wCNmTsV/AZhniFHJhHXacCmDp1JfsI2kP9FjcJJE0SygnZ/SzKe0DHamnyT1OgdQaG/KX2eRv/vXUPg2ukKiA1fyFnFeEsWK6rUO0YgCswqjrM4vU0leZ1b8vK9aM4IDJM3TJqdMLfOa0rPntekNOqXUn213CP+Yiz9l1TH4zX3P/Kv6Vv1gTeGcX0lMaYhowng+97j3LLqGcSUPMklrKen/xrsACFxN9fxaQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCks+XmOepYEdSBP6U0T+r+fZowSS7UHY5W8AUtAkvXiKlTG518luG2wtSALIsB5+jyjC44ITwV9X/vvsDaXQnp1hFanwWeuU1jDdy+MvywvxI9q4naWlDpxrfq4i/AioSvdoIo02uUFYPKTCHrm7wBjTwpWbCD0gbC9/OGAHM88Md3F0qbgFEr3BERvNGe0coCjWRMS8+GTZXS22WW1/NxNzpdCUjO/9j4QydpW7UF1kqVhnPVZozmh4wl0rk8tgb9Zx3vCUBG1Q5eO/q+HsW54eXLa9FcuQcoJnNdV2hMXRHHZHTgaPKZ/ildukzZHo0i/Dq1mi5N3s5A7aDYxOWWlRXazwL8zu/UQVrxVRni8vDTFk5682lskF1WifzADaqicUWzasdK0PC4G7JmHPi+XHskeOt5i4ywEnFRXnYtMOIu0CNO82Rg4CdUAD58YXCGoQ4r9TG4LlwKg75ouNHB/ToJidSg9NBwclP+MICcTpWItxVXpBj/YkeLcntHtV 2021-07-24T16:54:07.450 INFO:teuthology.task.ansible.out:TFNHORxIwIwWng94wVEDCfyXelyAR6VfwcPlWWrbzhbEO9DH40GuluQi38ySWi/HpnrVriJMLzEQA9OPrLsME1LDgPGkF2GloPL8nnnLWB9L+YEBNNAVoSo0PHBsjIibdZ/SZm7zUgYGp4fuG+m1+SDOjcfD6GSXOTQwQou+knEQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDISEXvGI2oJLTRR15ePZLkmdYjaQJxt9V/yBwKdGqYvnPzmLOpdmVpdQJo7ZOWwdp5tJsCy4q5uX5vIUv6Gyi3uVSGmZnrKUbsqoDNwAX5vx/gFBINIs/ZXXyD4fpUT8aoZeq1XmXdIaWG0nImsrtRnRxKP9NGZEcW8z0WPwgF0Ck+RH0qZUix6Bfbgy7vMXnivuDv+NdjEwyszcrPWvf6Krr0am9Q0+9nj/mjvk6CZLl+CH3HNdkhZuNs+qMG4XW8KhLvQB2p790XVlTHuVU4jWrFmjymggZxkhoCY/ukHH6wi2Pbx6yjjKOj8iIw1xKabJzJ7S8UKT23A41d918DUCUuEG66pN6Z4dnv+fZJxj5iEo1GdycSWIc4SpLTK3z4zDZypVKIzjI4o8VwQaN48HkVjUdTICTvGQfytFi3jX1I5nxIZiiPcxMQLR5hQggP8pn2XtvXpomn0aBc8tVuuZJLVq4zCVnhlVB6IACmb71evjFGOsoSuEsaTufUr48= prsrivas@t480.lab.blr.redhat.com", "key_options": null, "keyfile": "/home/prsrivas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2021-07-24T16:54:07.564 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQD3vdP9QHyNFUNPOdplezEbdYsQfcC91ncATI6Fl/xHifmUbcvjIRqZHkCY6FNWUpMeg9S3+wlHJtzjVqJJ/MlQML3EtwnzQkeWv8bjtuZ07OqULYIv0zEx63XUfSnrdFleJ8+KDSpn7krkYE44q85B88IL+ZBeq5eCXFJ1TtmsDcvsN8WqZNWMdUGqgH3Bb4D8+YKrEfGxoievyxZ1A1DnBHan2l8foTKYggRrnuSbTb59cFpxY3R7Arc5Cn9kDJT1nDVBA5SSGCfRMiNyBOUzQVYe/UjKTaCpngglXC3wYnjoGvGcpksHLQCxyuJPB6djC1tdF+3Jehdf8y8+2TBzWXiiPq2XwS58sER5GcLLLQv26pPL8hgu6CdI0sHxgcgQBgpjoLwUMHmv13CnN/AAcZY4RRDK2X5zd6wFSEhuuCoUqh/m7K219IxI6fVkLaApC851D/ua/pj9OMjiOaJ+D13cPrgfqxva4eK8FQZvqQm7aUK/TT216QNYmn7hkzNjMTkjv/L5yYQ5Ym92AHy44wHzLPrtDB5mk94vHOjG+KlAt9ofuLncMSAXWe+fOqxuIQ6VfbL2LUv0EGYhHe4XOVj98q5utsVQxQbXAZzNQaq9FWXs2A4xcVP7aWj0Fooi17LN/W0ng4Iijir5hyLr7k7M1G6resgiY7p83biNow== pdonnell@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQCpgLVt7Zphmf6nqD+9BC0N91jdmaY6ZpvrYWlzbhxXITQ6juIEtegnlZ+8ohdeEfHFBiyu1xOSQSM1X1ugvpPQE94UqQg7JVb0tuoUCNJHYnIuv8T4YgyP0/vEV48k2G0BBWlP+IJ5f1iDvZuLHWLR5JSgGqh5ELaaHr7Cbyb6JlImldb7SDIoPHMCZ+n6dLO8l5Zy7qWelw6aeA770xmPucBr6t/BVns2g77XgJz6zFd99yEaDy27i8jfzL7WqR9i93yVE9EsL7tuOjg6G9KUzxBF0bg9iVsJXypvcBuG0JwQ+SDKqYw/cN4iLy5qBa6Siqrfpc/LKU21VNmJ0e5eXNgKKbMBpBb8GVmkoLaSRcXw7LclWopjNDA+meUhDAwU7b97N7cqN8BYhBKQyiShXFHMKLuNo2fSuTRt/icfb9VisKNGBdvwgV0oOlrqbXMzZKmj9amb9b+3JDBTGB7ioCsj5x/Evf9srXRrQ9kikIr1aBbVXIWir/lasNWVydcmUYsNi8L7W0vXArLwp+GgOXJFeZUiD3z9LG4CouRxMSwoj3lgWeL2ZR8feH4D/SP/+QmBdU6+aG97au9qreeXi5X8QTR3LND0DwwEKczX+3s+Fa950Oieom/gXC57PVKVh90KVoAGw3HzJTlZrauOtLkYbTUAX6woOMhAtJ5oWuDDT4UrHQj37jRrrl2dETLwKwUJN2+2L07vnnOZ4ABcGWLsU6d3bXeUBlw3pdsYqPebDKUEpjL2kUOw+zmfjE 2021-07-24T16:54:07.566 INFO:teuthology.task.ansible.out:fdVx9BfrvExvDX+3MkxccCJ8FY7od1s5fGEFHsXnIiMnLO/HZb/JN+Aoe+/ExadIcYwJnWcCJyly2/532kGFUlzOliCwPxgJpjWCKQAv6LjWmxoPXiA4JI0bp6y7lMEjmV2Bp3mwphlsW/r8Ie5hg1UPh/ttHRp/VZgcV8e6nNmP/qc6k9b2DWTNFqtWqm1hXLOwq08HzUEeH9mTqvenyAbv2RFMOS18Y2K+4BKUzHwZujrz9qEh/kqtpFScEIXkOJ+HZz3mI6XfjWFIPS487yRGfUvW3+nSWhvHc8vJY21bFRKdjD84qCVlZ2BfOCGUZSKftVItEiqXMTRs3RZd5epfCVZbJuA0hG16jUseeHqqZqDtlbLkzkxtS6v3iGRnPh/Ke/94FHHCzvYY8cmMYAVaM6p/G3edWftbaEtN70Fo7VKxPrpPzuSRZ7Vxmnb+Zad95DxxAC/vtMy/vkBVIP6dyn4HGxqa1oECFMe4oXdhnxZQoPzvWxb8upcXeAeOMMbcIlMq5a+dCBPGFNKhNhrb+9uAEDHwjE7rZlMJVSvt9v1S4hll6jiYIap+7n4reSKrS45aO9U0xiKXJJDohh pdonnell@icewind\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQC8MdUJzIvTCn0fM+hv1HAO/Lwjy/C/V7stQRWGIxyrRHbniyX8iuaU3j7YNFglSQPJq+YRM9UnGauM9/0J9tHKLsMp+zRQYrtxU/ThiTUN8TRJY11mGUol4yLsqkTtm6oq5sl6o+LfuA4hzaYc3XLrFHRJuCUgbtPG71Q0C/y3U+itrDK4wXUxBa4YzZzcIMg+c88VXwoouPbiL0gW5PCXzMaNtKlOqBUKlE935MLn70wIEfN/EwAAbss0ga1moqeqmi9Nlvm20DNIVFmkAGtYoq6CHXtL/uehzai5Sueop8Vmd8+1U8gDTo6JpiagdD8ZNf0zAbRx587KAT5ZMnahJpO276j7RNa85ZFkNkEnBLqBHRkCkTCYq1GehYyRaR69uuKyczFiIoTfAQgPh7VlnpT9525b/4nFsBDOkWxxWAIJR61YiKemPV/n/e9SwhvVsMDb2B/RBriwR7Mi2SZ/lBHGB+z0OA+EE2rGZy4LFVOfUczqIdpltlNotXan4M4F361i+bX19KE+f2RLySn3+GiFv0CdLwslS/y4xysz+FWxw6B0Y/EkpiDU3CdWM61+THGGm/DVhfL/Pvca7k8PonHFYw/x5w1nBcADpkM9JF+m5eOnp+weTEzl58sS+3GnoAuL8YFJwMW1RmE50xM0o5E3SDc8XftUvaSZz8mhII3uwDDukbELfmkLbnIeipQKyjO+GEx0JBp4Itz82qGuao0Wi32U9wHzhSWnX4GQ0pKZnq9frSlyCNwHu/iMiKF8sA2bX3dvplFJ9nKWPefcU8bdl/upr5hYrd2GttjUSkWZa+UuF264yx3ztcN7jotRhEmmdEcHVzKQ26/NyRI4/9DQpDKY7zw4O2wFkXWg5L9kodXwWzgy4cyOr4dMD9LBVLOpHc0CAji5/+lfuYQbu1mwVdfOzCXDqByjt7zCbeN7KuUh403sJ8PTQVp642xA9i4AkPv5g+fqi5C0++1DbZP0lmLfKtTswHhoN+kAqZu2N4Mu6mNVNKyZgW5h1pZzNSGWYcZttyYmMCHhPketReL0LPJ+VUsqQCVohuta3aaSe44InA28GZsXzMj5B0el/84bnE7cN4b+rfGD25NT73JEt3RgPa9W9jqT1hwd/nf53BDKpp7DlHjR77WSWT4h4F7bhbM1RsGSqAfZjCUJT6Rq+IuM2XcrLDY8zIeArkqaZLXMzfGj6KJ7cQes05P5LYfY4osXiq68Gs/7gzF31PQRRGOYAoqMN7752sn0ZMcpnUj3mJutQcncRUN4+naTMjU36WWD7it0YuQBnb2IJ4iKjYLInw8pr2zKgWtgr1TSCM4xKp/v1/ZMmbBmS+d 2021-07-24T16:54:07.568 INFO:teuthology.task.ansible.out:TzNC7Mpkt8vdCNjzZ5KZ5 pdonnell@aglarond", "key_options": null, "keyfile": "/home/pdonnell/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pdonnell", "validate_certs": true} 2021-07-24T16:54:07.669 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQD3vdP9QHyNFUNPOdplezEbdYsQfcC91ncATI6Fl/xHifmUbcvjIRqZHkCY6FNWUpMeg9S3+wlHJtzjVqJJ/MlQML3EtwnzQkeWv8bjtuZ07OqULYIv0zEx63XUfSnrdFleJ8+KDSpn7krkYE44q85B88IL+ZBeq5eCXFJ1TtmsDcvsN8WqZNWMdUGqgH3Bb4D8+YKrEfGxoievyxZ1A1DnBHan2l8foTKYggRrnuSbTb59cFpxY3R7Arc5Cn9kDJT1nDVBA5SSGCfRMiNyBOUzQVYe/UjKTaCpngglXC3wYnjoGvGcpksHLQCxyuJPB6djC1tdF+3Jehdf8y8+2TBzWXiiPq2XwS58sER5GcLLLQv26pPL8hgu6CdI0sHxgcgQBgpjoLwUMHmv13CnN/AAcZY4RRDK2X5zd6wFSEhuuCoUqh/m7K219IxI6fVkLaApC851D/ua/pj9OMjiOaJ+D13cPrgfqxva4eK8FQZvqQm7aUK/TT216QNYmn7hkzNjMTkjv/L5yYQ5Ym92AHy44wHzLPrtDB5mk94vHOjG+KlAt9ofuLncMSAXWe+fOqxuIQ6VfbL2LUv0EGYhHe4XOVj98q5utsVQxQbXAZzNQaq9FWXs2A4xcVP7aWj0Fooi17LN/W0ng4Iijir5hyLr7k7M1G6resgiY7p83biNow== pdonnell@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQCpgLVt7Zphmf6nqD+9BC0N91jdmaY6ZpvrYWlzbhxXITQ6juIEtegnlZ+8ohdeEfHFBiyu1xOSQSM1X1ugvpPQE94UqQg7JVb0tuoUCNJHYnIuv8T4YgyP0/vEV48k2G0BBWlP+IJ5f1iDvZuLHWLR5JSgGqh5ELaaHr7Cbyb6JlImldb7SDIoPHMCZ+n6dLO8l5Zy7qWelw6aeA770xmPucBr6t/BVns2g77XgJz6zFd99yEaDy27i8jfzL7WqR9i93yVE9EsL7tuOjg6G9KUzxBF0bg9iVsJXypvcBuG0JwQ+SDKqYw/cN4iLy5qBa6Siqrfpc/LKU21VNmJ0e5eXNgKKbMBpBb8GVmkoLaSRcXw7LclWopjNDA+meUhDAwU7b97N7cqN8BYhBKQyiShXFHMKLuNo2fSuTRt/icfb9VisKNGBdvwgV0oOlrqbXMzZKmj9amb9b+3JDBTGB7ioCsj5x/Evf9srXRrQ9kikIr1aBbVXIWir/lasNWVydcmUYsNi8L7W0vXArLwp+GgOXJFeZUiD3z9LG4CouRxMSwoj3lgWeL2ZR8feH4D/SP/+QmBdU6+aG97au9qreeXi5X8QTR3LND0DwwEKczX+3s+Fa950Oieom/gXC57PVKVh90KVoAGw3HzJTlZrauOtLkYbTUAX6woOMhAtJ5oWuDDT4UrHQj37jRrrl2dETLwKwUJN2+2L07vnnOZ4ABcGWLsU6d3bXeUBlw3pdsYqPebDKUEpjL2kUOw+zmfjE 2021-07-24T16:54:07.671 INFO:teuthology.task.ansible.out:fdVx9BfrvExvDX+3MkxccCJ8FY7od1s5fGEFHsXnIiMnLO/HZb/JN+Aoe+/ExadIcYwJnWcCJyly2/532kGFUlzOliCwPxgJpjWCKQAv6LjWmxoPXiA4JI0bp6y7lMEjmV2Bp3mwphlsW/r8Ie5hg1UPh/ttHRp/VZgcV8e6nNmP/qc6k9b2DWTNFqtWqm1hXLOwq08HzUEeH9mTqvenyAbv2RFMOS18Y2K+4BKUzHwZujrz9qEh/kqtpFScEIXkOJ+HZz3mI6XfjWFIPS487yRGfUvW3+nSWhvHc8vJY21bFRKdjD84qCVlZ2BfOCGUZSKftVItEiqXMTRs3RZd5epfCVZbJuA0hG16jUseeHqqZqDtlbLkzkxtS6v3iGRnPh/Ke/94FHHCzvYY8cmMYAVaM6p/G3edWftbaEtN70Fo7VKxPrpPzuSRZ7Vxmnb+Zad95DxxAC/vtMy/vkBVIP6dyn4HGxqa1oECFMe4oXdhnxZQoPzvWxb8upcXeAeOMMbcIlMq5a+dCBPGFNKhNhrb+9uAEDHwjE7rZlMJVSvt9v1S4hll6jiYIap+7n4reSKrS45aO9U0xiKXJJDohh pdonnell@icewind\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQC8MdUJzIvTCn0fM+hv1HAO/Lwjy/C/V7stQRWGIxyrRHbniyX8iuaU3j7YNFglSQPJq+YRM9UnGauM9/0J9tHKLsMp+zRQYrtxU/ThiTUN8TRJY11mGUol4yLsqkTtm6oq5sl6o+LfuA4hzaYc3XLrFHRJuCUgbtPG71Q0C/y3U+itrDK4wXUxBa4YzZzcIMg+c88VXwoouPbiL0gW5PCXzMaNtKlOqBUKlE935MLn70wIEfN/EwAAbss0ga1moqeqmi9Nlvm20DNIVFmkAGtYoq6CHXtL/uehzai5Sueop8Vmd8+1U8gDTo6JpiagdD8ZNf0zAbRx587KAT5ZMnahJpO276j7RNa85ZFkNkEnBLqBHRkCkTCYq1GehYyRaR69uuKyczFiIoTfAQgPh7VlnpT9525b/4nFsBDOkWxxWAIJR61YiKemPV/n/e9SwhvVsMDb2B/RBriwR7Mi2SZ/lBHGB+z0OA+EE2rGZy4LFVOfUczqIdpltlNotXan4M4F361i+bX19KE+f2RLySn3+GiFv0CdLwslS/y4xysz+FWxw6B0Y/EkpiDU3CdWM61+THGGm/DVhfL/Pvca7k8PonHFYw/x5w1nBcADpkM9JF+m5eOnp+weTEzl58sS+3GnoAuL8YFJwMW1RmE50xM0o5E3SDc8XftUvaSZz8mhII3uwDDukbELfmkLbnIeipQKyjO+GEx0JBp4Itz82qGuao0Wi32U9wHzhSWnX4GQ0pKZnq9frSlyCNwHu/iMiKF8sA2bX3dvplFJ9nKWPefcU8bdl/upr5hYrd2GttjUSkWZa+UuF264yx3ztcN7jotRhEmmdEcHVzKQ26/NyRI4/9DQpDKY7zw4O2wFkXWg5L9kodXwWzgy4cyOr4dMD9LBVLOpHc0CAji5/+lfuYQbu1mwVdfOzCXDqByjt7zCbeN7KuUh403sJ8PTQVp642xA9i4AkPv5g+fqi5C0++1DbZP0lmLfKtTswHhoN+kAqZu2N4Mu6mNVNKyZgW5h1pZzNSGWYcZttyYmMCHhPketReL0LPJ+VUsqQCVohuta3aaSe44InA28GZsXzMj5B0el/84bnE7cN4b+rfGD25NT73JEt3RgPa9W9jqT1hwd/nf53BDKpp7DlHjR77WSWT4h4F7bhbM1RsGSqAfZjCUJT6Rq+IuM2XcrLDY8zIeArkqaZLXMzfGj6KJ7cQes05P5LYfY4osXiq68Gs/7gzF31PQRRGOYAoqMN7752sn0ZMcpnUj3mJutQcncRUN4+naTMjU36WWD7it0YuQBnb2IJ4iKjYLInw8pr2zKgWtgr1TSCM4xKp/v1/ZMmbBmS+d 2021-07-24T16:54:07.672 INFO:teuthology.task.ansible.out:TzNC7Mpkt8vdCNjzZ5KZ5 pdonnell@aglarond", "key_options": null, "keyfile": "/home/pdonnell/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pdonnell", "validate_certs": true} 2021-07-24T16:54:07.773 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDKzhyWb3PmU88m8BbgpEuBzYM6+x28z6aZwHSesiyfXMfF4Y7IZjtKaTxH0ph/O9GQCPhRCVhRd8TlgKWJGhts1E+VkQfHfT18CgmrPWzj3gifc2FJhL97vB1Pd3jksGnOPAikgYPHP46SVMTtyvXCkOUuo7E29WrkdpjawcqM1rfpw63OnzHf7Ar7Sqh/othB7ajyVQ92t+XWSEqj7K+NRfTaq5L5RBWbwarM885o8xdI5mimOZ0QjzKOhFDORrI+HEVlkutyB8E20nZgo7TUy+kYeLVhEqb3A6Pi2QbA9GFLT69kA/H9nebhj7Cuim9yrx4OKeZuIncG0UxSQF3QmWflAZHBs8L/jniTz4DJ5id5jR29tvGK2LeddCEMB1L2cHwWHlG0aX5jaNEJe+nG6H5Tcg3+M1RPM8twBkRQmS3UzAyX/MTH1kktyFUHn8CdBXe0WTuoFSvXLB6BCHWzDYZOt0tIV/xMtBwhy+XGYA4oZSsDU5m7VlSVLBGL8DbRX69Z8AGey2y3FoFu/roY6NmDhTxUedJ2ZfoKSwdZD6jjatdO1621nonBnJxrDgaXCWzT7HtnWcc3GwxZoBrqkvgpsx88f4lNi22OpYVPV6A4hECe04u6OJnHSWVk3ft3p5PaLNF8aEXbiIgzZKAwX3LxpvEDFH/t1sdihhpmjw== jlayton@synchrony.poochiereds.net", "key_options": null, "keyfile": "/home/jlayton/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jlayton", "validate_certs": true} 2021-07-24T16:54:07.878 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDKzhyWb3PmU88m8BbgpEuBzYM6+x28z6aZwHSesiyfXMfF4Y7IZjtKaTxH0ph/O9GQCPhRCVhRd8TlgKWJGhts1E+VkQfHfT18CgmrPWzj3gifc2FJhL97vB1Pd3jksGnOPAikgYPHP46SVMTtyvXCkOUuo7E29WrkdpjawcqM1rfpw63OnzHf7Ar7Sqh/othB7ajyVQ92t+XWSEqj7K+NRfTaq5L5RBWbwarM885o8xdI5mimOZ0QjzKOhFDORrI+HEVlkutyB8E20nZgo7TUy+kYeLVhEqb3A6Pi2QbA9GFLT69kA/H9nebhj7Cuim9yrx4OKeZuIncG0UxSQF3QmWflAZHBs8L/jniTz4DJ5id5jR29tvGK2LeddCEMB1L2cHwWHlG0aX5jaNEJe+nG6H5Tcg3+M1RPM8twBkRQmS3UzAyX/MTH1kktyFUHn8CdBXe0WTuoFSvXLB6BCHWzDYZOt0tIV/xMtBwhy+XGYA4oZSsDU5m7VlSVLBGL8DbRX69Z8AGey2y3FoFu/roY6NmDhTxUedJ2ZfoKSwdZD6jjatdO1621nonBnJxrDgaXCWzT7HtnWcc3GwxZoBrqkvgpsx88f4lNi22OpYVPV6A4hECe04u6OJnHSWVk3ft3p5PaLNF8aEXbiIgzZKAwX3LxpvEDFH/t1sdihhpmjw== jlayton@synchrony.poochiereds.net", "key_options": null, "keyfile": "/home/jlayton/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jlayton", "validate_certs": true} 2021-07-24T16:54:07.983 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCijPApnekNl/dsY+fleKYstEzNkKflBEcCoKtjItUCDJCVLVFOsDBrV94EGvDWpr13aj9sSwpUzRbeu/vOW8ZT853HH6Dqg2+eoYwG6vDRprZb93nw6l4vtU59/M0yKkyi9CPp2+YUo31cCFzYWpq8bv2j1xBruDSUCUdn9nJrHiLFqA4QEwSpw+uVCjSKzQL+LjlKmE8Plfd+8mNCQeY/OFsjxAztwN+4M50SZCnOVCIwEXoYRNd82JOXMOaqZJazSWTO8Tml6+Nu0hyEcvHkHxWRDSM+6LmXNnjlVUPyDN2h1/VAYATpOZ2VhmRarDoftCp9Wzi7eQdL/CGiMyuD rzarzyns@redhat.com", "key_options": null, "keyfile": "/home/rzarzynski/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rzarzynski", "validate_certs": true} 2021-07-24T16:54:08.103 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCijPApnekNl/dsY+fleKYstEzNkKflBEcCoKtjItUCDJCVLVFOsDBrV94EGvDWpr13aj9sSwpUzRbeu/vOW8ZT853HH6Dqg2+eoYwG6vDRprZb93nw6l4vtU59/M0yKkyi9CPp2+YUo31cCFzYWpq8bv2j1xBruDSUCUdn9nJrHiLFqA4QEwSpw+uVCjSKzQL+LjlKmE8Plfd+8mNCQeY/OFsjxAztwN+4M50SZCnOVCIwEXoYRNd82JOXMOaqZJazSWTO8Tml6+Nu0hyEcvHkHxWRDSM+6LmXNnjlVUPyDN2h1/VAYATpOZ2VhmRarDoftCp9Wzi7eQdL/CGiMyuD rzarzyns@redhat.com", "key_options": null, "keyfile": "/home/rzarzynski/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rzarzynski", "validate_certs": true} 2021-07-24T16:54:08.197 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdGthG4qx90VQ8mJ7TI/IFFzptkSqBHYZsFIVu06IQgHbnFBvjao6heGt4UlkWJkegPCDWpKVAe7wFuXDpPlj/VssRHB5LBnYHKGfkNAzMNiMjpEZsTdy+9w39CCujipz0AlOSfrUdANBZ11AnG9VgQSPEukX5487juob55lFM6J3x+v4opBF3rSlux3+thbr8V0w4oCHMD9/aHvVjFoBnxo4oirR4jc/jgC2fQCMiAJhFKJGhjkKFiNHxcB3npBuRnpy+59BcScOAzSXdJ7DGnwxQLjymnhqsAcWinjjJhOjaq6NaoeKv5I7zQLaVGaQdIyuuAK1Dnb7trpfQU7mR rdias@rdias-suse-laptop", "key_options": null, "keyfile": "/home/rdias/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rdias", "validate_certs": true} 2021-07-24T16:54:08.312 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdGthG4qx90VQ8mJ7TI/IFFzptkSqBHYZsFIVu06IQgHbnFBvjao6heGt4UlkWJkegPCDWpKVAe7wFuXDpPlj/VssRHB5LBnYHKGfkNAzMNiMjpEZsTdy+9w39CCujipz0AlOSfrUdANBZ11AnG9VgQSPEukX5487juob55lFM6J3x+v4opBF3rSlux3+thbr8V0w4oCHMD9/aHvVjFoBnxo4oirR4jc/jgC2fQCMiAJhFKJGhjkKFiNHxcB3npBuRnpy+59BcScOAzSXdJ7DGnwxQLjymnhqsAcWinjjJhOjaq6NaoeKv5I7zQLaVGaQdIyuuAK1Dnb7trpfQU7mR rdias@rdias-suse-laptop", "key_options": null, "keyfile": "/home/rdias/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rdias", "validate_certs": true} 2021-07-24T16:54:08.418 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEEjb7yrcY6I6XbMU0hCps1NqBuYmA6HDmMcS/l3i5wJRBitIXYVlv6pefUG9gdBYR5NneccLfVFURu+DC63MJa2ELJvVXsQ6YUOX39bJUT9KlZs8mH+nlTD7tlPmP17Ae3k8sT0H42Q+/5+b5YvdAU+03aPhzntmy38SyvLKrvowRk63wHgcE9p23LY9tY3+HSJu86cb/IdePk1GLjnrMeT9aM+5j2eETrmBjMArP+/2UIsT5eb8MBkQzJ299SCC2gfV/qIVkorFl9xdejctAwNwdT0SPTMxCHxaiK3wZ0e/5HHTbSgR5YlxOlKYq93XBVYIaFKPCePk1At1a3Pjh cephalopod@octopus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcrTZoKO5e5xs2PB2UuAruvGlJESTHNAtqipbC8yJtRg8WGVDLt//rGu36QNSbpbJYMZgqgKsXBYolJB1ckqLYLv5j8RAoVwbW4QqKaV95y7x0bbXs/YAPnRBhEO1nfpT8GHQusUZvTbz38FDaQwstsYoncmsyZwBrqus9ycFavpY4wfpKoWtzeiK5Wjq7ervThOs98ZJKXJXOOxeI7mDakE3Jv7q2tBNu/rU1kzxIl65kWURzgxox6EmIZXQK3FzKt0jjdKtApVYSlx4ODLPI4iyxOv+MbRe3Nnj6FDhfz8/FeP/U5wWxdYx2WslzZCOI1BJ0VDLu3xEpLlu4vPzp vshankar@h3ckers-pride", "key_options": null, "keyfile": "/home/vshankar/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vshankar", "validate_certs": true} 2021-07-24T16:54:08.534 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEEjb7yrcY6I6XbMU0hCps1NqBuYmA6HDmMcS/l3i5wJRBitIXYVlv6pefUG9gdBYR5NneccLfVFURu+DC63MJa2ELJvVXsQ6YUOX39bJUT9KlZs8mH+nlTD7tlPmP17Ae3k8sT0H42Q+/5+b5YvdAU+03aPhzntmy38SyvLKrvowRk63wHgcE9p23LY9tY3+HSJu86cb/IdePk1GLjnrMeT9aM+5j2eETrmBjMArP+/2UIsT5eb8MBkQzJ299SCC2gfV/qIVkorFl9xdejctAwNwdT0SPTMxCHxaiK3wZ0e/5HHTbSgR5YlxOlKYq93XBVYIaFKPCePk1At1a3Pjh cephalopod@octopus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcrTZoKO5e5xs2PB2UuAruvGlJESTHNAtqipbC8yJtRg8WGVDLt//rGu36QNSbpbJYMZgqgKsXBYolJB1ckqLYLv5j8RAoVwbW4QqKaV95y7x0bbXs/YAPnRBhEO1nfpT8GHQusUZvTbz38FDaQwstsYoncmsyZwBrqus9ycFavpY4wfpKoWtzeiK5Wjq7ervThOs98ZJKXJXOOxeI7mDakE3Jv7q2tBNu/rU1kzxIl65kWURzgxox6EmIZXQK3FzKt0jjdKtApVYSlx4ODLPI4iyxOv+MbRe3Nnj6FDhfz8/FeP/U5wWxdYx2WslzZCOI1BJ0VDLu3xEpLlu4vPzp vshankar@h3ckers-pride", "key_options": null, "keyfile": "/home/vshankar/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vshankar", "validate_certs": true} 2021-07-24T16:54:08.620 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+CtnvyVRSkIvD15O/q7/vQmD4oE8q7Mo6oT3kqTXaEaQ7iDayC2biUC0PC4OztPlNJxPUcKK5DfWw4F79OKeheqUbZRhsCC3Ge2JGoXHmsf0kBYdioMGiAxm+f8M/v1KESSSxvEnU7o+oi6VtFchh4Dl/WZ54rqZc/oQrlGNTHulFAuyoIAlKkCe3N0GdHN54PB+26QbLXvOuqpWmjVFbcjgRC62mkZl3LuCBhviXS4Rl5/ZE0QIHubCwV5XVrsqvscLS64bi06W8RN2vL56Vn3N9TGV4d2dlbE1PaBBESoTQ7Q0iUN32OAZLo7nF/1fiPY3Xc8r35juya5k+KR9z adam@TP50", "key_options": null, "keyfile": "/home/akupczyk/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "akupczyk", "validate_certs": true} 2021-07-24T16:54:08.745 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+CtnvyVRSkIvD15O/q7/vQmD4oE8q7Mo6oT3kqTXaEaQ7iDayC2biUC0PC4OztPlNJxPUcKK5DfWw4F79OKeheqUbZRhsCC3Ge2JGoXHmsf0kBYdioMGiAxm+f8M/v1KESSSxvEnU7o+oi6VtFchh4Dl/WZ54rqZc/oQrlGNTHulFAuyoIAlKkCe3N0GdHN54PB+26QbLXvOuqpWmjVFbcjgRC62mkZl3LuCBhviXS4Rl5/ZE0QIHubCwV5XVrsqvscLS64bi06W8RN2vL56Vn3N9TGV4d2dlbE1PaBBESoTQ7Q0iUN32OAZLo7nF/1fiPY3Xc8r35juya5k+KR9z adam@TP50", "key_options": null, "keyfile": "/home/akupczyk/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "akupczyk", "validate_certs": true} 2021-07-24T16:54:08.849 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDeUJcLeyfqIk3ErPoFqh9kOnvUPsk/2hfaYNC2wZLMOSTIs3zXM8xjki8eN6vle0dmmeeAdwF+e2hJ3tCFKsEUQRvMc7ugIBA7L8/DboShYu7ItyQ3QRvy9pi6jnA/tlHA1LHalvyhMw0yZ4kvPbrfNMhZzOKzvL6jX166rqLA5AuiIfdYMBpE5rYq11GVjm0uQKw4UJpBMooNJeovEfQlNBTSV+IJSTiGBpBD7SgsuW3USMeEF3fEgQOcnvYdv5Fbp/crloyLWYc0HTidkLxpjP7vqY7E4BuBJug0zIB7voR3MYq6rAeuWjByPvq6coDlUjnw/QlrvarCbjjSaHdaRXLj/Dj+QqJFviESBr64ZynhHL21Bl6rexW7AwYyPa73Erbus3dN0aVQQ/ApcDTGHT7KRlDQ2YYg05YM4swpVVnrIdV58FzLWkll+ypCK/+kdtk5eRSe/KzZA3s7z4d4WLgolFWs8Fky8Rx1xDGewvMJgFUWVUbcGC13RocbNSxXG80cbIx8L/sclX4lDfGouu2sUXhP19vq1rJ7gZa6XTPohXjPbFS+En2cdlGdKXhppdvjT4QWKNzgQoF7qgWHMqJnMFJ6beT/2zP34KoM3t0ulee04z88VSn8Th8aqvLlGbdrt5LrE90escSaIAR1vNKZ1hCFwGieSKoRtYJTCw== nojha@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6NWn9EzQJoeXkUbaNclYcR9Gga7HFhhXMGxdo/9ypYwlEzQTA6FnEreG3s1EmlQ4hofuc0kMhrjh0YeJZMrETWMoA0SmoX+6iR26UWVtOTk7i1v2TqkTY7llmQneHqQgmZEBXK0jF1HVP5kHY5dhagtcpfsGY5dc0eGUjfqAyh/xrCxciOE/JQ03tDcKIc5eOQIqv46JqnUS90Zr/Cov2qGKKHTa/VO1a2viOmDC/uHi5xXvII1Kh9rHp1oZ2Wm3fiGgT8xZaTJFFhWpdq3AdKfkEaV93yQcCdaUsGBHwDHcPOhxpBZpqZvcCR3I/tigDav4QViB1PRN7JnTIWCIznfrQK3r2Frl6BVFDvydwgRVS43ctEKPOJj8ELMUWX+fpjsKrA9Kn7nUU35ti7qIWKg1Cnz3lzVA29TsEg10E+nT4SVKZtRSWw/2AX0bsfxfSY30yjw5PP+bjnVh/bOOkqR2UkPBj4eeOKMD8nV1an79xP0eH+t36INaJhq6qwxE= nojha@nojha-mac", "key_options": null, "keyfile": "/home 2021-07-24T16:54:08.851 INFO:teuthology.task.ansible.out:/nojha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nojha", "validate_certs": true} 2021-07-24T16:54:08.954 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDeUJcLeyfqIk3ErPoFqh9kOnvUPsk/2hfaYNC2wZLMOSTIs3zXM8xjki8eN6vle0dmmeeAdwF+e2hJ3tCFKsEUQRvMc7ugIBA7L8/DboShYu7ItyQ3QRvy9pi6jnA/tlHA1LHalvyhMw0yZ4kvPbrfNMhZzOKzvL6jX166rqLA5AuiIfdYMBpE5rYq11GVjm0uQKw4UJpBMooNJeovEfQlNBTSV+IJSTiGBpBD7SgsuW3USMeEF3fEgQOcnvYdv5Fbp/crloyLWYc0HTidkLxpjP7vqY7E4BuBJug0zIB7voR3MYq6rAeuWjByPvq6coDlUjnw/QlrvarCbjjSaHdaRXLj/Dj+QqJFviESBr64ZynhHL21Bl6rexW7AwYyPa73Erbus3dN0aVQQ/ApcDTGHT7KRlDQ2YYg05YM4swpVVnrIdV58FzLWkll+ypCK/+kdtk5eRSe/KzZA3s7z4d4WLgolFWs8Fky8Rx1xDGewvMJgFUWVUbcGC13RocbNSxXG80cbIx8L/sclX4lDfGouu2sUXhP19vq1rJ7gZa6XTPohXjPbFS+En2cdlGdKXhppdvjT4QWKNzgQoF7qgWHMqJnMFJ6beT/2zP34KoM3t0ulee04z88VSn8Th8aqvLlGbdrt5LrE90escSaIAR1vNKZ1hCFwGieSKoRtYJTCw== nojha@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6NWn9EzQJoeXkUbaNclYcR9Gga7HFhhXMGxdo/9ypYwlEzQTA6FnEreG3s1EmlQ4hofuc0kMhrjh0YeJZMrETWMoA0SmoX+6iR26UWVtOTk7i1v2TqkTY7llmQneHqQgmZEBXK0jF1HVP5kHY5dhagtcpfsGY5dc0eGUjfqAyh/xrCxciOE/JQ03tDcKIc5eOQIqv46JqnUS90Zr/Cov2qGKKHTa/VO1a2viOmDC/uHi5xXvII1Kh9rHp1oZ2Wm3fiGgT8xZaTJFFhWpdq3AdKfkEaV93yQcCdaUsGBHwDHcPOhxpBZpqZvcCR3I/tigDav4QViB1PRN7JnTIWCIznfrQK3r2Frl6BVFDvydwgRVS43ctEKPOJj8ELMUWX+fpjsKrA9Kn7nUU35ti7qIWKg1Cnz3lzVA29TsEg10E+nT4SVKZtRSWw/2AX0bsfxfSY30yjw5PP+bjnVh/bOOkqR2UkPBj4eeOKMD8nV1an79xP0eH+t36INaJhq6qwxE= nojha@nojha-mac", "key_options": null, "keyfile": "/home 2021-07-24T16:54:08.956 INFO:teuthology.task.ansible.out:/nojha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nojha", "validate_certs": true} 2021-07-24T16:54:09.058 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+c7zV5QmZb0WsgA2UZogoDNaoHcngRVLA8+BYk/U10ZlvCckJSfIXWMlBnqguZgdm/jBwsw5mGVBgHxUSqFNybwIlU00kyPZU6VbyVP+ZNVUf0XIE1NlemldgPBxxcOzSHkHhWrUqA3IKiCllcQVDQzutfUnq+jDT6NkVn4/cyNzNlargt7FR2L8gvskh62jLTBbhEuHMBp3jLCvaHJOk708gXm9qZ5iLOGV0pu7xdg58KE0p8ILClQBTbvoqPgZE9LA3qaOk1NR1n22kuW8JRHaKfD2Hn0Yu/MfKct783Bxb3mxWBKXxmM4otdmsR/R14NH/hIPce9wSkOOnQAC9 ifed@37526", "key_options": null, "keyfile": "/home/ifed01/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ifed01", "validate_certs": true} 2021-07-24T16:54:09.167 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+c7zV5QmZb0WsgA2UZogoDNaoHcngRVLA8+BYk/U10ZlvCckJSfIXWMlBnqguZgdm/jBwsw5mGVBgHxUSqFNybwIlU00kyPZU6VbyVP+ZNVUf0XIE1NlemldgPBxxcOzSHkHhWrUqA3IKiCllcQVDQzutfUnq+jDT6NkVn4/cyNzNlargt7FR2L8gvskh62jLTBbhEuHMBp3jLCvaHJOk708gXm9qZ5iLOGV0pu7xdg58KE0p8ILClQBTbvoqPgZE9LA3qaOk1NR1n22kuW8JRHaKfD2Hn0Yu/MfKct783Bxb3mxWBKXxmM4otdmsR/R14NH/hIPce9wSkOOnQAC9 ifed@37526", "key_options": null, "keyfile": "/home/ifed01/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ifed01", "validate_certs": true} 2021-07-24T16:54:09.261 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnOq6OHTRJuv7n0GZygBue/AE2q47pFM3KyrvmZxPRNmwtXn2r3ngHQQyc6DLZdFIv9Yn0VWu1KB/ryCdN3Xy7HAxBfHdKjtQ4vvfsWUbQF2JjhEjrsl+usgpqK1Tz6yuL4uAtFgLTN9o6gcH2bsQ15w+rEHCiYVzaGp7Cj+y+/VPBRIEHETSUZxwqiDH57uFTHxJrBIn6yhCorbn5QOjfmHUGmkxl3Geph++LbuQeha5F/DHaylMulsYZZBDEhIG8G2coDmVz8Cp1gw0kBWv63JHKnXaJboGXty2Zj36O/wdZKTE+7cV6JhxfJczhZBTb2cImIhspGwdHfnFgBoXz myoungwon@fg2server", "key_options": null, "keyfile": "/home/myoungwon/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "myoungwon", "validate_certs": true} 2021-07-24T16:54:09.377 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnOq6OHTRJuv7n0GZygBue/AE2q47pFM3KyrvmZxPRNmwtXn2r3ngHQQyc6DLZdFIv9Yn0VWu1KB/ryCdN3Xy7HAxBfHdKjtQ4vvfsWUbQF2JjhEjrsl+usgpqK1Tz6yuL4uAtFgLTN9o6gcH2bsQ15w+rEHCiYVzaGp7Cj+y+/VPBRIEHETSUZxwqiDH57uFTHxJrBIn6yhCorbn5QOjfmHUGmkxl3Geph++LbuQeha5F/DHaylMulsYZZBDEhIG8G2coDmVz8Cp1gw0kBWv63JHKnXaJboGXty2Zj36O/wdZKTE+7cV6JhxfJczhZBTb2cImIhspGwdHfnFgBoXz myoungwon@fg2server", "key_options": null, "keyfile": "/home/myoungwon/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "myoungwon", "validate_certs": true} 2021-07-24T16:54:09.481 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQDZPRW12u7LvaiynB87ad5h/JFtYIVjkKIOym9Y5CAbvatHhZ9fB1WAnYIn2HqiSSPUXT8sFy8w0TmM+aH0/ZGcfXoe0CdTWLtUbXKNlPI5h7TO9rHXESP2iRBpnKs3vK8WnMY0/D5BeESrPfwVScucmzaDrjUqjdZKR/aEeqVvDpQsdaCaoqNg23t4nhQ54BEvK8O+14nQ26Rtmm40QHO1ze+0UK+7nUMMFwxvd1EKjVp21EgYAFEbyQ5Kbbl+fmS/11AGy/yTai0c4qd7ohBzZvx8+sY+c1novG9Q7LhtyxuuYwzYIrGBCkKH5+iC7nt2rGBP+mnTfIgdbJUiXX3cdrMESwOSZy6x6zgbXXME+yfM0myhomKmUkpeZAQInX2KYrnEuPD9kteyK9tZcG6gJSaiUdvlab49Alx5lM2hc62M4s4WKaIgroCoApd8FtNAlTQsdYuycntgNrbPy0LXQ5hw8K8hkvc6RbxISdj/RXWguQSVbJWdS9Pf5NwD3Tq7dsOghJWhx4vBkhW3IECVrPQWVyAmgQ9oj1PoL7/2LZ6h9P8F0KC1qmhm+pWdEPLugOlU6lzQX7RJcukYlsINThM1RGwbPE4h9XcMyHAnODiDF63TDfQ01oKbVXj9XpOGY5eP0EQxKJYjCfWW0Ot6nK2ZCt8OYvoRkWMGnLv11Nub3NNOgh5TB/4nDvEU1cIb/Ikb4BRzVIEbast/pqUJmXe+GQ+ho7mp8y8a+lIxu54BR+VN6isjwODCVt1DYohgixEoul7p5pXvTM+JUY2GD/ddTGwPvVAN66sWnT9bjZZunQwTHqasFCIHNyPhnEnYIIqCo9O1I/D8zRQG3SYNxT6ED9GPARrE/H0TvdOmKaT3e0F2GRJRSToNxol9dpJovUziojOhXyBUjlTqnMY2RVilX90MnzgqR3zGO0aSruTGyNT2Faymqxn6T/50mSdJ8EyWH23BaaXUUW/z3Cjov+yCQjLY48SOWwlxKXw3hGz8xTAxauBYI01ojsVLCpCUGFyKlWS5iFwiLFtr1KPYqeCoS6CoWjiOiFgGe+w3lPPfp2h4rc6auIx2DZ1ByYhWLeHnpkV7sG+q5ckBIRAYmiKyXSGdV4zbXITMWDm+3zu4oj5VPRCfjMlout8OZ4TQm5PUdKZZhSE1jULG9tPDFL7nWwM3z0HET+d9kQYcEO6QB+ma9gZHp1qZJbXvCIC5fQ9y9El++A6N3dBr+ED10Ye88PLoWPeumyAmc24BDdI0skGk89Q0IzoLqagK6HGhPAso8si9wr84CEi4ncpizVLDU2cFKCpef4Sa03HoMbwfTgERtyptKFRbMT+SpuZsnrhF635h9uqFnszowUXV guits@Elisheba", "key_options": null, "keyfile": "/home/gabrioux/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": " 2021-07-24T16:54:09.483 INFO:teuthology.task.ansible.out:gabrioux", "validate_certs": true} 2021-07-24T16:54:09.597 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQDZPRW12u7LvaiynB87ad5h/JFtYIVjkKIOym9Y5CAbvatHhZ9fB1WAnYIn2HqiSSPUXT8sFy8w0TmM+aH0/ZGcfXoe0CdTWLtUbXKNlPI5h7TO9rHXESP2iRBpnKs3vK8WnMY0/D5BeESrPfwVScucmzaDrjUqjdZKR/aEeqVvDpQsdaCaoqNg23t4nhQ54BEvK8O+14nQ26Rtmm40QHO1ze+0UK+7nUMMFwxvd1EKjVp21EgYAFEbyQ5Kbbl+fmS/11AGy/yTai0c4qd7ohBzZvx8+sY+c1novG9Q7LhtyxuuYwzYIrGBCkKH5+iC7nt2rGBP+mnTfIgdbJUiXX3cdrMESwOSZy6x6zgbXXME+yfM0myhomKmUkpeZAQInX2KYrnEuPD9kteyK9tZcG6gJSaiUdvlab49Alx5lM2hc62M4s4WKaIgroCoApd8FtNAlTQsdYuycntgNrbPy0LXQ5hw8K8hkvc6RbxISdj/RXWguQSVbJWdS9Pf5NwD3Tq7dsOghJWhx4vBkhW3IECVrPQWVyAmgQ9oj1PoL7/2LZ6h9P8F0KC1qmhm+pWdEPLugOlU6lzQX7RJcukYlsINThM1RGwbPE4h9XcMyHAnODiDF63TDfQ01oKbVXj9XpOGY5eP0EQxKJYjCfWW0Ot6nK2ZCt8OYvoRkWMGnLv11Nub3NNOgh5TB/4nDvEU1cIb/Ikb4BRzVIEbast/pqUJmXe+GQ+ho7mp8y8a+lIxu54BR+VN6isjwODCVt1DYohgixEoul7p5pXvTM+JUY2GD/ddTGwPvVAN66sWnT9bjZZunQwTHqasFCIHNyPhnEnYIIqCo9O1I/D8zRQG3SYNxT6ED9GPARrE/H0TvdOmKaT3e0F2GRJRSToNxol9dpJovUziojOhXyBUjlTqnMY2RVilX90MnzgqR3zGO0aSruTGyNT2Faymqxn6T/50mSdJ8EyWH23BaaXUUW/z3Cjov+yCQjLY48SOWwlxKXw3hGz8xTAxauBYI01ojsVLCpCUGFyKlWS5iFwiLFtr1KPYqeCoS6CoWjiOiFgGe+w3lPPfp2h4rc6auIx2DZ1ByYhWLeHnpkV7sG+q5ckBIRAYmiKyXSGdV4zbXITMWDm+3zu4oj5VPRCfjMlout8OZ4TQm5PUdKZZhSE1jULG9tPDFL7nWwM3z0HET+d9kQYcEO6QB+ma9gZHp1qZJbXvCIC5fQ9y9El++A6N3dBr+ED10Ye88PLoWPeumyAmc24BDdI0skGk89Q0IzoLqagK6HGhPAso8si9wr84CEi4ncpizVLDU2cFKCpef4Sa03HoMbwfTgERtyptKFRbMT+SpuZsnrhF635h9uqFnszowUXV guits@Elisheba", "key_options": null, "keyfile": "/home/gabrioux/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": " 2021-07-24T16:54:09.599 INFO:teuthology.task.ansible.out:gabrioux", "validate_certs": true} 2021-07-24T16:54:09.692 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDFqu0Zg94mCjrA0FTB0vMiSBml1pqYCDKHhKBrfaza8u3bhtsmls9i+6U/vIwCEVk4GGPNhWduTJK0h9R5MS2eCf3GJcE0XHqRp/8msUCDPOVSZwC7hoYHZKunUIUaIUajOnR+L2slA/a9JaqataFH7zdrKbPdSKBzf5CXYrc0fK+Fz5OOsaI9KITbM0nESVpNCDzRqnA/aarF9MlN79vpTtvwQ+i0z2Km3cxqwV70GPMuFVo4CGf8pCGpbMrIg9OtoSC1svQ2vZzLkH2WrbDqTfYlOEYJJXaiBKcGhGnLZXfLIGSgvHjpv6xHo63yaMihocyg2MwTS8TZ/VtAaH seb@redhat.com", "key_options": null, "keyfile": "/home/leseb/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "leseb", "validate_certs": true} 2021-07-24T16:54:09.807 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDFqu0Zg94mCjrA0FTB0vMiSBml1pqYCDKHhKBrfaza8u3bhtsmls9i+6U/vIwCEVk4GGPNhWduTJK0h9R5MS2eCf3GJcE0XHqRp/8msUCDPOVSZwC7hoYHZKunUIUaIUajOnR+L2slA/a9JaqataFH7zdrKbPdSKBzf5CXYrc0fK+Fz5OOsaI9KITbM0nESVpNCDzRqnA/aarF9MlN79vpTtvwQ+i0z2Km3cxqwV70GPMuFVo4CGf8pCGpbMrIg9OtoSC1svQ2vZzLkH2WrbDqTfYlOEYJJXaiBKcGhGnLZXfLIGSgvHjpv6xHo63yaMihocyg2MwTS8TZ/VtAaH seb@redhat.com", "key_options": null, "keyfile": "/home/leseb/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "leseb", "validate_certs": true} 2021-07-24T16:54:09.901 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzjJ6nlPn/OXP3knQ6orVId2QLswql9gRetKYlicKDBrdFg0MES03EIuAonu0aUR4NEReR7P1iB8eNnezrHyAu5mxIJlZp0rz7ljcBcTLL+11IJU9I9OjBFwzXGqJ1KK4B4Qfw35oc2O6F5V0JP2nHhHgyny37udJLImhxHy3RNmDwc86JhEBCVR3ouYiZuxgxxbA9BXc6+Lkdu9hEMMCDlaEXwNmMyASVU9Wf3dKnMTSCdar2PANquWbpNQZ5cgoTm39xgust5CEyYJ53aOdrti0DYK7qyzxUXre6ckZGrH4oGv2XrDaxpACIiHXt+slvow51gsZnBRHeayMAxQzGQ== hchen@hchen.csb", "key_options": null, "keyfile": "/home/hchen/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "hchen", "validate_certs": true} 2021-07-24T16:54:10.026 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzjJ6nlPn/OXP3knQ6orVId2QLswql9gRetKYlicKDBrdFg0MES03EIuAonu0aUR4NEReR7P1iB8eNnezrHyAu5mxIJlZp0rz7ljcBcTLL+11IJU9I9OjBFwzXGqJ1KK4B4Qfw35oc2O6F5V0JP2nHhHgyny37udJLImhxHy3RNmDwc86JhEBCVR3ouYiZuxgxxbA9BXc6+Lkdu9hEMMCDlaEXwNmMyASVU9Wf3dKnMTSCdar2PANquWbpNQZ5cgoTm39xgust5CEyYJ53aOdrti0DYK7qyzxUXre6ckZGrH4oGv2XrDaxpACIiHXt+slvow51gsZnBRHeayMAxQzGQ== hchen@hchen.csb", "key_options": null, "keyfile": "/home/hchen/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "hchen", "validate_certs": true} 2021-07-24T16:54:10.121 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCqZKc+/7iPLhapA/7SYmLxwyKEM95D6eFfsDBNKbEUey/B1OlqYSo+yKB/LdFDyUcd7shMDnhFFg47lNMANrsZdtE4iMPVAa1YhcrTgNbV3HSp9cthKixvU/gkt9Fnb6PEckRzr19wEwxtoNg3Fh/R6YCiSjPwqHmArtC1G2hzk560EJpozx6xylMR5IafatNDoZVw2YQ35fZvHbhHD6meQELducHJ1bKEEHxVIRSTcmXDpBz/vAvBoQOEPuH6PmC/oSwL9HVVIsazf65F4QfK98d+8NCK9TemgXyGDk3Sjz6xdm76yBhFzDQEAzO12U1YtS7Q7zGVsjmSDav2dd7 jcollin@earth\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC89dHSsgjgtIjJ3e/pcMthliQlX2vtdXL7pk62nD64230Fm1PfOVCnzn4LqDhBbGgJT+BrlwOPfzStpLgnUT3l67S834SJzhvSTTpQp2pznnQg1rZOiXjvNhbQwVYV4rphXWqay8weWvFIb5QfXE66mYA1etZtcOb1SMY2ofAjUiA8bAQS5aHpzcMVs4N1A9x5GJx/7/Bj1h8zPpSXikDYasJc3++UMGc45C/AAf725YwijK7xMnZNXv8uTBoGzO/Ko24R3VdvtfMVn4Hi4/FwuRd5bRYcJXR/nUdtA3IinqvlnTpFV2LbfgVTHiUMGhvewRTB+8S8ij4nnAlko3H3bhqZZTk/y7d4K/IerY0mozVIc2x8rMLfqhF9OKv1QFB9fskRZcF/ENHITnmLqCJPg9rgmyv1gCQ5Tbds1OI+IYQIowdiwtaViiTSIy7/CedbHqMz6aDnPsJFMs24lcUXe2d8uZ26RqMinMFGXg0zF7tifuVmxj7zG8DT7MFORDm5f/Hhkng05R5XZesStTBxpEU0MGuzWhENt3RuJdstqmY+wkDVW3XwjUvKG/gVYuJYfnBAsRZIZezw2wfvodhc8EmeHELvY1YtB3DGTBXKE1lsKGN7yV5+nl4UtR2IGzBn9GovWVi5ooB8UlSAeUmZix/eAA5teL8ldFrDht7+AQ== jcollin@teuthology\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeApVHu5er+R9h52RLSVYVhXFQSn/nMN38uWoDYPw2bqYBLNEAAMcPl+rnqHubELpXTGXjJYL4n2mjic+2rOLZpDgPLmOOm4PwgYstJjE1KLegKqVzXIa9HfASKMXaHSgwtC6P5vDQkm2MNl8vXuTAITF7VYdDS33Kk 2021-07-24T16:54:10.124 INFO:teuthology.task.ansible.out:ke6ViJRZI7szYjbP7z9A1fy26THrvnuBT1Q18yy9vgk/sKo8vjLQfHSLvO90CJzouNEKqmkVpmJEqCPbE+s6Qr4+d2KY7L6Q6GAXxrqXK1jSDrrPsJguE6zZ1oWy/7XFMOr9ssduFWocnjQjPtQj3M+V+7FYAsf5uqQnzeMQTjO6AXYxTI7 jcollin@stratocaster\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDk/DYRp5E8Dla/4XHCF504X20W0u7CijZSCFWT1/5082NgnYeR90Prth3p+4xsw3YC9H5pEAS3XwcbdUb/NtWvZVIAIcMd7NOOEClSIj2Agk7NJxZ/4SfQRLrK3H2Qli/MVnrTxnEa9oeS4zqzv9dKRwFJDUFCoH2CpoumFVAp02uyzk7D/+XqFrXzMJUiSHXfl3YM2rt/vNmCtHtVp04UcG0Kyl2TXY37frRlSOkMMu0zbIC551gOyae6NGYhkYHa7u2SnngXcKM78b8MDvMv3QtuUN5P4WpH5qFRdlKNKsQGrzcQpBDY8AKQ+rX0K1ENhBwer49bihYNMKvjYmvTdLTNWgPCu7dt8JSgJQ8JMMhve0pjvFdpcKDLp0fvXDvJvZdLJM1ID/66kywJspHjShuqQNXRMfd1R9C4F20c+R9LY6eTGwrpLG1DNEez1VBHmOu5hQl03T2PfaThfLfMHRTw8JpGXGLMQarCCTm1PC6Z2Iw7KzorxP1eofGA5q8XoCbwGD01uQRZrwxPq0SHzTAkW2C2M8oEz+k4Mrx7+vGYzSS14hqxrzk91wuYhZCAKuGpqwm1ouJ4wxvWFewjbxLgucMfGSp09zJ2XSYRmtm7SAUifFob6Z9czHGTQerHCOTPuYqzlap2gCCVYtEvQyNB+4IqK/9FtEXTr28x0Q== jcollin@stratocaster", "key_options": null, "keyfile": "/home/jcollin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jcollin", "validate_certs": true} 2021-07-24T16:54:10.247 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCqZKc+/7iPLhapA/7SYmLxwyKEM95D6eFfsDBNKbEUey/B1OlqYSo+yKB/LdFDyUcd7shMDnhFFg47lNMANrsZdtE4iMPVAa1YhcrTgNbV3HSp9cthKixvU/gkt9Fnb6PEckRzr19wEwxtoNg3Fh/R6YCiSjPwqHmArtC1G2hzk560EJpozx6xylMR5IafatNDoZVw2YQ35fZvHbhHD6meQELducHJ1bKEEHxVIRSTcmXDpBz/vAvBoQOEPuH6PmC/oSwL9HVVIsazf65F4QfK98d+8NCK9TemgXyGDk3Sjz6xdm76yBhFzDQEAzO12U1YtS7Q7zGVsjmSDav2dd7 jcollin@earth\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC89dHSsgjgtIjJ3e/pcMthliQlX2vtdXL7pk62nD64230Fm1PfOVCnzn4LqDhBbGgJT+BrlwOPfzStpLgnUT3l67S834SJzhvSTTpQp2pznnQg1rZOiXjvNhbQwVYV4rphXWqay8weWvFIb5QfXE66mYA1etZtcOb1SMY2ofAjUiA8bAQS5aHpzcMVs4N1A9x5GJx/7/Bj1h8zPpSXikDYasJc3++UMGc45C/AAf725YwijK7xMnZNXv8uTBoGzO/Ko24R3VdvtfMVn4Hi4/FwuRd5bRYcJXR/nUdtA3IinqvlnTpFV2LbfgVTHiUMGhvewRTB+8S8ij4nnAlko3H3bhqZZTk/y7d4K/IerY0mozVIc2x8rMLfqhF9OKv1QFB9fskRZcF/ENHITnmLqCJPg9rgmyv1gCQ5Tbds1OI+IYQIowdiwtaViiTSIy7/CedbHqMz6aDnPsJFMs24lcUXe2d8uZ26RqMinMFGXg0zF7tifuVmxj7zG8DT7MFORDm5f/Hhkng05R5XZesStTBxpEU0MGuzWhENt3RuJdstqmY+wkDVW3XwjUvKG/gVYuJYfnBAsRZIZezw2wfvodhc8EmeHELvY1YtB3DGTBXKE1lsKGN7yV5+nl4UtR2IGzBn9GovWVi5ooB8UlSAeUmZix/eAA5teL8ldFrDht7+AQ== jcollin@teuthology\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeApVHu5er+R9h52RLSVYVhXFQSn/nMN38uWoDYPw2bqYBLNEAAMcPl+rnqHubELpXTGXjJYL4n2mjic+2rOLZpDgPLmOOm4PwgYstJjE1KLegKqVzXIa9HfASKMXaHSgwtC6P5vDQkm2MNl8vXuTAITF7VYdDS33Kk 2021-07-24T16:54:10.248 INFO:teuthology.task.ansible.out:ke6ViJRZI7szYjbP7z9A1fy26THrvnuBT1Q18yy9vgk/sKo8vjLQfHSLvO90CJzouNEKqmkVpmJEqCPbE+s6Qr4+d2KY7L6Q6GAXxrqXK1jSDrrPsJguE6zZ1oWy/7XFMOr9ssduFWocnjQjPtQj3M+V+7FYAsf5uqQnzeMQTjO6AXYxTI7 jcollin@stratocaster\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDk/DYRp5E8Dla/4XHCF504X20W0u7CijZSCFWT1/5082NgnYeR90Prth3p+4xsw3YC9H5pEAS3XwcbdUb/NtWvZVIAIcMd7NOOEClSIj2Agk7NJxZ/4SfQRLrK3H2Qli/MVnrTxnEa9oeS4zqzv9dKRwFJDUFCoH2CpoumFVAp02uyzk7D/+XqFrXzMJUiSHXfl3YM2rt/vNmCtHtVp04UcG0Kyl2TXY37frRlSOkMMu0zbIC551gOyae6NGYhkYHa7u2SnngXcKM78b8MDvMv3QtuUN5P4WpH5qFRdlKNKsQGrzcQpBDY8AKQ+rX0K1ENhBwer49bihYNMKvjYmvTdLTNWgPCu7dt8JSgJQ8JMMhve0pjvFdpcKDLp0fvXDvJvZdLJM1ID/66kywJspHjShuqQNXRMfd1R9C4F20c+R9LY6eTGwrpLG1DNEez1VBHmOu5hQl03T2PfaThfLfMHRTw8JpGXGLMQarCCTm1PC6Z2Iw7KzorxP1eofGA5q8XoCbwGD01uQRZrwxPq0SHzTAkW2C2M8oEz+k4Mrx7+vGYzSS14hqxrzk91wuYhZCAKuGpqwm1ouJ4wxvWFewjbxLgucMfGSp09zJ2XSYRmtm7SAUifFob6Z9czHGTQerHCOTPuYqzlap2gCCVYtEvQyNB+4IqK/9FtEXTr28x0Q== jcollin@stratocaster", "key_options": null, "keyfile": "/home/jcollin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jcollin", "validate_certs": true} 2021-07-24T16:54:10.331 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdxi9xdXNBYctMHH1cuuyNcPC4I4xVAeD3HZsKH+QwIILiKOTHu/6HZg7Yo1WsuwYSA0MDc+5LCSGu7RsmOEVpcSQ4gtNoFVwsThDyI6yhsm9WQqqXwSPs7ZE+urqd/BDfQ/7oMqJm5bViQMP0vmBExHuIFagj+8f6nspkE2Z7lBbaw8bEbAJZFx74oReOAELsL+Pbtf9Iaqrap4Z3WysmhfP6Rm/q7mncBBmo/fl/bejhThr8fghTPJb81M+XLhMk/rAdVrGdKV9iSt6lLiWdvf0lpTZO4LdIfJSBXr1Xv+lHRtaGXID2ahH7zl/W6dM4baz+hU7ZrbP+vdKg/SVH xxg@xxg", "key_options": null, "keyfile": "/home/xxg/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xxg", "validate_certs": true} 2021-07-24T16:54:10.456 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdxi9xdXNBYctMHH1cuuyNcPC4I4xVAeD3HZsKH+QwIILiKOTHu/6HZg7Yo1WsuwYSA0MDc+5LCSGu7RsmOEVpcSQ4gtNoFVwsThDyI6yhsm9WQqqXwSPs7ZE+urqd/BDfQ/7oMqJm5bViQMP0vmBExHuIFagj+8f6nspkE2Z7lBbaw8bEbAJZFx74oReOAELsL+Pbtf9Iaqrap4Z3WysmhfP6Rm/q7mncBBmo/fl/bejhThr8fghTPJb81M+XLhMk/rAdVrGdKV9iSt6lLiWdvf0lpTZO4LdIfJSBXr1Xv+lHRtaGXID2ahH7zl/W6dM4baz+hU7ZrbP+vdKg/SVH xxg@xxg", "key_options": null, "keyfile": "/home/xxg/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xxg", "validate_certs": true} 2021-07-24T16:54:10.539 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsA63hT3ZAwQ9hsvfY+o2Gy15M1GRnRw1ZBSXEiCs9OJku7T9+LCvvH85Y/7V+mOGcsCZKqVTd5Vy3sHAvAF3M7CYJ+5IIDJKCYslC0wkKcX4jj26aMToAZPms8uvs527BNgKOcvwgIfPjs4WJG06fey5AhsuuL30etbAvbBudxRAKdZSTOsMveneKtXQu3Dx7y0rjfI/RBAhCAvisnMqYFUdajoJIl5gVXl6+8mauUOP5O0mvyvJH2jQveqZXTdsIPyp5mq1nA5psqvivWGz2bEJ+owI0GjfuYbyAi6i+BL4Bsd3GeoAs1G3Dicfr228VIUsT+R3xLBQUj3xIsVAZ pcuzner@redhat.com", "key_options": null, "keyfile": "/home/pcuzner/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pcuzner", "validate_certs": true} 2021-07-24T16:54:10.674 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsA63hT3ZAwQ9hsvfY+o2Gy15M1GRnRw1ZBSXEiCs9OJku7T9+LCvvH85Y/7V+mOGcsCZKqVTd5Vy3sHAvAF3M7CYJ+5IIDJKCYslC0wkKcX4jj26aMToAZPms8uvs527BNgKOcvwgIfPjs4WJG06fey5AhsuuL30etbAvbBudxRAKdZSTOsMveneKtXQu3Dx7y0rjfI/RBAhCAvisnMqYFUdajoJIl5gVXl6+8mauUOP5O0mvyvJH2jQveqZXTdsIPyp5mq1nA5psqvivWGz2bEJ+owI0GjfuYbyAi6i+BL4Bsd3GeoAs1G3Dicfr228VIUsT+R3xLBQUj3xIsVAZ pcuzner@redhat.com", "key_options": null, "keyfile": "/home/pcuzner/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pcuzner", "validate_certs": true} 2021-07-24T16:54:10.748 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaRX+aBLjb/h12ctmvoMvZro6NrrYDuxROF6QMVpEVucA7jHhwCC/j9dJAq0hOVBO8R3S0bvKQ6bmnCb/4y2J6tq18xKUFCrChNii5OQ+AgM5v1353oZ9SrHN8p9ajvS8w313o2OpXhpaPv3khVDjKZsDmeH8YL/Nx3WQKqIJC1mI4jrI0sZGGJLifEy3pPkO0W1KmguN9AwAWK6+kckAjMa3ElkfK/xuAqBYgNKQUxP9oMgTQRcgpWF8Nzb0npN3v+HOUIRrth1INSchkDKtWob2T+0Zqxwm+Vpi0iFWwqjcN/OVdaDGf34//A3M/tsiQ1g9SqhdhZJCfu5XLmM63 mkogan@mkP50.redhat.com", "key_options": null, "keyfile": "/home/mkogan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mkogan", "validate_certs": true} 2021-07-24T16:54:10.883 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaRX+aBLjb/h12ctmvoMvZro6NrrYDuxROF6QMVpEVucA7jHhwCC/j9dJAq0hOVBO8R3S0bvKQ6bmnCb/4y2J6tq18xKUFCrChNii5OQ+AgM5v1353oZ9SrHN8p9ajvS8w313o2OpXhpaPv3khVDjKZsDmeH8YL/Nx3WQKqIJC1mI4jrI0sZGGJLifEy3pPkO0W1KmguN9AwAWK6+kckAjMa3ElkfK/xuAqBYgNKQUxP9oMgTQRcgpWF8Nzb0npN3v+HOUIRrth1INSchkDKtWob2T+0Zqxwm+Vpi0iFWwqjcN/OVdaDGf34//A3M/tsiQ1g9SqhdhZJCfu5XLmM63 mkogan@mkP50.redhat.com", "key_options": null, "keyfile": "/home/mkogan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mkogan", "validate_certs": true} 2021-07-24T16:54:10.957 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC56FiAgzz9aF+qAMkw5aGoCyoSA8Lf2LPaz3QxTYEzmQt0ByXMmVw0cgUI4gDt7hMBX6LoxPALZ7C1aH8aPTpb6+hxHGfir2tqQmU49JOQiUvBP/Xtt1ilxMou9Wu/ZadEhIZxaP/TBncXNls9cbFs9bV7Q8J3CLCTGRa8kilEpZ7209c/xQI4yQ6q+Q3H4FkO0YHP+Tkn9mg1df+BKkXfSBycjAyOXPvljoetjw0FHEbJ7lTCcSG+hCb2LEACo2OK9eWC3GYwDPKZF1Ht9HfDvg4bHfY3OVOixYiZSim7dbj3+VHWWsiH64usGH1o6fn4vV16UhVJiiicPMWvllzH vikhyat.umrao@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9G/I5iaw5d4ssyJ4iTUxSvIBAX+P03VVHsNMHAB70rVGGwBnBJFqJNbukzxfnsqwzN6vSeuMy7I1zc2VVi4GtBQPK0iCbVQN+Njq0VCIxb4hLmjD3Vn8NgRp80955VJyYGT9+/JbZY1UCdPBuld6hsnTipkdo5U3huAHD4i1FpYKol+4DCZHAO5wNilCbests0+ZPtHYe53vnNDz685cx/f7RTtEarvU2fECxkurlBBNvuIl6SN8bo+NaJ01Li0xAD+2fpGz6Iu0WUEdWTkt78ubvA4If2k8XAKxkOKEvfyX+AtTzdHxWSQu7ixkbuksuK6A0bnankn+DdiP6Y293 vumrao@redhat", "key_options": null, "keyfile": "/home/vumrao/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vumrao", "validate_certs": true} 2021-07-24T16:54:11.103 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC56FiAgzz9aF+qAMkw5aGoCyoSA8Lf2LPaz3QxTYEzmQt0ByXMmVw0cgUI4gDt7hMBX6LoxPALZ7C1aH8aPTpb6+hxHGfir2tqQmU49JOQiUvBP/Xtt1ilxMou9Wu/ZadEhIZxaP/TBncXNls9cbFs9bV7Q8J3CLCTGRa8kilEpZ7209c/xQI4yQ6q+Q3H4FkO0YHP+Tkn9mg1df+BKkXfSBycjAyOXPvljoetjw0FHEbJ7lTCcSG+hCb2LEACo2OK9eWC3GYwDPKZF1Ht9HfDvg4bHfY3OVOixYiZSim7dbj3+VHWWsiH64usGH1o6fn4vV16UhVJiiicPMWvllzH vikhyat.umrao@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9G/I5iaw5d4ssyJ4iTUxSvIBAX+P03VVHsNMHAB70rVGGwBnBJFqJNbukzxfnsqwzN6vSeuMy7I1zc2VVi4GtBQPK0iCbVQN+Njq0VCIxb4hLmjD3Vn8NgRp80955VJyYGT9+/JbZY1UCdPBuld6hsnTipkdo5U3huAHD4i1FpYKol+4DCZHAO5wNilCbests0+ZPtHYe53vnNDz685cx/f7RTtEarvU2fECxkurlBBNvuIl6SN8bo+NaJ01Li0xAD+2fpGz6Iu0WUEdWTkt78ubvA4If2k8XAKxkOKEvfyX+AtTzdHxWSQu7ixkbuksuK6A0bnankn+DdiP6Y293 vumrao@redhat", "key_options": null, "keyfile": "/home/vumrao/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vumrao", "validate_certs": true} 2021-07-24T16:54:11.176 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDZDKRAePFqjugc2ljw4QmM6r7B2dPI39OBB+2HKONtDZI4q+uwgZ1yqnhrbJaU9ux0W5wNzJyp2VfOPhw/9G9jo+efJPg5IySnTonhi1zeCXNpBMY70dJZVCyGEDdWKehvFM9xFBOxBC/h7gOyKqEc28BKoy4cHfULzm4er8PU30MyFBngu8NaoKqyQ3GYAfWOAXF5lUdalbJwl3a+HBb8PjUhbGuznAZF1Ji4JgnNuEZdlNVOKwhEkAFZ1JwXvgLfrEJVQs5b2V9Sp2Vm5ZngsLg7b3RzV5I4B3Lj7QTTraV1zLJGiS5iRdjY7D4W5Uxi2k1X7vaOjySJWWadHyeicNNBhLSfHl6JJ3aMuA8oAAmtgo/8IkJ96GFtgM9j31Wg8wkeTyQrwSeqCuv1uDFr8rp+OvMClhHnDgUklJLWjjYPCDVYR5KV+iOiHL58WJg/b4h6NsoP91wO8P8EcSaiMdq7P77w5nJxDI0KKb//dC8aHtWnRRRlrIS+PNPqKJSNTaSwOTieXvzplhzKFzu2dr79qs+/67iaNE6HBvIX5jVHWCFV3wllyjsC8WYPh4kEVtg2SY00SDOOrMrqANV8DDtHFwwxQTEjz1z5ESuwy9UcUSQfP1/zsAp2OQzPutKs6UipHyBK3pLm6MjaeeaEWu8fmetCqALxYV3h17O+Yw== miguel@hermes.olymp", "key_options": null, "keyfile": "/home/henrix/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "henrix", "validate_certs": true} 2021-07-24T16:54:11.322 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDZDKRAePFqjugc2ljw4QmM6r7B2dPI39OBB+2HKONtDZI4q+uwgZ1yqnhrbJaU9ux0W5wNzJyp2VfOPhw/9G9jo+efJPg5IySnTonhi1zeCXNpBMY70dJZVCyGEDdWKehvFM9xFBOxBC/h7gOyKqEc28BKoy4cHfULzm4er8PU30MyFBngu8NaoKqyQ3GYAfWOAXF5lUdalbJwl3a+HBb8PjUhbGuznAZF1Ji4JgnNuEZdlNVOKwhEkAFZ1JwXvgLfrEJVQs5b2V9Sp2Vm5ZngsLg7b3RzV5I4B3Lj7QTTraV1zLJGiS5iRdjY7D4W5Uxi2k1X7vaOjySJWWadHyeicNNBhLSfHl6JJ3aMuA8oAAmtgo/8IkJ96GFtgM9j31Wg8wkeTyQrwSeqCuv1uDFr8rp+OvMClhHnDgUklJLWjjYPCDVYR5KV+iOiHL58WJg/b4h6NsoP91wO8P8EcSaiMdq7P77w5nJxDI0KKb//dC8aHtWnRRRlrIS+PNPqKJSNTaSwOTieXvzplhzKFzu2dr79qs+/67iaNE6HBvIX5jVHWCFV3wllyjsC8WYPh4kEVtg2SY00SDOOrMrqANV8DDtHFwwxQTEjz1z5ESuwy9UcUSQfP1/zsAp2OQzPutKs6UipHyBK3pLm6MjaeeaEWu8fmetCqALxYV3h17O+Yw== miguel@hermes.olymp", "key_options": null, "keyfile": "/home/henrix/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "henrix", "validate_certs": true} 2021-07-24T16:54:11.384 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNwmgnIsDDJmsmYzkTAEo3iLj7Jd5Ni2R5vD1Z0NRZ39zJMtbicZ0ec3nAMzFyHrmPnKNFltS1mhehbLbtKNKq1fSo2SMHs11z+N8Nl94F4AY8IhXZ8U9GAorEJFVIxHUNEDqwl55Ov6MfP60UI7rNgy2rUt8aOBmAJVhLEFmJJawJgyPhTrUZAT20OoILphrt81o5bTNfmx++Zs5Dc9VtgIh53hexwKgTvG6fxfKdra9m+J2GXpniOsZjPJq/A0je+t7H3UlxCSu0dRy2Un6l5ZAcoeg74SP50dFgGaxkTQqI6wle6NjtPIdssgrdYTgTcOg9M4jWqAr/5drTUSGh root@centos7-bspark", "key_options": null, "keyfile": "/home/pbs1108/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pbs1108", "validate_certs": true} 2021-07-24T16:54:11.540 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNwmgnIsDDJmsmYzkTAEo3iLj7Jd5Ni2R5vD1Z0NRZ39zJMtbicZ0ec3nAMzFyHrmPnKNFltS1mhehbLbtKNKq1fSo2SMHs11z+N8Nl94F4AY8IhXZ8U9GAorEJFVIxHUNEDqwl55Ov6MfP60UI7rNgy2rUt8aOBmAJVhLEFmJJawJgyPhTrUZAT20OoILphrt81o5bTNfmx++Zs5Dc9VtgIh53hexwKgTvG6fxfKdra9m+J2GXpniOsZjPJq/A0je+t7H3UlxCSu0dRy2Un6l5ZAcoeg74SP50dFgGaxkTQqI6wle6NjtPIdssgrdYTgTcOg9M4jWqAr/5drTUSGh root@centos7-bspark", "key_options": null, "keyfile": "/home/pbs1108/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pbs1108", "validate_certs": true} 2021-07-24T16:54:11.603 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnvVnbK2SNfL8hTmrA09L41RudKW/F7Ty0vvlHjrFjDkdWXVgrafFWGKQZ8dSR6FJ9JLU0X59xiEo4z31ini/Dt2XozFMIr7RdeB3xpiifuUUG5Lgsasd2ezniUoOEukL1a9KkCIxNgmKJuvtlHCt+ZTtyL513yjRICByZbnmBSSpUiett50X10vtvaNBu4LikUJKLc8gP0PHLbaGsU3uOUd655lkFWjWhgExlU8bHWiAZq18Ss63jDlSKFVSk903GKSNcHXMHNPYaXlrYw8NFzejoy/XjxEfmF/Lv3MeAUhHQWx25sh5aDv48mzo8FaIJsL1MrD0QxF1gllobWAfp clacroix@redhat.com", "key_options": null, "keyfile": "/home/clacroix/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "clacroix", "validate_certs": true} 2021-07-24T16:54:11.749 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnvVnbK2SNfL8hTmrA09L41RudKW/F7Ty0vvlHjrFjDkdWXVgrafFWGKQZ8dSR6FJ9JLU0X59xiEo4z31ini/Dt2XozFMIr7RdeB3xpiifuUUG5Lgsasd2ezniUoOEukL1a9KkCIxNgmKJuvtlHCt+ZTtyL513yjRICByZbnmBSSpUiett50X10vtvaNBu4LikUJKLc8gP0PHLbaGsU3uOUd655lkFWjWhgExlU8bHWiAZq18Ss63jDlSKFVSk903GKSNcHXMHNPYaXlrYw8NFzejoy/XjxEfmF/Lv3MeAUhHQWx25sh5aDv48mzo8FaIJsL1MrD0QxF1gllobWAfp clacroix@redhat.com", "key_options": null, "keyfile": "/home/clacroix/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "clacroix", "validate_certs": true} 2021-07-24T16:54:11.823 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAyiGmj+nOAD+il+FvXvZSpUOJQp6hKh6UPaAIQvQZkdeNRWN7wcDXMUlLj+TBFWa1OO+9xqFlnbgVMDR4qy5orUBYlMapUb1rutjbk64XeY58b6uguHwSoMd81QpCCIN4KOk3cldV8UiyX382baoZ9Je2hsOnnBGMsRtHuVHZ90Bj1rIITkwajq//KRs7kjb/qhjk0xkipDIcaSwKjzPlmmnYn69noODwDexpvLYlCF+LowSZEdrOUvVIigSFG7cLTDaU2tLhxSgbvWu8f0pwvjsyW7gOgM+VeRZ6uHC79F1qvgdgQSxflddIgrQpH0rzf6RNxQjR3SBkZ4V1BESa0w== epuertat@epuertat", "key_options": null, "keyfile": "/home/epuertat/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "epuertat", "validate_certs": true} 2021-07-24T16:54:11.959 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAyiGmj+nOAD+il+FvXvZSpUOJQp6hKh6UPaAIQvQZkdeNRWN7wcDXMUlLj+TBFWa1OO+9xqFlnbgVMDR4qy5orUBYlMapUb1rutjbk64XeY58b6uguHwSoMd81QpCCIN4KOk3cldV8UiyX382baoZ9Je2hsOnnBGMsRtHuVHZ90Bj1rIITkwajq//KRs7kjb/qhjk0xkipDIcaSwKjzPlmmnYn69noODwDexpvLYlCF+LowSZEdrOUvVIigSFG7cLTDaU2tLhxSgbvWu8f0pwvjsyW7gOgM+VeRZ6uHC79F1qvgdgQSxflddIgrQpH0rzf6RNxQjR3SBkZ4V1BESa0w== epuertat@epuertat", "key_options": null, "keyfile": "/home/epuertat/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "epuertat", "validate_certs": true} 2021-07-24T16:54:12.033 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRZyWiDO5JqWHJdUUBr8YReiKXxnL87juFAfkcmw2E9KmANVH2sn3K+OgUCQfBs1Wdg6AbcL2GyMm9alodUruzOm127/bH9OcGmu+8SNsMAYrAF9EzsKJa8Ba/I05rl5a87p1jbYG9Rpo7u3OvLx0LjgqydRYcmjwo/niifYNDTaN0K3v8s1mN4TorUZW/i3XBMBIBjlIiNGs/I7IZreR+1N4V8Nwrp2EWxDv7AwG3nvokL2RTHcsV0KgmAnciv8nXXjIf+uqOPuGA+F2qW/wz92bG8R0O4CjH+QZt4k6UoUIXFRW+LdOVAqmUrb4W0OJ8vsVeukW46SvPnYUTkZnF sonea@think", "key_options": null, "keyfile": "/home/tdehler/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "tdehler", "validate_certs": true} 2021-07-24T16:54:12.181 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRZyWiDO5JqWHJdUUBr8YReiKXxnL87juFAfkcmw2E9KmANVH2sn3K+OgUCQfBs1Wdg6AbcL2GyMm9alodUruzOm127/bH9OcGmu+8SNsMAYrAF9EzsKJa8Ba/I05rl5a87p1jbYG9Rpo7u3OvLx0LjgqydRYcmjwo/niifYNDTaN0K3v8s1mN4TorUZW/i3XBMBIBjlIiNGs/I7IZreR+1N4V8Nwrp2EWxDv7AwG3nvokL2RTHcsV0KgmAnciv8nXXjIf+uqOPuGA+F2qW/wz92bG8R0O4CjH+QZt4k6UoUIXFRW+LdOVAqmUrb4W0OJ8vsVeukW46SvPnYUTkZnF sonea@think", "key_options": null, "keyfile": "/home/tdehler/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "tdehler", "validate_certs": true} 2021-07-24T16:54:12.244 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEBD7CxJJfbLW4jtuLnTwkxVbhCfh/JL3Qj8oeLEkny1tE7QCeXn1bP5bScWSgLH34Wh4TAuH+8/g/koFwcCy1YuoGBdBV4KV7O9MTnFngdqNY6LKzCipm27tnWZEa10hrF8dRFTmhracd6kmmVGHgvGQPVAVONmix+2IZ83wdj8XJSQHeE3PHFLO39tU+ez/T76QaiBLDVo4ctHVt+N9bBbHV6Cr8fyiUUU6YEKMlcedvxGpnMK8oeOSNuDeh+DldcM9KYzNGEOM34jGRIvJp57dxQDQCtPPW5hvBXg7yMyrv6TcJzDd2LFD6AC/Qw9yrEQPXXyBCDkAlCqDR0+rH", "key_options": null, "keyfile": "/home/laura/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "laura", "validate_certs": true} 2021-07-24T16:54:12.390 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEBD7CxJJfbLW4jtuLnTwkxVbhCfh/JL3Qj8oeLEkny1tE7QCeXn1bP5bScWSgLH34Wh4TAuH+8/g/koFwcCy1YuoGBdBV4KV7O9MTnFngdqNY6LKzCipm27tnWZEa10hrF8dRFTmhracd6kmmVGHgvGQPVAVONmix+2IZ83wdj8XJSQHeE3PHFLO39tU+ez/T76QaiBLDVo4ctHVt+N9bBbHV6Cr8fyiUUU6YEKMlcedvxGpnMK8oeOSNuDeh+DldcM9KYzNGEOM34jGRIvJp57dxQDQCtPPW5hvBXg7yMyrv6TcJzDd2LFD6AC/Qw9yrEQPXXyBCDkAlCqDR0+rH", "key_options": null, "keyfile": "/home/laura/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "laura", "validate_certs": true} 2021-07-24T16:54:12.456 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2k8xsrsLxEqJx3rV6ZZwLH0OjYCDB2uIYzcAyrKEOKlVWO1ICKxkw+gZ9tSiPFNLfq13io9BIrAKJwlrdLCJLmlgCQwpwUQqzmRlRZEm+WmD0dl8LPeQSidyJkPkJgYBEshFPjDHIj10Ei1pJS5svI2l7G1wMWxlt2kHL8Og/4zdFTRctxwqZcvzLmRQcs8lSSpqTkhfeKfmrpR+je8XFbCJJ9m/nJbgyCiZKaGN8nf36pCQDEva4rvaSrK0a6YxL0RWN8W3lqtBPKIehxffr3lYDEkD9EUW5vf6AUKC0ioh4jkPo9WCjaoFsOauMOMVQPHehEAMufEO4Kym6nfrf yaarit@localhost.localdomain", "key_options": null, "keyfile": "/home/yaarit/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yaarit", "validate_certs": true} 2021-07-24T16:54:12.605 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2k8xsrsLxEqJx3rV6ZZwLH0OjYCDB2uIYzcAyrKEOKlVWO1ICKxkw+gZ9tSiPFNLfq13io9BIrAKJwlrdLCJLmlgCQwpwUQqzmRlRZEm+WmD0dl8LPeQSidyJkPkJgYBEshFPjDHIj10Ei1pJS5svI2l7G1wMWxlt2kHL8Og/4zdFTRctxwqZcvzLmRQcs8lSSpqTkhfeKfmrpR+je8XFbCJJ9m/nJbgyCiZKaGN8nf36pCQDEva4rvaSrK0a6YxL0RWN8W3lqtBPKIehxffr3lYDEkD9EUW5vf6AUKC0ioh4jkPo9WCjaoFsOauMOMVQPHehEAMufEO4Kym6nfrf yaarit@localhost.localdomain", "key_options": null, "keyfile": "/home/yaarit/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yaarit", "validate_certs": true} 2021-07-24T16:54:12.668 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUznqo3VDmcKRL64P7sbjuxXCW/0ljFTc5zZoZ9UvtZvU2jrRQ2X9GyxcrcQnAWlF5YZHqeTDU5o8ixn5fq1MSmaPRBNDKKVQOfR/vFQV73LiKx4BFsC1/EdaPie/XqltaLDTtfqhxADJlz1H3a3ZlkeVHMROTqo/TidL1YUYlRH4qHxWWBuFuVS+EYfTegSZdjwp+DuJA0iN6X99+DfH2DhiHENjEmlbKN13+H+EPzm0K3ya2w8D6ANodB3AxMn2tGs8mLtG/P4kCjoDnoUVFzKTyUpTtgOjis47uSY4dL8mTbIK9kZAiFxnT5sMClu6KRStDjRIrxbTBQJ8wvlat admin1@rajula", "key_options": null, "keyfile": "/home/rpavani1998/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rpavani1998", "validate_certs": true} 2021-07-24T16:54:12.814 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUznqo3VDmcKRL64P7sbjuxXCW/0ljFTc5zZoZ9UvtZvU2jrRQ2X9GyxcrcQnAWlF5YZHqeTDU5o8ixn5fq1MSmaPRBNDKKVQOfR/vFQV73LiKx4BFsC1/EdaPie/XqltaLDTtfqhxADJlz1H3a3ZlkeVHMROTqo/TidL1YUYlRH4qHxWWBuFuVS+EYfTegSZdjwp+DuJA0iN6X99+DfH2DhiHENjEmlbKN13+H+EPzm0K3ya2w8D6ANodB3AxMn2tGs8mLtG/P4kCjoDnoUVFzKTyUpTtgOjis47uSY4dL8mTbIK9kZAiFxnT5sMClu6KRStDjRIrxbTBQJ8wvlat admin1@rajula", "key_options": null, "keyfile": "/home/rpavani1998/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rpavani1998", "validate_certs": true} 2021-07-24T16:54:12.877 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4NYxUHx8HMgbVIHadruN1kAJS5be0aZA9rvGtYDfwD5siKNfXFRyLG3thkjxtEi7DPYMxgbpFOXW9EQKh5sQ0ohsADZOi8FSIAfQlOQ+7HAEp7DjBtjxoqB31jJ1e293YtO+nqAhcOMyGfDx+71w5sS2EFqy7PscA9gD9aV2iMxIR/JD1LxXabiqj12jU5AOxr7ZQ1+gM9aroQuDpNxY4U8jBTxx5OtIYRkeI/aN2gQj1mXGMKGo0ItFn4lsXGLxGxMpa9K2UFw2dWQVTw9VNm79nixrCX+lC2nyaJPsRYZipXF1ID2NRk7oJ79dJ/uRBBXpunihlEC3aF+nOgEPH ridave@redhat.com", "key_options": null, "keyfile": "/home/rishabh/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rishabh", "validate_certs": true} 2021-07-24T16:54:13.033 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4NYxUHx8HMgbVIHadruN1kAJS5be0aZA9rvGtYDfwD5siKNfXFRyLG3thkjxtEi7DPYMxgbpFOXW9EQKh5sQ0ohsADZOi8FSIAfQlOQ+7HAEp7DjBtjxoqB31jJ1e293YtO+nqAhcOMyGfDx+71w5sS2EFqy7PscA9gD9aV2iMxIR/JD1LxXabiqj12jU5AOxr7ZQ1+gM9aroQuDpNxY4U8jBTxx5OtIYRkeI/aN2gQj1mXGMKGo0ItFn4lsXGLxGxMpa9K2UFw2dWQVTw9VNm79nixrCX+lC2nyaJPsRYZipXF1ID2NRk7oJ79dJ/uRBBXpunihlEC3aF+nOgEPH ridave@redhat.com", "key_options": null, "keyfile": "/home/rishabh/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rishabh", "validate_certs": true} 2021-07-24T16:54:13.098 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCeAhoTum3/VmRbxSyw5gwgcPF1EWFK5mEPX3PZyo3xPsUAJazALfge3aEuCrZBbsjOCoj3GfFhr/ziEF+OWvhBoPK5hQzP0V8tE9cWJwvHmD72vGE36o1hFO0ONE4DEuu5KRDqQJUgeyQWXsP26uHTwIcvMpy8egZOfyshqF+lQVXzsAex7Ninmidsf/sRNLhzT1kLrKT+ZMSbZ7Rqh46TMlmLD1LzJZNcb6PGVwlfQZmV6T7m0COu/skeSxMcy8hqMvHFNvvfFSqkfMw0KBGLDxMQr4L+e7sXwQDnEZHdzoh0iS3xDp/Onr1FSmPyEjz51e1sMHBsqklHWidSZVLt/+giB4o6Wdgzc0um/QxW2Ne2qjtDlViOgRE9Fzcw/cRu/Xsn8qtXTxYyxXswjkA8qX7WR22OYgjYChw9siUsKkuD2yAbPMVl+cZWDeBhQnPMbDMVaghS4SAVt5GK16jij4+r3IE9vGHBmGwJYJ/OrtcxBrUrDopwsGLcU+WHdv0FXuiw+YbfnzpthC8rVj4oeJ2IUOQ5JB0ub7NmbR4QWjc33JfD+AeCB75x6io07V2riRjMD9gLC5nwytJNG7Yytf6xI2i/CprW7HhsDs2ykOVcDSBMnL1oGW6FeHaDRW39r6BXSt1jjZQ2E6pDEBTDO41tPEL9EVvv9TK87GTylQ==", "key_options": null, "keyfile": "/home/skrah/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "skrah", "validate_certs": true} 2021-07-24T16:54:13.265 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCeAhoTum3/VmRbxSyw5gwgcPF1EWFK5mEPX3PZyo3xPsUAJazALfge3aEuCrZBbsjOCoj3GfFhr/ziEF+OWvhBoPK5hQzP0V8tE9cWJwvHmD72vGE36o1hFO0ONE4DEuu5KRDqQJUgeyQWXsP26uHTwIcvMpy8egZOfyshqF+lQVXzsAex7Ninmidsf/sRNLhzT1kLrKT+ZMSbZ7Rqh46TMlmLD1LzJZNcb6PGVwlfQZmV6T7m0COu/skeSxMcy8hqMvHFNvvfFSqkfMw0KBGLDxMQr4L+e7sXwQDnEZHdzoh0iS3xDp/Onr1FSmPyEjz51e1sMHBsqklHWidSZVLt/+giB4o6Wdgzc0um/QxW2Ne2qjtDlViOgRE9Fzcw/cRu/Xsn8qtXTxYyxXswjkA8qX7WR22OYgjYChw9siUsKkuD2yAbPMVl+cZWDeBhQnPMbDMVaghS4SAVt5GK16jij4+r3IE9vGHBmGwJYJ/OrtcxBrUrDopwsGLcU+WHdv0FXuiw+YbfnzpthC8rVj4oeJ2IUOQ5JB0ub7NmbR4QWjc33JfD+AeCB75x6io07V2riRjMD9gLC5nwytJNG7Yytf6xI2i/CprW7HhsDs2ykOVcDSBMnL1oGW6FeHaDRW39r6BXSt1jjZQ2E6pDEBTDO41tPEL9EVvv9TK87GTylQ==", "key_options": null, "keyfile": "/home/skrah/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "skrah", "validate_certs": true} 2021-07-24T16:54:13.309 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDklgWHrL9TMaMxIyN9MxVR6nR3xh9zfj0iR63/yOzaslX0WoVBk7CYTsRlH2GFVctvixVwrWbQgMaKe49utal/3FA6sMl8S2DTrtgC1a/exUTvU0U/+ZhyUlkyjQfRgtYOUwodNupL5NsC8VZqZshgmgXC34uye3bplx3VwvpUt9r6QxJN3/9Dbi6HxudhDCLfmvROhwQYHaFF+GglcbyjAt3uvsuwXVKBd1/vMQwbcUo9/zQlrnmWBRuqTNkXGrZauWigoi/hyuWYQ3MUbRc3LVpJncMv7BEtcj8fCVvPB09SFee3nSeTtFkm01GvRcYd3HBz/YL4Rz92wXl9VIxqs8aaJBzy+MD0NO496Rfqtz6YuZ1m7AxDIccDW+OpcPgYwaUKFXNTuVLWZXhkS0p4swefcKWRlQFF3BLOebN/Kr9jq1MFa+5pX7Gj4WF5uCIX0/fx40KVZNhfl3qywBy/d5MKwXO7PCHMiGcu2FIXdZ334MxdgiIVoX54PpRP4hs= smanjara@localhost.localdomain", "key_options": null, "keyfile": "/home/smanjara/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "smanjara", "validate_certs": true} 2021-07-24T16:54:13.478 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDklgWHrL9TMaMxIyN9MxVR6nR3xh9zfj0iR63/yOzaslX0WoVBk7CYTsRlH2GFVctvixVwrWbQgMaKe49utal/3FA6sMl8S2DTrtgC1a/exUTvU0U/+ZhyUlkyjQfRgtYOUwodNupL5NsC8VZqZshgmgXC34uye3bplx3VwvpUt9r6QxJN3/9Dbi6HxudhDCLfmvROhwQYHaFF+GglcbyjAt3uvsuwXVKBd1/vMQwbcUo9/zQlrnmWBRuqTNkXGrZauWigoi/hyuWYQ3MUbRc3LVpJncMv7BEtcj8fCVvPB09SFee3nSeTtFkm01GvRcYd3HBz/YL4Rz92wXl9VIxqs8aaJBzy+MD0NO496Rfqtz6YuZ1m7AxDIccDW+OpcPgYwaUKFXNTuVLWZXhkS0p4swefcKWRlQFF3BLOebN/Kr9jq1MFa+5pX7Gj4WF5uCIX0/fx40KVZNhfl3qywBy/d5MKwXO7PCHMiGcu2FIXdZ334MxdgiIVoX54PpRP4hs= smanjara@localhost.localdomain", "key_options": null, "keyfile": "/home/smanjara/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "smanjara", "validate_certs": true} 2021-07-24T16:54:13.521 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpp2NWr5T6s+jzHiz/FfCKzN7ZBnUSzyE7ieuntzjeGotyupAAjVBoSpCJgNDybm+WkE4dShv5mttPJ2/q1UZCLRj3nN+y3NG333aLZuyugR0ht5qtvGVegg58PwQ8CMobR7ca7bl5UdEy0UIrM3d/qpDOuPkuE4MIJcrtZGICE8NAVnmHNOB9Sm4ovAYkewTuMAv40j2Dl4F9dD6bg+OJfBOJ9+Zj+MpowYlAILtEB9Dc20zB8GGUEtr9yfOVroblTYhvTxGYRaE7aVBe83DNwkWGbDc/qUNR6bpA04w/P+LclYVsVKRoHOs1EXHSwNMFromA8RsKS+rajwu5uRg5 ben@dhcp-185-182.bos.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC93wGgyyQmTxa7f+BZcYPUapTH2N1mnV1ikl9nzJzHhgrtJ6pv00LhtH1HqGhvoqnqZjBD5XRAKyjMRcMBT5MYcXXep5RqZ9sJ6Xz8rHkBjfl/OOQUeZ/ZyG/Ksr1jpGraN2xtrjQQzbqN1YvirCqfLk2exPvVeEk4CGnNybwKwCWob1uKV46ASrYeQK8pfHxrW7pTo+xdErHOvb7uumZm89/YisUJGicO1qSHBeuw1MxjhnD+fIcxHKWY5NNJ4qScW6a5AABk1JJsoHkh9IGCVaf/zJv8D3gil5SiM8LIBKaNa1fn6oObPl/Ky/wkiIo2gmUZawvAVA8iJnX9eUPl ben@bene-laptop", "key_options": null, "keyfile": "/home/bengland/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "bengland", "validate_certs": true} 2021-07-24T16:54:13.689 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpp2NWr5T6s+jzHiz/FfCKzN7ZBnUSzyE7ieuntzjeGotyupAAjVBoSpCJgNDybm+WkE4dShv5mttPJ2/q1UZCLRj3nN+y3NG333aLZuyugR0ht5qtvGVegg58PwQ8CMobR7ca7bl5UdEy0UIrM3d/qpDOuPkuE4MIJcrtZGICE8NAVnmHNOB9Sm4ovAYkewTuMAv40j2Dl4F9dD6bg+OJfBOJ9+Zj+MpowYlAILtEB9Dc20zB8GGUEtr9yfOVroblTYhvTxGYRaE7aVBe83DNwkWGbDc/qUNR6bpA04w/P+LclYVsVKRoHOs1EXHSwNMFromA8RsKS+rajwu5uRg5 ben@dhcp-185-182.bos.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC93wGgyyQmTxa7f+BZcYPUapTH2N1mnV1ikl9nzJzHhgrtJ6pv00LhtH1HqGhvoqnqZjBD5XRAKyjMRcMBT5MYcXXep5RqZ9sJ6Xz8rHkBjfl/OOQUeZ/ZyG/Ksr1jpGraN2xtrjQQzbqN1YvirCqfLk2exPvVeEk4CGnNybwKwCWob1uKV46ASrYeQK8pfHxrW7pTo+xdErHOvb7uumZm89/YisUJGicO1qSHBeuw1MxjhnD+fIcxHKWY5NNJ4qScW6a5AABk1JJsoHkh9IGCVaf/zJv8D3gil5SiM8LIBKaNa1fn6oObPl/Ky/wkiIo2gmUZawvAVA8iJnX9eUPl ben@bene-laptop", "key_options": null, "keyfile": "/home/bengland/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "bengland", "validate_certs": true} 2021-07-24T16:54:13.751 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC3YhI4am/T6s4rJRvbC/jAvrNcDhE/zaJiVDAjEuA1W/5Xt9ObX52eAnp+tOOtelXrX8ylYF/z5wGNQLjYrWepXhuqaEGxeVayCHzts6LMpmvyZ6sYnAw9HFO9rzrTawm70DuvWqY2Zt4KA6fM+lfXk3Qdpi5RCPDKk1jpXwSCyUtUKSWTDRtYtvvJTcO3H/xCJxQq/F9sU8yqgQcqFPfMNrV4a8gNj9KACqjt4IEIfuxKlKhlMA4yu1VTmGcNuhQS+geJzsEGuxZUQb0Io+q4o0b+40BQtazKgOdTcQbgNtqh3wZpjJsvB4AM+GNPjZY3mCsd+WPGg6dqfU08Voo2b7BfSwyCn14fQHnj1nSwRIea2juFY6AMfVJjstM5iIz7lOH2c3ydWWhzvSmMeoQ47zBXlg8JytWmDrXiyd21BSIpTL0Tn8P95wHYka8U9KRV0ZY7Jr2w/ThPdy2C+Cdir+P+OEL1sKHSnmEyQEeONa9P5yH1Rd1kM/FNESAIRiMLGspzXQeWoJhHswVaKoSBW/7f4b9VENxda8qAQi6ob8A71cAjbpRrkUmd5EBCSFMNs7lscus0/deUVvlpsrMjDAJa8S9gqhGHNU0YvF1WBIz3paLRAHDm9DWrHc5lreizJzX5ul4P/Z4ITjpO+9ZxKOcyi8wnJ8Og+QUYLpqOIw==", "key_options": null, "keyfile": "/home/pnawracay/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pnawracay", "validate_certs": true} 2021-07-24T16:54:13.907 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC3YhI4am/T6s4rJRvbC/jAvrNcDhE/zaJiVDAjEuA1W/5Xt9ObX52eAnp+tOOtelXrX8ylYF/z5wGNQLjYrWepXhuqaEGxeVayCHzts6LMpmvyZ6sYnAw9HFO9rzrTawm70DuvWqY2Zt4KA6fM+lfXk3Qdpi5RCPDKk1jpXwSCyUtUKSWTDRtYtvvJTcO3H/xCJxQq/F9sU8yqgQcqFPfMNrV4a8gNj9KACqjt4IEIfuxKlKhlMA4yu1VTmGcNuhQS+geJzsEGuxZUQb0Io+q4o0b+40BQtazKgOdTcQbgNtqh3wZpjJsvB4AM+GNPjZY3mCsd+WPGg6dqfU08Voo2b7BfSwyCn14fQHnj1nSwRIea2juFY6AMfVJjstM5iIz7lOH2c3ydWWhzvSmMeoQ47zBXlg8JytWmDrXiyd21BSIpTL0Tn8P95wHYka8U9KRV0ZY7Jr2w/ThPdy2C+Cdir+P+OEL1sKHSnmEyQEeONa9P5yH1Rd1kM/FNESAIRiMLGspzXQeWoJhHswVaKoSBW/7f4b9VENxda8qAQi6ob8A71cAjbpRrkUmd5EBCSFMNs7lscus0/deUVvlpsrMjDAJa8S9gqhGHNU0YvF1WBIz3paLRAHDm9DWrHc5lreizJzX5ul4P/Z4ITjpO+9ZxKOcyi8wnJ8Og+QUYLpqOIw==", "key_options": null, "keyfile": "/home/pnawracay/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pnawracay", "validate_certs": true} 2021-07-24T16:54:13.960 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDQu/CuhCIFVGCLbA0cjn+qqcwX12cRcFA1sHyJtkj6Ltfmge8FnfgAsex/LaPJwbtbBiVl9xRcazHNfBaDw5DxMRSJF+e7WTydZC2Jm4qIj4D3Lr+imGPrJTK+kjN0QXRXknGsNn36oRF/I41cGqYRGwawFGSPZBHuav+ehDk1doTrbDlll4zMUWm2iXTcBIcJo4NR1LoE2c9/MPfbH7jKm5ke7aS0ets+EANEplkeClfCVAashtIF+Bz6a9qk4F2n0baLT/s3IQkXCwwO2fxxY03x8gWiB1n4E7sousEB+J1Skl/z0bwmaiY0C+raPoV/FyZxQuh0ocvdU7fnQbKuNoGE/Usfm9Y3g8eH81b/k4fMJL2lqXHkPft6zUV9bJsp3v1iGEkIf2+ER/QLczteNz6kw/uTPQctMEDXM17GEnBXISVrQcPSW3i93eFwWacs8iT3G4bjEQvpxSBQrhDdCCoxy8bVWqkVeDWw5u2q/3WL9Ov1NrY+G4/DYb2qONNQds0vTHCGvemU5GNjtaeCbojkZ7Z3KOeAY8080kKrsO7fve+ZMACCIFD+se8kF7NN4ZJASSqq9lJpBWvtbc0O8jCcVGNuN7exXjrcbiN1L/9HkARV+KEJU3jbXObAhAnfAaeRWBwmTfZodCu+fDd/Jor6l36tjD4kC4/CPrDtyQ== alfonsomthd", "key_options": null, "keyfile": "/home/alfonsomthd/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "alfonsomthd", "validate_certs": true} 2021-07-24T16:54:14.119 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDQu/CuhCIFVGCLbA0cjn+qqcwX12cRcFA1sHyJtkj6Ltfmge8FnfgAsex/LaPJwbtbBiVl9xRcazHNfBaDw5DxMRSJF+e7WTydZC2Jm4qIj4D3Lr+imGPrJTK+kjN0QXRXknGsNn36oRF/I41cGqYRGwawFGSPZBHuav+ehDk1doTrbDlll4zMUWm2iXTcBIcJo4NR1LoE2c9/MPfbH7jKm5ke7aS0ets+EANEplkeClfCVAashtIF+Bz6a9qk4F2n0baLT/s3IQkXCwwO2fxxY03x8gWiB1n4E7sousEB+J1Skl/z0bwmaiY0C+raPoV/FyZxQuh0ocvdU7fnQbKuNoGE/Usfm9Y3g8eH81b/k4fMJL2lqXHkPft6zUV9bJsp3v1iGEkIf2+ER/QLczteNz6kw/uTPQctMEDXM17GEnBXISVrQcPSW3i93eFwWacs8iT3G4bjEQvpxSBQrhDdCCoxy8bVWqkVeDWw5u2q/3WL9Ov1NrY+G4/DYb2qONNQds0vTHCGvemU5GNjtaeCbojkZ7Z3KOeAY8080kKrsO7fve+ZMACCIFD+se8kF7NN4ZJASSqq9lJpBWvtbc0O8jCcVGNuN7exXjrcbiN1L/9HkARV+KEJU3jbXObAhAnfAaeRWBwmTfZodCu+fDd/Jor6l36tjD4kC4/CPrDtyQ== alfonsomthd", "key_options": null, "keyfile": "/home/alfonsomthd/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "alfonsomthd", "validate_certs": true} 2021-07-24T16:54:14.172 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCoL9+aMxLtUG3aRIuT4kbjc1CPuQ+wbS30ocuJ2YIExlKMSxVr+LYqbjcz0T4f8gAKG539dZQgD9BAsHM8yfOVEvei0KsQHn87pzgYGR3DtaMx5IEG5xNyARPu+VuEoe8qlL3cAPwTiaU78datD5Cz9GEClhL1Fhn/Z8o7BMbs5xlcUIQ/J+s9/sKMcqmmBJy5IHQIEUHCl4SFwsev5g5ADlnLNNxjpalExuBCEeoSma9F3b2YEJHvpA5JhCIMZpVfXbgh2UhUsyfAQN6KgOIQ/XlKBMQDtizf2vZ4b8hW4ELcvKSADfTsyyqEs/Ql8jEJu32GFKf2mYPbgTS6E7FZfQz77X+5OBhojFAstB8LSSrH80FrG1gCbVZLnW0jXcSehKnU0oNmUWOKxxaT1b00fo/iZ4P8O1uJRY17/uaVCPNKdGTZzIlzyC16wsFFBxBl0d7HfojQY6qfww7AQJhvDkV2sP0/MIJzwriWOzZEmfr8Osqery5vFiYcSvMbdMZDfMEYd3z7Va2RiTIeyXuEYp5hzf8eyJRP/f2FEw8/BBrm5JCxeSWUx7qwgPHrJoWAVxCIg/M3YS/vfVSFc8Hh88sgc2upq0OqYr0uq6EFzUZi4aoOkOVYn9u/uc/p1AR0KbiQOkERMUDWTyADxrHaL0nQmGy+XyiJQjhq5ckZ+w== doliveira@suse.com", "key_options": null, "keyfile": "/home/oliveiradan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "oliveiradan", "validate_certs": true} 2021-07-24T16:54:14.341 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCoL9+aMxLtUG3aRIuT4kbjc1CPuQ+wbS30ocuJ2YIExlKMSxVr+LYqbjcz0T4f8gAKG539dZQgD9BAsHM8yfOVEvei0KsQHn87pzgYGR3DtaMx5IEG5xNyARPu+VuEoe8qlL3cAPwTiaU78datD5Cz9GEClhL1Fhn/Z8o7BMbs5xlcUIQ/J+s9/sKMcqmmBJy5IHQIEUHCl4SFwsev5g5ADlnLNNxjpalExuBCEeoSma9F3b2YEJHvpA5JhCIMZpVfXbgh2UhUsyfAQN6KgOIQ/XlKBMQDtizf2vZ4b8hW4ELcvKSADfTsyyqEs/Ql8jEJu32GFKf2mYPbgTS6E7FZfQz77X+5OBhojFAstB8LSSrH80FrG1gCbVZLnW0jXcSehKnU0oNmUWOKxxaT1b00fo/iZ4P8O1uJRY17/uaVCPNKdGTZzIlzyC16wsFFBxBl0d7HfojQY6qfww7AQJhvDkV2sP0/MIJzwriWOzZEmfr8Osqery5vFiYcSvMbdMZDfMEYd3z7Va2RiTIeyXuEYp5hzf8eyJRP/f2FEw8/BBrm5JCxeSWUx7qwgPHrJoWAVxCIg/M3YS/vfVSFc8Hh88sgc2upq0OqYr0uq6EFzUZi4aoOkOVYn9u/uc/p1AR0KbiQOkERMUDWTyADxrHaL0nQmGy+XyiJQjhq5ckZ+w== doliveira@suse.com", "key_options": null, "keyfile": "/home/oliveiradan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "oliveiradan", "validate_certs": true} 2021-07-24T16:54:14.406 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDh9bzZJulXGES+l9Xh6Aq15RZ8uQCGuDNhlNQtDblE1ISKJ/DqGYXp6wUW54+oVNA7eZiXz+fi3mq5pPEtZZOfd3ixEDzDJ4E3cVXoDZCqeWEmea6KvybeY10YxvB56TEI8U2KKAd56PRl20klXpLCjzXNqG7n0aXFcpCMbXDu369VX6lOk24K/7++7Wc5SttcvVu19sT2kqzsB/S1Y5cxiE6RM6wVtqBoksp/kRCIA16ruNwx3GUabDfbEoUGXlkkUP7+TZgAbHtBsYy6mCQhwi0S2+WG+HhHDUPjHhV+MdN9ffibCtOEGo52itVLVky09VeBocuA6H22JDGXPBgjcgf2NsZIqcKqGHhUkXmH92fhRSFOBLKHstrBq8jWRP/mNrgj8cQksDsakQYQbDg5dyabp+M0/iL2Q3YVq7erZI8aZMA7ZF3WgoQNYZg5E7oejM8URIlFP3x1ne2ClRC9a74phSCxeU/NVamGN3G3dImzEXGOSNyRggHJ4jGrIGc7tLPCzmI5OkomcB5OxReqf0r1TNXuUAqw8M4EoWt+0xoAmH5zVlUHf+psUCJIEV/4pbgtoJiSNq+LVY4jyDEFbvTAL7MqyXorMV7Tqlj+/3d7RXfhW9lR/SHb1Z3jcHvz4ZzYMzKWeJEjz+Y0NwIdFDhcPmUOYtEDmuRRrgYiSQ== sebstian.wagner@it-novum.com", "key_options": null, "keyfile": "/home/swagner/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "swagner", "validate_certs": true} 2021-07-24T16:54:14.552 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDh9bzZJulXGES+l9Xh6Aq15RZ8uQCGuDNhlNQtDblE1ISKJ/DqGYXp6wUW54+oVNA7eZiXz+fi3mq5pPEtZZOfd3ixEDzDJ4E3cVXoDZCqeWEmea6KvybeY10YxvB56TEI8U2KKAd56PRl20klXpLCjzXNqG7n0aXFcpCMbXDu369VX6lOk24K/7++7Wc5SttcvVu19sT2kqzsB/S1Y5cxiE6RM6wVtqBoksp/kRCIA16ruNwx3GUabDfbEoUGXlkkUP7+TZgAbHtBsYy6mCQhwi0S2+WG+HhHDUPjHhV+MdN9ffibCtOEGo52itVLVky09VeBocuA6H22JDGXPBgjcgf2NsZIqcKqGHhUkXmH92fhRSFOBLKHstrBq8jWRP/mNrgj8cQksDsakQYQbDg5dyabp+M0/iL2Q3YVq7erZI8aZMA7ZF3WgoQNYZg5E7oejM8URIlFP3x1ne2ClRC9a74phSCxeU/NVamGN3G3dImzEXGOSNyRggHJ4jGrIGc7tLPCzmI5OkomcB5OxReqf0r1TNXuUAqw8M4EoWt+0xoAmH5zVlUHf+psUCJIEV/4pbgtoJiSNq+LVY4jyDEFbvTAL7MqyXorMV7Tqlj+/3d7RXfhW9lR/SHb1Z3jcHvz4ZzYMzKWeJEjz+Y0NwIdFDhcPmUOYtEDmuRRrgYiSQ== sebstian.wagner@it-novum.com", "key_options": null, "keyfile": "/home/swagner/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "swagner", "validate_certs": true} 2021-07-24T16:54:14.628 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzYzqIDimPjMOUOUz1A122eV52fl3mgGgNBRYRlOWl/lOxM5oOat5FPkJlnXTVyQFl0MlnYgIv9fTnjHVTM0wFmFUItlUl151ZmK5XExiGpGVsqG3UWNyKJxZpk9Uh2a0T/5CKzzwXnv2fJMNxzfqgopYDrgq4TFEZcdvgWJ39dcRTXST/rGJQ8wOq9z7UNzKU5VOGxvgi6f/nGevGIHrSaTcY3Uu8BW8kXUrf9vfl+ZSxVjuNHXF/VmrJH5Ne8mVu7DzPMrl8ZZjxsfJKT/eQqF9kjqht5586OSPKIwg/LEOyYj7Wyyf3QbDAIp5bCygQfmBBl+kIxphJYq3EwUZT ylifshit@dhcp-4-102.tlv.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDFgwQYD9amVSYq6JzjHyGmKBJATQCM9xsf6QnF3yb0Lvry2nzY9F61evVXQ95TmF/AqasRx5p2WansIvegG5ag5mytvRwFXtHzPs4o/J+XjA9o4+A5l6j9cOFLIDD/TwrwlUjgMa2PhqUztSpI1op906391RLrJAyflfDghJxeVl6dJab6TEsslV0W+yaCS3BBxMXXrCbxCB5Ms3KCRKDz0DqbhFc+Nw05L1O1pC98HBFRIp1SaXlMcT3++CRQ3wugpOMkDMNLbycl+vdMBFY3UZ28rRowS3Ta7V5EARZVVH7KxU5cL+8Hr/8DE1/ITOmrluaEZ1KwYgoxZbZ3w7Ptw0FK6aiCZ49YtqKT1WakoVfO8m7pCdxkqUOA91loMQtxvCwZ/Vfoxaut16gklmPz8N11xvo1H5XB8/ZrvK5yKdl3JDl+wwtfE/fwo4E/fte+rPRisoWBRsmsx8EGxs75sXnb6n3VjZ65vYEKsNMLg+5EAaevWLLeqF0a42UWGJrHdb4VKX/OAplHrOk7kA/VwArow8f9n+iaRp2hgDU9OhQiFVRhgqwahlmCFFXkcP4/4WlxMCuZrsaNMZgMjVhfsp7cskKOezSfZZey2MB2fREMS1wg0j40CdYRn4jTNEBr/LVszsoM7t7AwXUpnqXeYIe+gePx1PJb5XSzSPZ9Pw== yuvalif@yahoo.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDp0xz0ml2XuoQe70TxVeTo3Ib5xMinDrYNJ5eq5XYNa8ZLGcEByeDK4myzixTloAo31Rb/yDyGqv6kQ6nFChihO2aab3Ni/bsMOaJat1scrznaIYXGvLvw5KYx/qBDUxb3qW0vO0N/bB3dUPS1 2021-07-24T16:54:14.630 INFO:teuthology.task.ansible.out:lXTJaVf+KuljUk7v38ov2gsPWlofRYZNkPGQfUKXFEXc39OVj+Ex5LkehH/Z1LwjRYJa7jAdSm8hE5m8m6WborrzAA4/iFuLbhtM/Bqm4boSqa7koBVux422QX/HblSQ2KAeT1GFOS7xdcO6ndyp6mIpCZWunTjZwSLyK20NvIV/AzdAro4GZWi0D34PPtbSG344ZT1dSLeDRhYVkDjS6uutrmw9C+Ns1bo8s1ydhxL2XEsU14SWRWlbyrMF9PXyJOsaNiBNWGwc9lTly0ZlmPnN3l0AC3RIKOstkEYmI+TMj21r1tltz48e+6dH1an51wwnhNRYiODd3hbS67tmIg05BuSU5+whJ93wzXw2rC4FLE= ylifshit@localhost.localdomain", "key_options": null, "keyfile": "/home/yuvalif/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yuvalif", "validate_certs": true} 2021-07-24T16:54:14.765 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzYzqIDimPjMOUOUz1A122eV52fl3mgGgNBRYRlOWl/lOxM5oOat5FPkJlnXTVyQFl0MlnYgIv9fTnjHVTM0wFmFUItlUl151ZmK5XExiGpGVsqG3UWNyKJxZpk9Uh2a0T/5CKzzwXnv2fJMNxzfqgopYDrgq4TFEZcdvgWJ39dcRTXST/rGJQ8wOq9z7UNzKU5VOGxvgi6f/nGevGIHrSaTcY3Uu8BW8kXUrf9vfl+ZSxVjuNHXF/VmrJH5Ne8mVu7DzPMrl8ZZjxsfJKT/eQqF9kjqht5586OSPKIwg/LEOyYj7Wyyf3QbDAIp5bCygQfmBBl+kIxphJYq3EwUZT ylifshit@dhcp-4-102.tlv.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDFgwQYD9amVSYq6JzjHyGmKBJATQCM9xsf6QnF3yb0Lvry2nzY9F61evVXQ95TmF/AqasRx5p2WansIvegG5ag5mytvRwFXtHzPs4o/J+XjA9o4+A5l6j9cOFLIDD/TwrwlUjgMa2PhqUztSpI1op906391RLrJAyflfDghJxeVl6dJab6TEsslV0W+yaCS3BBxMXXrCbxCB5Ms3KCRKDz0DqbhFc+Nw05L1O1pC98HBFRIp1SaXlMcT3++CRQ3wugpOMkDMNLbycl+vdMBFY3UZ28rRowS3Ta7V5EARZVVH7KxU5cL+8Hr/8DE1/ITOmrluaEZ1KwYgoxZbZ3w7Ptw0FK6aiCZ49YtqKT1WakoVfO8m7pCdxkqUOA91loMQtxvCwZ/Vfoxaut16gklmPz8N11xvo1H5XB8/ZrvK5yKdl3JDl+wwtfE/fwo4E/fte+rPRisoWBRsmsx8EGxs75sXnb6n3VjZ65vYEKsNMLg+5EAaevWLLeqF0a42UWGJrHdb4VKX/OAplHrOk7kA/VwArow8f9n+iaRp2hgDU9OhQiFVRhgqwahlmCFFXkcP4/4WlxMCuZrsaNMZgMjVhfsp7cskKOezSfZZey2MB2fREMS1wg0j40CdYRn4jTNEBr/LVszsoM7t7AwXUpnqXeYIe+gePx1PJb5XSzSPZ9Pw== yuvalif@yahoo.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDp0xz0ml2XuoQe70TxVeTo3Ib5xMinDrYNJ5eq5XYNa8ZLGcEByeDK4myzixTloAo31Rb/yDyGqv6kQ6nFChihO2aab3Ni/bsMOaJat1scrznaIYXGvLvw5KYx/qBDUxb3qW0vO0N/bB3dUPS1 2021-07-24T16:54:14.767 INFO:teuthology.task.ansible.out:lXTJaVf+KuljUk7v38ov2gsPWlofRYZNkPGQfUKXFEXc39OVj+Ex5LkehH/Z1LwjRYJa7jAdSm8hE5m8m6WborrzAA4/iFuLbhtM/Bqm4boSqa7koBVux422QX/HblSQ2KAeT1GFOS7xdcO6ndyp6mIpCZWunTjZwSLyK20NvIV/AzdAro4GZWi0D34PPtbSG344ZT1dSLeDRhYVkDjS6uutrmw9C+Ns1bo8s1ydhxL2XEsU14SWRWlbyrMF9PXyJOsaNiBNWGwc9lTly0ZlmPnN3l0AC3RIKOstkEYmI+TMj21r1tltz48e+6dH1an51wwnhNRYiODd3hbS67tmIg05BuSU5+whJ93wzXw2rC4FLE= ylifshit@localhost.localdomain", "key_options": null, "keyfile": "/home/yuvalif/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yuvalif", "validate_certs": true} 2021-07-24T16:54:14.840 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXa9uTf3q+7tGnHzSxv0WbgpRKrBIYjAZ5x3V74vQUSD1aAbmyvOqgPnts7XttLYImjjRqiisyC03L3KgR4b3SOeyL3KFxrk3KkHAJ/AJH+Y/UafyDhHNl3gRNg0B9rjsa7h2dSlcrFKnAX0pDY1HapuNPrzYWrXsEbo7C6wteFh7PyPmTkHu0NzIIPC4FcLl8SGaww/HeBh8v91IymgFSgXG0jNC063FEExWdti54yNLGh3gpW0FytsiRN9eEOKUOgcveT1tejz9ORv8evO4Y9SCQ/lsyOKQKNcG5C7J8nsbwSjqQ2cf6i2aYFZ0Oq1UXuhJ8APJCoiKgLJy7AiYf kkeithle@dhcp-100-19-89.bos.redhat.com", "key_options": null, "keyfile": "/home/kkeithle/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kkeithle", "validate_certs": true} 2021-07-24T16:54:14.986 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXa9uTf3q+7tGnHzSxv0WbgpRKrBIYjAZ5x3V74vQUSD1aAbmyvOqgPnts7XttLYImjjRqiisyC03L3KgR4b3SOeyL3KFxrk3KkHAJ/AJH+Y/UafyDhHNl3gRNg0B9rjsa7h2dSlcrFKnAX0pDY1HapuNPrzYWrXsEbo7C6wteFh7PyPmTkHu0NzIIPC4FcLl8SGaww/HeBh8v91IymgFSgXG0jNC063FEExWdti54yNLGh3gpW0FytsiRN9eEOKUOgcveT1tejz9ORv8evO4Y9SCQ/lsyOKQKNcG5C7J8nsbwSjqQ2cf6i2aYFZ0Oq1UXuhJ8APJCoiKgLJy7AiYf kkeithle@dhcp-100-19-89.bos.redhat.com", "key_options": null, "keyfile": "/home/kkeithle/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kkeithle", "validate_certs": true} 2021-07-24T16:54:15.049 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBYa5uEOlFv1s9K9D1SbcaApLwX3LBwASSnRXDHI7MtU paul.emmerich@croit.io", "key_options": null, "keyfile": "/home/emmericp/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "emmericp", "validate_certs": true} 2021-07-24T16:54:15.189 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBYa5uEOlFv1s9K9D1SbcaApLwX3LBwASSnRXDHI7MtU paul.emmerich@croit.io", "key_options": null, "keyfile": "/home/emmericp/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "emmericp", "validate_certs": true} 2021-07-24T16:54:15.263 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCj28V9sMybkAzhkiaNiDDr8TfNVyr5DNdbOqszdGEVLy1Rxh/UYnxUclsR9n8lt9VnCft3M4NDTnVwlxOHE8+0oolJE9HP+DQomsgj3abP04EGJyOA0X8E7eIFQNLRbMFCD0yX/SNNlYPsS5fPTFhIa/gbBPmDBE07kULts66Tvc0Yo/2yIfwV1DV34bcWWVGi01XybIHBl9qbvlfBKAUrFEcv3ZdpHNhuZw6IkZY8xoYxo8iF+toLYeGX+gFxqCZUUOO+NBVmb0hVL1LI6bU66IrMOQDkFurqpvoraBTJqwZgXvMPceFUkcVIH4Nm7cK1X2WyMtnSw2XBpLMT8C4V mchangir@indraprastha", "key_options": null, "keyfile": "/home/mchangir/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mchangir", "validate_certs": true} 2021-07-24T16:54:15.401 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCj28V9sMybkAzhkiaNiDDr8TfNVyr5DNdbOqszdGEVLy1Rxh/UYnxUclsR9n8lt9VnCft3M4NDTnVwlxOHE8+0oolJE9HP+DQomsgj3abP04EGJyOA0X8E7eIFQNLRbMFCD0yX/SNNlYPsS5fPTFhIa/gbBPmDBE07kULts66Tvc0Yo/2yIfwV1DV34bcWWVGi01XybIHBl9qbvlfBKAUrFEcv3ZdpHNhuZw6IkZY8xoYxo8iF+toLYeGX+gFxqCZUUOO+NBVmb0hVL1LI6bU66IrMOQDkFurqpvoraBTJqwZgXvMPceFUkcVIH4Nm7cK1X2WyMtnSw2XBpLMT8C4V mchangir@indraprastha", "key_options": null, "keyfile": "/home/mchangir/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mchangir", "validate_certs": true} 2021-07-24T16:54:15.475 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC1OVCo0wMITAp8PNUqsTRPFz0SuBL0r1RzKFJUoxQm7gsP9qttZUQRlfiuZ7YRzkuGLOEBngPuIcV995o0lZ0+LVHA8jxWEJamb6sM9YgnonbGKDHfl4lT8LJd4YtjcWnMGvUUdPiPgIkfrpxXtx+RzJ7eCTmgRjAJziZrRh3AqXuKty+s9MDnmK8EQ2smpLdkMtZG5W3U2PiVaGgq2FIIOAoqr58xGqFgZ4tIpvWFpNxVsDZXIg2NdC+ouuKQvuJRWq9eERRHwq26CR+kDFNZeYSyhYKxNBqauLCsAoXNFCJzrdX5Oi9Ox4lJTsEtYX+SMziVipQS54F7MnRAUccukQ86IbXz8C5Ok2EzNo6smwRZ6UPKRvebWjIvfbeR/iwPRnrWcNgjGcaTR6yhlRJh8pBkW84nyY/bJa4WXsoNLgutdsYkjl18KKhbBldjdf0ovfL7FVgqYfAo/wpQYJJeMebP5QAczxvZIegjHRrAvbs/nbQTmuAkes3WL1hhBjSTwyIbWCzAuBJk8MNTmeZkVBvub7XoIyIySppfoJC/1a+ZsxGkzAlgrIxXPYrrBzTtXd/9YRiIgCYx3UtfdbPkE6hT6GblH6ST6QESfWyyvfGxwlOmu+F+icRyVVJbgM9T/PD2W6I04u2/1mcfoHwaQGdwvbbBkbjWzm+zwNSisQ== sanupkri@redhat.com", "key_options": null, "keyfile": "/home/sidharthanup/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sidharthanup", "validate_certs": true} 2021-07-24T16:54:15.613 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC1OVCo0wMITAp8PNUqsTRPFz0SuBL0r1RzKFJUoxQm7gsP9qttZUQRlfiuZ7YRzkuGLOEBngPuIcV995o0lZ0+LVHA8jxWEJamb6sM9YgnonbGKDHfl4lT8LJd4YtjcWnMGvUUdPiPgIkfrpxXtx+RzJ7eCTmgRjAJziZrRh3AqXuKty+s9MDnmK8EQ2smpLdkMtZG5W3U2PiVaGgq2FIIOAoqr58xGqFgZ4tIpvWFpNxVsDZXIg2NdC+ouuKQvuJRWq9eERRHwq26CR+kDFNZeYSyhYKxNBqauLCsAoXNFCJzrdX5Oi9Ox4lJTsEtYX+SMziVipQS54F7MnRAUccukQ86IbXz8C5Ok2EzNo6smwRZ6UPKRvebWjIvfbeR/iwPRnrWcNgjGcaTR6yhlRJh8pBkW84nyY/bJa4WXsoNLgutdsYkjl18KKhbBldjdf0ovfL7FVgqYfAo/wpQYJJeMebP5QAczxvZIegjHRrAvbs/nbQTmuAkes3WL1hhBjSTwyIbWCzAuBJk8MNTmeZkVBvub7XoIyIySppfoJC/1a+ZsxGkzAlgrIxXPYrrBzTtXd/9YRiIgCYx3UtfdbPkE6hT6GblH6ST6QESfWyyvfGxwlOmu+F+icRyVVJbgM9T/PD2W6I04u2/1mcfoHwaQGdwvbbBkbjWzm+zwNSisQ== sanupkri@redhat.com", "key_options": null, "keyfile": "/home/sidharthanup/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sidharthanup", "validate_certs": true} 2021-07-24T16:54:15.687 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkeYXWjU7wVdODC32U40QRFgFH7ZEuEsOeWWaKx3Y5EBuAcwkTHiF9Bq/2mrDu+c9W46S8L38Ogc9GZ0DcCXtN/Z4z8iKOIIi5U1GzvwdbKuiAPCd8bdYP0vo0MOIRgylJo5hcnB5BCwCXRN1hmci1ES5UbSeQg0rydMiyYXHZ64AT47+qVUpn/mVP6PVw00pPqt16l9YxhbPFG74Y/WnY4FyrqXGQJfv0tcP7+UR7GQdFiI4QQV3ZUSRHRLWGcmoiiOmGimLhtzEmP4Jzy4gF4wg9q8jyX54NjfxDRZs+YuaoqqWKz/HSz5ic7W2RGKHrRby2N9wNu19nmC1NzIn3 varsha@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCW58OUR3pniaYgvr9xAExeNm4eMxgaJfFbEfEYPztTWv/xxqqihBYCeFltfgWbu7ERTy+hVNo1PJWyyczjl5Ivc3FdRmhykosygs7X74PPh02c7Em4MsSTr7SSPNN20rkJbWqiYMMOBbqbiZ7JXiSUNVilLHgZqZBEQc5Rf5I1PyBLHHJ2ZruPKnDPHCRLdwJ+MdXy2haKmGrQLhtzIKaDzh8VkfojL454k0aHCIh34Z0oBdP9757mNuYJUVEkKZF5t2oML84lWGMgwZxUWN2yO9ALTti4tNH1fXA6NipS9ztE+3hEJe1fWXEoUQDX9JNu4qEHTeCz0secQMkyZVDZSQk8yDUQxQ76yiett37sQB1WQR/3fclcahmqQ4dUS7M3Onyz6k6zia896PBK6G48TBUbFa1rw5Hx7WfNZluDMkv4YxkQvfz7XVzZx2/lhs45Kjh1UR9n7LaW/NID98vokcvASw1N6Bk/6pOd/45iPyEJemwovnQLs6ecwlMIikM= varsha@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcQ8xMjwVf+KiFIQARcbFT+wg4NHysBRrFxk3Bx5X2k2hGKcEYR2tY/ApHZYfJ6me3LUvJEXg2c/6xa6ibVTUp/90l4y0cF6RmF5uB45J0xuBYoFJd8xJkVrhDIlZix4aFfb7TrmJEqjleBrkTwam7Q9aE3lss16nVOxU4hiViYiCANJ45wobK6tz7y5btfzrHE/iYpwniDvzLwK7EpkEK336VVd6f9wV0vG+ErEFxnNVxheXLLm05LuvdVQvFqJcTFrc7/GZ54yKg5IgwVwXqSAyOXIhgduUqk+oN1ciA7jnSqdiOKQPS/VmYkbhw2YP85l8wGVreIYUmOG19QEyVLB82oB9KS1LezM2KCH61XW22+85dHf4PvuL9DULhGt6wBCvpO10OHxw0JvHXbEgBPhiyd9j2yJmcQozbRPth/sMUvLKNXOGabZhhkPBYL7xZICHc+UwxrXs0h/j9jOjLyHzBAWMomF2lzgbvtzjcbxJ1a5oclJ6IW8yHJllkOh0= varsha@localhost.locald 2021-07-24T16:54:15.688 INFO:teuthology.task.ansible.out:omain", "key_options": null, "keyfile": "/home/varsha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "varsha", "validate_certs": true} 2021-07-24T16:54:15.835 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkeYXWjU7wVdODC32U40QRFgFH7ZEuEsOeWWaKx3Y5EBuAcwkTHiF9Bq/2mrDu+c9W46S8L38Ogc9GZ0DcCXtN/Z4z8iKOIIi5U1GzvwdbKuiAPCd8bdYP0vo0MOIRgylJo5hcnB5BCwCXRN1hmci1ES5UbSeQg0rydMiyYXHZ64AT47+qVUpn/mVP6PVw00pPqt16l9YxhbPFG74Y/WnY4FyrqXGQJfv0tcP7+UR7GQdFiI4QQV3ZUSRHRLWGcmoiiOmGimLhtzEmP4Jzy4gF4wg9q8jyX54NjfxDRZs+YuaoqqWKz/HSz5ic7W2RGKHrRby2N9wNu19nmC1NzIn3 varsha@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCW58OUR3pniaYgvr9xAExeNm4eMxgaJfFbEfEYPztTWv/xxqqihBYCeFltfgWbu7ERTy+hVNo1PJWyyczjl5Ivc3FdRmhykosygs7X74PPh02c7Em4MsSTr7SSPNN20rkJbWqiYMMOBbqbiZ7JXiSUNVilLHgZqZBEQc5Rf5I1PyBLHHJ2ZruPKnDPHCRLdwJ+MdXy2haKmGrQLhtzIKaDzh8VkfojL454k0aHCIh34Z0oBdP9757mNuYJUVEkKZF5t2oML84lWGMgwZxUWN2yO9ALTti4tNH1fXA6NipS9ztE+3hEJe1fWXEoUQDX9JNu4qEHTeCz0secQMkyZVDZSQk8yDUQxQ76yiett37sQB1WQR/3fclcahmqQ4dUS7M3Onyz6k6zia896PBK6G48TBUbFa1rw5Hx7WfNZluDMkv4YxkQvfz7XVzZx2/lhs45Kjh1UR9n7LaW/NID98vokcvASw1N6Bk/6pOd/45iPyEJemwovnQLs6ecwlMIikM= varsha@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcQ8xMjwVf+KiFIQARcbFT+wg4NHysBRrFxk3Bx5X2k2hGKcEYR2tY/ApHZYfJ6me3LUvJEXg2c/6xa6ibVTUp/90l4y0cF6RmF5uB45J0xuBYoFJd8xJkVrhDIlZix4aFfb7TrmJEqjleBrkTwam7Q9aE3lss16nVOxU4hiViYiCANJ45wobK6tz7y5btfzrHE/iYpwniDvzLwK7EpkEK336VVd6f9wV0vG+ErEFxnNVxheXLLm05LuvdVQvFqJcTFrc7/GZ54yKg5IgwVwXqSAyOXIhgduUqk+oN1ciA7jnSqdiOKQPS/VmYkbhw2YP85l8wGVreIYUmOG19QEyVLB82oB9KS1LezM2KCH61XW22+85dHf4PvuL9DULhGt6wBCvpO10OHxw0JvHXbEgBPhiyd9j2yJmcQozbRPth/sMUvLKNXOGabZhhkPBYL7xZICHc+UwxrXs0h/j9jOjLyHzBAWMomF2lzgbvtzjcbxJ1a5oclJ6IW8yHJllkOh0= varsha@localhost.locald 2021-07-24T16:54:15.837 INFO:teuthology.task.ansible.out:omain", "key_options": null, "keyfile": "/home/varsha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "varsha", "validate_certs": true} 2021-07-24T16:54:16.044 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6RDgqwA0GrvE6KqRaGCgYnFhnxdi9ehjIWvfaMa1oq0CqYxUAee2bNbp/X2Bd18Vqk8iH9fpE0+qrLgAH/8BpD+MtgGikCFMORvazeUtOCF/OCDO0AMg1jvl8aTdvrQU8ZTDPXa65Avpkc9vwugcoplnwrW7lKx++XqCWsSlfHgEdyMV3wrt/ZDFwI2AS2bZBpWM6ViG1KSjXjgTi/T3hSZPY+buYvWjzoEjQO0946iI3iiKKCGohEpCUnG02oJXcS0vvgl8dWE71451lbainEKJ4hbDhfDmy57s6VXfVUANsczwiPWiSC/ZmMlDaCCBeKHO0Gz0xXaDXd9j4SA7P sam@Pondermatic\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYylAUS12hF6XndDQ3CkrUddKmXNSd8pOlHwO+pWaDTJPKxwtPL6sM3aOtaAPLrGkv1zD2k3iZaxmDwfPYGaXOyb0KS5ZCddtOyNXj5JLrjxh2niqFPP8SIkdHLOP+0Hv1/tB0Jz75RV+tNIT1SJTm7OZ8wZNy0qYycITSooJ14iEgyZ7rOa3EEzbtIVpHS4+YqIuIJdV2oV5egCrJyRv4sPUrS8ERXD4QZSOlHE+W4Tf+WVrEfsHOdDLRlAXJUzhuqgWtVouiYcW5ex294z28eA+12lKaPQpE0cft/NJ6FLs41yqh4ZN588bl8Ada+yTXEaHWioQEEJMlca2jIgrP sjust@rex004.front.sepia.ceph.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC08RrDQ2M7Zjcpx7RL9e+tjv48kBgDNyTenX1QdxW22JA2JR3D3ThA/ej9HtiPWcIVz16oZ4tzrCEVwaCMfbsmXq 2021-07-24T16:54:16.046 INFO:teuthology.task.ansible.out:2z08ZXYqwiBuoXJVshU7lIKVqAtadT4F6Q9eQvxEo4zWdBib1W0/cqNLlYzU/DuwlUqYnWBDLGxc4fD5Kxrz366oWUDB/ULCpl77TMqfTKlStCgGXot0zLqiscqzq1W7XsuA7A5vQw/JTq7MvIME+SkUuGWX0WKwTMIRZKNWBGmlf51bNru3GmmAnKBUFsJv9H4G0FPqGY/aH02rr5dAgTTmfKt+XbWRfMTMpjJqVRGX03+1mQNoYQ3kNDz0wl sjust@office\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5UMPySf/h9r2/OryRXrO9Qq9k5J9Dn9nvJYyaYCE82H/qkBJGboAJgyIXfbsGYO5uPM25d3fGRH4magzAQm2hGWNbbt1YWn9HaIyKCCXo9JX600/dv3OZbHyGGmgXPa4Anl16j1c2vxRRt2+ArjlyyhP7cAcRkilUGdagK9u6ALrwnz9hhXYV+BmXrxMm7zZCmdWHcWz+YxoA65es4+w+aLvVZWmUCZLF8uZrcpPSw+oK3SfZE8JPRc5vWulXbWEEfIoHb9AszPIpSyzbfPWXelmc3XlG0KD66t7w+AnNlQPt3JVePRCfFHPYeTj9B0k8sxPyUqTQIl5pu6GppRMOQ== sam@Deepthought", "key_options": null, "keyfile": "/home/sjust/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sjust", "validate_certs": true} 2021-07-24T16:54:16.202 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6RDgqwA0GrvE6KqRaGCgYnFhnxdi9ehjIWvfaMa1oq0CqYxUAee2bNbp/X2Bd18Vqk8iH9fpE0+qrLgAH/8BpD+MtgGikCFMORvazeUtOCF/OCDO0AMg1jvl8aTdvrQU8ZTDPXa65Avpkc9vwugcoplnwrW7lKx++XqCWsSlfHgEdyMV3wrt/ZDFwI2AS2bZBpWM6ViG1KSjXjgTi/T3hSZPY+buYvWjzoEjQO0946iI3iiKKCGohEpCUnG02oJXcS0vvgl8dWE71451lbainEKJ4hbDhfDmy57s6VXfVUANsczwiPWiSC/ZmMlDaCCBeKHO0Gz0xXaDXd9j4SA7P sam@Pondermatic\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYylAUS12hF6XndDQ3CkrUddKmXNSd8pOlHwO+pWaDTJPKxwtPL6sM3aOtaAPLrGkv1zD2k3iZaxmDwfPYGaXOyb0KS5ZCddtOyNXj5JLrjxh2niqFPP8SIkdHLOP+0Hv1/tB0Jz75RV+tNIT1SJTm7OZ8wZNy0qYycITSooJ14iEgyZ7rOa3EEzbtIVpHS4+YqIuIJdV2oV5egCrJyRv4sPUrS8ERXD4QZSOlHE+W4Tf+WVrEfsHOdDLRlAXJUzhuqgWtVouiYcW5ex294z28eA+12lKaPQpE0cft/NJ6FLs41yqh4ZN588bl8Ada+yTXEaHWioQEEJMlca2jIgrP sjust@rex004.front.sepia.ceph.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC08RrDQ2M7Zjcpx7RL9e+tjv48kBgDNyTenX1QdxW22JA2JR3D3ThA/ej9HtiPWcIVz16oZ4tzrCEVwaCMfbsmXq 2021-07-24T16:54:16.204 INFO:teuthology.task.ansible.out:2z08ZXYqwiBuoXJVshU7lIKVqAtadT4F6Q9eQvxEo4zWdBib1W0/cqNLlYzU/DuwlUqYnWBDLGxc4fD5Kxrz366oWUDB/ULCpl77TMqfTKlStCgGXot0zLqiscqzq1W7XsuA7A5vQw/JTq7MvIME+SkUuGWX0WKwTMIRZKNWBGmlf51bNru3GmmAnKBUFsJv9H4G0FPqGY/aH02rr5dAgTTmfKt+XbWRfMTMpjJqVRGX03+1mQNoYQ3kNDz0wl sjust@office\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5UMPySf/h9r2/OryRXrO9Qq9k5J9Dn9nvJYyaYCE82H/qkBJGboAJgyIXfbsGYO5uPM25d3fGRH4magzAQm2hGWNbbt1YWn9HaIyKCCXo9JX600/dv3OZbHyGGmgXPa4Anl16j1c2vxRRt2+ArjlyyhP7cAcRkilUGdagK9u6ALrwnz9hhXYV+BmXrxMm7zZCmdWHcWz+YxoA65es4+w+aLvVZWmUCZLF8uZrcpPSw+oK3SfZE8JPRc5vWulXbWEEfIoHb9AszPIpSyzbfPWXelmc3XlG0KD66t7w+AnNlQPt3JVePRCfFHPYeTj9B0k8sxPyUqTQIl5pu6GppRMOQ== sam@Deepthought", "key_options": null, "keyfile": "/home/sjust/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sjust", "validate_certs": true} 2021-07-24T16:54:16.266 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDj6DxTZNodVnwJZrnSZ/jv9Cw4uYLb8MGpccmOvtwl93sVBvqq597AYnBqYiV4VBbKU3GVFbT41zkplia1iCfXoddttCOyWmEKviBXRnAsd5f80dxL0pfzrBJvCaH4NAfYgVw9JFWsvT981b+nB6vum4Vz8Dw0PM5GPnVUjsZNFkpmDPUBL4yHPmMCGP2WtUurJVD3Gm9t72XlG6Dl/vB9Qw/i4IY1SoCCbuhhNgE7IN8JXeGmVJbRwDeUlP+Q8Ti7iedV7YB/W1opt6eT5EPzX8NcxTc0c7rrDgsUWjFQYRSup0GLK9ofdHs0E2RbPPO5OSc5Z2+B1IEV7fZeyJwAyHwUgwx7sSGy7aROdvinaj/hOBglcgISyQ2CY7LTV8NGWJquo7yRCJXhZVIHfgqfBcrgWdNbr+vNBXnWe5PCtLhV8ryHPSJ/7Ru+7voQxgvwux5SdZwxXTbWDKni1f6/8bNrhRx6bmLK9xuYAgt2FhlIivI7L5kQF4etcBiaf68= deepika@x1cabon\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqbYcbJYtgCrAbLo7PcS82caXxcT8cpX0RkULaFXfaiUDs8Foy6Yf/XoEHIdpgw8kX6qBdydYXxti6HFhYDNsL5KleKu/yA+bVKlvri39CRNkNxFHAUL2CRBT5Hefj1AJQBm/BKVEN4/eb05OlJJ808Qb/aNycot/YwgpNvUIaO2yTMA0meq82wNdZmUcmyLB9QXz4QInTcoAsxq70KxX95YC938rTWpbg1hM8gzLkJJt/OD/Z7TMYv/Sc5KGOFqo930AmObQ5KPmffkWGYbLT65TxlCULnvIr63lWHdGTj5mYjib/v9ncu24az9GYRWYcicV0B/def+KVrrIp3Mz ideepika@teuthology", "key_options": null, "keyfile": "/home/ideepika/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ideepika", "validate_certs": true} 2021-07-24T16:54:16.411 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDj6DxTZNodVnwJZrnSZ/jv9Cw4uYLb8MGpccmOvtwl93sVBvqq597AYnBqYiV4VBbKU3GVFbT41zkplia1iCfXoddttCOyWmEKviBXRnAsd5f80dxL0pfzrBJvCaH4NAfYgVw9JFWsvT981b+nB6vum4Vz8Dw0PM5GPnVUjsZNFkpmDPUBL4yHPmMCGP2WtUurJVD3Gm9t72XlG6Dl/vB9Qw/i4IY1SoCCbuhhNgE7IN8JXeGmVJbRwDeUlP+Q8Ti7iedV7YB/W1opt6eT5EPzX8NcxTc0c7rrDgsUWjFQYRSup0GLK9ofdHs0E2RbPPO5OSc5Z2+B1IEV7fZeyJwAyHwUgwx7sSGy7aROdvinaj/hOBglcgISyQ2CY7LTV8NGWJquo7yRCJXhZVIHfgqfBcrgWdNbr+vNBXnWe5PCtLhV8ryHPSJ/7Ru+7voQxgvwux5SdZwxXTbWDKni1f6/8bNrhRx6bmLK9xuYAgt2FhlIivI7L5kQF4etcBiaf68= deepika@x1cabon\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqbYcbJYtgCrAbLo7PcS82caXxcT8cpX0RkULaFXfaiUDs8Foy6Yf/XoEHIdpgw8kX6qBdydYXxti6HFhYDNsL5KleKu/yA+bVKlvri39CRNkNxFHAUL2CRBT5Hefj1AJQBm/BKVEN4/eb05OlJJ808Qb/aNycot/YwgpNvUIaO2yTMA0meq82wNdZmUcmyLB9QXz4QInTcoAsxq70KxX95YC938rTWpbg1hM8gzLkJJt/OD/Z7TMYv/Sc5KGOFqo930AmObQ5KPmffkWGYbLT65TxlCULnvIr63lWHdGTj5mYjib/v9ncu24az9GYRWYcicV0B/def+KVrrIp3Mz ideepika@teuthology", "key_options": null, "keyfile": "/home/ideepika/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ideepika", "validate_certs": true} 2021-07-24T16:54:16.485 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDC0h+TpaUkm2V6Hbf7aPCTys/nsm51CmY9s+bdwEXAiSAWpq/7Xi2LlN0mZgsrAYBHbr5L+Pz8x0YdigvWysUK6U9XRSPM28cbWmh8F25re9HEk8ARESkMZKTv/hKFs1v7kTHbT9hNNynbQGQOqEaazjr0shcli+Byvop27riX3QDDSsd5xfCjjyDz9fiA9YESlF0kbXyFUKPsoaBhRv9FUhtH6DxlygxtxTsKyKgeoiKw2sCfeUMckcJKnGCMtkXW4U8h7NL/fPZFyBaMDRi/TtoBKaVGLaWqF7RuukfjoMCwhuIDmuTG3WhanH4HJrfNenPZkpZUBhzWwZcleao8SD3mXXfZ9gcZb8QB2ymEtTqrAEyDoNWO4q8ljNP3WJXIgF0h0Sjmx/CV/i0ArEYlBMwBD7DFVnPJqCqSyypuQdDGsDNQZxaRCiYg7nIslFOpDr+0PLp78m+CHyYbSFLTvVVJoJ1k0YhMnDPHM29nt7fMGx6Qrigwnuk0yKg1bfgJ/t0TOqEw0bqGKIvHnyoP/n0ObazEsiPl5pRr2ehs/Rqf35Iwhc1i02Hhz/3Sqwc1eAgqm4/OVghxqUJGpRocua5Gf/vO32wwoyGxh2sl7y6K2pNDA3glhKYbZeIh1fjnaTjikgleqIQkCBxbTeAE7n5+T6TcFtnII6RSxYv3tQ== gal.salomon@gmail.com", "key_options": null, "keyfile": "/home/gsalomon/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "gsalomon", "validate_certs": true} 2021-07-24T16:54:16.631 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDC0h+TpaUkm2V6Hbf7aPCTys/nsm51CmY9s+bdwEXAiSAWpq/7Xi2LlN0mZgsrAYBHbr5L+Pz8x0YdigvWysUK6U9XRSPM28cbWmh8F25re9HEk8ARESkMZKTv/hKFs1v7kTHbT9hNNynbQGQOqEaazjr0shcli+Byvop27riX3QDDSsd5xfCjjyDz9fiA9YESlF0kbXyFUKPsoaBhRv9FUhtH6DxlygxtxTsKyKgeoiKw2sCfeUMckcJKnGCMtkXW4U8h7NL/fPZFyBaMDRi/TtoBKaVGLaWqF7RuukfjoMCwhuIDmuTG3WhanH4HJrfNenPZkpZUBhzWwZcleao8SD3mXXfZ9gcZb8QB2ymEtTqrAEyDoNWO4q8ljNP3WJXIgF0h0Sjmx/CV/i0ArEYlBMwBD7DFVnPJqCqSyypuQdDGsDNQZxaRCiYg7nIslFOpDr+0PLp78m+CHyYbSFLTvVVJoJ1k0YhMnDPHM29nt7fMGx6Qrigwnuk0yKg1bfgJ/t0TOqEw0bqGKIvHnyoP/n0ObazEsiPl5pRr2ehs/Rqf35Iwhc1i02Hhz/3Sqwc1eAgqm4/OVghxqUJGpRocua5Gf/vO32wwoyGxh2sl7y6K2pNDA3glhKYbZeIh1fjnaTjikgleqIQkCBxbTeAE7n5+T6TcFtnII6RSxYv3tQ== gal.salomon@gmail.com", "key_options": null, "keyfile": "/home/gsalomon/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "gsalomon", "validate_certs": true} 2021-07-24T16:54:16.694 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrGYBGPDQqn+2jnxKhDurSrAJvTT8dZMYGVCt6NbjpFhDFYtyvrF8Jv5NKBQynG18LwscN7a57L0Oq0e4jOEPRz//CDcAfP+L6p45L4BdUzTysN4+rQ7waMnIiYp7VjSswhGH/BnYIVKwmDqzM2fo1w/oLIT6mgwUYqAdceeswAkXBt7jgagL8ox3E4oHBqER7f60AHdTviuW953t5luVQiMjyF2fOwZuo2ycufIzBee0CwS+xyRuJQwdgD3HL4Qs2vtBCX+H8n3wC6A9JrMA5tzCDr5VZKBJZURIniwvaXfJodjO4SvBL5jAfXoMqriv8ZWHbap2fk82YE8/uPqNvSISjixJEBgQinklZ+iAOYm5tfPbhPM/8ErpN/yJ0EoGRn+nj6X6nAjXAIk3AENopeqtM7mLZ26RFIuEV5ld7eqUvAfiy6Hk2LH9Q1Z4CXaxD0gDGzUxgdAaaAgLAR4btWi2n7Tb7ZNDdOfctg2ya9ftzZBOHvCaVXSpJCry/GMU= skoduri@localhost.localdomain", "key_options": null, "keyfile": "/home/soumyakoduri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "soumyakoduri", "validate_certs": true} 2021-07-24T16:54:16.840 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrGYBGPDQqn+2jnxKhDurSrAJvTT8dZMYGVCt6NbjpFhDFYtyvrF8Jv5NKBQynG18LwscN7a57L0Oq0e4jOEPRz//CDcAfP+L6p45L4BdUzTysN4+rQ7waMnIiYp7VjSswhGH/BnYIVKwmDqzM2fo1w/oLIT6mgwUYqAdceeswAkXBt7jgagL8ox3E4oHBqER7f60AHdTviuW953t5luVQiMjyF2fOwZuo2ycufIzBee0CwS+xyRuJQwdgD3HL4Qs2vtBCX+H8n3wC6A9JrMA5tzCDr5VZKBJZURIniwvaXfJodjO4SvBL5jAfXoMqriv8ZWHbap2fk82YE8/uPqNvSISjixJEBgQinklZ+iAOYm5tfPbhPM/8ErpN/yJ0EoGRn+nj6X6nAjXAIk3AENopeqtM7mLZ26RFIuEV5ld7eqUvAfiy6Hk2LH9Q1Z4CXaxD0gDGzUxgdAaaAgLAR4btWi2n7Tb7ZNDdOfctg2ya9ftzZBOHvCaVXSpJCry/GMU= skoduri@localhost.localdomain", "key_options": null, "keyfile": "/home/soumyakoduri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "soumyakoduri", "validate_certs": true} 2021-07-24T16:54:16.902 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPeuSTD7kv8yQX6dW+7Vpq1mqrcr8JGubPYa1DpGTV/gE50d5L42UspUN2FXmICDMiV1h4Q9WQAFma3168f1I5I94qFkV+/56szCMoILClm7IW/EV4t8fTxoyOpEa9l4qSU3qgJpDbY04CkiyVJFuQj24Zq3gD/70jYgGpy8RfA0BihSR6F+A0WZLh/fESjqfor3/pFWhUCRnPEqrZsXyuB8lRgDTyGp4s1cHyUqmFMuCPDRMtok0rSVpaRZj2Zj8lboah19UI/L89ptQgEdqsOKzlkxiT+1GdyIY+jpPCM0a3yZz75l3Qiu0k6q7qUV8T0hm1GZiBguvST1KMcwnt kyrylo.shatskyy@suse.com", "key_options": null, "keyfile": "/home/kyr/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kyr", "validate_certs": true} 2021-07-24T16:54:17.049 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPeuSTD7kv8yQX6dW+7Vpq1mqrcr8JGubPYa1DpGTV/gE50d5L42UspUN2FXmICDMiV1h4Q9WQAFma3168f1I5I94qFkV+/56szCMoILClm7IW/EV4t8fTxoyOpEa9l4qSU3qgJpDbY04CkiyVJFuQj24Zq3gD/70jYgGpy8RfA0BihSR6F+A0WZLh/fESjqfor3/pFWhUCRnPEqrZsXyuB8lRgDTyGp4s1cHyUqmFMuCPDRMtok0rSVpaRZj2Zj8lboah19UI/L89ptQgEdqsOKzlkxiT+1GdyIY+jpPCM0a3yZz75l3Qiu0k6q7qUV8T0hm1GZiBguvST1KMcwnt kyrylo.shatskyy@suse.com", "key_options": null, "keyfile": "/home/kyr/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kyr", "validate_certs": true} 2021-07-24T16:54:17.122 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeERrQ0NVXhuTYzI08rlKRbHZVFXSv1YC7sGq6aCWRbTCv7Ad/t/3OJz3vfcd2TjBMvABfrYCFgTFWIaJBaeA3BXUUU9y9TwnzuxKv4C46WJYoalVGyLEpWpcGbJ5v+leA6Je/+lunenplb7TBKGE/YTgggEXyX7KnunYlv+Jdm33TmAZTcHrLk5QR/6FdRGKmdlLna0dXZc3v04+AI8W+p9ghAv1+e8ENxJDTF8p0MawBiKWcSj2mysOhQ2Cj91qZ0qTnLLeu0CPf4rBO+qjYIshiCuTLhYt2UazlzME4nCCsVqK7Nz9olA/lgvJLRaPxgQQ7iCMmIZilS6B4Y3oL sseshasa@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCo0zniUEXuQ4JJuuRtfnEK8WHqr97AmXEniGPY5U23MTxhMuP8CSkGWkUHdmXw0H1tDKbYgk97M6TspJropNGKljla2H1/3e2T1BOI1L2WfcsOh6VPYeyOj2ssMJeEDdQgd0J3g+4oj2QS+guPlT24UhO0CBhRZ6waVlJMgagDYyDLCLGI4ASoBYx0AOaoyjnEQtRd/gyejzv7jntkHc9YNBPsJ37X6hTYNA/s2ORJE7QMXd6xI60mTBuCdD3JcPYoUSvyCUa7rIrDc70lAcW5XtxewvMBogTZJLoFG/d6Ugij49h4AfwrtoUCtLyJOWJX6PTfomXely8Ym6KpN/3981+m70dhcHPDJ66QCWMd1LAgftVXTIsebA+Bxfg4Vsbrv7j1lJXzmMfsOl+1wVPe+Y9h28GyeIlalW3laURZGV7dhexGZ8YNxPuzxtAlWtfw+kddbjw0j4ODtgVXrj4SDxqmTTYYuMBkrQ3H33sOgPLx8DyA6e4pckb6lOOEvb41Yi5tyP7BIJlYN2PpNVDkSQd/t5Q0di4Ct+3vqLRCkPuJiJAUyaBGT4HM7yQc25+Y0B3sXNON7BjeaBXB7OwKZMp9w1jwbJt4JL/aGOw3HVljVyVgu+pIuQ2ISd9VBcmAJK5EGdWe5Q57h5fJkD+TVrXgeNTaufdclh5vWOH1qQ== sseshasa@teuthology", "key_options": null, "keyfile": "/home/sseshasa/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sseshasa", "validate_certs": true} 2021-07-24T16:54:17.269 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeERrQ0NVXhuTYzI08rlKRbHZVFXSv1YC7sGq6aCWRbTCv7Ad/t/3OJz3vfcd2TjBMvABfrYCFgTFWIaJBaeA3BXUUU9y9TwnzuxKv4C46WJYoalVGyLEpWpcGbJ5v+leA6Je/+lunenplb7TBKGE/YTgggEXyX7KnunYlv+Jdm33TmAZTcHrLk5QR/6FdRGKmdlLna0dXZc3v04+AI8W+p9ghAv1+e8ENxJDTF8p0MawBiKWcSj2mysOhQ2Cj91qZ0qTnLLeu0CPf4rBO+qjYIshiCuTLhYt2UazlzME4nCCsVqK7Nz9olA/lgvJLRaPxgQQ7iCMmIZilS6B4Y3oL sseshasa@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCo0zniUEXuQ4JJuuRtfnEK8WHqr97AmXEniGPY5U23MTxhMuP8CSkGWkUHdmXw0H1tDKbYgk97M6TspJropNGKljla2H1/3e2T1BOI1L2WfcsOh6VPYeyOj2ssMJeEDdQgd0J3g+4oj2QS+guPlT24UhO0CBhRZ6waVlJMgagDYyDLCLGI4ASoBYx0AOaoyjnEQtRd/gyejzv7jntkHc9YNBPsJ37X6hTYNA/s2ORJE7QMXd6xI60mTBuCdD3JcPYoUSvyCUa7rIrDc70lAcW5XtxewvMBogTZJLoFG/d6Ugij49h4AfwrtoUCtLyJOWJX6PTfomXely8Ym6KpN/3981+m70dhcHPDJ66QCWMd1LAgftVXTIsebA+Bxfg4Vsbrv7j1lJXzmMfsOl+1wVPe+Y9h28GyeIlalW3laURZGV7dhexGZ8YNxPuzxtAlWtfw+kddbjw0j4ODtgVXrj4SDxqmTTYYuMBkrQ3H33sOgPLx8DyA6e4pckb6lOOEvb41Yi5tyP7BIJlYN2PpNVDkSQd/t5Q0di4Ct+3vqLRCkPuJiJAUyaBGT4HM7yQc25+Y0B3sXNON7BjeaBXB7OwKZMp9w1jwbJt4JL/aGOw3HVljVyVgu+pIuQ2ISd9VBcmAJK5EGdWe5Q57h5fJkD+TVrXgeNTaufdclh5vWOH1qQ== sseshasa@teuthology", "key_options": null, "keyfile": "/home/sseshasa/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sseshasa", "validate_certs": true} 2021-07-24T16:54:17.332 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rfriedma', 'ovpn': 'rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIC6uqbIg9XaTlDZd7KCX7FXSzfGFMEWXhx42ktz3ehOPLviA/yNpVd+LmYHSgzd5Szd3mMxleisiE+JdSq/q5YyPAF6eD6+wfynkpMv5aWNHGI0yVfKbCwdOX8bY6yqhyVwMDo14uoFvdDcM4Lj+vz8F75VJHUU5ihJNOW24EllobTLzR4XI6AcM+mjbXRnBLLVoBSuDaU2D0kWqMn8rDCJKdUJnoiy9oxIok8eMLfGkGsL55oOx9BflMSz/0jM9X5GLQahYiECbXjvCIarCkUFE8txNoXM9Djmg8QqhAQDhY0hzJTauFJJaD8Ax1uFQlXONed7tv7a7Tb3dH+/jb rfriedma@dhcp-4-239.tlv.redhat.com", "key_options": null, "keyfile": "/home/rfriedma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rfriedma", "validate_certs": true} 2021-07-24T16:54:17.479 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rfriedma', 'ovpn': 'rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIC6uqbIg9XaTlDZd7KCX7FXSzfGFMEWXhx42ktz3ehOPLviA/yNpVd+LmYHSgzd5Szd3mMxleisiE+JdSq/q5YyPAF6eD6+wfynkpMv5aWNHGI0yVfKbCwdOX8bY6yqhyVwMDo14uoFvdDcM4Lj+vz8F75VJHUU5ihJNOW24EllobTLzR4XI6AcM+mjbXRnBLLVoBSuDaU2D0kWqMn8rDCJKdUJnoiy9oxIok8eMLfGkGsL55oOx9BflMSz/0jM9X5GLQahYiECbXjvCIarCkUFE8txNoXM9Djmg8QqhAQDhY0hzJTauFJJaD8Ax1uFQlXONed7tv7a7Tb3dH+/jb rfriedma@dhcp-4-239.tlv.redhat.com", "key_options": null, "keyfile": "/home/rfriedma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rfriedma", "validate_certs": true} 2021-07-24T16:54:17.544 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDIXHA8BwV4OnqlaHHyYofsp5X+wanose+aneJVx2Or05PcWA9c7xFEOerkvEn9LvivSRd9G9o/S8SvnGH91tG2bbOAidVZ69FGul9OKa/BCJYUP0vVBX09/Td3n7+R2lVlvu5XiyC5SUzCjaQEZLOpjq23rqaqdCDXE6wFnxfpkmcsccbG/xUiOEBeBGI92lntdx99Sn6CxWWA27lMMaYkCRvX6ziRZEm6O44N2nMm+qYm0jmMyGv1iyQkJxtt0YaLPp+X9t2trUEzEjgBCXqqzEzBjB7T4rbzhAuvU3NRHiAoWXSnrY5AQOTTvC/wpaZV/gF2NDNThjMcpcEdNstleOctXtN4XTTJQewbG+t7I9knR00TPpsoUvUtpbcoFOluGgWTDTFa6GCmDPppx23nZgulOniZUVTI2CbScSpc8sfp1JE7Q6vLECY9lJ+GpVCbDAbIEE9WHXSkJ/6L9yf+ZoHbpqCkEFDcWLfz3B5NFoJ5gne8B8uzd6ptKVtJrP8pMvoOyydyvQlmkgh8tNDsOnp6kaUNG0NHmtfGlCTkbM7oKsKbf87Cv1HgYuZl/HP7go5sOX02LfBfbvWrawZzOaZ3dewEq74w5hVMKEHrmJPstIpcHSxZpq33f2j4Z/uKW9tJat6rgSWK1I+T3tCd++76apxbOYl5TDOaoxCyjQ== lars@marowsky-bree.de", "key_options": null, "keyfile": "/home/lmb/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "lmb", "validate_certs": true} 2021-07-24T16:54:17.691 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDIXHA8BwV4OnqlaHHyYofsp5X+wanose+aneJVx2Or05PcWA9c7xFEOerkvEn9LvivSRd9G9o/S8SvnGH91tG2bbOAidVZ69FGul9OKa/BCJYUP0vVBX09/Td3n7+R2lVlvu5XiyC5SUzCjaQEZLOpjq23rqaqdCDXE6wFnxfpkmcsccbG/xUiOEBeBGI92lntdx99Sn6CxWWA27lMMaYkCRvX6ziRZEm6O44N2nMm+qYm0jmMyGv1iyQkJxtt0YaLPp+X9t2trUEzEjgBCXqqzEzBjB7T4rbzhAuvU3NRHiAoWXSnrY5AQOTTvC/wpaZV/gF2NDNThjMcpcEdNstleOctXtN4XTTJQewbG+t7I9knR00TPpsoUvUtpbcoFOluGgWTDTFa6GCmDPppx23nZgulOniZUVTI2CbScSpc8sfp1JE7Q6vLECY9lJ+GpVCbDAbIEE9WHXSkJ/6L9yf+ZoHbpqCkEFDcWLfz3B5NFoJ5gne8B8uzd6ptKVtJrP8pMvoOyydyvQlmkgh8tNDsOnp6kaUNG0NHmtfGlCTkbM7oKsKbf87Cv1HgYuZl/HP7go5sOX02LfBfbvWrawZzOaZ3dewEq74w5hVMKEHrmJPstIpcHSxZpq33f2j4Z/uKW9tJat6rgSWK1I+T3tCd++76apxbOYl5TDOaoxCyjQ== lars@marowsky-bree.de", "key_options": null, "keyfile": "/home/lmb/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "lmb", "validate_certs": true} 2021-07-24T16:54:17.764 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMDUcToIhs8tiIozgPudiYyD2upEX+VvsiJRti7zrA/1HPIDARYt2+xyWCASm5x5vdohRM7wnBLUlbBVnvr6ZUQvfShNDsS1Uu7hEfYF38MtW+dVwvGlm14J4m1gbjzqVlZvO6bg6rfGo7Qer0bKUlxtqbisQ/kCg/lVWR04CNxdRtZxEpaQ21y4C5jAlrpFTzxQSuiCLEyY3EAKdZUaZElFEcXlna0ysCP8inlzhF402PkSdl9DkkPpg3IR2dUEGqsblWSdLVk19EFavjtGAAnsvaBWWm2rCLNC5RmhGQaS/Z52Aes1nBuT4cI6qLjbEMqAzLwxiOR7l4IPMpK5EcuRK+FaqQG0wMAjxPc95CmxDzi58ZRJ5ERV8vgps73F1AJXWU9Lb1P77BTsLXqiwko2mvPf6e0LwCxQuxYJWc+xvO7Ji011B+nm5eLCCC/LcDtTPjkimTh7nkvUNi/yTKCXi9KwLISAHHd335KnfrL28rU3GahMXs4NjOxuN8eKM= ksirivad@ksirivad\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDS3HkgHb6z+gi4tN5rBL/N+WLJgN8RtUokt0YnRjpor2epRbmqgmEFRbRFqjLK9LiTuLxmkwol1/G56AJms9ixue33M6jVs73nc259LDxn2qj/NCtxeU7xdjSDuhKyItgM0yuiFjWOKSYTghNtwoR26PX7SQVbycD4NN1ZuwUbdMQA31VrLvQR7d0lYKlis2auH2Xb6WifotoEyszZz1KYRwzJvOHtHku/jAyNmTD/8kAsuCjEgUPSyyehAfdWn59tY2gM7aFyj/dtRoAghekv5gkov9zx+zjN6D2LSN7e+DRti05iJMifA3nfmdj7f8aHzXDtsDL0XNkmmT3g9N2OQ8WL4ESOFASXPPj9JGUROealgnaQ+Y64evDClhbt2L7FLbgj5sgKb+XYhpGnAiC+v3t1Rq3HZrstOYf2qSYguIo+zW9gHwzJDqH5YNCpSF4ZDCfkJ94ngl5ptQmZ/FcrH2hBs2cMoyK9EyDpcI9hBeACTzu19kaB6DrOC+UTvBgYL2sNbCvi+caIqhENJICZ21rI4u4EZqu7PVb+Y3CLgSjTEgclGYBZoxlrT/X2QHrIfZF7lLGeeh0bureedCrBg4b61SL7ZU3Me9x1iWOZMSJgVvg+qPSrzZiHbA46k8i0af5Q+geL1BuuGy76zbYd/KR0KiNZnXjdlHyRz76rpQ== kamoltatsirivadhna@Ksirivad-MacBook-Pro.loc 2021-07-24T16:54:17.766 INFO:teuthology.task.ansible.out:al", "key_options": null, "keyfile": "/home/ksirivad/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ksirivad", "validate_certs": true} 2021-07-24T16:54:17.911 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMDUcToIhs8tiIozgPudiYyD2upEX+VvsiJRti7zrA/1HPIDARYt2+xyWCASm5x5vdohRM7wnBLUlbBVnvr6ZUQvfShNDsS1Uu7hEfYF38MtW+dVwvGlm14J4m1gbjzqVlZvO6bg6rfGo7Qer0bKUlxtqbisQ/kCg/lVWR04CNxdRtZxEpaQ21y4C5jAlrpFTzxQSuiCLEyY3EAKdZUaZElFEcXlna0ysCP8inlzhF402PkSdl9DkkPpg3IR2dUEGqsblWSdLVk19EFavjtGAAnsvaBWWm2rCLNC5RmhGQaS/Z52Aes1nBuT4cI6qLjbEMqAzLwxiOR7l4IPMpK5EcuRK+FaqQG0wMAjxPc95CmxDzi58ZRJ5ERV8vgps73F1AJXWU9Lb1P77BTsLXqiwko2mvPf6e0LwCxQuxYJWc+xvO7Ji011B+nm5eLCCC/LcDtTPjkimTh7nkvUNi/yTKCXi9KwLISAHHd335KnfrL28rU3GahMXs4NjOxuN8eKM= ksirivad@ksirivad\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDS3HkgHb6z+gi4tN5rBL/N+WLJgN8RtUokt0YnRjpor2epRbmqgmEFRbRFqjLK9LiTuLxmkwol1/G56AJms9ixue33M6jVs73nc259LDxn2qj/NCtxeU7xdjSDuhKyItgM0yuiFjWOKSYTghNtwoR26PX7SQVbycD4NN1ZuwUbdMQA31VrLvQR7d0lYKlis2auH2Xb6WifotoEyszZz1KYRwzJvOHtHku/jAyNmTD/8kAsuCjEgUPSyyehAfdWn59tY2gM7aFyj/dtRoAghekv5gkov9zx+zjN6D2LSN7e+DRti05iJMifA3nfmdj7f8aHzXDtsDL0XNkmmT3g9N2OQ8WL4ESOFASXPPj9JGUROealgnaQ+Y64evDClhbt2L7FLbgj5sgKb+XYhpGnAiC+v3t1Rq3HZrstOYf2qSYguIo+zW9gHwzJDqH5YNCpSF4ZDCfkJ94ngl5ptQmZ/FcrH2hBs2cMoyK9EyDpcI9hBeACTzu19kaB6DrOC+UTvBgYL2sNbCvi+caIqhENJICZ21rI4u4EZqu7PVb+Y3CLgSjTEgclGYBZoxlrT/X2QHrIfZF7lLGeeh0bureedCrBg4b61SL7ZU3Me9x1iWOZMSJgVvg+qPSrzZiHbA46k8i0af5Q+geL1BuuGy76zbYd/KR0KiNZnXjdlHyRz76rpQ== kamoltatsirivadhna@Ksirivad-MacBook-Pro.loc 2021-07-24T16:54:17.913 INFO:teuthology.task.ansible.out:al", "key_options": null, "keyfile": "/home/ksirivad/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ksirivad", "validate_certs": true} 2021-07-24T16:54:17.975 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0POsA+0NyxecLo3Y821G6W3+jJPKFMuLSIl4FSLi25vuyuM5+mFGmCNWv8gg93eQhG9Y3SOygqmkaxzxDtBS/V6VNC2f8hZsVw9B+HbnfggvCNQSgjJ5rhvf6IHfx/aHq4IHF+stqdcoWhwR/68wIhGNqtP7Nhqnzk2aN1kG9bU2iVk4CH8XGIwqwET3aWNuCMcHi2AhrvDBpZu7bzo/6ARUJDqEfTEC/XIkzv8/mEkJ5igcycARVy6dChuCwfZc8rhfwQpekwx1Y9/WBFdNQlYkN4fVe8yIqT5VsQ3AcRv21GJk8L7mwB4hF9dVAi4p1cSyxatR3kDifsFc8VQk9 toor@localhost.localdomain", "key_options": null, "keyfile": "/home/ofriedma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ofriedma", "validate_certs": true} 2021-07-24T16:54:18.125 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0POsA+0NyxecLo3Y821G6W3+jJPKFMuLSIl4FSLi25vuyuM5+mFGmCNWv8gg93eQhG9Y3SOygqmkaxzxDtBS/V6VNC2f8hZsVw9B+HbnfggvCNQSgjJ5rhvf6IHfx/aHq4IHF+stqdcoWhwR/68wIhGNqtP7Nhqnzk2aN1kG9bU2iVk4CH8XGIwqwET3aWNuCMcHi2AhrvDBpZu7bzo/6ARUJDqEfTEC/XIkzv8/mEkJ5igcycARVy6dChuCwfZc8rhfwQpekwx1Y9/WBFdNQlYkN4fVe8yIqT5VsQ3AcRv21GJk8L7mwB4hF9dVAi4p1cSyxatR3kDifsFc8VQk9 toor@localhost.localdomain", "key_options": null, "keyfile": "/home/ofriedma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ofriedma", "validate_certs": true} 2021-07-24T16:54:18.188 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/8sWrMq+bqKBPmDPplUgdMoY2SQL+57jRSh27PAoYW9rNVR/UgK7EA9oxFLfoi9wJ9+VKU4opeoohOXLWQXXatLvfXjGE3fRYIonQfwJqKrasqQJTGWzRZ9t1/2Cb0VHkoAvipCJzWmgB46X6q73XW5Td1H3b+AINd6E4Rsm1QjBOhk0DMjCdfwrVUZIfGdsEo+5u/AwioHwH+NDJvXTWT8ZigeZBNHJSY/EQn1+15ut0QB2rvXkJasvvDlVbEsPQtM4C3VX1ronmAnKMvCp1O4EtAXaoKSOx7XEN++UAvVn7czDCWk/UFgpzZOqTcQJwg82XtS4sZP23CpNe0G9 h4iresis@fedora", "key_options": null, "keyfile": "/home/h4iresis/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "h4iresis", "validate_certs": true} 2021-07-24T16:54:18.335 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/8sWrMq+bqKBPmDPplUgdMoY2SQL+57jRSh27PAoYW9rNVR/UgK7EA9oxFLfoi9wJ9+VKU4opeoohOXLWQXXatLvfXjGE3fRYIonQfwJqKrasqQJTGWzRZ9t1/2Cb0VHkoAvipCJzWmgB46X6q73XW5Td1H3b+AINd6E4Rsm1QjBOhk0DMjCdfwrVUZIfGdsEo+5u/AwioHwH+NDJvXTWT8ZigeZBNHJSY/EQn1+15ut0QB2rvXkJasvvDlVbEsPQtM4C3VX1ronmAnKMvCp1O4EtAXaoKSOx7XEN++UAvVn7czDCWk/UFgpzZOqTcQJwg82XtS4sZP23CpNe0G9 h4iresis@fedora", "key_options": null, "keyfile": "/home/h4iresis/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "h4iresis", "validate_certs": true} 2021-07-24T16:54:18.410 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCqhWVTosH12864VGY5S3/k0yKc59GbV0m2WxD28gAf+uvJ1/y8gekD2wDzBv0DWqEekYLV7L68gpapDXyGosQeZ6n5OO/NZFZmW+Xq1P7P1QHJil6kVpwk927lzX440pwNf3+PRvTbLzlbuVFWJRpiykv+juJyIFjzXLJRF67wB2qgZVm5cRs/GOi4fnvTaou/Ae51mvsO8M3JL5cphApFKD/AO/X+3pHBhLjvaW33cYsp0Z4Rce1nm8wxSmvuJRF+HAfjBlknhDl5ZaJGA96RYA+g9WbAXimFprg4xeiRp7liPExQwtVgackJweoC4MahC1glmjC3eOh9dvrrxLnALOLMOkyCSK/tOF/iq2PJaLViObanPI8mnNkMLbdJyzUBf8hRGdSLcw98qxaf0sSZ+vz4VQS6e9CwX7ikkNNsTeYXjnJ+1yU3mfCW1CXJDr7kBDVG2OTLefCpMY8WBAYDiEaK0RW83cBcFIKfecKYd0qStHRaOsvmyWdFYgBh2vM1UWjro5WXlb+7aJPrUp8ZruapkUXUwhjHA7FwGA4ysE0tsOVVFm0Dw8tvyVVkVNm/9EObG28dWctioZ2+ZEzTWgMJU26Q+wOJ/U4qZyIvpMRUgPZc5nM9J8kcmvNWtb6DV9k/6p8h28kiOxPkxLtPP+3TlBCHjq//mhEnJZ/d8w== shshyukriev@suse.com", "key_options": null, "keyfile": "/home/shyukri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shyukri", "validate_certs": true} 2021-07-24T16:54:18.558 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCqhWVTosH12864VGY5S3/k0yKc59GbV0m2WxD28gAf+uvJ1/y8gekD2wDzBv0DWqEekYLV7L68gpapDXyGosQeZ6n5OO/NZFZmW+Xq1P7P1QHJil6kVpwk927lzX440pwNf3+PRvTbLzlbuVFWJRpiykv+juJyIFjzXLJRF67wB2qgZVm5cRs/GOi4fnvTaou/Ae51mvsO8M3JL5cphApFKD/AO/X+3pHBhLjvaW33cYsp0Z4Rce1nm8wxSmvuJRF+HAfjBlknhDl5ZaJGA96RYA+g9WbAXimFprg4xeiRp7liPExQwtVgackJweoC4MahC1glmjC3eOh9dvrrxLnALOLMOkyCSK/tOF/iq2PJaLViObanPI8mnNkMLbdJyzUBf8hRGdSLcw98qxaf0sSZ+vz4VQS6e9CwX7ikkNNsTeYXjnJ+1yU3mfCW1CXJDr7kBDVG2OTLefCpMY8WBAYDiEaK0RW83cBcFIKfecKYd0qStHRaOsvmyWdFYgBh2vM1UWjro5WXlb+7aJPrUp8ZruapkUXUwhjHA7FwGA4ysE0tsOVVFm0Dw8tvyVVkVNm/9EObG28dWctioZ2+ZEzTWgMJU26Q+wOJ/U4qZyIvpMRUgPZc5nM9J8kcmvNWtb6DV9k/6p8h28kiOxPkxLtPP+3TlBCHjq//mhEnJZ/d8w== shshyukriev@suse.com", "key_options": null, "keyfile": "/home/shyukri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shyukri", "validate_certs": true} 2021-07-24T16:54:18.623 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxDJtmmcnrbA4AUsmBBZq/M4xNdIbOT+cQQxhUKeCu8F9mht+RznwyaaJbVIlD+UNv9LMhRyzI5oktSalokNltlrtPQMoP52PXH7KFFGnVnexCHAk4nGvEhuZCniO5T+ENm2wFR47lFEQK7lyJJLp5PFiSM7vM1MK6UkMvRmCTRildjaYLyf3EEvBXifbsGmR0tBIXtml6KITCAaT6l0E94055oEGN2G5NhZIvfLcojt5liEkXEHQNdfkUDXM0Go43JZzgsSWDXC/7RYLrAJwz5mq4qCa9YZL/3Spjso37+1oLq7lOQ0TDJUAQXmnW0So/NkzECx4MolVcylhTzmgj sergio@milestones", "key_options": null, "keyfile": "/home/scarvalhojr/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "scarvalhojr", "validate_certs": true} 2021-07-24T16:54:18.779 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxDJtmmcnrbA4AUsmBBZq/M4xNdIbOT+cQQxhUKeCu8F9mht+RznwyaaJbVIlD+UNv9LMhRyzI5oktSalokNltlrtPQMoP52PXH7KFFGnVnexCHAk4nGvEhuZCniO5T+ENm2wFR47lFEQK7lyJJLp5PFiSM7vM1MK6UkMvRmCTRildjaYLyf3EEvBXifbsGmR0tBIXtml6KITCAaT6l0E94055oEGN2G5NhZIvfLcojt5liEkXEHQNdfkUDXM0Go43JZzgsSWDXC/7RYLrAJwz5mq4qCa9YZL/3Spjso37+1oLq7lOQ0TDJUAQXmnW0So/NkzECx4MolVcylhTzmgj sergio@milestones", "key_options": null, "keyfile": "/home/scarvalhojr/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "scarvalhojr", "validate_certs": true} 2021-07-24T16:54:18.832 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEOigBGMeElb3uHXX36HxLtPJMG+iG/6D7NDFCVR6AyYsmimBQb6SlSIR6SaFULb6HT/IFVk0Jf/z0HoipAP7Xu+wvP/J6LFoMdguxylh1ov8raqxQJrGLl9n64EI+qWINwEM0MKMUnDQ3tmMKBl78LKQVQTYBx1+9cXsT6DE1yhgmV79XIvOOb+v53agSi/kLJF2i9K04kpi1OejXg95Ub2eLMY69Jm8PnLy1Jq8DhC8pz7nrfzbKtOC7HbytTAO1XTlb90lVhqC/1yTMAUc/rpJwoSEHc2epGeZWdMsJhqhX2EqMwcV53M3qcFSGreGNJ/Ncd4/JHxz7q0IU411t rakesh@localhost.localdomain", "key_options": null, "keyfile": "/home/rakesh/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rakesh", "validate_certs": true} 2021-07-24T16:54:18.988 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEOigBGMeElb3uHXX36HxLtPJMG+iG/6D7NDFCVR6AyYsmimBQb6SlSIR6SaFULb6HT/IFVk0Jf/z0HoipAP7Xu+wvP/J6LFoMdguxylh1ov8raqxQJrGLl9n64EI+qWINwEM0MKMUnDQ3tmMKBl78LKQVQTYBx1+9cXsT6DE1yhgmV79XIvOOb+v53agSi/kLJF2i9K04kpi1OejXg95Ub2eLMY69Jm8PnLy1Jq8DhC8pz7nrfzbKtOC7HbytTAO1XTlb90lVhqC/1yTMAUc/rpJwoSEHc2epGeZWdMsJhqhX2EqMwcV53M3qcFSGreGNJ/Ncd4/JHxz7q0IU411t rakesh@localhost.localdomain", "key_options": null, "keyfile": "/home/rakesh/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rakesh", "validate_certs": true} 2021-07-24T16:54:19.046 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvRwrsN62CReT0/kOeFEXGA3THhzJ+hwZVpUzo7VMRZeSo6LgNlVGdrQchMHnlwBvuwaVNJlBAkQr+5J5BB3ikrmbcnLHfPutXBBBB6uDfSwwbqjzUY7elTbz9ul6AkegR9K65O44ouD9+WC76D+Tp0maqnP1w0O3h1GVxDHe34LpEwBvZJ+/BSYmBpwRZqeXFRADORPzdtW08PSiRErGHb8j+j5i+br37JfOOh+A/9dHwQw9alBVL2DijwvrPMa7dV5yX00dlMSTL2LLo9IdI4aFPmie8oic0eanFbQDq210ilOR65IGeshKHEKOq0KFFz0nSK9OdO03OkSEN/0d5 ryg@tapir", "key_options": null, "keyfile": "/home/ryg-/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ryg-", "validate_certs": true} 2021-07-24T16:54:19.206 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvRwrsN62CReT0/kOeFEXGA3THhzJ+hwZVpUzo7VMRZeSo6LgNlVGdrQchMHnlwBvuwaVNJlBAkQr+5J5BB3ikrmbcnLHfPutXBBBB6uDfSwwbqjzUY7elTbz9ul6AkegR9K65O44ouD9+WC76D+Tp0maqnP1w0O3h1GVxDHe34LpEwBvZJ+/BSYmBpwRZqeXFRADORPzdtW08PSiRErGHb8j+j5i+br37JfOOh+A/9dHwQw9alBVL2DijwvrPMa7dV5yX00dlMSTL2LLo9IdI4aFPmie8oic0eanFbQDq210ilOR65IGeshKHEKOq0KFFz0nSK9OdO03OkSEN/0d5 ryg@tapir", "key_options": null, "keyfile": "/home/ryg-/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ryg-", "validate_certs": true} 2021-07-24T16:54:19.259 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC0zCoXv2Kkxjqv5FOlJZ2PRA9tStdXAVGZJbSLOhAWeqHQL6O2l8MO5GFzHz4FA/g7lbNzLKaCbG1wYGuL9FOt0o36/eHykgENu00SlFunIQn+T/WNaGxrZqnfbdS9TdImFAnVY4vuzrBhFTb6qcqTLhw1WVz+l/iOv5CoY+7NnILWcj8dHNcPzU1ihlFAbvQgQcMtt1130zqc6L8o+SDm2YQF2nuOWxj0LbD6YpRn3AqWsTN5QbqzdeaJiUt6kdywisPdoiSWLuivRKhNLNhnWO+B4DnchwfApy8ovJShHZAsrSoc+a+RQDmOiLXmc5wAvNnREHbqod8/0bQ9vSXaVQCt1gnnK8Bf7GQElg3Z3aep4D4w6rBB+LBsHFbTfrzWAHkXxJeGiQTlJGz0IYHi1weWrzY6x5rEA0gYDu0FVLOLrsYDtuTQpjcTwpmaHCsxz6wU3wCNmTsV/AZhniFHJhHXacCmDp1JfsI2kP9FjcJJE0SygnZ/SzKe0DHamnyT1OgdQaG/KX2eRv/vXUPg2ukKiA1fyFnFeEsWK6rUO0YgCswqjrM4vU0leZ1b8vK9aM4IDJM3TJqdMLfOa0rPntekNOqXUn213CP+Yiz9l1TH4zX3P/Kv6Vv1gTeGcX0lMaYhowng+97j3LLqGcSUPMklrKen/xrsACFxN9fxaQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCks+XmOepYEdSBP6U0T+r+fZowSS7UHY5W8AUtAkvXiKlTG518luG2wtSALIsB5+jyjC44ITwV9X/vvsDaXQnp1hFanwWeuU1jDdy+MvywvxI9q4naWlDpxrfq4i/AioSvdoIo02uUFYPKTCHrm7wBjTwpWbCD0gbC9/OGAHM88Md3F0qbgFEr3BERvNGe0coCjWRMS8+GTZXS22WW1/NxNzpdCUjO/9j4QydpW7UF1kqVhnPVZozmh4wl0rk8tgb9Zx3vCUBG1Q5eO/q+HsW54eXLa9FcuQcoJnNdV2hMXRHHZHTgaPKZ/ildukzZHo0i/Dq1mi5N3s5A7aDYxOWWlRXazwL8zu/UQVrxVRni8vDTFk5682lskF1WifzADaqicUWzasdK0PC4G7JmHPi+XHskeOt5i4ywEnFRXnYtMOIu0CNO82Rg4CdUAD58YXCGoQ4r9TG4LlwKg75ouNHB/ToJidSg9NBwclP+MICcTpWItxVXpBj/YkeLcntHtVTFNHORxIwIwWng94wVEDCfyXelyAR6VfwcPlWWrbzhbEO9DH40GuluQi38ySWi/HpnrVriJMLzEQA9OPrLsME1LDgPGkF2GloPL8nnnLWB9L+YEBNNAVoSo0PHBsjIibdZ/SZm7zUgYGp4fuG+m1+SDOjcfD6GSXOTQwQou+knEQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDISEXvGI2oJLTRR15ePZLkmdYjaQJxt9V/ 2021-07-24T16:54:19.261 INFO:teuthology.task.ansible.out:yBwKdGqYvnPzmLOpdmVpdQJo7ZOWwdp5tJsCy4q5uX5vIUv6Gyi3uVSGmZnrKUbsqoDNwAX5vx/gFBINIs/ZXXyD4fpUT8aoZeq1XmXdIaWG0nImsrtRnRxKP9NGZEcW8z0WPwgF0Ck+RH0qZUix6Bfbgy7vMXnivuDv+NdjEwyszcrPWvf6Krr0am9Q0+9nj/mjvk6CZLl+CH3HNdkhZuNs+qMG4XW8KhLvQB2p790XVlTHuVU4jWrFmjymggZxkhoCY/ukHH6wi2Pbx6yjjKOj8iIw1xKabJzJ7S8UKT23A41d918DUCUuEG66pN6Z4dnv+fZJxj5iEo1GdycSWIc4SpLTK3z4zDZypVKIzjI4o8VwQaN48HkVjUdTICTvGQfytFi3jX1I5nxIZiiPcxMQLR5hQggP8pn2XtvXpomn0aBc8tVuuZJLVq4zCVnhlVB6IACmb71evjFGOsoSuEsaTufUr48= prsrivas@t480.lab.blr.redhat.com", "key_options": null, "keyfile": "/home/prsrivas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2021-07-24T16:54:19.417 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC0zCoXv2Kkxjqv5FOlJZ2PRA9tStdXAVGZJbSLOhAWeqHQL6O2l8MO5GFzHz4FA/g7lbNzLKaCbG1wYGuL9FOt0o36/eHykgENu00SlFunIQn+T/WNaGxrZqnfbdS9TdImFAnVY4vuzrBhFTb6qcqTLhw1WVz+l/iOv5CoY+7NnILWcj8dHNcPzU1ihlFAbvQgQcMtt1130zqc6L8o+SDm2YQF2nuOWxj0LbD6YpRn3AqWsTN5QbqzdeaJiUt6kdywisPdoiSWLuivRKhNLNhnWO+B4DnchwfApy8ovJShHZAsrSoc+a+RQDmOiLXmc5wAvNnREHbqod8/0bQ9vSXaVQCt1gnnK8Bf7GQElg3Z3aep4D4w6rBB+LBsHFbTfrzWAHkXxJeGiQTlJGz0IYHi1weWrzY6x5rEA0gYDu0FVLOLrsYDtuTQpjcTwpmaHCsxz6wU3wCNmTsV/AZhniFHJhHXacCmDp1JfsI2kP9FjcJJE0SygnZ/SzKe0DHamnyT1OgdQaG/KX2eRv/vXUPg2ukKiA1fyFnFeEsWK6rUO0YgCswqjrM4vU0leZ1b8vK9aM4IDJM3TJqdMLfOa0rPntekNOqXUn213CP+Yiz9l1TH4zX3P/Kv6Vv1gTeGcX0lMaYhowng+97j3LLqGcSUPMklrKen/xrsACFxN9fxaQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCks+XmOepYEdSBP6U0T+r+fZowSS7UHY5W8AUtAkvXiKlTG518luG2wtSALIsB5+jyjC44ITwV9X/vvsDaXQnp1hFanwWeuU1jDdy+MvywvxI9q4naWlDpxrfq4i/AioSvdoIo02uUFYPKTCHrm7wBjTwpWbCD0gbC9/OGAHM88Md3F0qbgFEr3BERvNGe0coCjWRMS8+GTZXS22WW1/NxNzpdCUjO/9j4QydpW7UF1kqVhnPVZozmh4wl0rk8tgb9Zx3vCUBG1Q5eO/q+HsW54eXLa9FcuQcoJnNdV2hMXRHHZHTgaPKZ/ildukzZHo0i/Dq1mi5N3s5A7aDYxOWWlRXazwL8zu/UQVrxVRni8vDTFk5682lskF1WifzADaqicUWzasdK0PC4G7JmHPi+XHskeOt5i4ywEnFRXnYtMOIu0CNO82Rg4CdUAD58YXCGoQ4r9TG4LlwKg75ouNHB/ToJidSg9NBwclP+MICcTpWItxVXpBj/YkeLcntHtVTFNHORxIwIwWng94wVEDCfyXelyAR6VfwcPlWWrbzhbEO9DH40GuluQi38ySWi/HpnrVriJMLzEQA9OPrLsME1LDgPGkF2GloPL8nnnLWB9L+YEBNNAVoSo0PHBsjIibdZ/SZm7zUgYGp4fuG+m1+SDOjcfD6GSXOTQwQou+knEQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDISEXvGI2oJLTRR15ePZLkmdYjaQJxt9V/ 2021-07-24T16:54:19.419 INFO:teuthology.task.ansible.out:yBwKdGqYvnPzmLOpdmVpdQJo7ZOWwdp5tJsCy4q5uX5vIUv6Gyi3uVSGmZnrKUbsqoDNwAX5vx/gFBINIs/ZXXyD4fpUT8aoZeq1XmXdIaWG0nImsrtRnRxKP9NGZEcW8z0WPwgF0Ck+RH0qZUix6Bfbgy7vMXnivuDv+NdjEwyszcrPWvf6Krr0am9Q0+9nj/mjvk6CZLl+CH3HNdkhZuNs+qMG4XW8KhLvQB2p790XVlTHuVU4jWrFmjymggZxkhoCY/ukHH6wi2Pbx6yjjKOj8iIw1xKabJzJ7S8UKT23A41d918DUCUuEG66pN6Z4dnv+fZJxj5iEo1GdycSWIc4SpLTK3z4zDZypVKIzjI4o8VwQaN48HkVjUdTICTvGQfytFi3jX1I5nxIZiiPcxMQLR5hQggP8pn2XtvXpomn0aBc8tVuuZJLVq4zCVnhlVB6IACmb71evjFGOsoSuEsaTufUr48= prsrivas@t480.lab.blr.redhat.com", "key_options": null, "keyfile": "/home/prsrivas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2021-07-24T16:54:19.480 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOJg56HsyNa5vHHb52G6O5vtv9I2tdlNMjFlG3SVCCu/bVZwVeGzp1ekuNGU10owmnIvhlSldMjLn2wwTwiDjbvYJVVCPvzK63vCUcMevRsvr9EyU16JdAgrmrGMyuYYEb+wh8XWI9Dc72o84fMaBYFSSer1S9nUBL+KVLVhIe7culgADimrDgDVh2t7u2JHBI0m0nKFGJZNcIyYf+GKOM+n7SaQXIYIytvSteU5BvUIKPsDd4z5lVlWiKO3kG6jF2RnKFV6KWBWI9m8YGItdGu25mXELXN9MOlApZF3AoGTmCE2Web7uDVGvO6rz6b+dc7RXTOlbWIhtMoRqQf6mz zac.dover@gmail.com", "key_options": null, "keyfile": "/home/zdover/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zdover", "validate_certs": true} 2021-07-24T16:54:19.629 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOJg56HsyNa5vHHb52G6O5vtv9I2tdlNMjFlG3SVCCu/bVZwVeGzp1ekuNGU10owmnIvhlSldMjLn2wwTwiDjbvYJVVCPvzK63vCUcMevRsvr9EyU16JdAgrmrGMyuYYEb+wh8XWI9Dc72o84fMaBYFSSer1S9nUBL+KVLVhIe7culgADimrDgDVh2t7u2JHBI0m0nKFGJZNcIyYf+GKOM+n7SaQXIYIytvSteU5BvUIKPsDd4z5lVlWiKO3kG6jF2RnKFV6KWBWI9m8YGItdGu25mXELXN9MOlApZF3AoGTmCE2Web7uDVGvO6rz6b+dc7RXTOlbWIhtMoRqQf6mz zac.dover@gmail.com", "key_options": null, "keyfile": "/home/zdover/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zdover", "validate_certs": true} 2021-07-24T16:54:19.686 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC4zwWf+kMEDgaSOrX7AlD+UCOgf4/fRiorQVJqC8GfMNynfiFVZaThngwIrwtQROfXHbzspi+AcRvDLewY25mXyuxVgOfSbuSIEqiUNvzcVq9IItI1J58xeDBpIktAsoHHS6JENV56fAT6krzRAQLnSa1k2b0pyKuPBzFSeNgiaQMhjrCLAaCi9yLsdKpnWgXhyfrdqvN2r/Ctts/zlTPqtRYdvdIL/p/l+vg7Q8S3OhuAGtimaEq3RE70xadaPbGhsLISMTrbfYXbxw84KKZpNYwO4zmQ2ztcvC9D7A/8ov3+A5Jq42G+pq7ORuix2NoTWtADMiwvNe1HyzS/7cX/BuXLFssRY1bzRvp+x2ExZ7b+bFx+TE/RduRh0eyDNLg7SyL83aeTr2Usa+mPoCAMKed9XtYbRnUu7ox4wmfeAgx6jM9uG5uQfauJ1XpDddrVBG8KYBvSd0BM2cyRdcAXqwxg9AVPZcdE7sbBk44CGVhw+ziZ3e3cLBTO4y44KRQre+1Bhe/Ze8OTQWLFugl/XagFlJE/L6fGUIPuFojmQvlw5dBZwtUURnxsu8yHm3iIsj4y8nR1zHMj+zuMk6rF3ZW0epPAECAdq4gG8X2wv3HTq0vLBkKpi1KMAmntEtcVwF0fzMt5XYqRd4jceFgonAAipJNDknHgi6yaUzBYmQ== rraja@redhat.com", "key_options": null, "keyfile": "/home/rraja/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rraja", "validate_certs": true} 2021-07-24T16:54:19.840 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC4zwWf+kMEDgaSOrX7AlD+UCOgf4/fRiorQVJqC8GfMNynfiFVZaThngwIrwtQROfXHbzspi+AcRvDLewY25mXyuxVgOfSbuSIEqiUNvzcVq9IItI1J58xeDBpIktAsoHHS6JENV56fAT6krzRAQLnSa1k2b0pyKuPBzFSeNgiaQMhjrCLAaCi9yLsdKpnWgXhyfrdqvN2r/Ctts/zlTPqtRYdvdIL/p/l+vg7Q8S3OhuAGtimaEq3RE70xadaPbGhsLISMTrbfYXbxw84KKZpNYwO4zmQ2ztcvC9D7A/8ov3+A5Jq42G+pq7ORuix2NoTWtADMiwvNe1HyzS/7cX/BuXLFssRY1bzRvp+x2ExZ7b+bFx+TE/RduRh0eyDNLg7SyL83aeTr2Usa+mPoCAMKed9XtYbRnUu7ox4wmfeAgx6jM9uG5uQfauJ1XpDddrVBG8KYBvSd0BM2cyRdcAXqwxg9AVPZcdE7sbBk44CGVhw+ziZ3e3cLBTO4y44KRQre+1Bhe/Ze8OTQWLFugl/XagFlJE/L6fGUIPuFojmQvlw5dBZwtUURnxsu8yHm3iIsj4y8nR1zHMj+zuMk6rF3ZW0epPAECAdq4gG8X2wv3HTq0vLBkKpi1KMAmntEtcVwF0fzMt5XYqRd4jceFgonAAipJNDknHgi6yaUzBYmQ== rraja@redhat.com", "key_options": null, "keyfile": "/home/rraja/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rraja", "validate_certs": true} 2021-07-24T16:54:19.904 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2mEyxfkW1u84u5BocLCAXESj2qObWkxUd20cmPolhJYlIWLOafa69Dw5A9CjFBp0U6Jx5d0JWcwmAc5ZeffQ7t7vzmtHCZnpKkyZhN9bu6vuCh4N+I643SI/K7tdbB2E8ZE6uI7ORMAan5+t0bNSVolUVq6X1w7dIA5El54K10WNdiwgRKW6e3anNbJ3rBLGEk7gawZqDDOqTvVQmOBGWek3BjSReDvg3rkmTQLxJkiKdxnx4/s7gzH1xTpsS/OludIuSxF0BK064ZcT1t09qcjnT4Os1inV2GfYswt+UhpgqrHqXjEs0Z3y4Oy77QBKL1rDf93CP4a4+eJjqXe+v tbechtold@suse.com", "key_options": null, "keyfile": "/home/toabctl/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "toabctl", "validate_certs": true} 2021-07-24T16:54:20.061 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2mEyxfkW1u84u5BocLCAXESj2qObWkxUd20cmPolhJYlIWLOafa69Dw5A9CjFBp0U6Jx5d0JWcwmAc5ZeffQ7t7vzmtHCZnpKkyZhN9bu6vuCh4N+I643SI/K7tdbB2E8ZE6uI7ORMAan5+t0bNSVolUVq6X1w7dIA5El54K10WNdiwgRKW6e3anNbJ3rBLGEk7gawZqDDOqTvVQmOBGWek3BjSReDvg3rkmTQLxJkiKdxnx4/s7gzH1xTpsS/OludIuSxF0BK064ZcT1t09qcjnT4Os1inV2GfYswt+UhpgqrHqXjEs0Z3y4Oy77QBKL1rDf93CP4a4+eJjqXe+v tbechtold@suse.com", "key_options": null, "keyfile": "/home/toabctl/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "toabctl", "validate_certs": true} 2021-07-24T16:54:20.124 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCitWIN7jm5KEmB6jqcA+ufKRLodxkJ1GIdaaueCdeXdMHgWNH9FUDCUJk5dcA11MxQO15DRH/cdhb3QHPGiMv4XrBeK6HHYwGttzkcUEz1EDUhpowOrnFETbPa7K39ObmRcgdvoGXOSrNZ4mvptCTz9Xb0MF+Gcg5iJ4g+qZzIVa2/ueecYY8ZorbaH4m/NWUub6Rf01Q04HfxTvKrUFswrbCoE/Aigz/Oh88RiS854XoTvV7rE1tKbyKkaungwMAaQSNnZkq4hi8nbp6pzTxJLV7N/ZYMhVpdxSbWcghFg6cy7aeoCzZMN97WcDhpdfbhRT0dbqCkMmHV6t0usDDnOss2v68UCzkxuA1Hj4uy8rRHjXBtYqI6xsrwCjvmgP05B14TpmFdG+3GdRHx2+QlhnGj7nuPf1KoWW/f3tD85DXoEmVl6RJ4KTrMeEVlOn3kdMLVH0y2hIqPTYMP5cMVNi0EdfeoBdd9kxMKMvoSVBAgmLzGVv17o1lNvVS6V1kyt7gME2PfNR2Np+U1cJVJfUJRTm28mHXBVoDXG9s0zv8+LpQ/gVPS+vsPAfxWWYGW8ZmEV3ZorDOZycSPybjHkPFzDAdUhPG0Db0o+F9ug+22F7pvifsdDZ42zqGGLbyzfIQE3AtyI7LR7Sc5tpN9rKTeSBYJ0yNcDKEj5FUHDw== mfritch@suse.com", "key_options": null, "keyfile": "/home/mgfritch/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mgfritch", "validate_certs": true} 2021-07-24T16:54:20.272 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCitWIN7jm5KEmB6jqcA+ufKRLodxkJ1GIdaaueCdeXdMHgWNH9FUDCUJk5dcA11MxQO15DRH/cdhb3QHPGiMv4XrBeK6HHYwGttzkcUEz1EDUhpowOrnFETbPa7K39ObmRcgdvoGXOSrNZ4mvptCTz9Xb0MF+Gcg5iJ4g+qZzIVa2/ueecYY8ZorbaH4m/NWUub6Rf01Q04HfxTvKrUFswrbCoE/Aigz/Oh88RiS854XoTvV7rE1tKbyKkaungwMAaQSNnZkq4hi8nbp6pzTxJLV7N/ZYMhVpdxSbWcghFg6cy7aeoCzZMN97WcDhpdfbhRT0dbqCkMmHV6t0usDDnOss2v68UCzkxuA1Hj4uy8rRHjXBtYqI6xsrwCjvmgP05B14TpmFdG+3GdRHx2+QlhnGj7nuPf1KoWW/f3tD85DXoEmVl6RJ4KTrMeEVlOn3kdMLVH0y2hIqPTYMP5cMVNi0EdfeoBdd9kxMKMvoSVBAgmLzGVv17o1lNvVS6V1kyt7gME2PfNR2Np+U1cJVJfUJRTm28mHXBVoDXG9s0zv8+LpQ/gVPS+vsPAfxWWYGW8ZmEV3ZorDOZycSPybjHkPFzDAdUhPG0Db0o+F9ug+22F7pvifsdDZ42zqGGLbyzfIQE3AtyI7LR7Sc5tpN9rKTeSBYJ0yNcDKEj5FUHDw== mfritch@suse.com", "key_options": null, "keyfile": "/home/mgfritch/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mgfritch", "validate_certs": true} 2021-07-24T16:54:20.355 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5bCXQ/B16AKl2oevC93R0U+3OrTyd3XEypouJy4LjIzXLX/Go1C1ViERwDAeHmqiUTqJUL+KZ0kMo8U7zlhNBk9PucbMZCqdqx5hkiCAo4y65lEXmuPGimRU2mK9TpcDTLWoyrD/EEhwzT6gmw3ytVTxi7qAb0tQUCQB+pW4+Zr5u6HZzgu9kLGxp7zsGtMA84Zqm5ql72mGuS0bUN1ajm8LWBetFuzOOW6YGfnKt29cLV2h1itVewA9DKM5G70B91eK4LjoNddCkqVA8L+v6LMQNU2pejUzPap98hmFUpQMNxlWQ0+B7UjfbkHWe+mIsSkdr3FfCfqWvsL0RiHcZ root@lxbceph0", "key_options": null, "keyfile": "/home/xiubli/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xiubli", "validate_certs": true} 2021-07-24T16:54:20.492 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5bCXQ/B16AKl2oevC93R0U+3OrTyd3XEypouJy4LjIzXLX/Go1C1ViERwDAeHmqiUTqJUL+KZ0kMo8U7zlhNBk9PucbMZCqdqx5hkiCAo4y65lEXmuPGimRU2mK9TpcDTLWoyrD/EEhwzT6gmw3ytVTxi7qAb0tQUCQB+pW4+Zr5u6HZzgu9kLGxp7zsGtMA84Zqm5ql72mGuS0bUN1ajm8LWBetFuzOOW6YGfnKt29cLV2h1itVewA9DKM5G70B91eK4LjoNddCkqVA8L+v6LMQNU2pejUzPap98hmFUpQMNxlWQ0+B7UjfbkHWe+mIsSkdr3FfCfqWvsL0RiHcZ root@lxbceph0", "key_options": null, "keyfile": "/home/xiubli/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xiubli", "validate_certs": true} 2021-07-24T16:54:20.565 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDT+6B5Fr99p8xe9Zo5x8ULcdeA6ne727iVJp/xaguGwGHj6AhuK+R/CjznnHk0yA+6kiblNzjvbnsuzO8T9c8Ayv5KU07MxP1y1pymdYBpEh3NTXmhB6QOTCNTQbT14PL6MVgzK17SqarFCYXoEGuyK9jaBdN9QM76vhEaXc/2Osg+d8boJTkOk7lOPHbzeOCbQU3d+jX0VFOgAQS5OFz3Ug/X7nB0D0LN8bt5FlCZiGO95Iwls/SyPDbVXc9ot8oh4ME7kd7sElokBdYdXPauibRxWKjSDn+hV6kZfSzqwnMFaZ1TC+Av6zNsBuZucNSp3/Ws3T5i9i+21eyS4+qVE8IiX2aVKYuC9afb2lPLbdG2Iy1CqiaeGPkZfiGT9P8iQPOkqae45859UzFAd/XzKjBcmus3lSArKG1EyZl03HQ5P2J60pErCXq8W9mPjxAze2ReLRXJVEgTXnmdhCptcg6PZ4d/k4BEddbdnoX6/BEgFxLEJ64HpTeTVcDXHpipCpxFSRvgyPH/wQGKAvt8AfKBhmeZs7LuyGOhJiOon4DDaShHpE9wTnJ5qlnyg44+u6NCwelGPMAkHKEO4OgcjSsyXm+HYUpxG2s4poloIJzvU6oa3dvJsMZFhcb8CsW75sBYE+YngS/1fg1WU88ZOdaa1yF4F87pVZycpZqY1w== jan@jfsuselaptop", "key_options": null, "keyfile": "/home/jafaj/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jafaj", "validate_certs": true} 2021-07-24T16:54:20.711 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDT+6B5Fr99p8xe9Zo5x8ULcdeA6ne727iVJp/xaguGwGHj6AhuK+R/CjznnHk0yA+6kiblNzjvbnsuzO8T9c8Ayv5KU07MxP1y1pymdYBpEh3NTXmhB6QOTCNTQbT14PL6MVgzK17SqarFCYXoEGuyK9jaBdN9QM76vhEaXc/2Osg+d8boJTkOk7lOPHbzeOCbQU3d+jX0VFOgAQS5OFz3Ug/X7nB0D0LN8bt5FlCZiGO95Iwls/SyPDbVXc9ot8oh4ME7kd7sElokBdYdXPauibRxWKjSDn+hV6kZfSzqwnMFaZ1TC+Av6zNsBuZucNSp3/Ws3T5i9i+21eyS4+qVE8IiX2aVKYuC9afb2lPLbdG2Iy1CqiaeGPkZfiGT9P8iQPOkqae45859UzFAd/XzKjBcmus3lSArKG1EyZl03HQ5P2J60pErCXq8W9mPjxAze2ReLRXJVEgTXnmdhCptcg6PZ4d/k4BEddbdnoX6/BEgFxLEJ64HpTeTVcDXHpipCpxFSRvgyPH/wQGKAvt8AfKBhmeZs7LuyGOhJiOon4DDaShHpE9wTnJ5qlnyg44+u6NCwelGPMAkHKEO4OgcjSsyXm+HYUpxG2s4poloIJzvU6oa3dvJsMZFhcb8CsW75sBYE+YngS/1fg1WU88ZOdaa1yF4F87pVZycpZqY1w== jan@jfsuselaptop", "key_options": null, "keyfile": "/home/jafaj/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jafaj", "validate_certs": true} 2021-07-24T16:54:20.774 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo8wE/b2/EDwV018ENfcENVfXSF7vnXAwBSzNVScgxdqr2DVKTWDzhoI0m5CXTqI2HLnJVFDTgN3t5/fFcmwmSAP8ic8wU1JznSPZXN7qEQrcEsU/cwHeuzyutibg1ItTWWtoXYV8SFnVom8NF3UwXF8I+Vj6VF1EStWCcClgPjLbiOm8vIgaouXtbUIFv25GpadXyUtwiHEq1NKUPLgka8Usm8ibyS9hY9KmNWlD9AfmnwAImc8Urn2dErcsfAltxoGUHCI7ZBHGpzg+6dpynNR+giJMrjwWzREaCHmiJX3g6jmHuuY54eSOs6cxqi3E4jNHVWXPe/tEF3l0klEvl jschmid@suse.com", "key_options": null, "keyfile": "/home/jschmid/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jschmid", "validate_certs": true} 2021-07-24T16:54:20.922 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo8wE/b2/EDwV018ENfcENVfXSF7vnXAwBSzNVScgxdqr2DVKTWDzhoI0m5CXTqI2HLnJVFDTgN3t5/fFcmwmSAP8ic8wU1JznSPZXN7qEQrcEsU/cwHeuzyutibg1ItTWWtoXYV8SFnVom8NF3UwXF8I+Vj6VF1EStWCcClgPjLbiOm8vIgaouXtbUIFv25GpadXyUtwiHEq1NKUPLgka8Usm8ibyS9hY9KmNWlD9AfmnwAImc8Urn2dErcsfAltxoGUHCI7ZBHGpzg+6dpynNR+giJMrjwWzREaCHmiJX3g6jmHuuY54eSOs6cxqi3E4jNHVWXPe/tEF3l0klEvl jschmid@suse.com", "key_options": null, "keyfile": "/home/jschmid/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jschmid", "validate_certs": true} 2021-07-24T16:54:20.996 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnQfkkxYWLhMdoQ4RsZxWTXBpbzsssgeRfvV5q+n0mW60dxQ+9rjDXUTsRkmh45B5EhNWlKwyIUcQ5HpgJk6XQvYU6MPboWjriCTngmoUbwNIjOjyazkBbxfbwUiRDb+x1EyVm4Kt0rgj3nhqqxf3krqO2SlKgsVaY9b7+NTfshXb9T73/RRLtvwUOFkjp2B+w0SQs7Ka1GenmHSY/6xP25Mb8q9QW/2nuf1mV9rTd5l2ZHREzgG7gQFhjgUq3w6zCCfcCGwrPb4omqd9xiYLDw8l1vfQ7UPbuOqK1rFM67r7JQDG3yyJjCdWgRUI/ysbbXj0fyT+QOPZGK618V8yZPVlq5loQzYI39zAWZU9L9X9bkQCsJfjU5Yo9f/zOaecnWfUxC84NKpbG7k6XACdUIB9JGGtL6RPtgBU+k6Ts7EemIUCyMYm/GX+PYU3GnmmdqW9yBeyZoldwDCWLq05vjLXj+R3J2UrMl5x+fhP+KEFd1ZgNc7PV+CF35/ux8UE= kachau@localhost.localdomain", "key_options": null, "keyfile": "/home/kachau/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kachau", "validate_certs": true} 2021-07-24T16:54:21.144 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnQfkkxYWLhMdoQ4RsZxWTXBpbzsssgeRfvV5q+n0mW60dxQ+9rjDXUTsRkmh45B5EhNWlKwyIUcQ5HpgJk6XQvYU6MPboWjriCTngmoUbwNIjOjyazkBbxfbwUiRDb+x1EyVm4Kt0rgj3nhqqxf3krqO2SlKgsVaY9b7+NTfshXb9T73/RRLtvwUOFkjp2B+w0SQs7Ka1GenmHSY/6xP25Mb8q9QW/2nuf1mV9rTd5l2ZHREzgG7gQFhjgUq3w6zCCfcCGwrPb4omqd9xiYLDw8l1vfQ7UPbuOqK1rFM67r7JQDG3yyJjCdWgRUI/ysbbXj0fyT+QOPZGK618V8yZPVlq5loQzYI39zAWZU9L9X9bkQCsJfjU5Yo9f/zOaecnWfUxC84NKpbG7k6XACdUIB9JGGtL6RPtgBU+k6Ts7EemIUCyMYm/GX+PYU3GnmmdqW9yBeyZoldwDCWLq05vjLXj+R3J2UrMl5x+fhP+KEFd1ZgNc7PV+CF35/ux8UE= kachau@localhost.localdomain", "key_options": null, "keyfile": "/home/kachau/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kachau", "validate_certs": true} 2021-07-24T16:54:21.211 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQujcXnq9qOCmTWs44GwKOw48BxZGBmo9AeFk3KPRx33Cz5hS7UHPYvJy03KdoMySgxJtuxsOSvjJSPxpXesTtArO5giW8RLyuVsu9q5j/GhPKyABttuGQyexiRokrHQFLVifzgqwsUARwHarWH16Oa1n6fZPFNqSH56c872zS4Pwqgkzx99NKRWh/B+fIk8VmDzzP1qvQAnUXDeTeTOzapAL+8fSNTp3QnhmZbvCHYwUxfSqJyzq1wBL+517WrvzvX7yCY9B0wzm72sIO4daV6UDyAL1B72QpB04vEZZ/skwS/0jmokfBn43HHCMPy/Mxywfi54alFJzIu4pti30V kravishankar@localhost.localdomain", "key_options": null, "keyfile": "/home/khiremat/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "khiremat", "validate_certs": true} 2021-07-24T16:54:21.360 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQujcXnq9qOCmTWs44GwKOw48BxZGBmo9AeFk3KPRx33Cz5hS7UHPYvJy03KdoMySgxJtuxsOSvjJSPxpXesTtArO5giW8RLyuVsu9q5j/GhPKyABttuGQyexiRokrHQFLVifzgqwsUARwHarWH16Oa1n6fZPFNqSH56c872zS4Pwqgkzx99NKRWh/B+fIk8VmDzzP1qvQAnUXDeTeTOzapAL+8fSNTp3QnhmZbvCHYwUxfSqJyzq1wBL+517WrvzvX7yCY9B0wzm72sIO4daV6UDyAL1B72QpB04vEZZ/skwS/0jmokfBn43HHCMPy/Mxywfi54alFJzIu4pti30V kravishankar@localhost.localdomain", "key_options": null, "keyfile": "/home/khiremat/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "khiremat", "validate_certs": true} 2021-07-24T16:54:21.426 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoqsDnRqAeNPi5xiIfFl2i2zqcwLTvcAso3R9+QAfSChw4+wcQzmMV8uQz1jt8UReefg2QL6bwvcQPj5Zw7ADqUjfxm1K0ezgH6RrtHgRZ1SVseTvJUvzmkDZ2gr2ToZAJYsaV7gBLJLZ7TOiQ6jzrtitiKqJZdpZfzadjShecY1TdMo8bSS7XfbRcwri40u82TRM825B4L//QuhMI7akPqa3iJbGEAQPhkGLI3kz19ryVG1UwvAkkt7TQ68zz+piXSmB2CMRti51shT4NuAOq6Qe9y2Obicf88ItkYxvySMQ5jWi2bo7Zhwuq9jUH8lK6I6PHrYc8LOsR9gE/hqkXxTQrkOXEDtHN1mr/KKLrXO0GeBdgh8Gj4gcwgd1RUCE+T9q09WO9j7c0piWK9Fs1+q1FjH06/AfmP4qob1TlJMHhtPyOp+lk2XvABP+sqW4vyrgmXu5vJU+Hgq3X9KE7bKh4WkCem24Np4uA+irhpvZmIoHyINsYW46lGfwJvM8= kapandya@localhost.localdomain", "key_options": null, "keyfile": "/home/kapandya/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kapandya", "validate_certs": true} 2021-07-24T16:54:21.573 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoqsDnRqAeNPi5xiIfFl2i2zqcwLTvcAso3R9+QAfSChw4+wcQzmMV8uQz1jt8UReefg2QL6bwvcQPj5Zw7ADqUjfxm1K0ezgH6RrtHgRZ1SVseTvJUvzmkDZ2gr2ToZAJYsaV7gBLJLZ7TOiQ6jzrtitiKqJZdpZfzadjShecY1TdMo8bSS7XfbRcwri40u82TRM825B4L//QuhMI7akPqa3iJbGEAQPhkGLI3kz19ryVG1UwvAkkt7TQ68zz+piXSmB2CMRti51shT4NuAOq6Qe9y2Obicf88ItkYxvySMQ5jWi2bo7Zhwuq9jUH8lK6I6PHrYc8LOsR9gE/hqkXxTQrkOXEDtHN1mr/KKLrXO0GeBdgh8Gj4gcwgd1RUCE+T9q09WO9j7c0piWK9Fs1+q1FjH06/AfmP4qob1TlJMHhtPyOp+lk2XvABP+sqW4vyrgmXu5vJU+Hgq3X9KE7bKh4WkCem24Np4uA+irhpvZmIoHyINsYW46lGfwJvM8= kapandya@localhost.localdomain", "key_options": null, "keyfile": "/home/kapandya/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kapandya", "validate_certs": true} 2021-07-24T16:54:21.639 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNEEz49M5KdLcp0cbKrE9iihrH5PEhsPgnAxac+aQwvnTstOOlUOyR+TvHiRa7sgXHuFX/UXo+k3Qmhs5U/sMZWZmmN3Jb3fKT78lSBbGnByclfPoGVTTLOHxwo+RFE79Sp3e30oshJ3DwqYgiX6JjM8B2Y7d5Tv0Ss5uEZswvmCEjdTLDSsoxrsOjVxBpuArOfCxes8PnKDdq21mWldpP66iwFel2GgOGSc85iVHKcOE2OpVMazMzXoMSMFoOpCULKjFfXBuDIqkXwJmtLJaiCgcVmTR56KXh7JpZ7vAeJ9ttv9qgOckqKdI3jEjeDT+TrdLlRWghBE7FRkm0vmun prasad.krishnan@macprasad", "key_options": null, "keyfile": "/home/prasad/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prasad", "validate_certs": true} 2021-07-24T16:54:21.786 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNEEz49M5KdLcp0cbKrE9iihrH5PEhsPgnAxac+aQwvnTstOOlUOyR+TvHiRa7sgXHuFX/UXo+k3Qmhs5U/sMZWZmmN3Jb3fKT78lSBbGnByclfPoGVTTLOHxwo+RFE79Sp3e30oshJ3DwqYgiX6JjM8B2Y7d5Tv0Ss5uEZswvmCEjdTLDSsoxrsOjVxBpuArOfCxes8PnKDdq21mWldpP66iwFel2GgOGSc85iVHKcOE2OpVMazMzXoMSMFoOpCULKjFfXBuDIqkXwJmtLJaiCgcVmTR56KXh7JpZ7vAeJ9ttv9qgOckqKdI3jEjeDT+TrdLlRWghBE7FRkm0vmun prasad.krishnan@macprasad", "key_options": null, "keyfile": "/home/prasad/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prasad", "validate_certs": true} 2021-07-24T16:54:21.850 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu9CW99ySPXSKQpLbefu1A0KqbUQIzvUOJizIu4azEgdlOqUnOMR/GC6jgOdiVL5mNb/U5bg7yQuEHgPAtmPRotvbI6/FSwIAR9+GgiuKSOJCa4s7QzWbHwv9g7wS2SLURw8UERSzlLlT8KQyGj+GkBhToWp4PTXC7te61c8XJNGF6giLmIAky4SH8uPI1zeLwwviJQomjFWZZ1RTbcRJxvGPjPtuUKDlF7QgXTLE9ZgsNopusC6PfRd7N8Udkl2OYPAzA+Jun0IRnQyjRXG3c2sYXQR8YYGICsxvnm4l81vKdxRL34K7LqBUHQXUcoCjJy7+/2/1dca/AMHgi4sZwgeYQ/U9jZg5jbm7o4MpDUFsS8W6OO/ZPiuYTswGBNRXhPmbGFnfa9dBXBS0p+buHF8PcTSLH0Dp2nhHkK1ehGmBFVPw6nPj3wXA9BKuNc+g7AiNUyRKyCWroFJ0VwUQGbI6ZMccO2cI7QpYmIqPCl3am/vUSNq4j0m/iURR7+t0= vikhyat@redhat", "key_options": null, "keyfile": "/home/vikhyat/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vikhyat", "validate_certs": true} 2021-07-24T16:54:21.996 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu9CW99ySPXSKQpLbefu1A0KqbUQIzvUOJizIu4azEgdlOqUnOMR/GC6jgOdiVL5mNb/U5bg7yQuEHgPAtmPRotvbI6/FSwIAR9+GgiuKSOJCa4s7QzWbHwv9g7wS2SLURw8UERSzlLlT8KQyGj+GkBhToWp4PTXC7te61c8XJNGF6giLmIAky4SH8uPI1zeLwwviJQomjFWZZ1RTbcRJxvGPjPtuUKDlF7QgXTLE9ZgsNopusC6PfRd7N8Udkl2OYPAzA+Jun0IRnQyjRXG3c2sYXQR8YYGICsxvnm4l81vKdxRL34K7LqBUHQXUcoCjJy7+/2/1dca/AMHgi4sZwgeYQ/U9jZg5jbm7o4MpDUFsS8W6OO/ZPiuYTswGBNRXhPmbGFnfa9dBXBS0p+buHF8PcTSLH0Dp2nhHkK1ehGmBFVPw6nPj3wXA9BKuNc+g7AiNUyRKyCWroFJ0VwUQGbI6ZMccO2cI7QpYmIqPCl3am/vUSNq4j0m/iURR7+t0= vikhyat@redhat", "key_options": null, "keyfile": "/home/vikhyat/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vikhyat", "validate_certs": true} 2021-07-24T16:54:22.061 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCipD0d1tI/Cff3AeOZTQ9eb6pZ/NOCAOw7MZG/JgpCs8+T3WqiUEYefsb2PuSa85vV2GC7kq0M9ux7+U+vZZf05geYiU2S9eTucLEu2+YE+RaAvIK+ZB134/33JSPGIVubXgGWZw/ZFCEYXmYk3kyEg1YDIk/BEaoG7PsDiSB4j0W7/WiV2bEEdSlTXt5C1/kH0qn4H9wQMiBSpdMgdaRWw60HjObDd6LASeUVgabbyclypravZdpYBnits4ayoN8VG1aZe4Qhm1SzP/CfxAAYfxo9NbqSBWJmn3iSN8UKHhCFrRCTaYic3z3usr8784VsA7z/LxK0fs6xjhoxRTa3 shraddha.agrawal000@gmail.com", "key_options": null, "keyfile": "/home/shraddhaag/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shraddhaag", "validate_certs": true} 2021-07-24T16:54:22.217 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCipD0d1tI/Cff3AeOZTQ9eb6pZ/NOCAOw7MZG/JgpCs8+T3WqiUEYefsb2PuSa85vV2GC7kq0M9ux7+U+vZZf05geYiU2S9eTucLEu2+YE+RaAvIK+ZB134/33JSPGIVubXgGWZw/ZFCEYXmYk3kyEg1YDIk/BEaoG7PsDiSB4j0W7/WiV2bEEdSlTXt5C1/kH0qn4H9wQMiBSpdMgdaRWw60HjObDd6LASeUVgabbyclypravZdpYBnits4ayoN8VG1aZe4Qhm1SzP/CfxAAYfxo9NbqSBWJmn3iSN8UKHhCFrRCTaYic3z3usr8784VsA7z/LxK0fs6xjhoxRTa3 shraddha.agrawal000@gmail.com", "key_options": null, "keyfile": "/home/shraddhaag/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shraddhaag", "validate_certs": true} 2021-07-24T16:54:22.270 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpE5V9JG1WhkHSYqjqaijBb1MLyjcKQlmj5WQ8w5832n6x9J4yDO8wI4qmiX3XeiXPlmW6XjAq5keyukrQe/yVI6NDXzgRxaHDmNj1AR73gyUVqRXpJprrqqsnLHawIRovrBD/HNhTv/2G8xG3BHakac1+qj7tZe4Jjx0aG1HbRhhJ5Q98EgvTkDAhktnlvF9OXXC1WI7QirHx0pRHa40SYyFLfOQDbQSCzb1TAAY5NGn3SwK3s2mWeoEsAJpCLrkNfSTbR3Z0mylAJUn+PayqhJegjwKmLaONjx8ZHXN970JHgojBBGOD30J/NnJQ7N6eRl+ekjpHmLAYGbe2oCwD gkyratsas@suse.com", "key_options": null, "keyfile": "/home/gkyratsas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "gkyratsas", "validate_certs": true} 2021-07-24T16:54:22.426 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpE5V9JG1WhkHSYqjqaijBb1MLyjcKQlmj5WQ8w5832n6x9J4yDO8wI4qmiX3XeiXPlmW6XjAq5keyukrQe/yVI6NDXzgRxaHDmNj1AR73gyUVqRXpJprrqqsnLHawIRovrBD/HNhTv/2G8xG3BHakac1+qj7tZe4Jjx0aG1HbRhhJ5Q98EgvTkDAhktnlvF9OXXC1WI7QirHx0pRHa40SYyFLfOQDbQSCzb1TAAY5NGn3SwK3s2mWeoEsAJpCLrkNfSTbR3Z0mylAJUn+PayqhJegjwKmLaONjx8ZHXN970JHgojBBGOD30J/NnJQ7N6eRl+ekjpHmLAYGbe2oCwD gkyratsas@suse.com", "key_options": null, "keyfile": "/home/gkyratsas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "gkyratsas", "validate_certs": true} 2021-07-24T16:54:22.491 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC9sZe9p48s6RSpluK1R97X9tsN3tWiidPbdyXvyMUXifYQb3nth9wMWUakrVBp+QGEkqALLIf3so3MfgbRvYexzNfHvRT7Lxn8D/isiCpWa4aLM/0alprV+RI38dR0mI3IVb3aIEYmgp2IY4yzybWTHCmS1VUrUJJ0pOfXOssq0xgo3qeaSQBHYRKasqR8GWAD5MWpG6/kg6gxI7o0aHVVTXy5ADB7NS1LEZr06xxNm4exeYvl9TzXrbGZWf2gC8ZpXhmFHI80A+TKEZRU6wmcju7G69nyEEF8/ebcBKmZB4eTsDN7qR7lc9dxKxiiZcJXc/MWy4bSu69NhOeuq2xx7bdexS8OHKdgYH9gsJolu5zgN20IHzaRgswO3XIe3nh2Ud8wntwBCwmJ9bf5YByITGjpOhntkvWAP3AXkQ1B4HXCdlUNW+4pMexDe2D05LHOwxcS8RVIH6ELu8rWe/QBA+DFcyZz4xE55pbfVt3FCEFrAxUn5qkyzszwPMjtK4XAnn9kmnw2B0k6XLZOZd+n7W8ege6wih+gwfDhYMZX0qzi3HdAK7nk5vEOFibCztLaogzfc6fdFRx8OIWJQXqx5I1641FU3UE6sVxku4IMDTq2GVyUWKdSN6y8gBiDPVe3xu4qM4xghSnaAmfB45IrcNvibBjikNva2FHt8lcutQ== prateek@prateek-Dell", "key_options": null, "keyfile": "/home/prateek/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prateek", "validate_certs": true} 2021-07-24T16:54:22.648 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC9sZe9p48s6RSpluK1R97X9tsN3tWiidPbdyXvyMUXifYQb3nth9wMWUakrVBp+QGEkqALLIf3so3MfgbRvYexzNfHvRT7Lxn8D/isiCpWa4aLM/0alprV+RI38dR0mI3IVb3aIEYmgp2IY4yzybWTHCmS1VUrUJJ0pOfXOssq0xgo3qeaSQBHYRKasqR8GWAD5MWpG6/kg6gxI7o0aHVVTXy5ADB7NS1LEZr06xxNm4exeYvl9TzXrbGZWf2gC8ZpXhmFHI80A+TKEZRU6wmcju7G69nyEEF8/ebcBKmZB4eTsDN7qR7lc9dxKxiiZcJXc/MWy4bSu69NhOeuq2xx7bdexS8OHKdgYH9gsJolu5zgN20IHzaRgswO3XIe3nh2Ud8wntwBCwmJ9bf5YByITGjpOhntkvWAP3AXkQ1B4HXCdlUNW+4pMexDe2D05LHOwxcS8RVIH6ELu8rWe/QBA+DFcyZz4xE55pbfVt3FCEFrAxUn5qkyzszwPMjtK4XAnn9kmnw2B0k6XLZOZd+n7W8ege6wih+gwfDhYMZX0qzi3HdAK7nk5vEOFibCztLaogzfc6fdFRx8OIWJQXqx5I1641FU3UE6sVxku4IMDTq2GVyUWKdSN6y8gBiDPVe3xu4qM4xghSnaAmfB45IrcNvibBjikNva2FHt8lcutQ== prateek@prateek-Dell", "key_options": null, "keyfile": "/home/prateek/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prateek", "validate_certs": true} 2021-07-24T16:54:22.691 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDFmmTp8+YDXU27xnSPxhWwouslpkvp1eULVp63taoXceDOnH8EMWv0wiEjN/P+Fcf/UB+iU8bELyHubZiqnOUr9f2pGX4jkJ6Yty1p5BUK4my7Si5J0/JawEDVQm4HpFWMKUVKYumvz3UFuBoINHVTqr1cLIDAt7mdeKfJqFB45AqxDUIPP4d8iznNCw+QO2CMxk0o/wMNHbygZZrHAiDngXQxwhe6oR17RfolhREy0JjHgojRjxgagpG7O8WW3OPI5Outnz5Pvraas5q7w+b3xbB9vdTObW/Nii5VOpTdIsFzBvp46hLoRSIcB8pRLUrxPJBPOY7G0zbopDRLB2zLNGKIH2zxEHJOeY928uUbWT22b9mGu/L95FFY7hmeRAicCUeixMTgXgczeQlHDn5eqQzLI3PNP7JX/0dauCD27GRKsDUnpIDj9RqgCQDVueIQQMC6QMa9dYQmps0r9Ljp8R84WjYFRP9oOI+POOzbgmRO0JCVnPqz9MKyGVby9/WFBHcvG6xmwACez00oqe62z+rhcavGXViX5CxGMV6vUTXugBa4ZkXlzs+djzYWfZ33ZKVeRIwj2Pu1PRTGzB8e2BaKqJMN0FVtzpV4hom4Y/9vIPyDpjRjNuKzrkYW1M8PxBxn+EJUPMLhr3jFMCo6HSxHoFXy8BzZoFkZWqap3w== JCL@IT-MINI-JCL.local", "key_options": null, "keyfile": "/home/jelopez/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jelopez", "validate_certs": true} 2021-07-24T16:54:22.859 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDFmmTp8+YDXU27xnSPxhWwouslpkvp1eULVp63taoXceDOnH8EMWv0wiEjN/P+Fcf/UB+iU8bELyHubZiqnOUr9f2pGX4jkJ6Yty1p5BUK4my7Si5J0/JawEDVQm4HpFWMKUVKYumvz3UFuBoINHVTqr1cLIDAt7mdeKfJqFB45AqxDUIPP4d8iznNCw+QO2CMxk0o/wMNHbygZZrHAiDngXQxwhe6oR17RfolhREy0JjHgojRjxgagpG7O8WW3OPI5Outnz5Pvraas5q7w+b3xbB9vdTObW/Nii5VOpTdIsFzBvp46hLoRSIcB8pRLUrxPJBPOY7G0zbopDRLB2zLNGKIH2zxEHJOeY928uUbWT22b9mGu/L95FFY7hmeRAicCUeixMTgXgczeQlHDn5eqQzLI3PNP7JX/0dauCD27GRKsDUnpIDj9RqgCQDVueIQQMC6QMa9dYQmps0r9Ljp8R84WjYFRP9oOI+POOzbgmRO0JCVnPqz9MKyGVby9/WFBHcvG6xmwACez00oqe62z+rhcavGXViX5CxGMV6vUTXugBa4ZkXlzs+djzYWfZ33ZKVeRIwj2Pu1PRTGzB8e2BaKqJMN0FVtzpV4hom4Y/9vIPyDpjRjNuKzrkYW1M8PxBxn+EJUPMLhr3jFMCo6HSxHoFXy8BzZoFkZWqap3w== JCL@IT-MINI-JCL.local", "key_options": null, "keyfile": "/home/jelopez/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jelopez", "validate_certs": true} 2021-07-24T16:54:22.912 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdbJDYY43Zu0EKAGgrSKEobyXIxdhT0AeTT3yBoNY+YdYDScimJsQzK4hKNJIn1xC3klr0dSnsqeJru+SA4GMhbdcsmVyudhutCw75R/vFoRHOwaeVS2SMiBAtDbAYGQ3dh6LapkmXeLURcycNbebUV4HM9XsYqnuL8J2XyY4tRKgHrAd6OQw4jsXDOxwTRlHM822N/2kgv8iEwiXAJoUoymbr8mnfSxuuaH0oiKBwuaK1wuaDrlJyXkXNslPq89/1f8hJfjixY2dQdW7Xk5m3t5ptQxWENpw79OMRJ4cDW4G7LrtFONom5KQ+9TBZJIhNgJobkqI4qwinrWF8qMW5 dcain@fullsteam", "key_options": null, "keyfile": "/home/dcain/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dcain", "validate_certs": true} 2021-07-24T16:54:23.067 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdbJDYY43Zu0EKAGgrSKEobyXIxdhT0AeTT3yBoNY+YdYDScimJsQzK4hKNJIn1xC3klr0dSnsqeJru+SA4GMhbdcsmVyudhutCw75R/vFoRHOwaeVS2SMiBAtDbAYGQ3dh6LapkmXeLURcycNbebUV4HM9XsYqnuL8J2XyY4tRKgHrAd6OQw4jsXDOxwTRlHM822N/2kgv8iEwiXAJoUoymbr8mnfSxuuaH0oiKBwuaK1wuaDrlJyXkXNslPq89/1f8hJfjixY2dQdW7Xk5m3t5ptQxWENpw79OMRJ4cDW4G7LrtFONom5KQ+9TBZJIhNgJobkqI4qwinrWF8qMW5 dcain@fullsteam", "key_options": null, "keyfile": "/home/dcain/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dcain", "validate_certs": true} 2021-07-24T16:54:23.120 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDs2+6XwRPdiDHT+63Yab00VBulg96/OLEORtNUvm7TDRMpcx4OD2oOnbsE4rG3dOdXNgT17H15c6MWFX2a2uC2h1j4hJTa+dG567HrYXRHG60Kwg5Sviiuq/ETPoH/r3OSvHs0HJ4Y9qYPQ5j0k7gG1XgIY3QHDWNRsXiyRXP9FEfoaOKABDTUoLPjqRX+4ExJd1Nz6DLxqIlre8wfqF5L1l12vec8JU3HB5NSRa87HxKFtLLIAtw7B9H/HggqX5wWVEnXq2qN4o6OOePhaO5cjWAZxOtT+AJTyHkeyaWLwIGOHBVZS5BKti6jLc+PxQxAflYlu9X3xh/2FlA+9H+ABZwMHE3ruUfTVbviYBbtccMCvkzcvFgnvaUCHjd7Iv/T8/JHNfBgFgigcX0Vei0+PZQ5oC5b7YpKT241NA8DCGZNgr1KuL9LazkvbkbpDcaHUOrkWsmSW1RRMC6ffYkbAI9QiBJFpImDAWP1u+1yCGhzPKBfGNt91GcLCD6ML90= sunny@devBox", "key_options": null, "keyfile": "/home/sunny/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sunny", "validate_certs": true} 2021-07-24T16:54:23.291 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDs2+6XwRPdiDHT+63Yab00VBulg96/OLEORtNUvm7TDRMpcx4OD2oOnbsE4rG3dOdXNgT17H15c6MWFX2a2uC2h1j4hJTa+dG567HrYXRHG60Kwg5Sviiuq/ETPoH/r3OSvHs0HJ4Y9qYPQ5j0k7gG1XgIY3QHDWNRsXiyRXP9FEfoaOKABDTUoLPjqRX+4ExJd1Nz6DLxqIlre8wfqF5L1l12vec8JU3HB5NSRa87HxKFtLLIAtw7B9H/HggqX5wWVEnXq2qN4o6OOePhaO5cjWAZxOtT+AJTyHkeyaWLwIGOHBVZS5BKti6jLc+PxQxAflYlu9X3xh/2FlA+9H+ABZwMHE3ruUfTVbviYBbtccMCvkzcvFgnvaUCHjd7Iv/T8/JHNfBgFgigcX0Vei0+PZQ5oC5b7YpKT241NA8DCGZNgr1KuL9LazkvbkbpDcaHUOrkWsmSW1RRMC6ffYkbAI9QiBJFpImDAWP1u+1yCGhzPKBfGNt91GcLCD6ML90= sunny@devBox", "key_options": null, "keyfile": "/home/sunny/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sunny", "validate_certs": true} 2021-07-24T16:54:23.334 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4pIcNiZKVIfT9GxyTe/B8G2GyHKxrAle3iExEzLH5bBCKtBrottX1y66KBzQSsrAb0z9h+A+uxlswlY6VM/gNos9VRB6x4NRB4ADY1Bku+JsKs5aXwRB1zz2ueZhrFN9hJwMl1heLICx85ksHBdm0q+JPdUAV+/LBdr0H/IjWveV34WL3Awf7QikzyKhzUciMB2gN9PJXTW0bl8PP56y60ys++L3nMSRJ+15uPcWl8MS3D2vABII0Tu+3PsxzrTTNodElyQ6G/fwyFfWhdp7fkidjR7mDDx8NyWfCl2rKejXv9LnVC0wb3tFoQqvwdz6shN4E51EIEGXHcLUeRpBhL2pFOqIZ0qfnmLIQVZ88RKMTgo42CgtmS5UzxCLOyKOh9GxF7DDEajTinJFJJVbNJ5xF494H2geSnmP1o1AecGsGbCZ4ndhS9unSfIZLAyv1J3wZlAlMsvxXgY7yrh1srUiASVyKK8jba1IT+v3TXR8kQUCNsLKKbvuX/l0IXME= xuxuehan@bogon\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBd4eSizc2zAkWDy3mFZUhELO2wXDgkVxDNM/Nw2zT1li3L+6YOjFfdT4NOxpkg5laLd54bdKb5GVRA6iKqAO+aqo53xHHJGC8OY5eJaUPjtpypgIWO4Qzbos2ZzsC+nX5jvi8O9nM+JkabSW5iFv3gGPTqHixFYkxK2NIBa/UtXFOhmb1wZ6CG5Q+WObCosBUEMWokC8ntCADfhi6qDsO2fol6mYUhYEE/0nhQ5uLRrVIM5QM5dhrQVEeAs4KcYpmPDw6q6AKgx/f5zObh5OSJFTVsgx2cqzdQVJVDDx2OD2QVRtZ9fgvI2EGmKSwe1TUQOdqa5bmsVIp2Jfi8MC1 xuxuehan@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwIokXSvPYP3TRlSw0SBgmMFW5jVltGf4c6CqjIW4KKCgsL4c4Vs0FztRyDGc9p0krZUoGJCZHErVToXm6/lSq8JlfrlLX4X4yh37fUifWqc2UTJGeH8kLaP3WEt9vT8eQ9h8t2GqlMlGQU8KzVAdC+c5IwrbGRsS6S7D09/y0rklkhdJ6nuj8cssN/2TzLF9YIvVcFZHdyznk84eB7TgpPKD88MOpTnEgWFlD4vAWEuHpkuxgj1KI9LscgSFcW9/RxLeRxcV0GypZ8jPmczoCnin/ZOstCTpbcmjL 2021-07-24T16:54:23.337 INFO:teuthology.task.ansible.out:d+LW1kgGXXQSkf09iHeJ/cyCw6ooZOkynVwwmI9Uz2ZaMedCUBpG0bKclIerJ9jn+CoTs3U3Orhd9+6MVtCHX9VNJbVa4q0KCS1sp5S3HDrYkgUyawUxdYorrLZcqfRHWWo1luiridmuQdr8lQ6dvNpz4rhsCrAG6S1eeaC/s+o0Rzpv1YxU64JzquZ6WNR+W3U6Bg3iYkSoDCK9byf0rsptyL8= luqixi@luqixideMacBook-Air.local", "key_options": null, "keyfile": "/home/xuxuehan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xuxuehan", "validate_certs": true} 2021-07-24T16:54:23.501 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4pIcNiZKVIfT9GxyTe/B8G2GyHKxrAle3iExEzLH5bBCKtBrottX1y66KBzQSsrAb0z9h+A+uxlswlY6VM/gNos9VRB6x4NRB4ADY1Bku+JsKs5aXwRB1zz2ueZhrFN9hJwMl1heLICx85ksHBdm0q+JPdUAV+/LBdr0H/IjWveV34WL3Awf7QikzyKhzUciMB2gN9PJXTW0bl8PP56y60ys++L3nMSRJ+15uPcWl8MS3D2vABII0Tu+3PsxzrTTNodElyQ6G/fwyFfWhdp7fkidjR7mDDx8NyWfCl2rKejXv9LnVC0wb3tFoQqvwdz6shN4E51EIEGXHcLUeRpBhL2pFOqIZ0qfnmLIQVZ88RKMTgo42CgtmS5UzxCLOyKOh9GxF7DDEajTinJFJJVbNJ5xF494H2geSnmP1o1AecGsGbCZ4ndhS9unSfIZLAyv1J3wZlAlMsvxXgY7yrh1srUiASVyKK8jba1IT+v3TXR8kQUCNsLKKbvuX/l0IXME= xuxuehan@bogon\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBd4eSizc2zAkWDy3mFZUhELO2wXDgkVxDNM/Nw2zT1li3L+6YOjFfdT4NOxpkg5laLd54bdKb5GVRA6iKqAO+aqo53xHHJGC8OY5eJaUPjtpypgIWO4Qzbos2ZzsC+nX5jvi8O9nM+JkabSW5iFv3gGPTqHixFYkxK2NIBa/UtXFOhmb1wZ6CG5Q+WObCosBUEMWokC8ntCADfhi6qDsO2fol6mYUhYEE/0nhQ5uLRrVIM5QM5dhrQVEeAs4KcYpmPDw6q6AKgx/f5zObh5OSJFTVsgx2cqzdQVJVDDx2OD2QVRtZ9fgvI2EGmKSwe1TUQOdqa5bmsVIp2Jfi8MC1 xuxuehan@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwIokXSvPYP3TRlSw0SBgmMFW5jVltGf4c6CqjIW4KKCgsL4c4Vs0FztRyDGc9p0krZUoGJCZHErVToXm6/lSq8JlfrlLX4X4yh37fUifWqc2UTJGeH8kLaP3WEt9vT8eQ9h8t2GqlMlGQU8KzVAdC+c5IwrbGRsS6S7D09/y0rklkhdJ6nuj8cssN/2TzLF9YIvVcFZHdyznk84eB7TgpPKD88MOpTnEgWFlD4vAWEuHpkuxgj1KI9LscgSFcW9/RxLeRxcV0GypZ8jPmczoCnin/ZOstCTpbcmjL 2021-07-24T16:54:23.503 INFO:teuthology.task.ansible.out:d+LW1kgGXXQSkf09iHeJ/cyCw6ooZOkynVwwmI9Uz2ZaMedCUBpG0bKclIerJ9jn+CoTs3U3Orhd9+6MVtCHX9VNJbVa4q0KCS1sp5S3HDrYkgUyawUxdYorrLZcqfRHWWo1luiridmuQdr8lQ6dvNpz4rhsCrAG6S1eeaC/s+o0Rzpv1YxU64JzquZ6WNR+W3U6Bg3iYkSoDCK9byf0rsptyL8= luqixi@luqixideMacBook-Air.local", "key_options": null, "keyfile": "/home/xuxuehan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xuxuehan", "validate_certs": true} 2021-07-24T16:54:23.554 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMOuxxTZyxz/TEVA+ODgtLrNcSsUhKE64BZg/Ub96LLffQXQc9SYT/0YI4wxu2vSsky05PnVSON7jqGxunCt0+AdRqxXhW4ttmRIOz8rq8SiMnnLayV34nIF1G0aYTkgY4ej4+VmSVIHU3bb5mp/Q3D0hxQwDPdgOJWNyW9oYerHbnx6lVgchvsZHB9VO09GNHcAsyUz4p+xBf9iR7eS74p4dZmUbth/oBBqpOa4NgNr69iyZ9a/pNDLxaVQoIpDFrevk5UU5nUHQq2frFNxF/Y2Ja1EBXCavvPF/m5v3J3xNEu3SI/GbLFCPKCKeBDpXJbe1QqTBKJjMl9qGmKEJ3 aclewett@mac", "key_options": null, "keyfile": "/home/aclewett/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "aclewett", "validate_certs": true} 2021-07-24T16:54:23.732 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMOuxxTZyxz/TEVA+ODgtLrNcSsUhKE64BZg/Ub96LLffQXQc9SYT/0YI4wxu2vSsky05PnVSON7jqGxunCt0+AdRqxXhW4ttmRIOz8rq8SiMnnLayV34nIF1G0aYTkgY4ej4+VmSVIHU3bb5mp/Q3D0hxQwDPdgOJWNyW9oYerHbnx6lVgchvsZHB9VO09GNHcAsyUz4p+xBf9iR7eS74p4dZmUbth/oBBqpOa4NgNr69iyZ9a/pNDLxaVQoIpDFrevk5UU5nUHQq2frFNxF/Y2Ja1EBXCavvPF/m5v3J3xNEu3SI/GbLFCPKCKeBDpXJbe1QqTBKJjMl9qGmKEJ3 aclewett@mac", "key_options": null, "keyfile": "/home/aclewett/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "aclewett", "validate_certs": true} 2021-07-24T16:54:23.764 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdTLDprr3DXtsgiqrB/miglJwSkY7BAv+OW9sC0ZHQf8Y4dFoUtr7q9fd6W7ehKL6aMjya/8eQSMPRoEIZFD8f2KPCuE74Wgwgv2cpAkFmLjcPtjixqLo3LGFCyEJWGLQxjlthdzx59mpCWgBsEJQmlKP36JIYjILIMtXtsETIUGFa8QPIn9sMdIgutPPf3yB/6DHcR7C6yIAuvbJactEsiCt4C8+uJinvCii3PzYOMAEd+mictPGk8nOCQFZrI+ZmwTz4UbJylxFqnX8lhhoPIUEfNAXlb3lkZWH1LaFOxarbmupuPYcg2rT0+kFtyNr3/mAx0FO01jADYooqcW1Z cardno:000604936806", "key_options": null, "keyfile": "/home/cblum/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cblum", "validate_certs": true} 2021-07-24T16:54:23.942 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdTLDprr3DXtsgiqrB/miglJwSkY7BAv+OW9sC0ZHQf8Y4dFoUtr7q9fd6W7ehKL6aMjya/8eQSMPRoEIZFD8f2KPCuE74Wgwgv2cpAkFmLjcPtjixqLo3LGFCyEJWGLQxjlthdzx59mpCWgBsEJQmlKP36JIYjILIMtXtsETIUGFa8QPIn9sMdIgutPPf3yB/6DHcR7C6yIAuvbJactEsiCt4C8+uJinvCii3PzYOMAEd+mictPGk8nOCQFZrI+ZmwTz4UbJylxFqnX8lhhoPIUEfNAXlb3lkZWH1LaFOxarbmupuPYcg2rT0+kFtyNr3/mAx0FO01jADYooqcW1Z cardno:000604936806", "key_options": null, "keyfile": "/home/cblum/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cblum", "validate_certs": true} 2021-07-24T16:54:23.985 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDPUCIVfNQOOG+uAeKWo7tLAdgGO/oQu4exTE3XLfyTVdd8u6pbQCmIDFEnbGgMtlYuWJlCJtxJIzEZJ5HIwf+po3y7kb7HxEeWnEb9DsqJB4nCRE8fHnNLgF3bh9gvE7sOZdNXEKqtsnGcaaS81oXQ6QgkFGQzlOBOqxj7jIvad7AtNWD3WbJi/uTVDsWcukU51tn/aEW+hHMD7Y5QJkLH7O0PrCeEZCUCWoiMP7sNwACBym0DsqX+POkGJOaGx9EeNhGVA4B6o3xYXJPqmFbgMWMfG3/Y3SiheZjxzySMQ7FKW4Q817NaWqbjtLZQsSZw7JNqNFkcdTzVZwwCOJ1AAecajpniKeQLnyiWQ3Z/EkSGGwtDj67wo7uqT85tpOyLfYhQm6Zp+xSh+I6s0YJ0xO/huLKzeT5D1r5vVMk2VdcLD3CCxXUwZgaMUxYAC2Wq6mpIkxVZFQLbGuA/dWkQbFsrpbf7ES+kh+uzp4R6dQ29OjXbVcSfF2vyIuA+VUKoyj370YOZQhs50yuAJ4BSHlEgoJdRzi3XUX48h45XHiZcCY3X8LTX6a+0KAIgqeAWdFhRgQtAxoRYjhOxC3k/boBc8sEQ3o4pkxnhtE5Y/tnM2CPkPMX9HWYirNf9GyZTYcR/5rDf4ETQ18G68WLaNK758OuUPjSkwttcyLd4dw== mlatimer@suse.com", "key_options": null, "keyfile": "/home/mlatimer/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mlatimer", "validate_certs": true} 2021-07-24T16:54:24.152 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDPUCIVfNQOOG+uAeKWo7tLAdgGO/oQu4exTE3XLfyTVdd8u6pbQCmIDFEnbGgMtlYuWJlCJtxJIzEZJ5HIwf+po3y7kb7HxEeWnEb9DsqJB4nCRE8fHnNLgF3bh9gvE7sOZdNXEKqtsnGcaaS81oXQ6QgkFGQzlOBOqxj7jIvad7AtNWD3WbJi/uTVDsWcukU51tn/aEW+hHMD7Y5QJkLH7O0PrCeEZCUCWoiMP7sNwACBym0DsqX+POkGJOaGx9EeNhGVA4B6o3xYXJPqmFbgMWMfG3/Y3SiheZjxzySMQ7FKW4Q817NaWqbjtLZQsSZw7JNqNFkcdTzVZwwCOJ1AAecajpniKeQLnyiWQ3Z/EkSGGwtDj67wo7uqT85tpOyLfYhQm6Zp+xSh+I6s0YJ0xO/huLKzeT5D1r5vVMk2VdcLD3CCxXUwZgaMUxYAC2Wq6mpIkxVZFQLbGuA/dWkQbFsrpbf7ES+kh+uzp4R6dQ29OjXbVcSfF2vyIuA+VUKoyj370YOZQhs50yuAJ4BSHlEgoJdRzi3XUX48h45XHiZcCY3X8LTX6a+0KAIgqeAWdFhRgQtAxoRYjhOxC3k/boBc8sEQ3o4pkxnhtE5Y/tnM2CPkPMX9HWYirNf9GyZTYcR/5rDf4ETQ18G68WLaNK758OuUPjSkwttcyLd4dw== mlatimer@suse.com", "key_options": null, "keyfile": "/home/mlatimer/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mlatimer", "validate_certs": true} 2021-07-24T16:54:24.196 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCYh28a9R3a7jpRfPqVAL9EcD+S6KkZzKTfCmRn4s8Fg39kUZsgnWUZQ3jUxKSeBA00te7WMR8CsIEzulm7f+/egNuPcvzNI/SaaCDtVMaxqlEuW85ll8uBQi3s4SLmOu9oS+5oid4cqTrGTcG6uhl29oWS/53SxoGh+T+y6GesO2cYRuTpcUHxGMvIgZe/bKtVGdP1y7rQd62e8emb9UupMBxaHpkYj9AaMuLjovHbBgecWbe4PlzPWNzl+eITVk2d6CxxIem4/bw9VHkRjQZlhL2nbwRgtczLYhlaZAd4ePEtsqA+7nTDjTDhXXHVIf1pDAsJbZEdgQCSGH3FzxtrQ2hZJrH/NIKdHk/OtI06e7POSGj7PcHzTvMjQSFnTpJXinxwzn0lvFSlmABN/00lIE0p2ZXfPs6dgWJ17JnTq6dMUoTiGhfKphPHyfSXJCzfa2VB+lQQ5eAaa9cRXy9pLmWGHXVGz2hsBMtyYmTjR/wr8kdTzeK+Jk4opBtGgcxDustg59b9x/jvgoc3HCdtnkqLTug2KmutB6kb+4KnVO07GsSp0RmNtDmCRcXs9YN/eia9ICtIGDWPc3YDRppsw1Vktza/+ZW5vGzIKILZTo4SNGcg19zQw4Qxd9eLkXfB66vE2CQvA90CGo7mcye+UWjjXLr7i0cDEszAloQ9aQ== srangana@redhat.com", "key_options": null, "keyfile": "/home/shyamsundarr/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shyamsundarr", "validate_certs": true} 2021-07-24T16:54:24.373 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCYh28a9R3a7jpRfPqVAL9EcD+S6KkZzKTfCmRn4s8Fg39kUZsgnWUZQ3jUxKSeBA00te7WMR8CsIEzulm7f+/egNuPcvzNI/SaaCDtVMaxqlEuW85ll8uBQi3s4SLmOu9oS+5oid4cqTrGTcG6uhl29oWS/53SxoGh+T+y6GesO2cYRuTpcUHxGMvIgZe/bKtVGdP1y7rQd62e8emb9UupMBxaHpkYj9AaMuLjovHbBgecWbe4PlzPWNzl+eITVk2d6CxxIem4/bw9VHkRjQZlhL2nbwRgtczLYhlaZAd4ePEtsqA+7nTDjTDhXXHVIf1pDAsJbZEdgQCSGH3FzxtrQ2hZJrH/NIKdHk/OtI06e7POSGj7PcHzTvMjQSFnTpJXinxwzn0lvFSlmABN/00lIE0p2ZXfPs6dgWJ17JnTq6dMUoTiGhfKphPHyfSXJCzfa2VB+lQQ5eAaa9cRXy9pLmWGHXVGz2hsBMtyYmTjR/wr8kdTzeK+Jk4opBtGgcxDustg59b9x/jvgoc3HCdtnkqLTug2KmutB6kb+4KnVO07GsSp0RmNtDmCRcXs9YN/eia9ICtIGDWPc3YDRppsw1Vktza/+ZW5vGzIKILZTo4SNGcg19zQw4Qxd9eLkXfB66vE2CQvA90CGo7mcye+UWjjXLr7i0cDEszAloQ9aQ== srangana@redhat.com", "key_options": null, "keyfile": "/home/shyamsundarr/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shyamsundarr", "validate_certs": true} 2021-07-24T16:54:24.407 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKRZyOnj6D9tCw5o4+ujpos5Uj1O0XVvea798DsXPRh8bEE1pLkARQJLv4iW6LsG3x/CXruahmwT+6C/VHppIsbgtpadMWdCTPYrsjctPK0/N9nr4kQEL6XeK3/GHFnwqYcc+LySpNNfbKrgN4qWOwdZBhQjSV7K7FJd4ZYSm4wp6TVbvKKp7o+JdeM2zhstfC9AcCtBv/TpxixFFq/+y8/Z0PwqN1YyHduDOr1dr1DWn4ZzrkhiTYfPOltx0jweD6zTJoTAJDqae7kBA+3XH3dUGX3n7Tchsa3bnIKVz9sLQvH/vPro61I+Xig6MQh77JsylNvpwb1LLOEzDf7dxl bigwhite@wrjj37deMacBook-Pro-2.local", "key_options": null, "keyfile": "/home/shuzhenyi/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shuzhenyi", "validate_certs": true} 2021-07-24T16:54:24.586 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKRZyOnj6D9tCw5o4+ujpos5Uj1O0XVvea798DsXPRh8bEE1pLkARQJLv4iW6LsG3x/CXruahmwT+6C/VHppIsbgtpadMWdCTPYrsjctPK0/N9nr4kQEL6XeK3/GHFnwqYcc+LySpNNfbKrgN4qWOwdZBhQjSV7K7FJd4ZYSm4wp6TVbvKKp7o+JdeM2zhstfC9AcCtBv/TpxixFFq/+y8/Z0PwqN1YyHduDOr1dr1DWn4ZzrkhiTYfPOltx0jweD6zTJoTAJDqae7kBA+3XH3dUGX3n7Tchsa3bnIKVz9sLQvH/vPro61I+Xig6MQh77JsylNvpwb1LLOEzDf7dxl bigwhite@wrjj37deMacBook-Pro-2.local", "key_options": null, "keyfile": "/home/shuzhenyi/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shuzhenyi", "validate_certs": true} 2021-07-24T16:54:24.617 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEcI3X9mNxtHRSvi2gVFavu21kRCWDd1erXW3d/1zWnoUvRxe9ft2xA1c3Bmo067GqhFudPcXoYJvz3atAGR9k3n1UTtTJe95XRZ1Zmn/boi6mn7I2oRVFpW/KjxaiM3iN2SHKknMtcs6qRTioapYCU7u924oc0izqPBvkrC73cfVF4emH1ERWEcQBTxWub6N6Mn3xaDmJ5xnGlNvDY70CC9osoa2VRNJM7GU9eUQClHirPbSooDvvVKfTGD7YfMH76j6PdDR/a/cgNeiMevtMbeFGhu1SOEHb1ihCNoGq2vQFPPWwwTCzMI05XuUEc4iaxw/kbGBMpWbmIvswIMQrRwgwLZk67GGpf/dEeutI6WseeNKNuHnTzzx43AW9G2coGq0RKE7OuA5Cqj0CO7Kcf5UA4AqIIroLETVBrrEV6qzpkD74QBZXPl7gbSZIyxLpvtQoMfSSzN+Mj184LmQoURCqIT+yM5gddF5/S5I+rpw81vBj5M9ZskyzVQAo0H8= michelledipalma@mdipalma-mac", "key_options": null, "keyfile": "/home/mdipalma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mdipalma", "validate_certs": true} 2021-07-24T16:54:24.794 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEcI3X9mNxtHRSvi2gVFavu21kRCWDd1erXW3d/1zWnoUvRxe9ft2xA1c3Bmo067GqhFudPcXoYJvz3atAGR9k3n1UTtTJe95XRZ1Zmn/boi6mn7I2oRVFpW/KjxaiM3iN2SHKknMtcs6qRTioapYCU7u924oc0izqPBvkrC73cfVF4emH1ERWEcQBTxWub6N6Mn3xaDmJ5xnGlNvDY70CC9osoa2VRNJM7GU9eUQClHirPbSooDvvVKfTGD7YfMH76j6PdDR/a/cgNeiMevtMbeFGhu1SOEHb1ihCNoGq2vQFPPWwwTCzMI05XuUEc4iaxw/kbGBMpWbmIvswIMQrRwgwLZk67GGpf/dEeutI6WseeNKNuHnTzzx43AW9G2coGq0RKE7OuA5Cqj0CO7Kcf5UA4AqIIroLETVBrrEV6qzpkD74QBZXPl7gbSZIyxLpvtQoMfSSzN+Mj184LmQoURCqIT+yM5gddF5/S5I+rpw81vBj5M9ZskyzVQAo0H8= michelledipalma@mdipalma-mac", "key_options": null, "keyfile": "/home/mdipalma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mdipalma", "validate_certs": true} 2021-07-24T16:54:24.826 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+tqgRGdlbb7NMefZVPCtbzVZBapxmmPcKaUtqT7E/9AKRoHuroZQ7KJQfO15POpIfEja7BugBt5F95aW2Bd9/xhulzC4/JjiZYc6ST5Na03BrcudI3YcktoGR8Mm7ZVzSojvm0SKtLLHM5Su17JpCC7BitMdao1mETlUOklEXc6pgbr9XHOayo1zeuos8DB90iA8TQ2soR/POD1Rix4GKniCHXz10+iXQFYPsif1HsQ3rh8Vi1M0cTq98bMSmfsKODil8KIxf+lvLCL4GAgDYEyxnstiTFh5GAcIMOOo2dl1fDb/Oa981CxWU+xxJD+M7AEJVeyAqqAnShvZU6y1L kiefer@kiefer-uchi", "key_options": null, "keyfile": "/home/kchang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kchang", "validate_certs": true} 2021-07-24T16:54:25.003 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+tqgRGdlbb7NMefZVPCtbzVZBapxmmPcKaUtqT7E/9AKRoHuroZQ7KJQfO15POpIfEja7BugBt5F95aW2Bd9/xhulzC4/JjiZYc6ST5Na03BrcudI3YcktoGR8Mm7ZVzSojvm0SKtLLHM5Su17JpCC7BitMdao1mETlUOklEXc6pgbr9XHOayo1zeuos8DB90iA8TQ2soR/POD1Rix4GKniCHXz10+iXQFYPsif1HsQ3rh8Vi1M0cTq98bMSmfsKODil8KIxf+lvLCL4GAgDYEyxnstiTFh5GAcIMOOo2dl1fDb/Oa981CxWU+xxJD+M7AEJVeyAqqAnShvZU6y1L kiefer@kiefer-uchi", "key_options": null, "keyfile": "/home/kchang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kchang", "validate_certs": true} 2021-07-24T16:54:25.045 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjj3bbbLvd4IHeFrSJyM9N6uKXA7ElQrzfcisKRGjUPON8IsAWkXQeAnHoBsIQv7tRGudXOrK+tbfv7crLI0/CxL+o0cCVW8bxuTEtdz07ZFsND9cppCc7Yq+wHsg7nQ/n0QfxnlYc0T9pATXUoT+aW4c3NQoDbsupLSkNs1C+G/MEBzz6iH6tgrv43OAOUccfQbC+IYx4RIKL5MteEjVrZanNELIG+jsYe+CZLdsONk1nR8+xKQw19Sm/jkKdl1K9NXoVPEBQmFXrYl6G+7tCdWeU3Vq24lM1X5p1mVspcG6FyyctcuP/8+zhL2L208DrXlOVPcqHR/4FEf3Wmk89 vereddy@vereddy.remote.csb", "key_options": null, "keyfile": "/home/vereddy/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vereddy", "validate_certs": true} 2021-07-24T16:54:25.223 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjj3bbbLvd4IHeFrSJyM9N6uKXA7ElQrzfcisKRGjUPON8IsAWkXQeAnHoBsIQv7tRGudXOrK+tbfv7crLI0/CxL+o0cCVW8bxuTEtdz07ZFsND9cppCc7Yq+wHsg7nQ/n0QfxnlYc0T9pATXUoT+aW4c3NQoDbsupLSkNs1C+G/MEBzz6iH6tgrv43OAOUccfQbC+IYx4RIKL5MteEjVrZanNELIG+jsYe+CZLdsONk1nR8+xKQw19Sm/jkKdl1K9NXoVPEBQmFXrYl6G+7tCdWeU3Vq24lM1X5p1mVspcG6FyyctcuP/8+zhL2L208DrXlOVPcqHR/4FEf3Wmk89 vereddy@vereddy.remote.csb", "key_options": null, "keyfile": "/home/vereddy/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vereddy", "validate_certs": true} 2021-07-24T16:54:25.255 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+EkUbnaeC7Dqtq2N4/dX9v+WGlrgRS2ygHhlbZy4KHbd6+Q9T5NAWtqnFwqcbFpYYUBwMvz8zLo6HYN6gNskRN0qTiFKPQdtnydF0Tx1KHrdGGcX3G2lxyGH5P8nrqReXAPPvRiVc2/Mj7APCTmY2JftkSS1qYcTleeueivVyho6z6uD1AyC7OXANhtn7kGeIY/NvVKBhDr+3TuPmpPwPCQMcJUyZWCHYyp47v2vzNBy2Etp7WjGwOnfZ5ULiJGjH6PCXx0YfpmTUOPVkNbV6Om+0YJ3fcLlmQ/2nsdsWfOKvoAr+1uzO81h7ZBX9LVEitj8YU3WeSCV2vqS2VvOpq5NyHXWGq+ZkOCfhy4Z9MvMG+6hqp4p4z1JMpKsZ191kP7eAQua41GkTSQPlEfF+um1UV6ZjNzhB68utOXyGDoDcxct9oOdnhhjwu5W4/0t9iBHuMn02iHRYVrUWOH2FXVysR0p5x/L2xdvNPiTgFAZ2eN+EFWmdan4e9mAAw3M= gbenhano@localhost.localdomain", "key_options": null, "keyfile": "/home/benhanokh/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "benhanokh", "validate_certs": true} 2021-07-24T16:54:25.432 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+EkUbnaeC7Dqtq2N4/dX9v+WGlrgRS2ygHhlbZy4KHbd6+Q9T5NAWtqnFwqcbFpYYUBwMvz8zLo6HYN6gNskRN0qTiFKPQdtnydF0Tx1KHrdGGcX3G2lxyGH5P8nrqReXAPPvRiVc2/Mj7APCTmY2JftkSS1qYcTleeueivVyho6z6uD1AyC7OXANhtn7kGeIY/NvVKBhDr+3TuPmpPwPCQMcJUyZWCHYyp47v2vzNBy2Etp7WjGwOnfZ5ULiJGjH6PCXx0YfpmTUOPVkNbV6Om+0YJ3fcLlmQ/2nsdsWfOKvoAr+1uzO81h7ZBX9LVEitj8YU3WeSCV2vqS2VvOpq5NyHXWGq+ZkOCfhy4Z9MvMG+6hqp4p4z1JMpKsZ191kP7eAQua41GkTSQPlEfF+um1UV6ZjNzhB68utOXyGDoDcxct9oOdnhhjwu5W4/0t9iBHuMn02iHRYVrUWOH2FXVysR0p5x/L2xdvNPiTgFAZ2eN+EFWmdan4e9mAAw3M= gbenhano@localhost.localdomain", "key_options": null, "keyfile": "/home/benhanokh/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "benhanokh", "validate_certs": true} 2021-07-24T16:54:25.464 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBYtdHKBXQcXQFkEW8fSwlFK/xZM16VcFY288ABI/DPfejTStHhxiRvmlsWzMy0Ar5WadZ8FU1ptjA3MKBEY1Do1r1Ul369k3zHCvxXyg9QGGMNPYfHmnNeoF4GEgoJpuounPs0mkLmrPTR+cR+/XuaZZt38nsad8M/zJetnolvqCWpcV87D7+Rt8F32J6kGDknC4ikEe8I0n7F+goOmJhlgkqegbKEeJ/EMnOItwVZHFwaC+sxOq4IlYp2f1aZMKGAtr5+ICwYH1SMCcvnp3qWL8O//t2tvguZgQxzIs6Nf5GaxwdQkh4CvjbWiCkIbGFJ57YICS6k++KMXMbEnwh jsalomon@Josh-laptop.tlv.redhat.com", "key_options": null, "keyfile": "/home/jsalomon/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jsalomon", "validate_certs": true} 2021-07-24T16:54:25.652 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBYtdHKBXQcXQFkEW8fSwlFK/xZM16VcFY288ABI/DPfejTStHhxiRvmlsWzMy0Ar5WadZ8FU1ptjA3MKBEY1Do1r1Ul369k3zHCvxXyg9QGGMNPYfHmnNeoF4GEgoJpuounPs0mkLmrPTR+cR+/XuaZZt38nsad8M/zJetnolvqCWpcV87D7+Rt8F32J6kGDknC4ikEe8I0n7F+goOmJhlgkqegbKEeJ/EMnOItwVZHFwaC+sxOq4IlYp2f1aZMKGAtr5+ICwYH1SMCcvnp3qWL8O//t2tvguZgQxzIs6Nf5GaxwdQkh4CvjbWiCkIbGFJ57YICS6k++KMXMbEnwh jsalomon@Josh-laptop.tlv.redhat.com", "key_options": null, "keyfile": "/home/jsalomon/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jsalomon", "validate_certs": true} 2021-07-24T16:54:25.673 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD9ltUNitnn0FNwMeiGkBnozpBN5ziVR2MreaqkfqTQY2TgI24559xuILyy+TnAKumhemZ8i8nIQ876Iso85OzIXbUbRM45hpL/bMQX7pWyMIRNeFKrCDwf18OT0DPc8aeDOAFQ6YoN0j4awUENjdZuuAW80cfcjoQO3m7ORF8wBF0IvMWwPDIQQrz+Li31ECgXg6VC7K3e+BNHlfNQ/2/ahS0+V4J6JYFsylZL0r2tydhDMd6rR8QA9c9BgeBz7+KWobGtiZVe7KReTzJ0O38PxNd8br3aS50j5BiN63gch8eFxPAROaUMnuiavu6OTDy4/aeL3Zc5WpUy3VyyumWf jolmomar@localhost.localdomain", "key_options": null, "keyfile": "/home/jolmomar/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jolmomar", "validate_certs": true} 2021-07-24T16:54:25.870 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD9ltUNitnn0FNwMeiGkBnozpBN5ziVR2MreaqkfqTQY2TgI24559xuILyy+TnAKumhemZ8i8nIQ876Iso85OzIXbUbRM45hpL/bMQX7pWyMIRNeFKrCDwf18OT0DPc8aeDOAFQ6YoN0j4awUENjdZuuAW80cfcjoQO3m7ORF8wBF0IvMWwPDIQQrz+Li31ECgXg6VC7K3e+BNHlfNQ/2/ahS0+V4J6JYFsylZL0r2tydhDMd6rR8QA9c9BgeBz7+KWobGtiZVe7KReTzJ0O38PxNd8br3aS50j5BiN63gch8eFxPAROaUMnuiavu6OTDy4/aeL3Zc5WpUy3VyyumWf jolmomar@localhost.localdomain", "key_options": null, "keyfile": "/home/jolmomar/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jolmomar", "validate_certs": true} 2021-07-24T16:54:25.892 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQKiUAlB8dxudAY60M7jnIJvs9yb2pNaT+BVv1Vk1kMs0XjPjcw9cyT3DtQ1xGLF367phRi/cfQbXOYbHG+uyBzQ4EEnBFvziktWRx4mfeWYxKjkjbfkVfpKPsxztqCbwm6+NYzMxGK2cExN7jUHnghHAjfA0IUpVVg9peBD3kUveLwS+UxuJAnuj+G4480LS6GDyLrhFEXU7uOIIlW4S9oLnU6vJL6GAzwyLE4ijTA8Ek03SJ01Ey/gpU9AqnQNp9u12l/7sJely6sI9pAuIzmS8Ht324hexxSWN5sFjXgLvLfFK83ziDBdrFBr0WXnWsFdRpHs2CwSq1JTkByqbN hmunjulu@hmunjulu.remote.csb", "key_options": null, "keyfile": "/home/hmunjulu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "hmunjulu", "validate_certs": true} 2021-07-24T16:54:26.088 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQKiUAlB8dxudAY60M7jnIJvs9yb2pNaT+BVv1Vk1kMs0XjPjcw9cyT3DtQ1xGLF367phRi/cfQbXOYbHG+uyBzQ4EEnBFvziktWRx4mfeWYxKjkjbfkVfpKPsxztqCbwm6+NYzMxGK2cExN7jUHnghHAjfA0IUpVVg9peBD3kUveLwS+UxuJAnuj+G4480LS6GDyLrhFEXU7uOIIlW4S9oLnU6vJL6GAzwyLE4ijTA8Ek03SJ01Ey/gpU9AqnQNp9u12l/7sJely6sI9pAuIzmS8Ht324hexxSWN5sFjXgLvLfFK83ziDBdrFBr0WXnWsFdRpHs2CwSq1JTkByqbN hmunjulu@hmunjulu.remote.csb", "key_options": null, "keyfile": "/home/hmunjulu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "hmunjulu", "validate_certs": true} 2021-07-24T16:54:26.099 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoefxOfeArToGucfWG7y1tyLF2I1J/IkBSlmxxEJyHyDUB6ElXjYIJReoiPfmB0xLEmINpmt8QA4XN/8UbR1r9LFOexlZZbX1LSbihi11LXCvfIJWqkHVwIyKHRTu/duMrntBFVENJ0LVf0GSWVTtllXaDA+fMkp6/ra/hlRHQbx19UXy/9+Pogj8Xl+SntnMGiHlX8FFq2A2tUqhdQSf/1GW1HfUIa5WtwdEqIpKpAgMM7sOW9i3QAmLAMo8HiKrArSiy7jrRUODCqsTJsfifxEbmnOS0ZtmDh0eeWL/Dyqbz99Rg4WbFNeK8oyZYr7D6bEAhd2az2A+wycPx4Nq7 julpark@julpark.remote.csb", "key_options": null, "keyfile": "/home/julpark/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "julpark", "validate_certs": true} 2021-07-24T16:54:26.296 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoefxOfeArToGucfWG7y1tyLF2I1J/IkBSlmxxEJyHyDUB6ElXjYIJReoiPfmB0xLEmINpmt8QA4XN/8UbR1r9LFOexlZZbX1LSbihi11LXCvfIJWqkHVwIyKHRTu/duMrntBFVENJ0LVf0GSWVTtllXaDA+fMkp6/ra/hlRHQbx19UXy/9+Pogj8Xl+SntnMGiHlX8FFq2A2tUqhdQSf/1GW1HfUIa5WtwdEqIpKpAgMM7sOW9i3QAmLAMo8HiKrArSiy7jrRUODCqsTJsfifxEbmnOS0ZtmDh0eeWL/Dyqbz99Rg4WbFNeK8oyZYr7D6bEAhd2az2A+wycPx4Nq7 julpark@julpark.remote.csb", "key_options": null, "keyfile": "/home/julpark/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "julpark", "validate_certs": true} 2021-07-24T16:54:26.308 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD03otezqmbR7v9dq62mWH5Kkg692jdmDZk6Ve4vux0A0YhxBuXDCyBWLE1Z4lLNxQahvK0pGsgokp+Uk+Q6aU+ZnF/E2jLp6YWerFXIHY3M7byObJx9+QuVBfNI0bZBkV3+vSjhSCGOYU+TrTHsKZqhsTcejZjmL3gFLmWfU6dTh0sX05qz97cdJl3CMPhCIR3KjtkiPygj417/N7wet/Efv1t79TvyS7dtK1oz+zRLEpKi/fZjvpXb8xec7as72Y0XexsWMDyZJ/N8PijTQ5L6EfLMV7ae/bWGzNAKsoC1dHVY7q/Q4pzktC6zU0Rc9sDRMtrgFg+q+04BfveSLfxTb9tqf7SbSvh7IAG1eKiEuDT/uy3T6Uiw+CiZ0eIqYzZscO/aDjUArGbS8eyaycybdYCBK9Jz38i0mYKkXg855yoVuIExr6MXieYwyVoVW8gbx1bAslaafrzra2dkAFByOJ0sbosPFRgR2+boUSxD6IaE+ALgno4T/0CI2RMiH0= prashant@cephdev", "key_options": null, "keyfile": "/home/pdhange/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pdhange", "validate_certs": true} 2021-07-24T16:54:26.515 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD03otezqmbR7v9dq62mWH5Kkg692jdmDZk6Ve4vux0A0YhxBuXDCyBWLE1Z4lLNxQahvK0pGsgokp+Uk+Q6aU+ZnF/E2jLp6YWerFXIHY3M7byObJx9+QuVBfNI0bZBkV3+vSjhSCGOYU+TrTHsKZqhsTcejZjmL3gFLmWfU6dTh0sX05qz97cdJl3CMPhCIR3KjtkiPygj417/N7wet/Efv1t79TvyS7dtK1oz+zRLEpKi/fZjvpXb8xec7as72Y0XexsWMDyZJ/N8PijTQ5L6EfLMV7ae/bWGzNAKsoC1dHVY7q/Q4pzktC6zU0Rc9sDRMtrgFg+q+04BfveSLfxTb9tqf7SbSvh7IAG1eKiEuDT/uy3T6Uiw+CiZ0eIqYzZscO/aDjUArGbS8eyaycybdYCBK9Jz38i0mYKkXg855yoVuIExr6MXieYwyVoVW8gbx1bAslaafrzra2dkAFByOJ0sbosPFRgR2+boUSxD6IaE+ALgno4T/0CI2RMiH0= prashant@cephdev", "key_options": null, "keyfile": "/home/pdhange/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pdhange", "validate_certs": true} 2021-07-24T16:54:26.527 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg7xW5+Mk7pG5MjLxOc7GTvDTCPBJj2L3MEQZIapmmo6t8uPODwDewXncSzrKDH6zFVE4TTTD9fJdu+BhyT+jCFgXrEOMMabj7vJsg0wO0SWqr+4NECFPhD9y4ewfYiewBeXisclA5Bto91v93AtYpZBCdmPYSi0BEcPVc6S3iBUD0PzIrL62I/kBAtm0f/bScRiT7XvQJXvkbEObW2yS2XhUv2qgq1VlFvO1jl3B85KMTHVb8+LrKpQWOKfRfxJ74c51y6tnEjZLFO6Xn0JevqOhd8gPQIXueFZOM0g0pNp1mbtGaaBlEIibbrzo2p9kzsdvJeHMq1XuMIi1/Qyj9 dpivonka@dhcp-41-144.bos.redhat.com", "key_options": null, "keyfile": "/home/dpivonka/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dpivonka", "validate_certs": true} 2021-07-24T16:54:26.725 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg7xW5+Mk7pG5MjLxOc7GTvDTCPBJj2L3MEQZIapmmo6t8uPODwDewXncSzrKDH6zFVE4TTTD9fJdu+BhyT+jCFgXrEOMMabj7vJsg0wO0SWqr+4NECFPhD9y4ewfYiewBeXisclA5Bto91v93AtYpZBCdmPYSi0BEcPVc6S3iBUD0PzIrL62I/kBAtm0f/bScRiT7XvQJXvkbEObW2yS2XhUv2qgq1VlFvO1jl3B85KMTHVb8+LrKpQWOKfRfxJ74c51y6tnEjZLFO6Xn0JevqOhd8gPQIXueFZOM0g0pNp1mbtGaaBlEIibbrzo2p9kzsdvJeHMq1XuMIi1/Qyj9 dpivonka@dhcp-41-144.bos.redhat.com", "key_options": null, "keyfile": "/home/dpivonka/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dpivonka", "validate_certs": true} 2021-07-24T16:54:26.746 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0m+8wna4RnrOcuCUj971EBe4cFiTXVkEWkIsUX3yeCUwMaS/ZjaoOjcdYX7cYpCp1ilo4FSO5BsochU0RiMbQEwLGcE0zB2q1ac8+yYKCuWWyknig2t4bOReu5OrXvl6mj/9R+p7clFlYhwIoNG5ZZ/2eTbo3nH7gWgaOKaPbTtvEGg/5R/qjQKg8OTC8oix6kLsaNTisQJ78Zd7b4ukg9bO0jlq/2UhQOBM072sU1/kJpWTkcA0xxm3nsC4rWPwapgz7UwBmMdyx116GZgWdfQecTLKO7b8pyJw21npk2ntUmeMi7WPZGX6VI3IpaAhBjW3KiATAb8JbAQh8F9bmejkw6x7zrP3hYKQOg3A+U8DKRRo/Ad+f0zz9gjC42DUvMEOr09RBdxZcEAPY7H/YRWEqbA2zPX3Gfth4b7/letzM3m9ToUvVfSt1CdjaZD+gIia9pCgDMb+j1j2w9reG4F7Us+W/1f5pYCyFyrm4XO3AdoYM9/FOAOR3vffTIQU= adking@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJOefD/VJfS15LRyuVDLluKv93Zgocsl8BhiDMimvBNbrGWc795v2+eevWuwaL/SlL44SnsNZ9Mz8FVn9YuFoQiHLg7cHZNLg9EJh5SMXzZzwLZHnF02MdI2CU6U++9nmh8FtBrdBWKzZ7o+01wOw+52dYOxvP7IJ7C/vjwOLgfigEN8Nd1PrxALVNIQz7fsiet0n3odk9PJfoqTu3IloXm9qbQiPFyfMA6b8a20RdLZCJDGGG5rd6gtsyeFHoAPZEz8FEUlNkow7NM7ZhdxOz/fWXyMZ27KmY8WSAgflbxysMzexyifkGzypiE3NQ10hdPGBgoYsHrAN4Qmte1/Z4aI5nxrNzLy/uNc+L/Bp/0XkLj9zfoiFFOReXvlz/laAV6LpbHyacr+iCwv9rlI7echXmvC6mSJXfBPuyR1uromUXpYRhEkn5uiOsCIQCuYpx2jeil7JV+LJlF62lLSndOv4g12Gq2TEZ4Bhsr2902kftPkLFenyfDTh3A2qGGNM= adking@localhost.localdomain", "key_options": null, "keyfile": "/home/adking/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "adking", "validate_certs": true} 2021-07-24T16:54:26.933 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0m+8wna4RnrOcuCUj971EBe4cFiTXVkEWkIsUX3yeCUwMaS/ZjaoOjcdYX7cYpCp1ilo4FSO5BsochU0RiMbQEwLGcE0zB2q1ac8+yYKCuWWyknig2t4bOReu5OrXvl6mj/9R+p7clFlYhwIoNG5ZZ/2eTbo3nH7gWgaOKaPbTtvEGg/5R/qjQKg8OTC8oix6kLsaNTisQJ78Zd7b4ukg9bO0jlq/2UhQOBM072sU1/kJpWTkcA0xxm3nsC4rWPwapgz7UwBmMdyx116GZgWdfQecTLKO7b8pyJw21npk2ntUmeMi7WPZGX6VI3IpaAhBjW3KiATAb8JbAQh8F9bmejkw6x7zrP3hYKQOg3A+U8DKRRo/Ad+f0zz9gjC42DUvMEOr09RBdxZcEAPY7H/YRWEqbA2zPX3Gfth4b7/letzM3m9ToUvVfSt1CdjaZD+gIia9pCgDMb+j1j2w9reG4F7Us+W/1f5pYCyFyrm4XO3AdoYM9/FOAOR3vffTIQU= adking@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJOefD/VJfS15LRyuVDLluKv93Zgocsl8BhiDMimvBNbrGWc795v2+eevWuwaL/SlL44SnsNZ9Mz8FVn9YuFoQiHLg7cHZNLg9EJh5SMXzZzwLZHnF02MdI2CU6U++9nmh8FtBrdBWKzZ7o+01wOw+52dYOxvP7IJ7C/vjwOLgfigEN8Nd1PrxALVNIQz7fsiet0n3odk9PJfoqTu3IloXm9qbQiPFyfMA6b8a20RdLZCJDGGG5rd6gtsyeFHoAPZEz8FEUlNkow7NM7ZhdxOz/fWXyMZ27KmY8WSAgflbxysMzexyifkGzypiE3NQ10hdPGBgoYsHrAN4Qmte1/Z4aI5nxrNzLy/uNc+L/Bp/0XkLj9zfoiFFOReXvlz/laAV6LpbHyacr+iCwv9rlI7echXmvC6mSJXfBPuyR1uromUXpYRhEkn5uiOsCIQCuYpx2jeil7JV+LJlF62lLSndOv4g12Gq2TEZ4Bhsr2902kftPkLFenyfDTh3A2qGGNM= adking@localhost.localdomain", "key_options": null, "keyfile": "/home/adking/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "adking", "validate_certs": true} 2021-07-24T16:54:26.956 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCs6q2b5NcUsNXl+w1Mrc7idNvGdwWkL0XRX5zTw22UNpQyqPkSrRTFKi4NxoY8ucv8JoLnaJL7hYSRHKTh7SqH78uPLZX0FLtoHvpYLgUgJzzJ5AOW5uekIhCMCm+3egmFnEBwFcNxtGnU2es02ByXNEXRxt4/LQ0f8K6lMqxVRSKYcltvWzlA7WFFdTnYMunbCYOdpw88RXm2pYjGIHRBnie7+pFiFSS6K/mkzQcfLiJmahgLSaYslI0ho1vQd8xfNLmZ700C5F4VTUlT/mJK/dI2LF3OfaPTsyqKNzOchrjLFx5b6dhZ4WZyqu7VKsHNm+xHZwT8VP3LPGSVVBdmEsiCsmV4g4QTI5ssZLi7siZDpaFp72nVAIO1i6kBGuiF3or+J4LmIh8ZRKzTc0DRDOw7S+IkWu1fv2UhYg83z6wrz4HeczI+bnolFFWW6HgGV3MFaUeRTRvrbxw2DPoEGQ+cjP0wsjyEhxlScwdh8W8IbVpNl+7mBe45YGUH2hg83Lst5QQxD4PHelriu40moWRHFKCnKfNesb4L1uqu29o8f+/PgpLdrWE/P5zIKe2ReWJyScYAI7jTMlFw+xgf+0TKryk44NMy90l3ei0umlx4qsFbbEv+lhzAALrUJ/da7fsQw7eIVykmcscBeYr99/YSYk4MGdk4jVCiHsQkdw== amathuri@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJ3ch+pU88/tX5TVVFl/1pPief8drYLRkK4BtfJk+xVNxX9qkDtOtiLAU+OugYF1/xk9hE9zTbm3UBL23unrzhlR80t8f2FiF1YFhHVzeZ/p/OunmkU0RFQzkMVuwKVOUNulw9FwpEZ/0Bjfxvaims0SBWaCzBgE5g0R+Ofdq/bVF82K8vU5Laa3KZ/cCdGzFgW00cBvPAKIpQ93g8TRqsCsFvR37nY9v5SU1hJ9araEp6LRA86tUt3EFtxD2tRcmqKGtCb0kOr+rRXWVGiaUBiedHxFudIy0+TNj4fNrJwpoC0hcBO9ek4Bh6hM7Zqzum9HpkPGlz84jkm+r+xMThaZCh8iFkgxyK+bw8B8smaVJD04ob9Wb4RYoFYfQ7TEkPkO9gr+UsSesbP9fWfucemUqwK0htOOtpc1YRwdOPcdPJWAfx9J5+YVL8BTWYBaTdmHslOKeUGM5fCob6QxC6Er9xweys9jh7MXttSpe013bY7P4ZDRF8uWvygpsytPE= amathuri@redhat.com", " 2021-07-24T16:54:26.958 INFO:teuthology.task.ansible.out:key_options": null, "keyfile": "/home/amathuri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amathuri", "validate_certs": true} 2021-07-24T16:54:27.153 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCs6q2b5NcUsNXl+w1Mrc7idNvGdwWkL0XRX5zTw22UNpQyqPkSrRTFKi4NxoY8ucv8JoLnaJL7hYSRHKTh7SqH78uPLZX0FLtoHvpYLgUgJzzJ5AOW5uekIhCMCm+3egmFnEBwFcNxtGnU2es02ByXNEXRxt4/LQ0f8K6lMqxVRSKYcltvWzlA7WFFdTnYMunbCYOdpw88RXm2pYjGIHRBnie7+pFiFSS6K/mkzQcfLiJmahgLSaYslI0ho1vQd8xfNLmZ700C5F4VTUlT/mJK/dI2LF3OfaPTsyqKNzOchrjLFx5b6dhZ4WZyqu7VKsHNm+xHZwT8VP3LPGSVVBdmEsiCsmV4g4QTI5ssZLi7siZDpaFp72nVAIO1i6kBGuiF3or+J4LmIh8ZRKzTc0DRDOw7S+IkWu1fv2UhYg83z6wrz4HeczI+bnolFFWW6HgGV3MFaUeRTRvrbxw2DPoEGQ+cjP0wsjyEhxlScwdh8W8IbVpNl+7mBe45YGUH2hg83Lst5QQxD4PHelriu40moWRHFKCnKfNesb4L1uqu29o8f+/PgpLdrWE/P5zIKe2ReWJyScYAI7jTMlFw+xgf+0TKryk44NMy90l3ei0umlx4qsFbbEv+lhzAALrUJ/da7fsQw7eIVykmcscBeYr99/YSYk4MGdk4jVCiHsQkdw== amathuri@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJ3ch+pU88/tX5TVVFl/1pPief8drYLRkK4BtfJk+xVNxX9qkDtOtiLAU+OugYF1/xk9hE9zTbm3UBL23unrzhlR80t8f2FiF1YFhHVzeZ/p/OunmkU0RFQzkMVuwKVOUNulw9FwpEZ/0Bjfxvaims0SBWaCzBgE5g0R+Ofdq/bVF82K8vU5Laa3KZ/cCdGzFgW00cBvPAKIpQ93g8TRqsCsFvR37nY9v5SU1hJ9araEp6LRA86tUt3EFtxD2tRcmqKGtCb0kOr+rRXWVGiaUBiedHxFudIy0+TNj4fNrJwpoC0hcBO9ek4Bh6hM7Zqzum9HpkPGlz84jkm+r+xMThaZCh8iFkgxyK+bw8B8smaVJD04ob9Wb4RYoFYfQ7TEkPkO9gr+UsSesbP9fWfucemUqwK0htOOtpc1YRwdOPcdPJWAfx9J5+YVL8BTWYBaTdmHslOKeUGM5fCob6QxC6Er9xweys9jh7MXttSpe013bY7P4ZDRF8uWvygpsytPE= amathuri@redhat.com", " 2021-07-24T16:54:27.154 INFO:teuthology.task.ansible.out:key_options": null, "keyfile": "/home/amathuri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amathuri", "validate_certs": true} 2021-07-24T16:54:27.174 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'name': 'nizamial09', 'ovpn': 'nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nizamial09", "ovpn": "nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr6H7hmtGCUrO3GppgMHwbmA4XT/Vipz/uLG/N8h6ZxtaLQKpCefRpdKcFlOdDwxkTmT5q9vmXQ8nl95lTGq+eeMxl4ho104ZD9e9AIYmgYqFy7/qNP8gkqduIPlypLL9m5rElTcGd7zqfMqgljMvAmnXLtZNJlIuFtszVU5WPI1QCwfQ3t5aHF6j66bpVoN9uWItVGB1LApQz9TtViWsQ9Hl8X4YauJToO+TkuSX+H/OGH7ZC6CPOzNZb3b3vF/jLMnTzXl86PJs1se4DjKkRGLVCVbr2WhLwQeZ8TEn3Hg1Gn5X8zNM5cTo6U8SnXBAe9ZYbuyfvghrNLdlZpmN+8l0/l5zC3z+N+sEzklXwHw4MQLF+KSloVFd9NN/kyenufTZAyp8VxllZ9TgdC+CPORIWyzmu1elOtYo7LNuE6CIh/Zm9B54SO6hVHhVoOCqe/dIyjeHJA0WKIZblK1XZEvWuu0E2T3jhxfe1GICyTukeB8WoBQH9DZ1yzMPt59E= nia@redhat.com", "key_options": null, "keyfile": "/home/nizamial09/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nizamial09", "validate_certs": true} 2021-07-24T16:54:27.364 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'name': 'nizamial09', 'ovpn': 'nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nizamial09", "ovpn": "nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr6H7hmtGCUrO3GppgMHwbmA4XT/Vipz/uLG/N8h6ZxtaLQKpCefRpdKcFlOdDwxkTmT5q9vmXQ8nl95lTGq+eeMxl4ho104ZD9e9AIYmgYqFy7/qNP8gkqduIPlypLL9m5rElTcGd7zqfMqgljMvAmnXLtZNJlIuFtszVU5WPI1QCwfQ3t5aHF6j66bpVoN9uWItVGB1LApQz9TtViWsQ9Hl8X4YauJToO+TkuSX+H/OGH7ZC6CPOzNZb3b3vF/jLMnTzXl86PJs1se4DjKkRGLVCVbr2WhLwQeZ8TEn3Hg1Gn5X8zNM5cTo6U8SnXBAe9ZYbuyfvghrNLdlZpmN+8l0/l5zC3z+N+sEzklXwHw4MQLF+KSloVFd9NN/kyenufTZAyp8VxllZ9TgdC+CPORIWyzmu1elOtYo7LNuE6CIh/Zm9B54SO6hVHhVoOCqe/dIyjeHJA0WKIZblK1XZEvWuu0E2T3jhxfe1GICyTukeB8WoBQH9DZ1yzMPt59E= nia@redhat.com", "key_options": null, "keyfile": "/home/nizamial09/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nizamial09", "validate_certs": true} 2021-07-24T16:54:27.386 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'dachary', 'ovpn': 'loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC//ZCaEeVN/J09FtsvuZ4eEs4rTBtYoQyG+ZpuWkJLL90VyJeYrZzRsgvveKW2W9oFxCFcMy7IBhLes0TZ/X/4Ox9eUmP/eyqK8fBqT3K1F1W/uOmKLFhlQhkxxj+p9BOMBD5trfES/QJQ6UFSYIS2WhWaitDgONjoLMR6wXZ9r7yZeQBxbmG4wGI0Cwx4Wgg+I59UbE/5iUfnX++gN3rXrPnv9V0yFeciS4HvXRFXdrIzvQFHcZMmpOOmGruHXN/ME2dZCG+kaZhZdI6kICSlOwpU7TU1lv99zjBCeEzGfFkjv041ykKdNVR3qE0k5u0AOMqxJBORL/woSCdGvrBXqju2G/2ohl3B4zD6TAve+JLfWOV5C20NFRPPbTd53JaNpV9OQqwOfVniowzSYYBdedjm9sq6YwhJt8iBXze3OA8ZO0GPXo7PC2MyrrUtu6uu3DZqU4x0cl8iJxqOlx5pH0Gydj8nuUG0+X6wHZzPXZRe5M7/RzmvXch9koG6FQMiikNjUkK8Guz4NMBdAYUpxYkdPGBhiuELoaAcgIVzSGoZTuICpNYwAxBHk6q18G8Qd8vaeUdGdim4YvwycsSOwFE47wg/XmpCHrNJUZzzB9UD7Kn84TG82LAmCuAzpzcp0uPjsBckbXzj9Zt0hRgF80yDgUazsQkbgtd2p8KxIQ== loic", "key_options": null, "keyfile": "/home/dachary/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dachary", "validate_certs": true} 2021-07-24T16:54:27.576 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'dachary', 'ovpn': 'loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC//ZCaEeVN/J09FtsvuZ4eEs4rTBtYoQyG+ZpuWkJLL90VyJeYrZzRsgvveKW2W9oFxCFcMy7IBhLes0TZ/X/4Ox9eUmP/eyqK8fBqT3K1F1W/uOmKLFhlQhkxxj+p9BOMBD5trfES/QJQ6UFSYIS2WhWaitDgONjoLMR6wXZ9r7yZeQBxbmG4wGI0Cwx4Wgg+I59UbE/5iUfnX++gN3rXrPnv9V0yFeciS4HvXRFXdrIzvQFHcZMmpOOmGruHXN/ME2dZCG+kaZhZdI6kICSlOwpU7TU1lv99zjBCeEzGfFkjv041ykKdNVR3qE0k5u0AOMqxJBORL/woSCdGvrBXqju2G/2ohl3B4zD6TAve+JLfWOV5C20NFRPPbTd53JaNpV9OQqwOfVniowzSYYBdedjm9sq6YwhJt8iBXze3OA8ZO0GPXo7PC2MyrrUtu6uu3DZqU4x0cl8iJxqOlx5pH0Gydj8nuUG0+X6wHZzPXZRe5M7/RzmvXch9koG6FQMiikNjUkK8Guz4NMBdAYUpxYkdPGBhiuELoaAcgIVzSGoZTuICpNYwAxBHk6q18G8Qd8vaeUdGdim4YvwycsSOwFE47wg/XmpCHrNJUZzzB9UD7Kn84TG82LAmCuAzpzcp0uPjsBckbXzj9Zt0hRgF80yDgUazsQkbgtd2p8KxIQ== loic", "key_options": null, "keyfile": "/home/dachary/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dachary", "validate_certs": true} 2021-07-24T16:54:27.608 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'amctagga', 'ovpn': 'amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDwVh9KqjV0b+65aBxQV66IUwNo3D5zTbN8U6Kh6eE4QtaIVe5Mmvi2SBbGMSWofE0zIIw2JmsI5LzdOoCyZl/3gNDPHQd6D9o0xRHQv94giZ2a5K+mW79foAxsuppTjV/Fbg8EZ/19W91+BqMWotlMR66ka0RPT/6U8V5mzXoydSminViO/B6q7ZYzIIgGZqaTsSxCMvz5BAzzeEaGfSlGxw5MOye9sF/tDppuRKG4rMUZULEWGuxgXAtabtXCduocAArqAY3BRJEgj7JetPdPNjipGrULyYQmT7GeknvP/waC0sPm5o8t7taJca7Vu9qKKMKPAqiK4KhlrW/yVBFliT2CjAdVuYvGj87LCcEn6NMeF+4ONwDz++YwjrAWQT2zHUJPvLnYOZPiD1LUm3F34cEHD1y4Uf+oeiYgriUMauskfFn+ShbTmWWooFRFyNobzweg9aMBZSkA+kFFifqOV1FwHTOYg342NumRGB8svK0vvTUID7AU1Ev8YXYqCEGbb0UHth/1pEbAF103enLTtPZ6qKua74rE0qJ89OF9dZXv4JY9+8Juyps7bi2XEyHNm1nHZOY5tqdY0eKFmSGJMoWBDzGgdMjmXlWp4jnY2fC619nZqxMrCQpeT70CqnBhtBemUuu6jHYUbbrPjnXIkH3FZ7/qvZt0jF0IMP9FGw== amctagga@redhat.com", "key_options": null, "keyfile": "/home/amctagga/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amctagga", "validate_certs": true} 2021-07-24T16:54:27.784 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'amctagga', 'ovpn': 'amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDwVh9KqjV0b+65aBxQV66IUwNo3D5zTbN8U6Kh6eE4QtaIVe5Mmvi2SBbGMSWofE0zIIw2JmsI5LzdOoCyZl/3gNDPHQd6D9o0xRHQv94giZ2a5K+mW79foAxsuppTjV/Fbg8EZ/19W91+BqMWotlMR66ka0RPT/6U8V5mzXoydSminViO/B6q7ZYzIIgGZqaTsSxCMvz5BAzzeEaGfSlGxw5MOye9sF/tDppuRKG4rMUZULEWGuxgXAtabtXCduocAArqAY3BRJEgj7JetPdPNjipGrULyYQmT7GeknvP/waC0sPm5o8t7taJca7Vu9qKKMKPAqiK4KhlrW/yVBFliT2CjAdVuYvGj87LCcEn6NMeF+4ONwDz++YwjrAWQT2zHUJPvLnYOZPiD1LUm3F34cEHD1y4Uf+oeiYgriUMauskfFn+ShbTmWWooFRFyNobzweg9aMBZSkA+kFFifqOV1FwHTOYg342NumRGB8svK0vvTUID7AU1Ev8YXYqCEGbb0UHth/1pEbAF103enLTtPZ6qKua74rE0qJ89OF9dZXv4JY9+8Juyps7bi2XEyHNm1nHZOY5tqdY0eKFmSGJMoWBDzGgdMjmXlWp4jnY2fC619nZqxMrCQpeT70CqnBhtBemUuu6jHYUbbrPjnXIkH3FZ7/qvZt0jF0IMP9FGw== amctagga@redhat.com", "key_options": null, "keyfile": "/home/amctagga/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amctagga", "validate_certs": true} 2021-07-24T16:54:27.827 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'kevinz', 'ovpn': 'kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtiHTDuQk8EDH5R+JfDMucI4ZpOzKN5SLD+j35QLLySgGXholoDxtqjHnmRjM1rpj5SIaXjHBZdJi7iax+1MRywHYBi5BfTtzYPgA+NH8mt+XkcdkEuFPcYxGh6fMQDQWb2g9Euze/6qi0W9mbYXvvb1/Q3bhVCXg1UgKD42BndWEpbMYFfzJLZWPtOD/lg81pwUmf/4BpPFv52sy87lQVfkkvcUliLObR4S0TI5hPLYxBS+RXmHYKgvPMB2QJ9wum62lJ+YM1MxPygS0OWbIB6UQGXmvxRXA4osXkxJ8ksPPCupOgFNiiYro91cQh3mmi6iHc9kMz5R1aNGGOfDdlnLx9DRSIiNcacjXEVNFaoM0x441f4GeU2ZR8/7uq2dfk7QjPlh1eJGxG9pzRiQ8JCDF1car0eYwXdMTsQoQqpIi5imqcELdcqGGp9FhzFElgUwpf15JYlkouVhS6hq4LDjhLNk7dDT8fmCEnHOPcbxaTgN7J3idnJK6zeIniuuk= root@iZj6ce071s2zz3reioxn93Z", "key_options": null, "keyfile": "/home/kevinz/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kevinz", "validate_certs": true} 2021-07-24T16:54:28.003 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'kevinz', 'ovpn': 'kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtiHTDuQk8EDH5R+JfDMucI4ZpOzKN5SLD+j35QLLySgGXholoDxtqjHnmRjM1rpj5SIaXjHBZdJi7iax+1MRywHYBi5BfTtzYPgA+NH8mt+XkcdkEuFPcYxGh6fMQDQWb2g9Euze/6qi0W9mbYXvvb1/Q3bhVCXg1UgKD42BndWEpbMYFfzJLZWPtOD/lg81pwUmf/4BpPFv52sy87lQVfkkvcUliLObR4S0TI5hPLYxBS+RXmHYKgvPMB2QJ9wum62lJ+YM1MxPygS0OWbIB6UQGXmvxRXA4osXkxJ8ksPPCupOgFNiiYro91cQh3mmi6iHc9kMz5R1aNGGOfDdlnLx9DRSIiNcacjXEVNFaoM0x441f4GeU2ZR8/7uq2dfk7QjPlh1eJGxG9pzRiQ8JCDF1car0eYwXdMTsQoQqpIi5imqcELdcqGGp9FhzFElgUwpf15JYlkouVhS6hq4LDjhLNk7dDT8fmCEnHOPcbxaTgN7J3idnJK6zeIniuuk= root@iZj6ce071s2zz3reioxn93Z", "key_options": null, "keyfile": "/home/kevinz/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kevinz", "validate_certs": true} 2021-07-24T16:54:28.056 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'liu-chunmei', 'ovpn': 'liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YAaxAvlRgu72huAggHpoDKSgtF/b00ACfUX4Wk5NyLFbYI3PAQapHNcNL4mIsH8pc6YkdjcJ5N/F12aEupJGQ0Q06OS324xapnaBoUy1hQl9IvhtPqTLEwR0X5xLIAhNBLIEJDNVg13MKwr0u5YVUXdrQRu7Kj9RXAPBahNZFo/Ed+cnR3LICQWliHeHFrk/DU2DUHol3a5wAPxrowAG0AxAecP6/7rASMmitvLQwdQcfIJAhWYgfyXzudg+gOmAEgv3O3U4QOikgmkm/EabUXLJnlTj6yuhtuuctdJr73UT3wLGAGmphLKCkug27kb1nTNoDa+PW/+grP63zhU1 chunmei@otccldstore05", "key_options": null, "keyfile": "/home/liu-chunmei/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "liu-chunmei", "validate_certs": true} 2021-07-24T16:54:28.216 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'liu-chunmei', 'ovpn': 'liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YAaxAvlRgu72huAggHpoDKSgtF/b00ACfUX4Wk5NyLFbYI3PAQapHNcNL4mIsH8pc6YkdjcJ5N/F12aEupJGQ0Q06OS324xapnaBoUy1hQl9IvhtPqTLEwR0X5xLIAhNBLIEJDNVg13MKwr0u5YVUXdrQRu7Kj9RXAPBahNZFo/Ed+cnR3LICQWliHeHFrk/DU2DUHol3a5wAPxrowAG0AxAecP6/7rASMmitvLQwdQcfIJAhWYgfyXzudg+gOmAEgv3O3U4QOikgmkm/EabUXLJnlTj6yuhtuuctdJr73UT3wLGAGmphLKCkug27kb1nTNoDa+PW/+grP63zhU1 chunmei@otccldstore05", "key_options": null, "keyfile": "/home/liu-chunmei/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "liu-chunmei", "validate_certs": true} 2021-07-24T16:54:28.269 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'cyx1231st', 'ovpn': 'cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLbPdDb+XHOD2fo8g3RacATj0cG07uELwUvqQP35y+JmhNRSb/ttaysFLA5ss0y77TiXx22saP3ECEm5SnuPg5IERkPQmXiw84ATTNfLnzx2G5H223SLaTQiGfSgniBCJHVPCJfNahJiurlZoOAlwDz6SKXTUiivVrFJ22iTBDCQUO6HFQKjE7aM3RAo5mZXKVlTXzM6WOd8vlzk3HMzV0/91JR6H86Lt9MEzXT4dOzqmtxd8gS6U+vA+50zOIspdK+orTRJ0PO2Fn8c1RSYM8g7uqQtpDcOEHderW8TRsqBbDxpyslK6hRX5urUNBX506XE6JNoViLNvCofgseCGj yingxin@yingxin-server", "key_options": null, "keyfile": "/home/cyx1231st/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cyx1231st", "validate_certs": true} 2021-07-24T16:54:28.435 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'cyx1231st', 'ovpn': 'cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLbPdDb+XHOD2fo8g3RacATj0cG07uELwUvqQP35y+JmhNRSb/ttaysFLA5ss0y77TiXx22saP3ECEm5SnuPg5IERkPQmXiw84ATTNfLnzx2G5H223SLaTQiGfSgniBCJHVPCJfNahJiurlZoOAlwDz6SKXTUiivVrFJ22iTBDCQUO6HFQKjE7aM3RAo5mZXKVlTXzM6WOd8vlzk3HMzV0/91JR6H86Lt9MEzXT4dOzqmtxd8gS6U+vA+50zOIspdK+orTRJ0PO2Fn8c1RSYM8g7uqQtpDcOEHderW8TRsqBbDxpyslK6hRX5urUNBX506XE6JNoViLNvCofgseCGj yingxin@yingxin-server", "key_options": null, "keyfile": "/home/cyx1231st/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cyx1231st", "validate_certs": true} 2021-07-24T16:54:28.478 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'sunnagar', 'ovpn': 'sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdqw+8an6CHqsagFqXfuzQi1zCFHCh0e9pDtYz+ylA7L+7vnJLjTR7km0bb4Z6VTUh7h0/nUfF6faPzD2KGmTKvS+mTpeOUaN/H8O8j8qqh90f8z4T8F8L3DwqQbPf/R0izXmTgz0FZObFHmj+G8a+D4ndxF80EPzKkML/G0Hg2GEVdYzazSY4imSY2f56ul6qByBknhFshaTo2DUDcdbDDokF6lO6WgXhY0MJrT24CUSMyZmyi+3hF7vowW2dfbJ+SuDft4XmPDnIxRhDWWvi12jZb8Le7SWYzUlu7fAGbWe63VJqNh992myI61aZshApDD24+1xqIoo+Z/XkQD3l sunnagar@localhost.localdomain", "key_options": null, "keyfile": "/home/sunnagar/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sunnagar", "validate_certs": true} 2021-07-24T16:54:28.643 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'sunnagar', 'ovpn': 'sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdqw+8an6CHqsagFqXfuzQi1zCFHCh0e9pDtYz+ylA7L+7vnJLjTR7km0bb4Z6VTUh7h0/nUfF6faPzD2KGmTKvS+mTpeOUaN/H8O8j8qqh90f8z4T8F8L3DwqQbPf/R0izXmTgz0FZObFHmj+G8a+D4ndxF80EPzKkML/G0Hg2GEVdYzazSY4imSY2f56ul6qByBknhFshaTo2DUDcdbDDokF6lO6WgXhY0MJrT24CUSMyZmyi+3hF7vowW2dfbJ+SuDft4XmPDnIxRhDWWvi12jZb8Le7SWYzUlu7fAGbWe63VJqNh992myI61aZshApDD24+1xqIoo+Z/XkQD3l sunnagar@localhost.localdomain", "key_options": null, "keyfile": "/home/sunnagar/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sunnagar", "validate_certs": true} 2021-07-24T16:54:28.696 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'lflores', 'ovpn': 'lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTlsh9TFwLCeeD2RR+56VhRZ0hp9CHj72U3Z1gbMpxpcg6PYEDzb+0qPVQp1/cIhcwwy0sm13yFl/A5i0iCRpyqB2MbyaXjj0HgkNinxLBFkPSiW2C83lfAyAhG/gLk+FcmWE4+xVrE29aoSM0JtcNtp+q83UGdnFcvhFe0pgJbt5vITo3ZMJND/UZrzeewyK8Vy4Rvpfy8aHYi2Eq+7WQrRHwUwxn0CwsxldnUfmZtu58d+Rtt78LRF0mvcScNlC7q5D+8htmYwkWkK639w5IB3xPv+Z5cV49Psi24Q+9BIr9Zo9/OnnCTauAi5ivDlh+kk/iBksAE8rQpMhvfuSFnNoq2O87aPQvNQHdRCcOa7FVIDcuocu6AB8UP4cGcJreT4+BW5Zbk6vQeJZhmj9yExpRj9MuONy5793nKuAMPn9lOjuXRfK7A5Tb3OOhpEJK1/MjtdZz4mNmFFfFIZ24hgTZO0pOiMwDf/tQ6BG7H8NS9g3QmXPyZajUocw6Szs= lflores@redhat.com", "key_options": null, "keyfile": "/home/lflores/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "lflores", "validate_certs": true} 2021-07-24T16:54:28.865 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'lflores', 'ovpn': 'lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTlsh9TFwLCeeD2RR+56VhRZ0hp9CHj72U3Z1gbMpxpcg6PYEDzb+0qPVQp1/cIhcwwy0sm13yFl/A5i0iCRpyqB2MbyaXjj0HgkNinxLBFkPSiW2C83lfAyAhG/gLk+FcmWE4+xVrE29aoSM0JtcNtp+q83UGdnFcvhFe0pgJbt5vITo3ZMJND/UZrzeewyK8Vy4Rvpfy8aHYi2Eq+7WQrRHwUwxn0CwsxldnUfmZtu58d+Rtt78LRF0mvcScNlC7q5D+8htmYwkWkK639w5IB3xPv+Z5cV49Psi24Q+9BIr9Zo9/OnnCTauAi5ivDlh+kk/iBksAE8rQpMhvfuSFnNoq2O87aPQvNQHdRCcOa7FVIDcuocu6AB8UP4cGcJreT4+BW5Zbk6vQeJZhmj9yExpRj9MuONy5793nKuAMPn9lOjuXRfK7A5Tb3OOhpEJK1/MjtdZz4mNmFFfFIZ24hgTZO0pOiMwDf/tQ6BG7H8NS9g3QmXPyZajUocw6Szs= lflores@redhat.com", "key_options": null, "keyfile": "/home/lflores/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "lflores", "validate_certs": true} 2021-07-24T16:54:28.907 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'jsawaya', 'ovpn': 'jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGq2g8OFN5msjIn5CNB2BRss9eIyJRk3r+7RQcnBOQid jsawaya@redhat.com", "key_options": null, "keyfile": "/home/jsawaya/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jsawaya", "validate_certs": true} 2021-07-24T16:54:29.076 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'jsawaya', 'ovpn': 'jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGq2g8OFN5msjIn5CNB2BRss9eIyJRk3r+7RQcnBOQid jsawaya@redhat.com", "key_options": null, "keyfile": "/home/jsawaya/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jsawaya", "validate_certs": true} 2021-07-24T16:54:29.118 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'markw8973240', 'ovpn': 'shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNIdsy+yA0QjwkvjzTiH4lKB+txlh4oGkgC0r1l9swmFvD+MuzNNkD+oB/YscT51tJXsP5/wZDZMuk60xds4Os2ejoIBvzdGBgZ1G2B33etHPmzgTFE7ZegBkMlvWYmrJ9YS+iaMvXn0MMtqfE4zq0kemVAA4NBfFZMhHPJMKCg7Gj31MR0S0b7dcPx7Jnpg4A45oHr0qnufeqZYQaHGgo+LO2xdoV4V2EswWr7YG+b1wI6DzFZBbNsGyQd+cE1BzQ8NmETPNNpDPk5dCyBS7U+4ZTf/WbWk3+Cn+Ky47iWfxcscupQRkCjmTYI/uCMhnrpGU0zEHkbFwLTS6wqDtDmVHm++xof3xSsGJ2cE/vZySZGHqdxqVXfT8gt17h35rME8eX3TU392rjfK6kjEUD3UgwJJp4NFzQIEXi2HTmDYx/Vi9nuId3V1NrDz98QLPUd1ijiy1DuzI0BJPE/DTDmsb7hNXNIcAV8VRc1243W3eaee/Pdg/wmwfkrgjTU3s= shuaiwang@Shuais-MacBook-Pro.local", "key_options": null, "keyfile": "/home/markw8973240/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "markw8973240", "validate_certs": true} 2021-07-24T16:54:29.288 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'markw8973240', 'ovpn': 'shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNIdsy+yA0QjwkvjzTiH4lKB+txlh4oGkgC0r1l9swmFvD+MuzNNkD+oB/YscT51tJXsP5/wZDZMuk60xds4Os2ejoIBvzdGBgZ1G2B33etHPmzgTFE7ZegBkMlvWYmrJ9YS+iaMvXn0MMtqfE4zq0kemVAA4NBfFZMhHPJMKCg7Gj31MR0S0b7dcPx7Jnpg4A45oHr0qnufeqZYQaHGgo+LO2xdoV4V2EswWr7YG+b1wI6DzFZBbNsGyQd+cE1BzQ8NmETPNNpDPk5dCyBS7U+4ZTf/WbWk3+Cn+Ky47iWfxcscupQRkCjmTYI/uCMhnrpGU0zEHkbFwLTS6wqDtDmVHm++xof3xSsGJ2cE/vZySZGHqdxqVXfT8gt17h35rME8eX3TU392rjfK6kjEUD3UgwJJp4NFzQIEXi2HTmDYx/Vi9nuId3V1NrDz98QLPUd1ijiy1DuzI0BJPE/DTDmsb7hNXNIcAV8VRc1243W3eaee/Pdg/wmwfkrgjTU3s= shuaiwang@Shuais-MacBook-Pro.local", "key_options": null, "keyfile": "/home/markw8973240/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "markw8973240", "validate_certs": true} 2021-07-24T16:54:29.341 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'luisrico', 'ovpn': 'lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+ZvZuogU+WfyGj4BR2xYllNoQqAoxQ6AM0IYddBV2pL1xgTM/SopuAxDRP0q2stpozMtjVjlvuiIgr/caqyTuOgYtYCvB09ppefqdnCDrJJBCOKpjUEnCpAKcBMMuz9V32Zqt5FgpIi0Mu7Gp/QCvB97imxEkoUunpdX/8Ri/xz0nJO+QqoJX5wOn91jG49XnkMCLzx+MuafhT90WFO9CV1sIVREZS+X2C7ACQuhx9Qwk7R4BXt2f3M4dA0K2nLwaAnVW50M1y6Gs50Wl+ojDR1itySOxv8YpwyRlRTOzQTyVMnG0Qsaxxwp+hy4b/vQW3NIUvHYdTyvqALTQdGHT lricomor@lricomor-mac", "key_options": null, "keyfile": "/home/luisrico/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "luisrico", "validate_certs": true} 2021-07-24T16:54:29.510 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'luisrico', 'ovpn': 'lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+ZvZuogU+WfyGj4BR2xYllNoQqAoxQ6AM0IYddBV2pL1xgTM/SopuAxDRP0q2stpozMtjVjlvuiIgr/caqyTuOgYtYCvB09ppefqdnCDrJJBCOKpjUEnCpAKcBMMuz9V32Zqt5FgpIi0Mu7Gp/QCvB97imxEkoUunpdX/8Ri/xz0nJO+QqoJX5wOn91jG49XnkMCLzx+MuafhT90WFO9CV1sIVREZS+X2C7ACQuhx9Qwk7R4BXt2f3M4dA0K2nLwaAnVW50M1y6Gs50Wl+ojDR1itySOxv8YpwyRlRTOzQTyVMnG0Qsaxxwp+hy4b/vQW3NIUvHYdTyvqALTQdGHT lricomor@lricomor-mac", "key_options": null, "keyfile": "/home/luisrico/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "luisrico", "validate_certs": true} 2021-07-24T16:54:29.564 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'matan', 'ovpn': 'matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "matan", "ovpn": "matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICYMwYvykHtnVhhJwcKaiRh9oMpJkqvEA7OAbHPYOv6W matan.brz@gmail.com", "key_options": null, "keyfile": "/home/matan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "matan", "validate_certs": true} 2021-07-24T16:54:29.720 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'matan', 'ovpn': 'matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "matan", "ovpn": "matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICYMwYvykHtnVhhJwcKaiRh9oMpJkqvEA7OAbHPYOv6W matan.brz@gmail.com", "key_options": null, "keyfile": "/home/matan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "matan", "validate_certs": true} 2021-07-24T16:54:29.783 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'ozeneva', 'ovpn': 'ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkFTEUxQkQ1cplOLOf86Teu4qTYGkMqWtjIwzsU/AcimjFolSI5fJ3B72PH7bhQKkSnOlTjiOos2LrD5i/XgxkJD6icVWwHO11lczsq/8K5x0ZMJbJaiT3QphBB4yItoge2Y4/7g4o/78Ne+U7eZ1L5fgeO1fExtIaEXK1lS8pVlpZQXyproTIzp1WLHoaXb38Mxc5jAtuvEKfEycdX3c8k/9ti2qBCZnmjPH05WOxkqCRyNBT+bSJZyFMYt9RDUuycn3BYVSXTAzPW0qwgvKY5vij+qiFoxij7nKNMH7w6C0arolCcJxhiMyEF3UbTuOxgVONWyqFk/vScGGSYj9ytQYjv0L1cFyOVhlpbu+tnptulfQ3faMpjROE/eYxTIoY7OPDgWbFqEUJ4eEhKwAC7aYIYUhvoI/8k+4u64nsyEJQdHXmB+OY3WE5TegYUCuqSsdPY74eO1o8dDgxF363eggDSBmYqSSs+Tpu9TNhJG7iJFX1tiAPwmKvjVrJOac= ozeneva@omri", "key_options": null, "keyfile": "/home/ozeneva/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ozeneva", "validate_certs": true} 2021-07-24T16:54:29.931 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'ozeneva', 'ovpn': 'ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkFTEUxQkQ1cplOLOf86Teu4qTYGkMqWtjIwzsU/AcimjFolSI5fJ3B72PH7bhQKkSnOlTjiOos2LrD5i/XgxkJD6icVWwHO11lczsq/8K5x0ZMJbJaiT3QphBB4yItoge2Y4/7g4o/78Ne+U7eZ1L5fgeO1fExtIaEXK1lS8pVlpZQXyproTIzp1WLHoaXb38Mxc5jAtuvEKfEycdX3c8k/9ti2qBCZnmjPH05WOxkqCRyNBT+bSJZyFMYt9RDUuycn3BYVSXTAzPW0qwgvKY5vij+qiFoxij7nKNMH7w6C0arolCcJxhiMyEF3UbTuOxgVONWyqFk/vScGGSYj9ytQYjv0L1cFyOVhlpbu+tnptulfQ3faMpjROE/eYxTIoY7OPDgWbFqEUJ4eEhKwAC7aYIYUhvoI/8k+4u64nsyEJQdHXmB+OY3WE5TegYUCuqSsdPY74eO1o8dDgxF363eggDSBmYqSSs+Tpu9TNhJG7iJFX1tiAPwmKvjVrJOac= ozeneva@omri", "key_options": null, "keyfile": "/home/ozeneva/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ozeneva", "validate_certs": true} 2021-07-24T16:54:30.004 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'sudhanaruna', 'ovpn': 'ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDepyzA+MeQT5oRM52SxmUUKVAzkcrH/NqFxoCpBAjUSioTMaB1h0PhHE00nvHnKRvqWdPl8LCBWS3Ncjh30r9lwHaP+oPy4iLQEc7D2Mwn7WyPh5cq9N3UF25C0AlMG744k1tBNb97qy73OJI+oc5pAj4vUpCC1Ut9pMP5E5pQCx/kwgSOpC7mk0dYr/H5FxjPb0ca55eisFTLXraHPSChdrHjlYC5XpOZ9csilTwFdF0fJdu0nMDwIxGvwTOaUcIcfNLkpGB2Sj/pAM4L9pVsIbeE3C8d978MZ8Ff+ksQ0T8eNzew2ZjSkSuV+oR1sBCJYZ7mbDQuYLKAs5DanO1VFJvgjBJm1zP2ONu+g0fn/j04qIosuudziwoG/dOTkFo+6dBvF5hQi7TbZOIUVFr5dBlGS+O4eoK0gi/wpzun227E4dadY9uB1wiZ/PTD/5og+gxWG32RkHqqX3ALlK4m8JKzrq214nZ7Dt9CNewiUkR15uRkDasGIdiu6qb4Ez8= ArunaSudhan@sudhan-linux", "key_options": null, "keyfile": "/home/sudhanaruna/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sudhanaruna", "validate_certs": true} 2021-07-24T16:54:30.152 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'sudhanaruna', 'ovpn': 'ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDepyzA+MeQT5oRM52SxmUUKVAzkcrH/NqFxoCpBAjUSioTMaB1h0PhHE00nvHnKRvqWdPl8LCBWS3Ncjh30r9lwHaP+oPy4iLQEc7D2Mwn7WyPh5cq9N3UF25C0AlMG744k1tBNb97qy73OJI+oc5pAj4vUpCC1Ut9pMP5E5pQCx/kwgSOpC7mk0dYr/H5FxjPb0ca55eisFTLXraHPSChdrHjlYC5XpOZ9csilTwFdF0fJdu0nMDwIxGvwTOaUcIcfNLkpGB2Sj/pAM4L9pVsIbeE3C8d978MZ8Ff+ksQ0T8eNzew2ZjSkSuV+oR1sBCJYZ7mbDQuYLKAs5DanO1VFJvgjBJm1zP2ONu+g0fn/j04qIosuudziwoG/dOTkFo+6dBvF5hQi7TbZOIUVFr5dBlGS+O4eoK0gi/wpzun227E4dadY9uB1wiZ/PTD/5og+gxWG32RkHqqX3ALlK4m8JKzrq214nZ7Dt9CNewiUkR15uRkDasGIdiu6qb4Ez8= ArunaSudhan@sudhan-linux", "key_options": null, "keyfile": "/home/sudhanaruna/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sudhanaruna", "validate_certs": true} 2021-07-24T16:54:30.216 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'zl31wang', 'ovpn': 'zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDuHIpWAz6Sk3ATLvTG4KS24JUzgqQBEm4EesPgf1cEG+xK4gISUixaVC9OSNS/KR+8/yoWAhmw992p8cp7mWXxqrRC9kIrthLWvD6Jjz3HTXgarO2oNibeVu27kK/Fm2vvUNACARBkoC5YXd6IuoZOEg1bJu06DLw5Y7pGMqZRVDOrE8WUDwr27roZSgU2/N+18Y1LYn4gwSvWpuC/IotLyGSpW7/dgrZAIreRoYboMdTSlIjjuzeWvYx/AnZmkeEo0IhfyuBRl7ZQwxSFYHn9Z1+iQkt+O9hEZYSZuYRuyFPRqHNMKCEj1iYVRMcwbf/x2/dhjfmbWmjOMJoNNwm+DpixHHbId6Idx82GlAtCgQSTe9aG783oCeZYuVUr1plIRjeEsdjY9UBRYKNknEAChKjMSbxysvO3Dy4yrU2r8qo1iBS1fi4HUg12asCLrJX7vSCvOhOn7ltqDTmt5UiLSn+eCzXpOTBDWz7McB28FoYyR+Rwz5GOH3ITFhPyhXc= wzl@manjaro-wzl", "key_options": null, "keyfile": "/home/zl31wang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zl31wang", "validate_certs": true} 2021-07-24T16:54:30.362 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'zl31wang', 'ovpn': 'zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDuHIpWAz6Sk3ATLvTG4KS24JUzgqQBEm4EesPgf1cEG+xK4gISUixaVC9OSNS/KR+8/yoWAhmw992p8cp7mWXxqrRC9kIrthLWvD6Jjz3HTXgarO2oNibeVu27kK/Fm2vvUNACARBkoC5YXd6IuoZOEg1bJu06DLw5Y7pGMqZRVDOrE8WUDwr27roZSgU2/N+18Y1LYn4gwSvWpuC/IotLyGSpW7/dgrZAIreRoYboMdTSlIjjuzeWvYx/AnZmkeEo0IhfyuBRl7ZQwxSFYHn9Z1+iQkt+O9hEZYSZuYRuyFPRqHNMKCEj1iYVRMcwbf/x2/dhjfmbWmjOMJoNNwm+DpixHHbId6Idx82GlAtCgQSTe9aG783oCeZYuVUr1plIRjeEsdjY9UBRYKNknEAChKjMSbxysvO3Dy4yrU2r8qo1iBS1fi4HUg12asCLrJX7vSCvOhOn7ltqDTmt5UiLSn+eCzXpOTBDWz7McB28FoYyR+Rwz5GOH3ITFhPyhXc= wzl@manjaro-wzl", "key_options": null, "keyfile": "/home/zl31wang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zl31wang", "validate_certs": true} 2021-07-24T16:54:30.435 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'name': 'mayagilad', 'ovpn': 'mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDIi8JMOVD91QR7EXBkhxeAsB2UO2gyWqYPiP6HjJO/TzzMKf7QtO928XzdORwQ1/jm2hDF1kaNPaU/XIHD0hHSvfICS4ELQcBPa5uPya6d5Kn5fVlpGqBcXBxKGbHB01PGjn0214eupt2LebWxkm7TP/BGDHKXXaoR748AlbyyG2L3TaNoGkwQiEoZe3CWgH4qkrf2CEpyfOa7BM7U0h+lceJxIGe+Yo6Ll14zyngDBa059E+ndFTpkQ6vECII7FdB1+A4Orhu40XHZgyVnlRudD1l80pIVnZves8N2zHZhQo8hp0sB5oY8HENiB09j7Xa6YQ/c1c2wm9E2xJHSNo7muFiHz48vQEgvNmu0lZdbVwXIy3IgLEBHjs6Kyqjtg618V4UaoP/LBOqtWtLd6TvGJ3qBlNyvhO5gZ2DGeLMN2WWoHxfl3VM+QGCGI2dnzUyHhfG1VBDYj8fzWXOuUVpVCMUw8fEg8GWmYLDwm3SbdMACWU87J0kAmaDPKcwwL6AwtWJZr/p89sSypl6y50JlOoDrbDbxrIbHQgbf1tcEgPOuLUN+O06qpi+OxKMtFdbvz+NQ4V4CpXpvMMQZj5AbuHp0EJ5Vme/Kcmpl/xoYGyFDzOEGR8lw6LMz+CpQ4GtnK5XXe1Xn3TJh6Tn2tVyS20p7artemGQQquCN8iQOw== mayag@gett.com", "key_options": null, "keyfile": "/home/mayagilad/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mayagilad", "validate_certs": true} 2021-07-24T16:54:30.647 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'name': 'mayagilad', 'ovpn': 'mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDIi8JMOVD91QR7EXBkhxeAsB2UO2gyWqYPiP6HjJO/TzzMKf7QtO928XzdORwQ1/jm2hDF1kaNPaU/XIHD0hHSvfICS4ELQcBPa5uPya6d5Kn5fVlpGqBcXBxKGbHB01PGjn0214eupt2LebWxkm7TP/BGDHKXXaoR748AlbyyG2L3TaNoGkwQiEoZe3CWgH4qkrf2CEpyfOa7BM7U0h+lceJxIGe+Yo6Ll14zyngDBa059E+ndFTpkQ6vECII7FdB1+A4Orhu40XHZgyVnlRudD1l80pIVnZves8N2zHZhQo8hp0sB5oY8HENiB09j7Xa6YQ/c1c2wm9E2xJHSNo7muFiHz48vQEgvNmu0lZdbVwXIy3IgLEBHjs6Kyqjtg618V4UaoP/LBOqtWtLd6TvGJ3qBlNyvhO5gZ2DGeLMN2WWoHxfl3VM+QGCGI2dnzUyHhfG1VBDYj8fzWXOuUVpVCMUw8fEg8GWmYLDwm3SbdMACWU87J0kAmaDPKcwwL6AwtWJZr/p89sSypl6y50JlOoDrbDbxrIbHQgbf1tcEgPOuLUN+O06qpi+OxKMtFdbvz+NQ4V4CpXpvMMQZj5AbuHp0EJ5Vme/Kcmpl/xoYGyFDzOEGR8lw6LMz+CpQ4GtnK5XXe1Xn3TJh6Tn2tVyS20p7artemGQQquCN8iQOw== mayag@gett.com", "key_options": null, "keyfile": "/home/mayagilad/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mayagilad", "validate_certs": true} 2021-07-24T16:54:30.734 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:30 +0000 (0:00:32.733) 0:01:35.440 ********* 2021-07-24T16:54:30.754 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:30 +0000 (0:00:00.021) 0:01:35.462 ********* 2021-07-24T16:54:30.817 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2021-07-24T16:54:30.819 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:30.828 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:30.830 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:30.840 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:30.841 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:30.851 INFO:teuthology.task.ansible.out:skipping: [smithi006.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 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:30.853 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} skipping: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:30.864 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:30.865 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.front.sepia.ceph.com] => (item={'name': 'sage', 'ovpn': 'sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+9 2021-07-24T16:54:30.867 INFO:teuthology.task.ansible.out:0Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\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"} 2021-07-24T16:54:30.876 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:30.878 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi049.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"} 2021-07-24T16:54:30.889 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:30.890 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.090 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "key_options": null, "keyfile": "/home/smithfarm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "smithfarm", "validate_certs": true} 2021-07-24T16:54:31.101 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.112 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.114 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "key_options": null, "keyfile": "/home/smithfarm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "smithfarm", "validate_certs": true} 2021-07-24T16:54:31.124 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.125 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.337 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "key_options": null, "keyfile": "/home/amaredia/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amaredia", "validate_certs": true} 2021-07-24T16:54:31.340 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "key_options": null, "keyfile": "/home/amaredia/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amaredia", "validate_certs": true} 2021-07-24T16:54:31.553 INFO:teuthology.task.ansible.out:ok: [smithi006.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "key_options": null, "keyfile": "/home/tserlin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "tserlin", "validate_certs": true} 2021-07-24T16:54:31.555 INFO:teuthology.task.ansible.out:ok: [smithi049.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, "comment": null, "exclusive": false, "follow": 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"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "key_options": null, "keyfile": "/home/tserlin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "tserlin", "validate_certs": true} 2021-07-24T16:54:31.557 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.568 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.571 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:31.580 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.582 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\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\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:31.592 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.594 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:31.605 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\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\ndavid@ubuntu-2004 sz2UXQopIP7TJ3t/XtOylw 515687a2ace008dbc318525cb273afed0887aa03ae9ca9b0933ca4792ef4addc\n"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:31.607 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.617 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.619 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.629 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.631 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.632 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.634 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.635 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.646 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\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\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:31.647 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.649 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} skipping: [smithi049.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"} 2021-07-24T16:54:31.660 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.662 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:31.673 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.674 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.676 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\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\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:31.676 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.687 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.689 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.699 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.701 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.712 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.713 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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 2e17f3ba0b90df7a36f19a7c8f6 2021-07-24T16:54:31.715 INFO:teuthology.task.ansible.out:4d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi006.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"} 2021-07-24T16:54:31.724 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.726 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:31.727 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.737 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.739 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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"} skipping: [smithi049.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"} 2021-07-24T16:54:31.750 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.752 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.763 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.764 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.775 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:31.776 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.777 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.778 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.788 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.790 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:31.800 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.802 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:31.812 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.814 INFO:teuthology.task.ansible.out: 2021-07-24T16:54:31.815 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi049.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"} 2021-07-24T16:54:31.826 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.828 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.829 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph. 2021-07-24T16:54:31.831 INFO:teuthology.task.ansible.out: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"} 2021-07-24T16:54:31.839 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.842 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.852 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.854 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:31.863 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.864 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.865 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.866 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi049.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"} 2021-07-24T16:54:31.877 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.878 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.889 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.889 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.890 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.901 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.902 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:31.913 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.914 INFO:teuthology.task.ansible.out: skipping: [smithi006.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"} 2021-07-24T16:54:31.915 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.915 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.926 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.928 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.938 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.940 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.951 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.951 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.952 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.953 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.964 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.966 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:31.976 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.977 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:31.978 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.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"} 2021-07-24T16:54:31.979 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.989 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:31.991 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.002 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.004 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "skip_reason": "Conditional result was False"} skipping: [smithi006.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"} skipping: [smithi049.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"} 2021-07-24T16:54:32.015 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.016 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.026 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.027 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.039 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.040 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} skipping: [smithi049.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"} 2021-07-24T16:54:32.050 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.052 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.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"} 2021-07-24T16:54:32.063 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.065 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.075 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.077 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi006.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: [smithi049.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.087 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.089 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.100 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.102 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.115 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.125 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.127 INFO:teuthology.task.ansible.out: skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.129 INFO:teuthology.task.ansible.out: 2021-07-24T16:54:32.139 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.141 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.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"} 2021-07-24T16:54:32.151 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.153 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.164 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.165 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.177 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.179 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} skipping: [smithi006.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"} 2021-07-24T16:54:32.190 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.191 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.192 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.202 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.204 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.215 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.216 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.227 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.228 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.230 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.240 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.241 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:32.252 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.254 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:32.264 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.266 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi049.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: [smithi006.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"} 2021-07-24T16:54:32.266 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.278 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.279 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.280 INFO:teuthology.task.ansible.out:skipping: [smithi006.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 2021-07-24T16:54:32.282 INFO:teuthology.task.ansible.out: was False"} 2021-07-24T16:54:32.291 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.292 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.302 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.304 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} skipping: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.315 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.317 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.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: [smithi049.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"} 2021-07-24T16:54:32.330 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi049.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: [smithi006.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"} skipping: [smithi049.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"} 2021-07-24T16:54:32.340 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:54:32.342 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.351 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.353 INFO:teuthology.task.ansible.out:skipping: [smithi049.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: [smithi006.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.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"} 2021-07-24T16:54:32.353 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.364 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.365 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'nizamial09', 'ovpn': 'nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nizamial09", "ovpn": "nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.365 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.365 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'dachary', 'ovpn': 'loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.376 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:54:32.378 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'amctagga', 'ovpn': 'amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.388 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'kevinz', 'ovpn': 'kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.390 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'liu-chunmei', 'ovpn': 'liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.401 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'cyx1231st', 'ovpn': 'cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.402 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'nizamial09', 'ovpn': 'nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nizamial09", "ovpn": "nia@redhat +vB2tfopNqiNnGugVmX3ew f9f6878bb5e6bb2353fa8da7d76e2d621e9fbf89a4c7583d7265cb984e231a99"}, "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'sunnagar', 'ovpn': 'sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'dachary', 'ovpn': 'loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.413 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'lflores', 'ovpn': 'lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.414 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'amctagga', 'ovpn': 'amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'jsawaya', 'ovpn': 'jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'kevinz', 'ovpn': 'kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.425 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'markw8973240', 'ovpn': 'shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.427 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'liu-chunmei', 'ovpn': 'liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'luisrico', 'ovpn': 'lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'cyx1231st', 'ovpn': 'cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.437 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'matan', 'ovpn': 'matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "matan", "ovpn": "matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.439 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'sunnagar', 'ovpn': 'sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'ozeneva', 'ovpn': 'ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'lflores', 'ovpn': 'lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.450 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'sudhanaruna', 'ovpn': 'ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.452 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'jsawaya', 'ovpn': 'jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'zl31wang', 'ovpn': 'zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'markw8973240', 'ovpn': 'shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.463 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'name': 'mayagilad', 'ovpn': 'mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.465 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'luisrico', 'ovpn': 'lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.483 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'matan', 'ovpn': 'matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "matan", "ovpn": "matanb@main 5ZJUAUM7LCpjmIkH+Ntl6g 27de66609fee4975af229f411a1f49f589a4c64b958d8913d3f5eff128a37afa"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.485 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'ozeneva', 'ovpn': 'ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'sudhanaruna', 'ovpn': 'ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.505 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:32 +0000 (0:00:01.750) 0:01:37.213 ********* 2021-07-24T16:54:32.511 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'zl31wang', 'ovpn': 'zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.512 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'name': 'mayagilad', 'ovpn': 'mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.555 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:32 +0000 (0:00:00.050) 0:01:37.263 ********* 2021-07-24T16:54:32.572 INFO:teuthology.task.ansible.out: TASK [Filter the revoked_users list] ******************************************* 2021-07-24T16:54:32.574 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.595 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:32 +0000 (0:00:00.040) 0:01:37.303 ********* 2021-07-24T16:54:32.623 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:32.646 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:32 +0000 (0:00:00.050) 0:01:37.354 ********* 2021-07-24T16:54:32.881 INFO:teuthology.task.ansible.out: TASK [Remove revoked users] **************************************************** ok: [smithi006.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "name": "zcerza", "state": "absent"} 2021-07-24T16:54:32.933 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "name": "zcerza", "state": "absent"} 2021-07-24T16:54:33.078 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "name": "aschoen", "state": "absent"} 2021-07-24T16:54:33.132 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "name": "aschoen", "state": "absent"} 2021-07-24T16:54:33.288 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "name": "andrew", "state": "absent"} 2021-07-24T16:54:33.332 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "name": "andrew", "state": "absent"} 2021-07-24T16:54:33.477 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "name": "sweil", "state": "absent"} 2021-07-24T16:54:33.530 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "name": "sweil", "state": "absent"} 2021-07-24T16:54:33.676 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "name": "brad", "state": "absent"} 2021-07-24T16:54:33.729 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "name": "brad", "state": "absent"} 2021-07-24T16:54:33.874 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "name": "kefu", "state": "absent"} 2021-07-24T16:54:33.927 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "name": "kefu", "state": "absent"} 2021-07-24T16:54:34.073 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "name": "shylesh", "state": "absent"} 2021-07-24T16:54:34.125 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "name": "shylesh", "state": "absent"} 2021-07-24T16:54:34.271 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "name": "gmeno", "state": "absent"} 2021-07-24T16:54:34.324 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "name": "gmeno", "state": "absent"} 2021-07-24T16:54:34.479 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "name": "alfredodeza", "state": "absent"} 2021-07-24T16:54:34.522 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "name": "alfredodeza", "state": "absent"} 2021-07-24T16:54:34.677 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "name": "trhoden", "state": "absent"} 2021-07-24T16:54:34.720 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "name": "trhoden", "state": "absent"} 2021-07-24T16:54:34.865 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "name": "nishtha", "state": "absent"} 2021-07-24T16:54:34.919 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "name": "nishtha", "state": "absent"} 2021-07-24T16:54:35.064 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "name": "yguang", "state": "absent"} 2021-07-24T16:54:35.117 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "name": "yguang", "state": "absent"} 2021-07-24T16:54:35.262 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "name": "sdieffen", "state": "absent"} 2021-07-24T16:54:35.315 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "name": "sdieffen", "state": "absent"} 2021-07-24T16:54:35.460 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "name": "brian", "state": "absent"} 2021-07-24T16:54:35.513 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "name": "brian", "state": "absent"} 2021-07-24T16:54:35.659 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "name": "pmcgarry", "state": "absent"} 2021-07-24T16:54:35.711 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "name": "pmcgarry", "state": "absent"} 2021-07-24T16:54:35.857 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "name": "karnan", "state": "absent"} 2021-07-24T16:54:35.909 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "name": "karnan", "state": "absent"} 2021-07-24T16:54:36.055 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "name": "ryneli", "state": "absent"} 2021-07-24T16:54:36.107 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "name": "ryneli", "state": "absent"} 2021-07-24T16:54:36.253 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "name": "dlambrig", "state": "absent"} 2021-07-24T16:54:36.307 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "name": "dlambrig", "state": "absent"} 2021-07-24T16:54:36.453 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "name": "icolle", "state": "absent"} 2021-07-24T16:54:36.506 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "name": "icolle", "state": "absent"} 2021-07-24T16:54:36.652 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "name": "soumya", "state": "absent"} 2021-07-24T16:54:36.704 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "name": "soumya", "state": "absent"} 2021-07-24T16:54:36.851 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "name": "jspray", "state": "absent"} 2021-07-24T16:54:36.904 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "name": "jspray", "state": "absent"} 2021-07-24T16:54:37.050 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "name": "erwan", "state": "absent"} 2021-07-24T16:54:37.102 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "name": "erwan", "state": "absent"} 2021-07-24T16:54:37.248 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "name": "jj", "state": "absent"} 2021-07-24T16:54:37.301 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "name": "jj", "state": "absent"} 2021-07-24T16:54:37.457 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "name": "amarangone", "state": "absent"} 2021-07-24T16:54:37.499 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "name": "amarangone", "state": "absent"} 2021-07-24T16:54:37.655 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "name": "oprypin", "state": "absent"} 2021-07-24T16:54:37.698 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "name": "oprypin", "state": "absent"} 2021-07-24T16:54:37.843 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "name": "adamyanova", "state": "absent"} 2021-07-24T16:54:37.896 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "name": "adamyanova", "state": "absent"} 2021-07-24T16:54:38.043 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "name": "sbillah", "state": "absent"} 2021-07-24T16:54:38.095 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "name": "sbillah", "state": "absent"} 2021-07-24T16:54:38.243 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "name": "onyb", "state": "absent"} 2021-07-24T16:54:38.295 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "name": "onyb", "state": "absent"} 2021-07-24T16:54:38.451 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "name": "jwilliamson", "state": "absent"} 2021-07-24T16:54:38.504 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "name": "jwilliamson", "state": "absent"} 2021-07-24T16:54:38.652 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "name": "kmroz", "state": "absent"} 2021-07-24T16:54:38.705 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "name": "kmroz", "state": "absent"} 2021-07-24T16:54:38.852 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "name": "shehbazj", "state": "absent"} 2021-07-24T16:54:38.906 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "name": "shehbazj", "state": "absent"} 2021-07-24T16:54:39.053 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "name": "abhishekvrshny", "state": "absent"} 2021-07-24T16:54:39.106 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "name": "abhishekvrshny", "state": "absent"} 2021-07-24T16:54:39.242 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "name": "asheplyakov", "state": "absent"} 2021-07-24T16:54:39.305 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "name": "asheplyakov", "state": "absent"} 2021-07-24T16:54:39.441 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "name": "liupan", "state": "absent"} 2021-07-24T16:54:39.504 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "name": "liupan", "state": "absent"} 2021-07-24T16:54:39.640 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "name": "adeza", "state": "absent"} 2021-07-24T16:54:39.703 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "name": "adeza", "state": "absent"} 2021-07-24T16:54:39.838 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "name": "pranith", "state": "absent"} 2021-07-24T16:54:39.901 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "name": "pranith", "state": "absent"} 2021-07-24T16:54:40.046 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": false, "item": "dorinda", "name": "dorinda", "state": "absent"} 2021-07-24T16:54:40.099 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": false, "item": "dorinda", "name": "dorinda", "state": "absent"} 2021-07-24T16:54:40.244 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=zyan) => {"ansible_loop_var": "item", "changed": false, "item": "zyan", "name": "zyan", "state": "absent"} 2021-07-24T16:54:40.298 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=zyan) => {"ansible_loop_var": "item", "changed": false, "item": "zyan", "name": "zyan", "state": "absent"} 2021-07-24T16:54:41.868 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item=jdillaman) => {"ansible_loop_var": "item", "changed": true, "force": false, "item": "jdillaman", "name": "jdillaman", "remove": false, "state": "absent"} 2021-07-24T16:54:41.879 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item=jdillaman) => {"ansible_loop_var": "item", "changed": true, "force": false, "item": "jdillaman", "name": "jdillaman", "remove": false, "state": "absent"} 2021-07-24T16:54:42.073 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "name": "nlevine", "state": "absent"} 2021-07-24T16:54:42.086 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "name": "nlevine", "state": "absent"} 2021-07-24T16:54:42.287 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "name": "tbrekke", "state": "absent"} 2021-07-24T16:54:42.299 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "name": "tbrekke", "state": "absent"} 2021-07-24T16:54:42.478 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "name": "taco", "state": "absent"} 2021-07-24T16:54:42.490 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "name": "taco", "state": "absent"} 2021-07-24T16:54:42.679 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "name": "louis", "state": "absent"} 2021-07-24T16:54:42.690 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "name": "louis", "state": "absent"} 2021-07-24T16:54:42.877 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "name": "amarango", "state": "absent"} 2021-07-24T16:54:42.888 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "name": "amarango", "state": "absent"} 2021-07-24T16:54:43.065 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "name": "oobe", "state": "absent"} 2021-07-24T16:54:43.087 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "name": "oobe", "state": "absent"} 2021-07-24T16:54:43.263 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "name": "rturk", "state": "absent"} 2021-07-24T16:54:43.274 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "name": "rturk", "state": "absent"} 2021-07-24T16:54:43.461 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "name": "fche", "state": "absent"} 2021-07-24T16:54:43.473 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "name": "fche", "state": "absent"} 2021-07-24T16:54:43.660 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "name": "jbainbri", "state": "absent"} 2021-07-24T16:54:43.683 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "name": "jbainbri", "state": "absent"} 2021-07-24T16:54:43.859 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "name": "kdhananj", "state": "absent"} 2021-07-24T16:54:43.913 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:43 +0000 (0:00:11.266) 0:01:48.621 ********* 2021-07-24T16:54:43.919 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "name": "kdhananj", "state": "absent"} 2021-07-24T16:54:43.964 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:43 +0000 (0:00:00.051) 0:01:48.672 ********* 2021-07-24T16:54:44.478 INFO:teuthology.task.ansible.out: TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** 2021-07-24T16:54:44.480 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "checksum": "6b66beacdb1c95b0ac86e1041f3914cfa0c50311", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "md5sum": "e34309bf71492baa6798d79247cca3d0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_runtime_t:s0", "size": 40, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145684.0036602-12525-275312722050910/source", "state": "file", "uid": 0} 2021-07-24T16:54:44.507 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:44 +0000 (0:00:00.542) 0:01:49.215 ********* 2021-07-24T16:54:44.527 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "checksum": "6b66beacdb1c95b0ac86e1041f3914cfa0c50311", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "md5sum": "e34309bf71492baa6798d79247cca3d0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_runtime_t:s0", "size": 40, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145684.0571375-12527-87689113189158/source", "state": "file", "uid": 0} 2021-07-24T16:54:44.552 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:44 +0000 (0:00:00.045) 0:01:49.260 ********* 2021-07-24T16:54:44.580 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** 2021-07-24T16:54:44.582 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => { "msg": "Host smithi049.front.sepia.ceph.com is running CentOS 8.3 (n/a)" } 2021-07-24T16:54:44.605 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:44 +0000 (0:00:00.052) 0:01:49.313 ********* 2021-07-24T16:54:44.622 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => { "msg": "Host smithi006.front.sepia.ceph.com is running CentOS 8.3 (n/a)" } 2021-07-24T16:54:44.645 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:44 +0000 (0:00:00.039) 0:01:49.353 ********* 2021-07-24T16:54:44.674 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** 2021-07-24T16:54:44.676 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/centos_8.yml) => {"ansible_facts": {"nrpe_selinux_packages": ["python3-libsemanage", "python3-policycoreutils"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/centos_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/centos_8.yml"} 2021-07-24T16:54:44.699 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:44 +0000 (0:00:00.053) 0:01:49.407 ********* 2021-07-24T16:54:44.726 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/centos_8.yml) => {"ansible_facts": {"nrpe_selinux_packages": ["python3-libsemanage", "python3-policycoreutils"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/centos_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/centos_8.yml"} 2021-07-24T16:54:44.750 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:44 +0000 (0:00:00.051) 0:01:49.458 ********* 2021-07-24T16:54:44.778 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2021-07-24T16:54:44.780 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:44.804 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:44 +0000 (0:00:00.052) 0:01:49.512 ********* 2021-07-24T16:54:44.821 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:44.846 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:44 +0000 (0:00:00.042) 0:01:49.554 ********* 2021-07-24T16:54:45.414 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.369190", "end": "2021-07-24 16:54:45.392541", "rc": 0, "start": "2021-07-24 16:54:45.023351", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2021-07-24T16:54:45.438 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.591) 0:01:50.146 ********* 2021-07-24T16:54:45.445 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.343765", "end": "2021-07-24 16:54:45.410354", "rc": 0, "start": "2021-07-24 16:54:45.066589", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2021-07-24T16:54:45.470 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.031) 0:01:50.178 ********* 2021-07-24T16:54:45.530 INFO:teuthology.task.ansible.out: TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.553 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.083) 0:01:50.261 ********* 2021-07-24T16:54:45.561 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.586 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.032) 0:01:50.294 ********* 2021-07-24T16:54:45.624 INFO:teuthology.task.ansible.out: TASK [common : Wait for reboot in case of systemd workaround] ****************** 2021-07-24T16:54:45.626 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.650 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.064) 0:01:50.358 ********* 2021-07-24T16:54:45.667 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.692 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.041) 0:01:50.400 ********* 2021-07-24T16:54:45.719 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** 2021-07-24T16:54:45.721 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.743 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.051) 0:01:50.451 ********* 2021-07-24T16:54:45.782 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.805 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.061) 0:01:50.513 ********* 2021-07-24T16:54:45.823 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** 2021-07-24T16:54:45.824 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.847 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.042) 0:01:50.555 ********* 2021-07-24T16:54:45.875 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.899 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.051) 0:01:50.606 ********* 2021-07-24T16:54:45.916 INFO:teuthology.task.ansible.out: TASK [common : Install yum on Fedora 22 and later] ***************************** 2021-07-24T16:54:45.919 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.941 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.042) 0:01:50.649 ********* 2021-07-24T16:54:45.969 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:45.992 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:45 +0000 (0:00:00.050) 0:01:50.700 ********* 2021-07-24T16:54:46.009 INFO:teuthology.task.ansible.out: TASK [common : Set entitlements_path] ****************************************** 2021-07-24T16:54:46.011 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.034 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.041) 0:01:50.742 ********* 2021-07-24T16:54:46.062 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.085 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.051) 0:01:50.794 ********* 2021-07-24T16:54:46.113 INFO:teuthology.task.ansible.out: TASK [common : Include Red Hat encrypted variables.] *************************** 2021-07-24T16:54:46.114 INFO:teuthology.task.ansible.out:skipping: [smithi049.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} skipping: [smithi049.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} 2021-07-24T16:54:46.137 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.051) 0:01:50.845 ********* 2021-07-24T16:54:46.165 INFO:teuthology.task.ansible.out:skipping: [smithi006.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} 2021-07-24T16:54:46.166 INFO:teuthology.task.ansible.out:skipping: [smithi006.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} 2021-07-24T16:54:46.188 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.050) 0:01:50.896 ********* 2021-07-24T16:54:46.215 INFO:teuthology.task.ansible.out: TASK [common : Set have_entitlements] ****************************************** 2021-07-24T16:54:46.216 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.239 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.051) 0:01:50.947 ********* 2021-07-24T16:54:46.267 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.290 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.050) 0:01:50.998 ********* 2021-07-24T16:54:46.306 INFO:teuthology.task.ansible.out: TASK [common : Install CA Cert from Satellite Server] ************************** 2021-07-24T16:54:46.309 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.331 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.041) 0:01:51.039 ********* 2021-07-24T16:54:46.370 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.396 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.065) 0:01:51.104 ********* 2021-07-24T16:54:46.427 INFO:teuthology.task.ansible.out: TASK [common : Set the releasever] ********************************************* 2021-07-24T16:54:46.429 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.462 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.065) 0:01:51.170 ********* 2021-07-24T16:54:46.493 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.516 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.053) 0:01:51.224 ********* 2021-07-24T16:54:46.533 INFO:teuthology.task.ansible.out: TASK [common : Determine if node is registered with subscription-manager.] ***** 2021-07-24T16:54:46.535 INFO:teuthology.task.ansible.out:skipping: [smithi049.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} 2021-07-24T16:54:46.557 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.041) 0:01:51.265 ********* 2021-07-24T16:54:46.597 INFO:teuthology.task.ansible.out:skipping: [smithi006.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} 2021-07-24T16:54:46.619 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.061) 0:01:51.327 ********* 2021-07-24T16:54:46.637 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we're already registered] **************** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.664 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.044) 0:01:51.372 ********* 2021-07-24T16:54:46.693 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.717 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.053) 0:01:51.425 ********* 2021-07-24T16:54:46.735 INFO:teuthology.task.ansible.out: TASK [common : Register with subscription-manager.] **************************** 2021-07-24T16:54:46.737 INFO:teuthology.task.ansible.out:skipping: [smithi049.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} 2021-07-24T16:54:46.763 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.045) 0:01:51.471 ********* 2021-07-24T16:54:46.793 INFO:teuthology.task.ansible.out:skipping: [smithi006.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} 2021-07-24T16:54:46.825 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.061) 0:01:51.533 ********* 2021-07-24T16:54:46.852 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we just registered] ********************** 2021-07-24T16:54:46.854 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.880 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.055) 0:01:51.588 ********* 2021-07-24T16:54:46.919 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.942 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.062) 0:01:51.650 ********* 2021-07-24T16:54:46.960 INFO:teuthology.task.ansible.out: TASK [common : List CDN releases available to system] ************************** 2021-07-24T16:54:46.962 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:46.985 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:46 +0000 (0:00:00.042) 0:01:51.693 ********* 2021-07-24T16:54:47.014 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.039 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.053) 0:01:51.747 ********* 2021-07-24T16:54:47.057 INFO:teuthology.task.ansible.out: TASK [common : Unregister Beta/Alpha/RC system with subscription-manager] ****** 2021-07-24T16:54:47.059 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.086 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.046) 0:01:51.794 ********* 2021-07-24T16:54:47.106 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.131 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.044) 0:01:51.838 ********* 2021-07-24T16:54:47.160 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered to false if Beta/Alpha/RC release] ********** 2021-07-24T16:54:47.162 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.186 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.056) 0:01:51.895 ********* 2021-07-24T16:54:47.205 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.229 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.042) 0:01:51.937 ********* 2021-07-24T16:54:47.258 INFO:teuthology.task.ansible.out: TASK [common : Configure internal beta repos in /etc/yum.repos.d/] ************* 2021-07-24T16:54:47.262 INFO:teuthology.task.ansible.out:skipping: [smithi049.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} 2021-07-24T16:54:47.284 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.055) 0:01:51.992 ********* 2021-07-24T16:54:47.302 INFO:teuthology.task.ansible.out:skipping: [smithi006.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} 2021-07-24T16:54:47.326 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.040) 0:01:52.033 ********* 2021-07-24T16:54:47.364 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2021-07-24T16:54:47.365 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.389 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.063) 0:01:52.097 ********* 2021-07-24T16:54:47.409 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.432 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.043) 0:01:52.140 ********* 2021-07-24T16:54:47.469 INFO:teuthology.task.ansible.out: TASK [common : Get list of enabled RHSM repos] ********************************* 2021-07-24T16:54:47.471 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.493 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.061) 0:01:52.201 ********* 2021-07-24T16:54:47.510 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.534 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.040) 0:01:52.242 ********* 2021-07-24T16:54:47.572 INFO:teuthology.task.ansible.out: TASK [common : Store list of enabled repos] ************************************ 2021-07-24T16:54:47.574 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.596 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.062) 0:01:52.304 ********* 2021-07-24T16:54:47.613 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.648 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.051) 0:01:52.356 ********* 2021-07-24T16:54:47.678 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.706 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.057) 0:01:52.414 ********* 2021-07-24T16:54:47.725 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.748 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.042) 0:01:52.456 ********* 2021-07-24T16:54:47.776 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** 2021-07-24T16:54:47.777 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.778 INFO:teuthology.task.ansible.out: 2021-07-24T16:54:47.808 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.059) 0:01:52.516 ********* 2021-07-24T16:54:47.826 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.850 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.041) 0:01:52.558 ********* 2021-07-24T16:54:47.889 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if newly-subscribed] ********************* 2021-07-24T16:54:47.890 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.914 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.064) 0:01:52.622 ********* 2021-07-24T16:54:47.933 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:47.958 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:47 +0000 (0:00:00.043) 0:01:52.666 ********* 2021-07-24T16:54:47.986 INFO:teuthology.task.ansible.out: TASK [common : Disable all rhsm repos] ***************************************** 2021-07-24T16:54:47.988 INFO:teuthology.task.ansible.out:skipping: [smithi049.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} 2021-07-24T16:54:48.011 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:48 +0000 (0:00:00.053) 0:01:52.719 ********* 2021-07-24T16:54:48.039 INFO:teuthology.task.ansible.out:skipping: [smithi006.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} 2021-07-24T16:54:48.063 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:48 +0000 (0:00:00.051) 0:01:52.770 ********* 2021-07-24T16:54:48.091 INFO:teuthology.task.ansible.out: TASK [common : Enable necessary rhsm repos] ************************************ 2021-07-24T16:54:48.093 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:48.118 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:48 +0000 (0:00:00.055) 0:01:52.826 ********* 2021-07-24T16:54:48.147 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:48.174 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:48 +0000 (0:00:00.055) 0:01:52.881 ********* 2021-07-24T16:54:48.192 INFO:teuthology.task.ansible.out: TASK [common : Remove old apt-mirror repository definition.] ******************* 2021-07-24T16:54:48.194 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:48.219 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:48 +0000 (0:00:00.045) 0:01:52.927 ********* 2021-07-24T16:54:48.250 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:48.273 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:48 +0000 (0:00:00.054) 0:01:52.981 ********* 2021-07-24T16:54:48.509 INFO:teuthology.task.ansible.out: TASK [common : Increase the yum timeout.] ************************************** 2021-07-24T16:54:48.511 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:54:48.533 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:48 +0000 (0:00:00.259) 0:01:53.241 ********* 2021-07-24T16:54:48.561 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:54:48.584 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:48 +0000 (0:00:00.051) 0:01:53.293 ********* 2021-07-24T16:54:49.205 INFO:teuthology.task.ansible.out: TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** 2021-07-24T16:54:49.207 INFO:teuthology.task.ansible.out:ok: [smithi006.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} ok: [smithi049.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} 2021-07-24T16:54:49.658 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:54:49.661 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:54:49.685 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:49 +0000 (0:00:01.100) 0:01:54.393 ********* 2021-07-24T16:54:49.706 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:49 +0000 (0:00:00.020) 0:01:54.414 ********* 2021-07-24T16:54:50.216 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* 2021-07-24T16:54:50.218 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:54:50.228 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:54:50.666 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:54:50.697 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:50 +0000 (0:00:00.991) 0:01:55.405 ********* 2021-07-24T16:54:50.705 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:54:50.731 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:50 +0000 (0:00:00.034) 0:01:55.439 ********* 2021-07-24T16:54:50.769 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2021-07-24T16:54:50.771 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:50.793 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:50 +0000 (0:00:00.061) 0:01:55.501 ********* 2021-07-24T16:54:50.811 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:50.835 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:50 +0000 (0:00:00.042) 0:01:55.543 ********* 2021-07-24T16:54:50.864 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:50.887 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:50 +0000 (0:00:00.052) 0:01:55.595 ********* 2021-07-24T16:54:50.905 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:50.930 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:50 +0000 (0:00:00.042) 0:01:55.638 ********* 2021-07-24T16:54:50.959 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone in /etc/timezone] ****************************** 2021-07-24T16:54:50.960 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:50.984 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:50 +0000 (0:00:00.053) 0:01:55.692 ********* 2021-07-24T16:54:51.002 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.027 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.043) 0:01:55.735 ********* 2021-07-24T16:54:51.056 INFO:teuthology.task.ansible.out: TASK [common : Inform the OS of the new timezone] ****************************** 2021-07-24T16:54:51.058 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.083 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.055) 0:01:55.791 ********* 2021-07-24T16:54:51.100 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.124 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.041) 0:01:55.832 ********* 2021-07-24T16:54:51.161 INFO:teuthology.task.ansible.out: TASK [common : Mask sleep units] *********************************************** 2021-07-24T16:54:51.163 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=sleep.target) => {"ansible_loop_var": "item", "changed": false, "item": "sleep.target", "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item=suspend.target) => {"ansible_loop_var": "item", "changed": false, "item": "suspend.target", "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.173 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=hibernate.target) => {"ansible_loop_var": "item", "changed": false, "item": "hibernate.target", "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.174 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=hybrid-sleep.target) => {"ansible_loop_var": "item", "changed": false, "item": "hybrid-sleep.target", "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.197 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.073) 0:01:55.905 ********* 2021-07-24T16:54:51.205 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=sleep.target) => {"ansible_loop_var": "item", "changed": false, "item": "sleep.target", "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.207 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=suspend.target) => {"ansible_loop_var": "item", "changed": false, "item": "suspend.target", "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item=hibernate.target) => {"ansible_loop_var": "item", "changed": false, "item": "hibernate.target", "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.208 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=hybrid-sleep.target) => {"ansible_loop_var": "item", "changed": false, "item": "hybrid-sleep.target", "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.244 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.046) 0:01:55.952 ********* 2021-07-24T16:54:51.261 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2021-07-24T16:54:51.262 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.285 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.041) 0:01:55.993 ********* 2021-07-24T16:54:51.314 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.338 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.052) 0:01:56.046 ********* 2021-07-24T16:54:51.355 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** 2021-07-24T16:54:51.356 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.379 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.040) 0:01:56.087 ********* 2021-07-24T16:54:51.408 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.430 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.051) 0:01:56.139 ********* 2021-07-24T16:54:51.458 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ 2021-07-24T16:54:51.460 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.481 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.050) 0:01:56.190 ********* 2021-07-24T16:54:51.509 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.534 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.052) 0:01:56.242 ********* 2021-07-24T16:54:51.551 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* 2021-07-24T16:54:51.553 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.575 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.040) 0:01:56.283 ********* 2021-07-24T16:54:51.603 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.626 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.050) 0:01:56.334 ********* 2021-07-24T16:54:51.643 INFO:teuthology.task.ansible.out: TASK [common : Refresh repos] ************************************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.667 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.041) 0:01:56.375 ********* 2021-07-24T16:54:51.696 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:51.719 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:51 +0000 (0:00:00.052) 0:01:56.427 ********* 2021-07-24T16:54:52.522 INFO:teuthology.task.ansible.out: TASK [common : Set the hardware clock] ***************************************** 2021-07-24T16:54:52.524 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:00.653830", "end": "2021-07-24 16:54:52.500365", "rc": 0, "start": "2021-07-24 16:54:51.846535", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:00.603872", "end": "2021-07-24 16:54:52.500369", "rc": 0, "start": "2021-07-24 16:54:51.896497", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:54:52.545 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:52 +0000 (0:00:00.825) 0:01:57.253 ********* 2021-07-24T16:54:52.566 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:52 +0000 (0:00:00.020) 0:01:57.274 ********* 2021-07-24T16:54:57.051 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (RedHat)] ***************************** 2021-07-24T16:54:57.053 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:54:57.074 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:04.508) 0:02:01.782 ********* 2021-07-24T16:54:57.124 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:54:57.146 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:00.072) 0:02:01.855 ********* 2021-07-24T16:54:57.153 INFO:teuthology.task.ansible.out: TASK [common : Clean apt cache] ************************************************ 2021-07-24T16:54:57.155 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:57.177 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:00.030) 0:02:01.885 ********* 2021-07-24T16:54:57.215 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:57.239 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:00.061) 0:02:01.947 ********* 2021-07-24T16:54:57.256 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2021-07-24T16:54:57.258 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:57.280 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:00.040) 0:02:01.988 ********* 2021-07-24T16:54:57.308 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:57.331 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:00.050) 0:02:02.039 ********* 2021-07-24T16:54:57.348 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (Debian)] ***************************** 2021-07-24T16:54:57.350 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:57.371 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:00.040) 0:02:02.079 ********* 2021-07-24T16:54:57.399 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:57.423 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:00.051) 0:02:02.131 ********* 2021-07-24T16:54:57.441 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (OpenSUSE Leap)] ********************** 2021-07-24T16:54:57.442 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:57.465 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:00.042) 0:02:02.173 ********* 2021-07-24T16:54:57.504 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:54:57.529 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:57 +0000 (0:00:00.063) 0:02:02.237 ********* 2021-07-24T16:54:57.984 INFO:teuthology.task.ansible.out: TASK [common : Add krb5 config file] ******************************************* 2021-07-24T16:54:57.986 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:54:58.006 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:58 +0000 (0:00:00.477) 0:02:02.714 ********* 2021-07-24T16:54:58.055 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:54:58.077 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:58 +0000 (0:00:00.071) 0:02:02.786 ********* 2021-07-24T16:54:59.642 INFO:teuthology.task.ansible.out: TASK [common : Make sure smartmontools is installed] *************************** 2021-07-24T16:54:59.644 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:54:59.666 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:59 +0000 (0:00:01.588) 0:02:04.374 ********* 2021-07-24T16:54:59.695 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:54:59.719 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:54:59 +0000 (0:00:00.053) 0:02:04.427 ********* 2021-07-24T16:55:00.202 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** 2021-07-24T16:55:00.204 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:55:00.279 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:55:00.656 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:55:00.721 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:55:01.119 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:55:01.146 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:01 +0000 (0:00:01.426) 0:02:05.853 ********* 2021-07-24T16:55:01.164 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:55:01.190 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:01 +0000 (0:00:00.044) 0:02:05.898 ********* 2021-07-24T16:55:01.344 INFO:teuthology.task.ansible.out: TASK [common : Create /usr/libexec.] ******************************************* 2021-07-24T16:55:01.445 INFO:teuthology.task.ansible.out:ok: [smithi006.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} Saturday 24 July 2021 16:55:01 +0000 (0:00:00.182) 0:02:06.081 ********* ok: [smithi049.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} Saturday 24 July 2021 16:55:01 +0000 (0:00:00.053) 0:02:06.134 ********* 2021-07-24T16:55:01.939 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** 2021-07-24T16:55:01.940 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=smart.sh) => {"ansible_loop_var": "item", "changed": false, "checksum": "00d0404b545463be4a65f475e0870e07a48f35b6", "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": 13355, "state": "file", "uid": 0} 2021-07-24T16:55:01.961 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=smart.sh) => {"ansible_loop_var": "item", "changed": false, "checksum": "00d0404b545463be4a65f475e0870e07a48f35b6", "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": 13355, "state": "file", "uid": 0} 2021-07-24T16:55:02.357 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:55:02.389 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:55:02.850 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item=diskusage.pl) => {"ansible_loop_var": "item", "changed": true, "checksum": "2fbc67b36d59f66fc2621f3ca2dcf60dea2167a5", "dest": "/usr/libexec/diskusage.pl", "gid": 0, "group": "root", "item": "diskusage.pl", "md5sum": "fae049f2bb3feda9c19a2dc30bce838a", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:bin_t:s0", "size": 3612, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145702.3810382-13927-184068224276277/source", "state": "file", "uid": 0} 2021-07-24T16:55:02.875 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:02 +0000 (0:00:01.448) 0:02:07.583 ********* 2021-07-24T16:55:02.883 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item=diskusage.pl) => {"ansible_loop_var": "item", "changed": true, "checksum": "2fbc67b36d59f66fc2621f3ca2dcf60dea2167a5", "dest": "/usr/libexec/diskusage.pl", "gid": 0, "group": "root", "item": "diskusage.pl", "md5sum": "fae049f2bb3feda9c19a2dc30bce838a", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:bin_t:s0", "size": 3612, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145702.4130905-13940-278963248006734/source", "state": "file", "uid": 0} 2021-07-24T16:55:02.909 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:02 +0000 (0:00:00.033) 0:02:07.617 ********* 2021-07-24T16:55:02.946 INFO:teuthology.task.ansible.out: TASK [common : Include apt_system vars] **************************************** 2021-07-24T16:55:02.948 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:55:02.970 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:02 +0000 (0:00:00.060) 0:02:07.678 ********* 2021-07-24T16:55:02.987 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:55:03.011 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:03 +0000 (0:00:00.041) 0:02:07.719 ********* 2021-07-24T16:55:03.049 INFO:teuthology.task.ansible.out: TASK [common : Include yum_systems vars] *************************************** 2021-07-24T16:55:03.050 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:55:03.073 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:03 +0000 (0:00:00.061) 0:02:07.781 ********* 2021-07-24T16:55:03.091 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:55:03.114 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:03 +0000 (0:00:00.041) 0:02:07.822 ********* 2021-07-24T16:55:03.319 INFO:teuthology.task.ansible.out: TASK [common : Check for epel] ************************************************* changed: [smithi006.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} 2021-07-24T16:55:03.342 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:03 +0000 (0:00:00.227) 0:02:08.050 ********* 2021-07-24T16:55:03.363 INFO:teuthology.task.ansible.out:changed: [smithi049.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} 2021-07-24T16:55:03.389 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:03 +0000 (0:00:00.046) 0:02:08.096 ********* 2021-07-24T16:55:03.437 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe without epel] ************************************** 2021-07-24T16:55:03.439 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:55:03.448 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:55:03.460 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:55:03.471 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:55:03.499 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:03 +0000 (0:00:00.110) 0:02:08.207 ********* 2021-07-24T16:55:03.511 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:55:03.512 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:55:03.523 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:55:03.525 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:55:03.552 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:03 +0000 (0:00:00.053) 0:02:08.260 ********* 2021-07-24T16:55:09.342 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (RHEL/CentOS)] ************ changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: nagios-plugins-2.3.3-5.el8.x86_64", "Installed: nrpe-4.0.3-6.el8.x86_64", "Installed: nagios-plugins-load-2.3.3-5.el8.x86_64", "Installed: nagios-common-4.4.6-4.el8.x86_64", "Removed: nagios-common-4.4.5-1.el8.x86_64", "Removed: nagios-plugins-2.3.3-4.el8.x86_64", "Removed: nagios-plugins-load-2.3.3-4.el8.x86_64", "Removed: nrpe-4.0.3-1.el8.x86_64"]} changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: nagios-plugins-2.3.3-5.el8.x86_64", "Installed: nrpe-4.0.3-6.el8.x86_64", "Installed: nagios-plugins-load-2.3.3-5.el8.x86_64", "Installed: nagios-common-4.4.6-4.el8.x86_64", "Removed: nagios-common-4.4.5-1.el8.x86_64", "Removed: nagios-plugins-2.3.3-4.el8.x86_64", "Removed: nagios-plugins-load-2.3.3-4.el8.x86_64", "Removed: nrpe-4.0.3-1.el8.x86_64"]} 2021-07-24T16:55:09.364 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:09 +0000 (0:00:05.812) 0:02:14.072 ********* 2021-07-24T16:55:09.388 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:09 +0000 (0:00:00.021) 0:02:14.094 ********* 2021-07-24T16:55:09.452 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (Ubuntu/Fedora)] ********** 2021-07-24T16:55:09.454 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:55:09.478 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:09 +0000 (0:00:00.092) 0:02:14.186 ********* 2021-07-24T16:55:09.486 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:55:09.513 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:09 +0000 (0:00:00.033) 0:02:14.220 ********* 2021-07-24T16:55:10.018 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios sudoers.d for raid utilities.] ******************** ok: [smithi006.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} 2021-07-24T16:55:10.040 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:10 +0000 (0:00:00.527) 0:02:14.748 ********* 2021-07-24T16:55:10.070 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:55:10.095 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:10 +0000 (0:00:00.052) 0:02:14.800 ********* 2021-07-24T16:55:10.562 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios check_mem script] ********************************* 2021-07-24T16:55:10.563 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:55:10.585 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:10 +0000 (0:00:00.492) 0:02:15.293 ********* 2021-07-24T16:55:10.628 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:55:10.649 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:10 +0000 (0:00:00.063) 0:02:15.357 ********* 2021-07-24T16:55:10.678 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (Ubuntu)] ************************ 2021-07-24T16:55:10.679 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "DAEMON_OPTS", "skip_reason": "Conditional result was False"} 2021-07-24T16:55:10.689 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "NRPE_OPTS", "skip_reason": "Conditional result was False"} 2021-07-24T16:55:10.712 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:10 +0000 (0:00:00.063) 0:02:15.420 ********* 2021-07-24T16:55:10.729 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "DAEMON_OPTS", "skip_reason": "Conditional result was False"} 2021-07-24T16:55:10.741 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "NRPE_OPTS", "skip_reason": "Conditional result was False"} 2021-07-24T16:55:10.767 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:10 +0000 (0:00:00.054) 0:02:15.474 ********* 2021-07-24T16:55:10.955 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (RHEL/CentOS)] ******************* ok: [smithi006.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:55:10.977 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:10 +0000 (0:00:00.211) 0:02:15.685 ********* 2021-07-24T16:55:11.029 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:55:11.054 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:11 +0000 (0:00:00.076) 0:02:15.761 ********* 2021-07-24T16:55:11.272 INFO:teuthology.task.ansible.out: TASK [common : Check firewalld status] ***************************************** 2021-07-24T16:55:11.274 INFO:teuthology.task.ansible.out:fatal: [smithi006.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 2021-07-24T16:55:11.302 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:11 +0000 (0:00:00.245) 0:02:16.007 ********* 2021-07-24T16:55:11.338 INFO:teuthology.task.ansible.out:fatal: [smithi049.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} 2021-07-24T16:55:11.342 INFO:teuthology.task.ansible.out: 2021-07-24T16:55:11.344 INFO:teuthology.task.ansible.out:...ignoring 2021-07-24T16:55:11.366 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:11 +0000 (0:00:00.067) 0:02:16.074 ********* 2021-07-24T16:55:11.374 INFO:teuthology.task.ansible.out: TASK [common : Open nrpe port if firewalld enabled] **************************** 2021-07-24T16:55:11.376 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:55:11.399 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:11 +0000 (0:00:00.032) 0:02:16.107 ********* 2021-07-24T16:55:11.437 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:55:11.438 INFO:teuthology.task.ansible.out: 2021-07-24T16:55:11.463 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:11 +0000 (0:00:00.064) 0:02:16.171 ********* 2021-07-24T16:55:11.912 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios nrpe config.] ************************************* ok: [smithi006.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} 2021-07-24T16:55:11.935 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:11 +0000 (0:00:00.472) 0:02:16.643 ********* 2021-07-24T16:55:11.985 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:55:12.009 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:12 +0000 (0:00:00.074) 0:02:16.718 ********* 2021-07-24T16:55:12.722 INFO:teuthology.task.ansible.out: TASK [common : Make sure nagios nrpe service is running.] ********************** 2021-07-24T16:55:12.723 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nrpe", "state": "started", "status": {"ActiveState": "active", "AllowedCPUs": "", "AllowedMemoryNodes": "", "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]", "ControlGroup": "/system.slice/nrpe.service", "ControlPID": "0", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "DevicePolicy": "auto", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/nrpe (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "15752", "ExecMainStartTimestamp": "Sat 2021-07-24 16:55:07 UTC", "ExecMainStartTimestampMonotonic": "171097703", "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 $NRPE_SSL_OPT ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/rm ; argv[]=/bin/rm -f /run/nrpe/nrpe.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FileDescriptorStoreMax": "0", "GID": "984", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity" 2021-07-24T16:55:12.725 INFO:teuthology.task.ansible.out:, "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": "127270", "LimitNPROCSoft": "127270", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127270", "LimitSIGPENDINGSoft": "127270", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "MainPID": "15752", "MemoryAccounting": "yes", "MemoryCurrent": "741376", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Nice": "0", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "-500", "PIDFile": "/run/nrpe/nrpe.pid", "PermissionsStartOnly": "no", "RemainAfterExit": "no", "Restart": "on-abort", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeMaxUSec": "infinity", "SecureBits": "0", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StatusErrno": "0", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203632", "TimeoutStartUSec": "1min 30s", "Tim 2021-07-24T16:55:12.726 INFO:teuthology.task.ansible.out:eoutStopUSec": "1min", "TimerSlackNSec": "50000", "Type": "simple", "UID": "988", "UMask": "0022", "WatchdogTimestamp": "Sat 2021-07-24 16:55:07 UTC", "WatchdogTimestampMonotonic": "171097730", "WatchdogUSec": "0"}} 2021-07-24T16:55:12.746 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:12 +0000 (0:00:00.736) 0:02:17.454 ********* 2021-07-24T16:55:12.754 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nrpe", "state": "started", "status": {"ActiveState": "active", "AllowedCPUs": "", "AllowedMemoryNodes": "", "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]", "ControlGroup": "/system.slice/nrpe.service", "ControlPID": "0", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "DevicePolicy": "auto", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/nrpe (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "15729", "ExecMainStartTimestamp": "Sat 2021-07-24 16:55:07 UTC", "ExecMainStartTimestampMonotonic": "158077666", "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 $NRPE_SSL_OPT ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/rm ; argv[]=/bin/rm -f /run/nrpe/nrpe.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FileDescriptorStoreMax": "0", "GID": "984", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity" 2021-07-24T16:55:12.756 INFO:teuthology.task.ansible.out:, "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": "127270", "LimitNPROCSoft": "127270", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127270", "LimitSIGPENDINGSoft": "127270", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "MainPID": "15729", "MemoryAccounting": "yes", "MemoryCurrent": "733184", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Nice": "0", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "-500", "PIDFile": "/run/nrpe/nrpe.pid", "PermissionsStartOnly": "no", "RemainAfterExit": "no", "Restart": "on-abort", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeMaxUSec": "infinity", "SecureBits": "0", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StatusErrno": "0", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203632", "TimeoutStartUSec": "1min 30s", "Tim 2021-07-24T16:55:12.757 INFO:teuthology.task.ansible.out:eoutStopUSec": "1min", "TimerSlackNSec": "50000", "Type": "simple", "UID": "988", "UMask": "0022", "WatchdogTimestamp": "Sat 2021-07-24 16:55:07 UTC", "WatchdogTimestampMonotonic": "158077692", "WatchdogUSec": "0"}} 2021-07-24T16:55:12.778 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:12 +0000 (0:00:00.032) 0:02:17.486 ********* 2021-07-24T16:55:12.986 INFO:teuthology.task.ansible.out: TASK [common : Get SELinux status] ********************************************* 2021-07-24T16:55:12.988 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["getenforce"], "delta": "0:00:00.001802", "end": "2021-07-24 16:55:12.960739", "rc": 0, "start": "2021-07-24 16:55:12.958937", "stderr": "", "stderr_lines": [], "stdout": "Permissive", "stdout_lines": ["Permissive"]} 2021-07-24T16:55:13.009 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:13 +0000 (0:00:00.231) 0:02:17.718 ********* 2021-07-24T16:55:13.028 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["getenforce"], "delta": "0:00:00.001857", "end": "2021-07-24 16:55:13.000742", "rc": 0, "start": "2021-07-24 16:55:12.998885", "stderr": "", "stderr_lines": [], "stdout": "Permissive", "stdout_lines": ["Permissive"]} 2021-07-24T16:55:13.052 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:13 +0000 (0:00:00.042) 0:02:17.760 ********* 2021-07-24T16:55:14.630 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Install SELinux dependencies] **************************** 2021-07-24T16:55:14.632 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:55:14.654 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:14 +0000 (0:00:01.602) 0:02:19.362 ********* 2021-07-24T16:55:14.692 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:55:14.717 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:14 +0000 (0:00:00.061) 0:02:19.424 ********* 2021-07-24T16:55:52.818 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Ensure SELinux policy is up to date] ********************* changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: selinux-policy-3.14.3-67.el8.noarch", "Installed: selinux-policy-targeted-3.14.3-67.el8.noarch", "Removed: selinux-policy-3.14.3-54.el8_3.2.noarch", "Removed: selinux-policy-targeted-3.14.3-54.el8_3.2.noarch"]} 2021-07-24T16:55:52.843 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:52 +0000 (0:00:38.124) 0:02:57.549 ********* 2021-07-24T16:55:53.390 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: selinux-policy-3.14.3-67.el8.noarch", "Installed: selinux-policy-targeted-3.14.3-67.el8.noarch", "Removed: selinux-policy-3.14.3-54.el8_3.2.noarch", "Removed: selinux-policy-targeted-3.14.3-54.el8_3.2.noarch"]} 2021-07-24T16:55:53.412 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:53 +0000 (0:00:00.571) 0:02:58.121 ********* 2021-07-24T16:55:53.647 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Set SELinux boolean nagios_run_sudo true] **************** 2021-07-24T16:55:53.649 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "name": "nagios_run_sudo", "persistent": true, "state": true} 2021-07-24T16:55:53.670 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:53 +0000 (0:00:00.257) 0:02:58.378 ********* 2021-07-24T16:55:53.940 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "name": "nagios_run_sudo", "persistent": true, "state": true} 2021-07-24T16:55:53.964 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:55:53 +0000 (0:00:00.293) 0:02:58.671 ********* 2021-07-24T16:56:09.468 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove SELinux policy package] *************************** 2021-07-24T16:56:09.470 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-r", "nrpe"], "delta": "0:00:15.555015", "end": "2021-07-24 16:56:09.440408", "failed_when_result": false, "rc": 0, "start": "2021-07-24 16:55:53.885393", "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)."]} 2021-07-24T16:56:09.491 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:09 +0000 (0:00:15.527) 0:03:14.200 ********* 2021-07-24T16:56:10.002 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2021-07-24T16:56:10.004 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:56:10.024 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:10 +0000 (0:00:00.532) 0:03:14.732 ********* 2021-07-24T16:56:10.066 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove SELinux policy package] *************************** 2021-07-24T16:56:10.068 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-r", "nrpe"], "delta": "0:00:15.852116", "end": "2021-07-24 16:56:10.032852", "failed_when_result": false, "rc": 0, "start": "2021-07-24 16:55:54.180736", "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)."]} 2021-07-24T16:56:10.090 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:10 +0000 (0:00:00.065) 0:03:14.798 ********* 2021-07-24T16:56:10.296 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** 2021-07-24T16:56:10.297 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["checkmodule", "-M", "-m", "-o", "/tmp/nrpe.mod", "/tmp/nrpe.te"], "delta": "0:00:00.020395", "end": "2021-07-24 16:56:10.278877", "rc": 0, "start": "2021-07-24 16:56:10.258482", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:56:10.319 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:10 +0000 (0:00:00.229) 0:03:15.027 ********* 2021-07-24T16:56:10.565 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** 2021-07-24T16:56:10.567 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule_package", "-o", "/tmp/nrpe.pp", "-m", "/tmp/nrpe.mod"], "delta": "0:00:00.016569", "end": "2021-07-24 16:56:10.546460", "rc": 0, "start": "2021-07-24 16:56:10.529891", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:56:10.589 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:10 +0000 (0:00:00.269) 0:03:15.297 ********* 2021-07-24T16:56:10.616 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2021-07-24T16:56:10.618 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:56:10.644 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:10 +0000 (0:00:00.054) 0:03:15.352 ********* 2021-07-24T16:56:10.892 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["checkmodule", "-M", "-m", "-o", "/tmp/nrpe.mod", "/tmp/nrpe.te"], "delta": "0:00:00.009602", "end": "2021-07-24 16:56:10.866565", "rc": 0, "start": "2021-07-24 16:56:10.856963", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:56:10.914 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:10 +0000 (0:00:00.269) 0:03:15.622 ********* 2021-07-24T16:56:11.149 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** 2021-07-24T16:56:11.151 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule_package", "-o", "/tmp/nrpe.pp", "-m", "/tmp/nrpe.mod"], "delta": "0:00:00.008357", "end": "2021-07-24 16:56:11.130949", "rc": 0, "start": "2021-07-24 16:56:11.122592", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:56:11.173 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:11 +0000 (0:00:00.258) 0:03:15.881 ********* 2021-07-24T16:56:26.195 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** 2021-07-24T16:56:26.197 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-i", "/tmp/nrpe.pp"], "delta": "0:00:15.374324", "end": "2021-07-24 16:56:26.174770", "rc": 0, "start": "2021-07-24 16:56:10.800446", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:56:26.219 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:26 +0000 (0:00:15.046) 0:03:30.928 ********* 2021-07-24T16:56:26.469 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** 2021-07-24T16:56:26.471 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "path": "/tmp/nrpe.*", "state": "absent"} 2021-07-24T16:56:26.492 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:26 +0000 (0:00:00.272) 0:03:31.200 ********* 2021-07-24T16:56:26.572 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2021-07-24T16:56:26.574 INFO:teuthology.task.ansible.out:ok: [smithi006.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"], "dash_stream": "", "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} 2021-07-24T16:56:26.596 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:26 +0000 (0:00:00.103) 0:03:31.304 ********* 2021-07-24T16:56:26.709 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* ok: [smithi006.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"} 2021-07-24T16:56:26.731 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:26 +0000 (0:00:00.134) 0:03:31.439 ********* 2021-07-24T16:56:26.789 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** 2021-07-24T16:56:26.791 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-i", "/tmp/nrpe.pp"], "delta": "0:00:15.377416", "end": "2021-07-24 16:56:26.764298", "rc": 0, "start": "2021-07-24 16:56:11.386882", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:56:26.815 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:26 +0000 (0:00:00.083) 0:03:31.523 ********* 2021-07-24T16:56:26.825 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** ok: [smithi006.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/centos_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": [], "nfs_service": "nfs-server", "ntp_service_name": "chronyd", "packages": ["redhat-lsb-core", "dnf-utils", "sysstat", "libedit", "boost-thread", "xfsprogs", "gdisk", "parted", "libgcrypt", "fuse-libs", "openssl", "libuuid", "podman", "podman-docker", "attr", "ant", "lsof", "gettext", "bc", "xfsdump", "blktrace", "usbredir", "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", "dbench", "autoconf", "gdb", "iozone"], "packages_to_upgrade": ["libgcrypt"], "yum_mirrorlists": ["CentOS-AppStream-mirrorlist", "CentOS-Base-mirrorlist", "CentOS-Extras-mirrorlist", "CentOS-PowerTools-mirrorlist"], "yum_repos": {"CentOS-AppStream": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-AppStream-mirrorlist", "name": "CentOS-$releasever - AppStream"}, "CentOS-Base": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-Base-mirrorlist", "name": "CentOS-$releasever - Base"}, "CentOS-Extras": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-Extras-mirrorlist", "name": "CentOS-$releasever - Extras"}, "CentOS-PowerTools": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-PowerTools-mirrorlist", "name 2021-07-24T16:56:26.827 INFO:teuthology.task.ansible.out:": "CentOS-$releasever - PowerTools"}}}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/centos_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/centos_8.yml"} 2021-07-24T16:56:26.850 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:26 +0000 (0:00:00.035) 0:03:31.558 ********* 2021-07-24T16:56:26.945 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2021-07-24T16:56:26.947 INFO:teuthology.task.ansible.out:ok: [smithi006.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"} 2021-07-24T16:56:26.968 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:26 +0000 (0:00:00.117) 0:03:31.676 ********* 2021-07-24T16:56:27.068 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** 2021-07-24T16:56:27.070 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "path": "/tmp/nrpe.*", "state": "absent"} 2021-07-24T16:56:27.093 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.124) 0:03:31.800 ********* 2021-07-24T16:56:27.162 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2021-07-24T16:56:27.164 INFO:teuthology.task.ansible.out:ok: [smithi049.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"], "dash_stream": "", "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} 2021-07-24T16:56:27.184 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.092) 0:03:31.893 ********* 2021-07-24T16:56:27.191 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2021-07-24T16:56:27.214 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.029) 0:03:31.922 ********* 2021-07-24T16:56:27.264 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* ok: [smithi049.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"} 2021-07-24T16:56:27.288 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.074) 0:03:31.996 ********* 2021-07-24T16:56:27.376 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** ok: [smithi049.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/centos_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": [], "nfs_service": "nfs-server", "ntp_service_name": "chronyd", "packages": ["redhat-lsb-core", "dnf-utils", "sysstat", "libedit", "boost-thread", "xfsprogs", "gdisk", "parted", "libgcrypt", "fuse-libs", "openssl", "libuuid", "podman", "podman-docker", "attr", "ant", "lsof", "gettext", "bc", "xfsdump", "blktrace", "usbredir", "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", "dbench", "autoconf", "gdb", "iozone"], "packages_to_upgrade": ["libgcrypt"], "yum_mirrorlists": ["CentOS-AppStream-mirrorlist", "CentOS-Base-mirrorlist", "CentOS-Extras-mirrorlist", "CentOS-PowerTools-mirrorlist"], "yum_repos": {"CentOS-AppStream": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-AppStream-mirrorlist", "name": "CentOS-$releasever - AppStream"}, "CentOS-Base": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-Base-mirrorlist", "name": "CentOS-$releasever - Base"}, "CentOS-Extras": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-Extras-mirrorlist", "name": "CentOS-$releasever - Extras"}, "CentOS-PowerTools": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-PowerTools-mirrorlist", "name 2021-07-24T16:56:27.378 INFO:teuthology.task.ansible.out:": "CentOS-$releasever - PowerTools"}}}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/centos_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/centos_8.yml"} 2021-07-24T16:56:27.404 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.110) 0:03:32.107 ********* 2021-07-24T16:56:27.458 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "name": "ubuntu", "state": "present", "system": false} 2021-07-24T16:56:27.480 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.081) 0:03:32.188 ********* 2021-07-24T16:56:27.497 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2021-07-24T16:56:27.498 INFO:teuthology.task.ansible.out:ok: [smithi049.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"} 2021-07-24T16:56:27.521 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.041) 0:03:32.229 ********* 2021-07-24T16:56:27.559 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2021-07-24T16:56:27.561 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:27.586 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.064) 0:03:32.294 ********* 2021-07-24T16:56:27.656 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2021-07-24T16:56:27.658 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:27.679 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.093) 0:03:32.388 ********* 2021-07-24T16:56:27.729 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** 2021-07-24T16:56:27.735 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2021-07-24T16:56:27.755 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.074) 0:03:32.462 ********* 2021-07-24T16:56:27.951 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** ok: [smithi006.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} 2021-07-24T16:56:27.981 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:27 +0000 (0:00:00.226) 0:03:32.689 ********* 2021-07-24T16:56:28.000 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* 2021-07-24T16:56:28.001 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "name": "ubuntu", "state": "present", "system": false} 2021-07-24T16:56:28.024 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:28 +0000 (0:00:00.043) 0:03:32.732 ********* 2021-07-24T16:56:28.093 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2021-07-24T16:56:28.095 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:28.116 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:28 +0000 (0:00:00.091) 0:03:32.824 ********* 2021-07-24T16:56:28.217 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:28.239 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:28 +0000 (0:00:00.123) 0:03:32.947 ********* 2021-07-24T16:56:28.500 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** 2021-07-24T16:56:28.501 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:56:28.523 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:28 +0000 (0:00:00.283) 0:03:33.231 ********* 2021-07-24T16:56:28.606 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** ok: [smithi006.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} 2021-07-24T16:56:28.629 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:28 +0000 (0:00:00.106) 0:03:33.337 ********* 2021-07-24T16:56:28.709 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* 2021-07-24T16:56:28.711 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi006"}, "changed": false} 2021-07-24T16:56:28.731 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:28 +0000 (0:00:00.102) 0:03:33.439 ********* 2021-07-24T16:56:29.114 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** ok: [smithi049.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} 2021-07-24T16:56:29.138 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:29 +0000 (0:00:00.406) 0:03:33.845 ********* 2021-07-24T16:56:29.211 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* 2021-07-24T16:56:29.213 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi049"}, "changed": false} 2021-07-24T16:56:29.235 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:29 +0000 (0:00:00.097) 0:03:33.943 ********* 2021-07-24T16:56:29.807 INFO:teuthology.task.ansible.out: TASK [testnode : Set the system's hostname] ************************************ 2021-07-24T16:56:29.809 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "front.sepia.ceph.com", "ansible_fqdn": "smithi006.front.sepia.ceph.com", "ansible_hostname": "smithi006", "ansible_nodename": "smithi006"}, "changed": true, "name": "smithi006"} 2021-07-24T16:56:29.830 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:29 +0000 (0:00:00.595) 0:03:34.538 ********* 2021-07-24T16:56:29.891 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "front.sepia.ceph.com", "ansible_fqdn": "smithi049.front.sepia.ceph.com", "ansible_hostname": "smithi049", "ansible_nodename": "smithi049"}, "changed": true, "name": "smithi049"} 2021-07-24T16:56:29.913 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:29 +0000 (0:00:00.082) 0:03:34.621 ********* 2021-07-24T16:56:30.338 INFO:teuthology.task.ansible.out: TASK [testnode : Upload distro major version specific sshd_config] ************* 2021-07-24T16:56:30.340 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:56:30.361 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:30 +0000 (0:00:00.447) 0:03:35.069 ********* 2021-07-24T16:56:30.417 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:56:30.441 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:30 +0000 (0:00:00.079) 0:03:35.149 ********* 2021-07-24T16:56:30.870 INFO:teuthology.task.ansible.out: TASK [testnode : Upload ssh_config] ******************************************** ok: [smithi006.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} 2021-07-24T16:56:30.894 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:30 +0000 (0:00:00.452) 0:03:35.601 ********* 2021-07-24T16:56:30.957 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:56:30.981 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:30 +0000 (0:00:00.087) 0:03:35.689 ********* 2021-07-24T16:56:31.470 INFO:teuthology.task.ansible.out: TASK [testnode : Add ssh pubkeys] ********************************************** 2021-07-24T16:56:31.471 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "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} 2021-07-24T16:56:31.494 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:31 +0000 (0:00:00.513) 0:03:36.202 ********* 2021-07-24T16:56:31.597 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "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} 2021-07-24T16:56:31.620 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:31 +0000 (0:00:00.125) 0:03:36.328 ********* 2021-07-24T16:56:32.014 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* 2021-07-24T16:56:32.016 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:56:32.039 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:32 +0000 (0:00:00.419) 0:03:36.747 ********* 2021-07-24T16:56:32.141 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:56:32.164 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:32 +0000 (0:00:00.125) 0:03:36.872 ********* 2021-07-24T16:56:32.286 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** ok: [smithi006.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} 2021-07-24T16:56:32.313 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:32 +0000 (0:00:00.149) 0:03:37.021 ********* 2021-07-24T16:56:32.416 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:56:32.442 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:32 +0000 (0:00:00.128) 0:03:37.150 ********* 2021-07-24T16:56:32.553 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2021-07-24T16:56:32.555 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "gid": 36, "name": "kvm", "state": "present", "system": false} 2021-07-24T16:56:32.578 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:32 +0000 (0:00:00.135) 0:03:37.285 ********* 2021-07-24T16:56:32.683 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "gid": 36, "name": "kvm", "state": "present", "system": false} 2021-07-24T16:56:32.706 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:32 +0000 (0:00:00.127) 0:03:37.413 ********* 2021-07-24T16:56:32.848 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2021-07-24T16:56:32.850 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1238, "groups": "kvm,disk", "home": "/home/ubuntu", "move_home": false, "name": "ubuntu", "shell": "/bin/bash", "state": "present", "uid": 1000} 2021-07-24T16:56:32.872 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:32 +0000 (0:00:00.166) 0:03:37.580 ********* 2021-07-24T16:56:32.975 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1238, "groups": "kvm,disk", "home": "/home/ubuntu", "move_home": false, "name": "ubuntu", "shell": "/bin/bash", "state": "present", "uid": 1000} 2021-07-24T16:56:33.000 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:32 +0000 (0:00:00.127) 0:03:37.708 ********* 2021-07-24T16:56:33.393 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** ok: [smithi006.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} 2021-07-24T16:56:33.416 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:33 +0000 (0:00:00.415) 0:03:38.124 ********* 2021-07-24T16:56:33.420 INFO:teuthology.task.ansible.out: 2021-07-24T16:56:33.540 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:56:33.563 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:33 +0000 (0:00:00.147) 0:03:38.271 ********* 2021-07-24T16:56:33.985 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2021-07-24T16:56:33.987 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:56:34.012 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:34 +0000 (0:00:00.448) 0:03:38.720 ********* 2021-07-24T16:56:34.095 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:56:34.118 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:34 +0000 (0:00:00.106) 0:03:38.826 ********* 2021-07-24T16:56:36.649 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ [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: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["rpm", "--rebuilddb"], "delta": "0:00:02.290306", "end": "2021-07-24 16:56:36.624099", "rc": 0, "start": "2021-07-24 16:56:34.333793", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:56:36.671 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:36 +0000 (0:00:02.553) 0:03:41.379 ********* 2021-07-24T16:56:36.741 INFO:teuthology.task.ansible.out: TASK [testnode : Clean up Stream distro-provided repos] ************************ skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:36.763 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:36 +0000 (0:00:00.091) 0:03:41.471 ********* 2021-07-24T16:56:36.832 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:56:36.834 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:36.855 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:36 +0000 (0:00:00.091) 0:03:41.563 ********* 2021-07-24T16:56:36.894 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2021-07-24T16:56:36.896 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["rpm", "--rebuilddb"], "delta": "0:00:02.638928", "end": "2021-07-24 16:56:36.863868", "rc": 0, "start": "2021-07-24 16:56:34.224940", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:56:36.918 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:36 +0000 (0:00:00.063) 0:03:41.626 ********* 2021-07-24T16:56:36.937 INFO:teuthology.task.ansible.out: TASK [testnode : Include CentOS Stream specific variables] ********************* 2021-07-24T16:56:36.937 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=/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", "skip_reason": "Conditional result was False"} 2021-07-24T16:56:36.963 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:36 +0000 (0:00:00.043) 0:03:41.669 ********* 2021-07-24T16:56:36.990 INFO:teuthology.task.ansible.out: TASK [testnode : Clean up Stream distro-provided repos] ************************ 2021-07-24T16:56:36.991 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:37.014 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:37 +0000 (0:00:00.052) 0:03:41.722 ********* 2021-07-24T16:56:37.098 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:56:37.100 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:37.121 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:37 +0000 (0:00:00.107) 0:03:41.829 ********* 2021-07-24T16:56:37.201 INFO:teuthology.task.ansible.out: TASK [testnode : Include CentOS Stream specific variables] ********************* 2021-07-24T16:56:37.203 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=/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", "skip_reason": "Conditional result was False"} 2021-07-24T16:56:37.234 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:37 +0000 (0:00:00.112) 0:03:41.942 ********* 2021-07-24T16:56:37.497 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2021-07-24T16:56:37.499 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=CentOS-AppStream-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "aa5ad73629677ef17172417e50d2cdadccb7a3f2", "dest": "/etc/yum.repos.d/CentOS-AppStream-mirrorlist", "gid": 0, "group": "root", "item": "CentOS-AppStream-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-AppStream-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 397, "state": "file", "uid": 0} 2021-07-24T16:56:37.780 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=CentOS-AppStream-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "aa5ad73629677ef17172417e50d2cdadccb7a3f2", "dest": "/etc/yum.repos.d/CentOS-AppStream-mirrorlist", "gid": 0, "group": "root", "item": "CentOS-AppStream-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-AppStream-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 397, "state": "file", "uid": 0} 2021-07-24T16:56:37.940 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=CentOS-Base-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "4ed3c0272e6c4ec99169cd68f0b43d40bdd4b296", "dest": "/etc/yum.repos.d/CentOS-Base-mirrorlist", "gid": 0, "group": "root", "item": "CentOS-Base-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-Base-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 380, "state": "file", "uid": 0} 2021-07-24T16:56:38.226 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=CentOS-Base-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "4ed3c0272e6c4ec99169cd68f0b43d40bdd4b296", "dest": "/etc/yum.repos.d/CentOS-Base-mirrorlist", "gid": 0, "group": "root", "item": "CentOS-Base-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-Base-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 380, "state": "file", "uid": 0} 2021-07-24T16:56:38.376 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=CentOS-Extras-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "a862f43d3b3c7b8b592aa7dce23a6d013ab20bc3", "dest": "/etc/yum.repos.d/CentOS-Extras-mirrorlist", "gid": 0, "group": "root", "item": "CentOS-Extras-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-Extras-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 382, "state": "file", "uid": 0} 2021-07-24T16:56:38.675 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=CentOS-Extras-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "a862f43d3b3c7b8b592aa7dce23a6d013ab20bc3", "dest": "/etc/yum.repos.d/CentOS-Extras-mirrorlist", "gid": 0, "group": "root", "item": "CentOS-Extras-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-Extras-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 382, "state": "file", "uid": 0} 2021-07-24T16:56:38.877 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item=CentOS-PowerTools-mirrorlist) => {"ansible_loop_var": "item", "changed": true, "checksum": "20107eac0ba9a84b318fa5f29b02a387051bff98", "dest": "/etc/yum.repos.d/CentOS-PowerTools-mirrorlist", "gid": 0, "group": "root", "item": "CentOS-PowerTools-mirrorlist", "md5sum": "0b42b46569ffda9815a0a0455328d06a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_conf_t:s0", "size": 397, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145798.4063404-26269-47834272970305/source", "state": "file", "uid": 0} 2021-07-24T16:56:38.905 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:38 +0000 (0:00:01.669) 0:03:43.611 ********* 2021-07-24T16:56:39.213 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item=CentOS-PowerTools-mirrorlist) => {"ansible_loop_var": "item", "changed": true, "checksum": "20107eac0ba9a84b318fa5f29b02a387051bff98", "dest": "/etc/yum.repos.d/CentOS-PowerTools-mirrorlist", "gid": 0, "group": "root", "item": "CentOS-PowerTools-mirrorlist", "md5sum": "0b42b46569ffda9815a0a0455328d06a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_conf_t:s0", "size": 397, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145798.7073107-26333-7520407391600/source", "state": "file", "uid": 0} 2021-07-24T16:56:39.237 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:39 +0000 (0:00:00.333) 0:03:43.945 ********* 2021-07-24T16:56:39.440 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* 2021-07-24T16:56:39.442 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:56:39.466 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:39 +0000 (0:00:00.228) 0:03:44.173 ********* 2021-07-24T16:56:39.782 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:56:39.805 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:39 +0000 (0:00:00.339) 0:03:44.513 ********* 2021-07-24T16:56:39.997 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2021-07-24T16:56:39.999 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'key': 'CentOS-AppStream', 'value': {'name': 'CentOS-$releasever - AppStream', 'mirrorlist': 'file:///etc/yum.repos.d/CentOS-AppStream-mirrorlist', 'gpgcheck': 1, 'enabled': 1, 'gpgkey': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial'}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "9b147c879e95cd23f3bbde027da102febcaad1a8", "dest": "/etc/yum.repos.d/CentOS-AppStream.repo", "gid": 0, "group": "root", "item": {"key": "CentOS-AppStream", "value": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-AppStream-mirrorlist", "name": "CentOS-$releasever - AppStream"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-AppStream.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 289, "state": "file", "uid": 0} 2021-07-24T16:56:40.340 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'key': 'CentOS-AppStream', 'value': {'name': 'CentOS-$releasever - AppStream', 'mirrorlist': 'file:///etc/yum.repos.d/CentOS-AppStream-mirrorlist', 'gpgcheck': 1, 'enabled': 1, 'gpgkey': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial'}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "9b147c879e95cd23f3bbde027da102febcaad1a8", "dest": "/etc/yum.repos.d/CentOS-AppStream.repo", "gid": 0, "group": "root", "item": {"key": "CentOS-AppStream", "value": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-AppStream-mirrorlist", "name": "CentOS-$releasever - AppStream"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-AppStream.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 289, "state": "file", "uid": 0} 2021-07-24T16:56:40.438 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'key': 'CentOS-Base', 'value': {'name': 'CentOS-$releasever - Base', 'mirrorlist': 'file:///etc/yum.repos.d/CentOS-Base-mirrorlist', 'gpgcheck': 1, 'enabled': 1, 'gpgkey': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial'}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "77e4590ed0ecec056fa44f4e65af60e110822b85", "dest": "/etc/yum.repos.d/CentOS-Base.repo", "gid": 0, "group": "root", "item": {"key": "CentOS-Base", "value": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-Base-mirrorlist", "name": "CentOS-$releasever - Base"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-Base.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 274, "state": "file", "uid": 0} 2021-07-24T16:56:40.798 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'key': 'CentOS-Base', 'value': {'name': 'CentOS-$releasever - Base', 'mirrorlist': 'file:///etc/yum.repos.d/CentOS-Base-mirrorlist', 'gpgcheck': 1, 'enabled': 1, 'gpgkey': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial'}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "77e4590ed0ecec056fa44f4e65af60e110822b85", "dest": "/etc/yum.repos.d/CentOS-Base.repo", "gid": 0, "group": "root", "item": {"key": "CentOS-Base", "value": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-Base-mirrorlist", "name": "CentOS-$releasever - Base"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-Base.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 274, "state": "file", "uid": 0} 2021-07-24T16:56:40.897 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'key': 'CentOS-Extras', 'value': {'name': 'CentOS-$releasever - Extras', 'mirrorlist': 'file:///etc/yum.repos.d/CentOS-Extras-mirrorlist', 'gpgcheck': 1, 'enabled': 1, 'gpgkey': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial'}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "2856826614c7f1cb9409228f6c41319a023ca754", "dest": "/etc/yum.repos.d/CentOS-Extras.repo", "gid": 0, "group": "root", "item": {"key": "CentOS-Extras", "value": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-Extras-mirrorlist", "name": "CentOS-$releasever - Extras"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-Extras.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 280, "state": "file", "uid": 0} 2021-07-24T16:56:41.268 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'key': 'CentOS-Extras', 'value': {'name': 'CentOS-$releasever - Extras', 'mirrorlist': 'file:///etc/yum.repos.d/CentOS-Extras-mirrorlist', 'gpgcheck': 1, 'enabled': 1, 'gpgkey': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial'}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "2856826614c7f1cb9409228f6c41319a023ca754", "dest": "/etc/yum.repos.d/CentOS-Extras.repo", "gid": 0, "group": "root", "item": {"key": "CentOS-Extras", "value": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-Extras-mirrorlist", "name": "CentOS-$releasever - Extras"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/CentOS-Extras.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 280, "state": "file", "uid": 0} 2021-07-24T16:56:41.386 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'CentOS-PowerTools', 'value': {'name': 'CentOS-$releasever - PowerTools', 'mirrorlist': 'file:///etc/yum.repos.d/CentOS-PowerTools-mirrorlist', 'gpgcheck': 1, 'enabled': 1, 'gpgkey': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial'}}) => {"ansible_loop_var": "item", "changed": true, "checksum": "76441d1028936932e965a46c12ad393f767201d3", "dest": "/etc/yum.repos.d/CentOS-PowerTools.repo", "gid": 0, "group": "root", "item": {"key": "CentOS-PowerTools", "value": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-PowerTools-mirrorlist", "name": "CentOS-$releasever - PowerTools"}}, "md5sum": "d96965513d5dae48e1f179ee52900b67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_conf_t:s0", "size": 292, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145800.9172196-26761-200356758272429/source", "state": "file", "uid": 0} 2021-07-24T16:56:41.413 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:41 +0000 (0:00:01.607) 0:03:46.120 ********* 2021-07-24T16:56:41.482 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2021-07-24T16:56:41.505 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:41 +0000 (0:00:00.092) 0:03:46.213 ********* 2021-07-24T16:56:41.591 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:41.613 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:41 +0000 (0:00:00.108) 0:03:46.321 ********* 2021-07-24T16:56:41.694 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* skipping: [smithi049.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"} 2021-07-24T16:56:41.706 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:56:41.729 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:41 +0000 (0:00:00.114) 0:03:46.436 ********* 2021-07-24T16:56:41.771 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'CentOS-PowerTools', 'value': {'name': 'CentOS-$releasever - PowerTools', 'mirrorlist': 'file:///etc/yum.repos.d/CentOS-PowerTools-mirrorlist', 'gpgcheck': 1, 'enabled': 1, 'gpgkey': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial'}}) => {"ansible_loop_var": "item", "changed": true, "checksum": "76441d1028936932e965a46c12ad393f767201d3", "dest": "/etc/yum.repos.d/CentOS-PowerTools.repo", "gid": 0, "group": "root", "item": {"key": "CentOS-PowerTools", "value": {"enabled": 1, "gpgcheck": 1, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "mirrorlist": "file:///etc/yum.repos.d/CentOS-PowerTools-mirrorlist", "name": "CentOS-$releasever - PowerTools"}}, "md5sum": "d96965513d5dae48e1f179ee52900b67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_conf_t:s0", "size": 292, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145801.2956562-26820-80020495667979/source", "state": "file", "uid": 0} 2021-07-24T16:56:41.806 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:41 +0000 (0:00:00.069) 0:03:46.505 ********* 2021-07-24T16:56:41.874 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2021-07-24T16:56:41.896 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:41 +0000 (0:00:00.099) 0:03:46.605 ********* 2021-07-24T16:56:41.970 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:41.990 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:41 +0000 (0:00:00.093) 0:03:46.698 ********* 2021-07-24T16:56:42.070 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* skipping: [smithi006.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"} 2021-07-24T16:56:42.082 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:56:42.107 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.117) 0:03:46.815 ********* 2021-07-24T16:56:42.326 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** 2021-07-24T16:56:42.328 INFO:teuthology.task.ansible.out:[WARNING]: Consider using the yum module rather than running 'yum'. If you need to use command because yum 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: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": "yum clean all", "delta": "0:00:00.344813", "end": "2021-07-24 16:56:42.300068", "rc": 0, "start": "2021-07-24 16:56:41.955255", "stderr": "", "stderr_lines": [], "stdout": "64 files removed", "stdout_lines": ["64 files removed"]} 2021-07-24T16:56:42.352 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.244) 0:03:47.060 ********* 2021-07-24T16:56:42.425 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:56:42.427 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"skip_packaging": false}, "changed": false} 2021-07-24T16:56:42.449 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.096) 0:03:47.157 ********* 2021-07-24T16:56:42.518 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* 2021-07-24T16:56:42.520 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:42.541 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.091) 0:03:47.249 ********* 2021-07-24T16:56:42.611 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:42.637 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.095) 0:03:47.345 ********* 2021-07-24T16:56:42.687 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": "yum clean all", "delta": "0:00:00.332532", "end": "2021-07-24 16:56:42.664488", "rc": 0, "start": "2021-07-24 16:56:42.331956", "stderr": "", "stderr_lines": [], "stdout": "64 files removed", "stdout_lines": ["64 files removed"]} 2021-07-24T16:56:42.710 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.073) 0:03:47.418 ********* 2021-07-24T16:56:42.784 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:56:42.786 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"skip_packaging": false}, "changed": false} 2021-07-24T16:56:42.808 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.098) 0:03:47.516 ********* 2021-07-24T16:56:42.881 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* fatal: [smithi049.front.sepia.ceph.com]: FAILED! => {"changed": false, "cmd": ["rpm", "-q", "ceph-debuginfo"], "delta": "0:00:00.006887", "end": "2021-07-24 16:56:42.856735", "msg": "non-zero return code", "rc": 1, "start": "2021-07-24 16:56:42.849848", "stderr": "", "stderr_lines": [], "stdout": "package ceph-debuginfo is not installed", "stdout_lines": ["package ceph-debuginfo is not installed"]} ...ignoring 2021-07-24T16:56:42.883 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:42.906 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.097) 0:03:47.614 ********* 2021-07-24T16:56:42.927 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.020) 0:03:47.635 ********* 2021-07-24T16:56:42.977 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:43.003 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:42 +0000 (0:00:00.075) 0:03:47.711 ********* 2021-07-24T16:56:43.010 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:43.036 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:43 +0000 (0:00:00.032) 0:03:47.743 ********* 2021-07-24T16:56:43.247 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* fatal: [smithi006.front.sepia.ceph.com]: FAILED! => {"changed": false, "cmd": ["rpm", "-q", "ceph-debuginfo"], "delta": "0:00:00.006902", "end": "2021-07-24 16:56:43.225641", "msg": "non-zero return code", "rc": 1, "start": "2021-07-24 16:56:43.218739", "stderr": "", "stderr_lines": [], "stdout": "package ceph-debuginfo is not installed", "stdout_lines": ["package ceph-debuginfo is not installed"]} ...ignoring 2021-07-24T16:56:43.274 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:43 +0000 (0:00:00.234) 0:03:47.978 ********* 2021-07-24T16:56:43.342 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:56:43.363 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:56:43 +0000 (0:00:00.093) 0:03:48.071 ********* 2021-07-24T16:57:01.765 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2021-07-24T16:57:01.767 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: librbd1-1:12.2.7-9.el8.x86_64", "Removed: qemu-kvm-block-rbd-15:4.2.0-34.module_el8.3.0+704+02c27f72.3.x86_64", "Removed: librados2-1:12.2.7-9.el8.x86_64"]} 2021-07-24T16:57:01.789 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:01 +0000 (0:00:18.425) 0:04:06.496 ********* 2021-07-24T16:57:02.081 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: librbd1-1:12.2.7-9.el8.x86_64", "Removed: qemu-kvm-block-rbd-15:4.2.0-34.module_el8.3.0+704+02c27f72.3.x86_64", "Removed: librados2-1:12.2.7-9.el8.x86_64"]} 2021-07-24T16:57:02.105 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:02 +0000 (0:00:00.315) 0:04:06.812 ********* 2021-07-24T16:57:04.768 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2021-07-24T16:57:04.770 INFO:teuthology.task.ansible.out:changed: [smithi049.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"]} 2021-07-24T16:57:04.791 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:04 +0000 (0:00:02.687) 0:04:09.499 ********* 2021-07-24T16:57:05.073 INFO:teuthology.task.ansible.out:changed: [smithi006.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"]} 2021-07-24T16:57:05.096 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:05 +0000 (0:00:00.305) 0:04:09.804 ********* 2021-07-24T16:57:14.027 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2021-07-24T16:57:14.029 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: dnf-plugins-core-4.0.18-4.el8.noarch", "Installed: librados2-1:12.2.7-9.el8.x86_64", "Installed: qemu-img-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: python3-dnf-plugins-core-4.0.18-4.el8.noarch", "Installed: yum-utils-4.0.18-4.el8.noarch", "Installed: librbd1-1:12.2.7-9.el8.x86_64", "Installed: qemu-kvm-block-rbd-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: boost-program-options-1.66.0-10.el8.x86_64", "Installed: qemu-kvm-common-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: boost-random-1.66.0-10.el8.x86_64", "Installed: qemu-kvm-core-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Removed: qemu-img-15:4.2.0-34.module_el8.3.0+704+02c27f72.3.x86_64", "Removed: qemu-kvm-common-15:4.2.0-34.module_el8.3.0+704+02c27f72.3.x86_64", "Removed: qemu-kvm-core-15:4.2.0-34.module_el8.3.0+704+02c27f72.3.x86_64", "Removed: python3-dnf-plugins-core-4.0.17-5.el8.noarch", "Removed: dnf-plugins-core-4.0.17-5.el8.noarch", "Removed: yum-utils-4.0.17-5.el8.noarch"]} 2021-07-24T16:57:14.061 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:14 +0000 (0:00:08.964) 0:04:18.769 ********* 2021-07-24T16:57:14.101 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: dnf-plugins-core-4.0.18-4.el8.noarch", "Installed: librados2-1:12.2.7-9.el8.x86_64", "Installed: qemu-img-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: python3-dnf-plugins-core-4.0.18-4.el8.noarch", "Installed: yum-utils-4.0.18-4.el8.noarch", "Installed: librbd1-1:12.2.7-9.el8.x86_64", "Installed: qemu-kvm-block-rbd-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: boost-program-options-1.66.0-10.el8.x86_64", "Installed: qemu-kvm-common-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: boost-random-1.66.0-10.el8.x86_64", "Installed: qemu-kvm-core-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Removed: qemu-img-15:4.2.0-34.module_el8.3.0+704+02c27f72.3.x86_64", "Removed: qemu-kvm-common-15:4.2.0-34.module_el8.3.0+704+02c27f72.3.x86_64", "Removed: qemu-kvm-core-15:4.2.0-34.module_el8.3.0+704+02c27f72.3.x86_64", "Removed: python3-dnf-plugins-core-4.0.17-5.el8.noarch", "Removed: dnf-plugins-core-4.0.17-5.el8.noarch", "Removed: yum-utils-4.0.17-5.el8.noarch"]} 2021-07-24T16:57:14.125 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:14 +0000 (0:00:00.063) 0:04:18.833 ********* 2021-07-24T16:57:14.142 INFO:teuthology.task.ansible.out: TASK [testnode : Install epel packages] **************************************** 2021-07-24T16:57:14.144 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:14.166 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:14 +0000 (0:00:00.040) 0:04:18.874 ********* 2021-07-24T16:57:14.193 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:14.217 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:14 +0000 (0:00:00.051) 0:04:18.925 ********* 2021-07-24T16:57:15.925 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2021-07-24T16:57:15.927 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:57:15.949 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:15 +0000 (0:00:01.732) 0:04:20.657 ********* 2021-07-24T16:57:15.997 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:57:16.020 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:16 +0000 (0:00:00.071) 0:04:20.729 ********* 2021-07-24T16:57:17.657 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2021-07-24T16:57:17.659 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:57:17.680 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:17 +0000 (0:00:01.659) 0:04:22.388 ********* 2021-07-24T16:57:17.794 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:57:17.821 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:17 +0000 (0:00:00.141) 0:04:22.529 ********* 2021-07-24T16:57:18.049 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable firewalld] *********************************** 2021-07-24T16:57:18.051 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "enabled": false, "name": "firewalld", "state": "stopped", "status": {"ActiveState": "inactive", "AllowedCPUs": "", "AllowedMemoryNodes": "", "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]", "ControlPID": "0", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "DevicePolicy": "auto", "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 }", "FileDescriptorStoreMax": "0", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity 2021-07-24T16:57:18.053 INFO:teuthology.task.ansible.out:", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127270", "LimitNPROCSoft": "127270", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127270", "LimitSIGPENDINGSoft": "127270", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Nice": "0", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "PermissionsStartOnly": "no", "RemainAfterExit": "no", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeMaxUSec": "infinity", "SecureBits": "0", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StatusErrno": "0", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "203632", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2021-07-24T16:57:18.073 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:18 +0000 (0:00:00.251) 0:04:22.781 ********* 2021-07-24T16:57:18.195 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "enabled": false, "name": "firewalld", "state": "stopped", "status": {"ActiveState": "inactive", "AllowedCPUs": "", "AllowedMemoryNodes": "", "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]", "ControlPID": "0", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "DevicePolicy": "auto", "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 }", "FileDescriptorStoreMax": "0", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity 2021-07-24T16:57:18.197 INFO:teuthology.task.ansible.out:", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127270", "LimitNPROCSoft": "127270", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127270", "LimitSIGPENDINGSoft": "127270", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Nice": "0", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "PermissionsStartOnly": "no", "RemainAfterExit": "no", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeMaxUSec": "infinity", "SecureBits": "0", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StatusErrno": "0", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "203632", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2021-07-24T16:57:18.219 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:18 +0000 (0:00:00.145) 0:04:22.927 ********* 2021-07-24T16:57:18.417 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable iptables] ************************************ 2021-07-24T16:57:18.419 INFO:teuthology.task.ansible.out:fatal: [smithi049.front.sepia.ceph.com]: FAILED! => {"changed": false, "msg": "Could not find the requested service iptables: host"} ...ignoring 2021-07-24T16:57:18.441 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:18 +0000 (0:00:00.222) 0:04:23.149 ********* 2021-07-24T16:57:18.573 INFO:teuthology.task.ansible.out:fatal: [smithi006.front.sepia.ceph.com]: FAILED! => {"changed": false, "msg": "Could not find the requested service iptables: host"} ...ignoring 2021-07-24T16:57:18.596 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:18 +0000 (0:00:00.154) 0:04:23.304 ********* 2021-07-24T16:57:19.212 INFO:teuthology.task.ansible.out: TASK [testnode : Enable SELinux] *********************************************** 2021-07-24T16:57:19.213 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "configfile": "/etc/selinux/config", "msg": "", "policy": "targeted", "reboot_required": false, "state": "permissive"} ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "configfile": "/etc/selinux/config", "msg": "", "policy": "targeted", "reboot_required": false, "state": "permissive"} 2021-07-24T16:57:19.236 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.639) 0:04:23.944 ********* 2021-07-24T16:57:19.256 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.020) 0:04:23.964 ********* 2021-07-24T16:57:19.298 INFO:teuthology.task.ansible.out: TASK [testnode : Install abrt] ************************************************* 2021-07-24T16:57:19.300 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.327 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.070) 0:04:24.035 ********* 2021-07-24T16:57:19.335 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.359 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.031) 0:04:24.067 ********* 2021-07-24T16:57:19.397 INFO:teuthology.task.ansible.out: TASK [testnode : Enable abrt-auto-reporting] *********************************** 2021-07-24T16:57:19.398 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.421 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.061) 0:04:24.129 ********* 2021-07-24T16:57:19.428 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.452 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.031) 0:04:24.160 ********* 2021-07-24T16:57:19.490 INFO:teuthology.task.ansible.out: TASK [testnode : Set OpenGPGCheck in abrt-action-save-package-data.conf] ******* 2021-07-24T16:57:19.492 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.514 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.061) 0:04:24.222 ********* 2021-07-24T16:57:19.522 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.546 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.032) 0:04:24.254 ********* 2021-07-24T16:57:19.574 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** 2021-07-24T16:57:19.575 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.598 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.051) 0:04:24.306 ********* 2021-07-24T16:57:19.616 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.639 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.041) 0:04:24.347 ********* 2021-07-24T16:57:19.667 INFO:teuthology.task.ansible.out: TASK [testnode : Restart abrtd] ************************************************ skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.691 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.051) 0:04:24.399 ********* 2021-07-24T16:57:19.710 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.733 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.042) 0:04:24.442 ********* 2021-07-24T16:57:19.761 INFO:teuthology.task.ansible.out: TASK [testnode : Check for custom repos] *************************************** 2021-07-24T16:57:19.763 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.785 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.051) 0:04:24.493 ********* 2021-07-24T16:57:19.803 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.826 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.041) 0:04:24.534 ********* 2021-07-24T16:57:19.854 INFO:teuthology.task.ansible.out: TASK [testnode : Remove custom repos] ****************************************** 2021-07-24T16:57:19.878 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.051) 0:04:24.586 ********* 2021-07-24T16:57:19.917 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.039) 0:04:24.625 ********* 2021-07-24T16:57:19.945 INFO:teuthology.task.ansible.out: TASK [testnode : Set apt preferences] ****************************************** 2021-07-24T16:57:19.947 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:19.969 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:19 +0000 (0:00:00.051) 0:04:24.677 ********* 2021-07-24T16:57:19.986 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.009 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.040) 0:04:24.717 ********* 2021-07-24T16:57:20.037 INFO:teuthology.task.ansible.out: TASK [testnode : Add sources list] ********************************************* 2021-07-24T16:57:20.038 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.060 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.050) 0:04:24.768 ********* 2021-07-24T16:57:20.078 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.101 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.041) 0:04:24.809 ********* 2021-07-24T16:57:20.139 INFO:teuthology.task.ansible.out: TASK [testnode : Install apt keys] ********************************************* 2021-07-24T16:57:20.141 INFO:teuthology.task.ansible.out:skipping: [smithi006.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: [smithi006.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"} 2021-07-24T16:57:20.164 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.062) 0:04:24.872 ********* 2021-07-24T16:57:20.182 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:57:20.184 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:57:20.206 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.042) 0:04:24.914 ********* 2021-07-24T16:57:20.233 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-apt] ******************************************* 2021-07-24T16:57:20.235 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.257 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.050) 0:04:24.965 ********* 2021-07-24T16:57:20.276 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.298 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.041) 0:04:25.007 ********* 2021-07-24T16:57:20.327 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** 2021-07-24T16:57:20.353 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.054) 0:04:25.062 ********* 2021-07-24T16:57:20.394 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.040) 0:04:25.102 ********* 2021-07-24T16:57:20.421 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** 2021-07-24T16:57:20.423 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.445 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.050) 0:04:25.153 ********* 2021-07-24T16:57:20.464 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.487 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.041) 0:04:25.195 ********* 2021-07-24T16:57:20.514 INFO:teuthology.task.ansible.out: TASK [testnode : Update apt cache.] ******************************************** 2021-07-24T16:57:20.516 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.538 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.051) 0:04:25.246 ********* 2021-07-24T16:57:20.557 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.580 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.041) 0:04:25.288 ********* 2021-07-24T16:57:20.607 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure packages are not present.] ***************************** 2021-07-24T16:57:20.609 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.637 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.056) 0:04:25.345 ********* 2021-07-24T16:57:20.656 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.679 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.041) 0:04:25.387 ********* 2021-07-24T16:57:20.696 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2021-07-24T16:57:20.698 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.721 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.041) 0:04:25.429 ********* 2021-07-24T16:57:20.748 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.773 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.051) 0:04:25.480 ********* 2021-07-24T16:57:20.789 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* 2021-07-24T16:57:20.791 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.813 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.041) 0:04:25.521 ********* 2021-07-24T16:57:20.841 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.864 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.051) 0:04:25.572 ********* 2021-07-24T16:57:20.881 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2021-07-24T16:57:20.882 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.905 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.040) 0:04:25.613 ********* 2021-07-24T16:57:20.933 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.956 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.051) 0:04:25.664 ********* 2021-07-24T16:57:20.973 INFO:teuthology.task.ansible.out: TASK [testnode : Install non aarch64 packages] ********************************* 2021-07-24T16:57:20.975 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:20.997 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:20 +0000 (0:00:00.040) 0:04:25.705 ********* 2021-07-24T16:57:21.025 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.054 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.057) 0:04:25.762 ********* 2021-07-24T16:57:21.071 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages with --no-install-recommends] **************** 2021-07-24T16:57:21.072 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.095 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.040) 0:04:25.803 ********* 2021-07-24T16:57:21.123 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.147 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.051) 0:04:25.855 ********* 2021-07-24T16:57:21.174 INFO:teuthology.task.ansible.out: TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** 2021-07-24T16:57:21.176 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.198 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.050) 0:04:25.906 ********* 2021-07-24T16:57:21.216 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.240 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.041) 0:04:25.948 ********* 2021-07-24T16:57:21.267 INFO:teuthology.task.ansible.out: TASK [testnode : Enable xattr for this boot.] ********************************** 2021-07-24T16:57:21.269 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.291 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.050) 0:04:25.999 ********* 2021-07-24T16:57:21.308 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.331 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.040) 0:04:26.039 ********* 2021-07-24T16:57:21.358 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure fuse group exists.] ************************************ 2021-07-24T16:57:21.360 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.382 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.050) 0:04:26.090 ********* 2021-07-24T16:57:21.400 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.422 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.040) 0:04:26.131 ********* 2021-07-24T16:57:21.450 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** 2021-07-24T16:57:21.452 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.476 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.054) 0:04:26.185 ********* 2021-07-24T16:57:21.494 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.517 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.040) 0:04:26.225 ********* 2021-07-24T16:57:21.544 INFO:teuthology.task.ansible.out: TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ 2021-07-24T16:57:21.546 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.569 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.051) 0:04:26.277 ********* 2021-07-24T16:57:21.587 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.610 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.041) 0:04:26.318 ********* 2021-07-24T16:57:21.640 INFO:teuthology.task.ansible.out: TASK [testnode : Set up static IP in /etc/hosts.] ****************************** 2021-07-24T16:57:21.642 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.664 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.053) 0:04:26.372 ********* 2021-07-24T16:57:21.682 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.706 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.042) 0:04:26.414 ********* 2021-07-24T16:57:21.735 INFO:teuthology.task.ansible.out: TASK [testnode : Stop apache2] ************************************************* 2021-07-24T16:57:21.737 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.760 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.053) 0:04:26.468 ********* 2021-07-24T16:57:21.778 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.803 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.043) 0:04:26.512 ********* 2021-07-24T16:57:21.831 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2021-07-24T16:57:21.833 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.856 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.052) 0:04:26.564 ********* 2021-07-24T16:57:21.874 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.898 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.042) 0:04:26.606 ********* 2021-07-24T16:57:21.916 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2021-07-24T16:57:21.917 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.941 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.042) 0:04:26.649 ********* 2021-07-24T16:57:21.969 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:21.992 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:21 +0000 (0:00:00.051) 0:04:26.700 ********* 2021-07-24T16:57:22.009 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2021-07-24T16:57:22.011 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.034 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.040) 0:04:26.741 ********* 2021-07-24T16:57:22.061 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.084 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.051) 0:04:26.792 ********* 2021-07-24T16:57:22.101 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2021-07-24T16:57:22.103 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.125 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.040) 0:04:26.833 ********* 2021-07-24T16:57:22.154 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.177 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.051) 0:04:26.885 ********* 2021-07-24T16:57:22.194 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2021-07-24T16:57:22.196 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.219 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.041) 0:04:26.926 ********* 2021-07-24T16:57:22.257 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.281 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.062) 0:04:26.989 ********* 2021-07-24T16:57:22.288 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2021-07-24T16:57:22.290 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.313 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.032) 0:04:27.021 ********* 2021-07-24T16:57:22.352 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.377 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.063) 0:04:27.085 ********* 2021-07-24T16:57:22.397 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.418 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.040) 0:04:27.126 ********* 2021-07-24T16:57:22.446 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.469 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.051) 0:04:27.177 ********* 2021-07-24T16:57:22.486 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2021-07-24T16:57:22.488 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.510 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.040) 0:04:27.218 ********* 2021-07-24T16:57:22.538 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.561 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.050) 0:04:27.269 ********* 2021-07-24T16:57:22.578 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:57:22.580 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.605 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.043) 0:04:27.313 ********* 2021-07-24T16:57:22.633 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.658 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.052) 0:04:27.365 ********* 2021-07-24T16:57:22.685 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2021-07-24T16:57:22.687 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.709 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.051) 0:04:27.417 ********* 2021-07-24T16:57:22.727 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.751 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.041) 0:04:27.459 ********* 2021-07-24T16:57:22.789 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2021-07-24T16:57:22.791 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.813 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.062) 0:04:27.521 ********* 2021-07-24T16:57:22.831 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.855 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.041) 0:04:27.563 ********* 2021-07-24T16:57:22.882 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2021-07-24T16:57:22.884 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.907 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.051) 0:04:27.615 ********* 2021-07-24T16:57:22.926 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:22.950 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.043) 0:04:27.658 ********* 2021-07-24T16:57:22.979 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2021-07-24T16:57:22.981 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:23.006 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:22 +0000 (0:00:00.055) 0:04:27.714 ********* 2021-07-24T16:57:23.035 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:23.059 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:23 +0000 (0:00:00.053) 0:04:27.767 ********* 2021-07-24T16:57:23.268 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2021-07-24T16:57:23.270 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "dest": "/usr/bin/lspci", "gid": 0, "group": "root", "mode": "0777", "owner": "root", "secontext": "unconfined_u:object_r:bin_t:s0", "size": 11, "src": "/sbin/lspci", "state": "link", "uid": 0} 2021-07-24T16:57:23.292 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:23 +0000 (0:00:00.233) 0:04:28.001 ********* 2021-07-24T16:57:23.322 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "dest": "/usr/bin/lspci", "gid": 0, "group": "root", "mode": "0777", "owner": "root", "secontext": "unconfined_u:object_r:bin_t:s0", "size": 11, "src": "/sbin/lspci", "state": "link", "uid": 0} 2021-07-24T16:57:23.348 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:23 +0000 (0:00:00.055) 0:04:28.056 ********* 2021-07-24T16:57:23.545 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2021-07-24T16:57:23.547 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/lib/ltp/testcases/bin", "secontext": "unconfined_u:object_r:lib_t:s0", "size": 4096, "state": "directory", "uid": 0} 2021-07-24T16:57:23.569 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:23 +0000 (0:00:00.221) 0:04:28.277 ********* 2021-07-24T16:57:23.608 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/lib/ltp/testcases/bin", "secontext": "unconfined_u:object_r:lib_t:s0", "size": 4096, "state": "directory", "uid": 0} 2021-07-24T16:57:23.633 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:23 +0000 (0:00:00.063) 0:04:28.341 ********* 2021-07-24T16:57:23.810 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2021-07-24T16:57:23.812 INFO:teuthology.task.ansible.out:[WARNING]: Cannot set fs attributes on a non-existent symlink target. follow should be set to False to avoid this. ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "dest": "/usr/lib/ltp/testcases/bin/fsstress", "src": "/usr/bin/fsstress"} 2021-07-24T16:57:23.835 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:23 +0000 (0:00:00.202) 0:04:28.543 ********* 2021-07-24T16:57:23.875 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "dest": "/usr/lib/ltp/testcases/bin/fsstress", "src": "/usr/bin/fsstress"} 2021-07-24T16:57:23.899 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:23 +0000 (0:00:00.063) 0:04:28.607 ********* 2021-07-24T16:57:23.917 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:23.940 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:23 +0000 (0:00:00.040) 0:04:28.648 ********* 2021-07-24T16:57:23.978 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.002 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:23 +0000 (0:00:00.062) 0:04:28.710 ********* 2021-07-24T16:57:24.020 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2021-07-24T16:57:24.022 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.045 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.042) 0:04:28.753 ********* 2021-07-24T16:57:24.074 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.104 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.059) 0:04:28.812 ********* 2021-07-24T16:57:24.123 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2021-07-24T16:57:24.125 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.150 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.045) 0:04:28.858 ********* 2021-07-24T16:57:24.179 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.206 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.056) 0:04:28.914 ********* 2021-07-24T16:57:24.226 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2021-07-24T16:57:24.228 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.251 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.045) 0:04:28.960 ********* 2021-07-24T16:57:24.270 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.295 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.043) 0:04:29.003 ********* 2021-07-24T16:57:24.324 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2021-07-24T16:57:24.325 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.348 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.053) 0:04:29.056 ********* 2021-07-24T16:57:24.366 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.391 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.042) 0:04:29.099 ********* 2021-07-24T16:57:24.419 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2021-07-24T16:57:24.421 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.443 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.052) 0:04:29.151 ********* 2021-07-24T16:57:24.461 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.485 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.042) 0:04:29.194 ********* 2021-07-24T16:57:24.513 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2021-07-24T16:57:24.515 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.536 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.050) 0:04:29.245 ********* 2021-07-24T16:57:24.554 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.582 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.040) 0:04:29.285 ********* 2021-07-24T16:57:24.605 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.628 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.050) 0:04:29.336 ********* 2021-07-24T16:57:24.660 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.684 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.055) 0:04:29.392 ********* 2021-07-24T16:57:24.702 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2021-07-24T16:57:24.703 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.726 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.042) 0:04:29.434 ********* 2021-07-24T16:57:24.755 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.778 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.051) 0:04:29.486 ********* 2021-07-24T16:57:24.795 INFO:teuthology.task.ansible.out: TASK [testnode : Set grub config.] ********************************************* 2021-07-24T16:57:24.797 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.818 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.040) 0:04:29.527 ********* 2021-07-24T16:57:24.846 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.870 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.051) 0:04:29.578 ********* 2021-07-24T16:57:24.887 INFO:teuthology.task.ansible.out: TASK [testnode : Remove /etc/ceph] ********************************************* 2021-07-24T16:57:24.889 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.910 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.040) 0:04:29.618 ********* 2021-07-24T16:57:24.938 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:24.961 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.050) 0:04:29.669 ********* 2021-07-24T16:57:24.978 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2021-07-24T16:57:24.980 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.002 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:24 +0000 (0:00:00.040) 0:04:29.710 ********* 2021-07-24T16:57:25.030 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.054 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.051) 0:04:29.762 ********* 2021-07-24T16:57:25.071 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2021-07-24T16:57:25.073 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.096 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.042) 0:04:29.804 ********* 2021-07-24T16:57:25.125 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.150 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.053) 0:04:29.857 ********* 2021-07-24T16:57:25.167 INFO:teuthology.task.ansible.out: TASK [testnode : Upload weekly kernel-clean crontab.] ************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.191 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.041) 0:04:29.899 ********* 2021-07-24T16:57:25.219 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.247 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.055) 0:04:29.954 ********* 2021-07-24T16:57:25.266 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/grub.d/02_force_timeout.] ************************* skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.287 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.040) 0:04:29.995 ********* 2021-07-24T16:57:25.315 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.339 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.052) 0:04:30.047 ********* 2021-07-24T16:57:25.357 INFO:teuthology.task.ansible.out: TASK [testnode : Enable kernel modules to load at boot time.] ****************** 2021-07-24T16:57:25.359 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.381 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.041) 0:04:30.089 ********* 2021-07-24T16:57:25.410 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.434 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.052) 0:04:30.142 ********* 2021-07-24T16:57:25.452 INFO:teuthology.task.ansible.out: TASK [testnode : Enabling auto-fsck fix to prevent boot hangup.] *************** 2021-07-24T16:57:25.453 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.477 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.041) 0:04:30.184 ********* 2021-07-24T16:57:25.494 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.518 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.042) 0:04:30.226 ********* 2021-07-24T16:57:25.546 INFO:teuthology.task.ansible.out: TASK [testnode : Work around broken wget on wheezy.] *************************** 2021-07-24T16:57:25.548 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.570 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.051) 0:04:30.278 ********* 2021-07-24T16:57:25.591 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.613 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.042) 0:04:30.321 ********* 2021-07-24T16:57:25.633 INFO:teuthology.task.ansible.out: TASK [testnode : Stop collectl] ************************************************ 2021-07-24T16:57:25.634 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.656 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.043) 0:04:30.365 ********* 2021-07-24T16:57:25.684 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.709 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.052) 0:04:30.417 ********* 2021-07-24T16:57:25.726 INFO:teuthology.task.ansible.out: TASK [testnode : Add PATH to the teuthology_user .bashrc.] ********************* 2021-07-24T16:57:25.728 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.750 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.041) 0:04:30.458 ********* 2021-07-24T16:57:25.778 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.802 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.051) 0:04:30.510 ********* 2021-07-24T16:57:25.820 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if we need to edit /etc/profile.] **************** 2021-07-24T16:57:25.820 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.844 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.041) 0:04:30.551 ********* 2021-07-24T16:57:25.872 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.896 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.052) 0:04:30.604 ********* 2021-07-24T16:57:25.913 INFO:teuthology.task.ansible.out: TASK [testnode : Update /etc/profile if needed.] ******************************* skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.938 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.041) 0:04:30.645 ********* 2021-07-24T16:57:25.967 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:25.991 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:25 +0000 (0:00:00.054) 0:04:30.700 ********* 2021-07-24T16:57:26.009 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:57:26.011 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2021-07-24T16:57:26.033 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.041) 0:04:30.741 ********* 2021-07-24T16:57:26.072 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2021-07-24T16:57:26.098 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.064) 0:04:30.806 ********* 2021-07-24T16:57:26.116 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** skipping: [smithi006.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.127 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} skipping: [smithi006.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.139 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.140 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.152 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.181 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.082) 0:04:30.888 ********* 2021-07-24T16:57:26.188 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.209 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} 2021-07-24T16:57:26.211 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.222 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.252 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.069) 0:04:30.958 ********* 2021-07-24T16:57:26.426 INFO:teuthology.task.ansible.out: 2021-07-24T16:57:26.428 INFO:teuthology.task.ansible.out:TASK [testnode : Check for teuthology-lock command] **************************** changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.003763", "end": "2021-07-24 16:57:26.397813", "rc": 0, "start": "2021-07-24 16:57:26.394050", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/virtualenv/bin/teuthology-lock"]} 2021-07-24T16:57:26.456 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.205) 0:04:31.164 ********* 2021-07-24T16:57:26.485 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.003038", "end": "2021-07-24 16:57:26.465632", "rc": 0, "start": "2021-07-24 16:57:26.462594", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/virtualenv/bin/teuthology-lock"]} 2021-07-24T16:57:26.510 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.054) 0:04:31.218 ********* 2021-07-24T16:57:26.527 INFO:teuthology.task.ansible.out: TASK [testnode : Mark system down if NVMe card missing] ************************ 2021-07-24T16:57:26.529 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.553 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.042) 0:04:31.261 ********* 2021-07-24T16:57:26.581 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.606 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.053) 0:04:31.314 ********* 2021-07-24T16:57:26.623 INFO:teuthology.task.ansible.out: TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** 2021-07-24T16:57:26.625 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.648 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.041) 0:04:31.356 ********* 2021-07-24T16:57:26.678 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.701 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.052) 0:04:31.409 ********* 2021-07-24T16:57:26.728 INFO:teuthology.task.ansible.out: TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.753 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.051) 0:04:31.460 ********* 2021-07-24T16:57:26.770 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.794 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.041) 0:04:31.502 ********* 2021-07-24T16:57:26.821 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure apt dependencies are installed] ********************* 2021-07-24T16:57:26.823 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.845 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.050) 0:04:31.553 ********* 2021-07-24T16:57:26.862 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:26.886 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:26 +0000 (0:00:00.041) 0:04:31.594 ********* 2021-07-24T16:57:28.575 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure rpm dependencies are installed] ********************* 2021-07-24T16:57:28.576 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:57:28.608 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:28 +0000 (0:00:01.722) 0:04:33.316 ********* 2021-07-24T16:57:28.621 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:57:28.656 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:28 +0000 (0:00:00.047) 0:04:33.364 ********* 2021-07-24T16:57:28.695 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2021-07-24T16:57:28.697 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930250981376, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227112056, 'block_used': 12983052, 'inode_total': 61054976, 'inode_available': 60985735, 'inode_used': 69241, 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c'}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 227112056, "block_size": 4096, "block_total": 240095108, "block_used": 12983052, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60985735, "inode_total": 61054976, "inode_used": 69241, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930250981376, "size_total": 983429562368, "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}} 2021-07-24T16:57:28.720 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:28 +0000 (0:00:00.063) 0:04:33.428 ********* 2021-07-24T16:57:28.739 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930250969088, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227112053, 'block_used': 12983055, 'inode_total': 61054976, 'inode_available': 60985735, 'inode_used': 69241, 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c'}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 227112053, "block_size": 4096, "block_total": 240095108, "block_used": 12983055, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60985735, "inode_total": 61054976, "inode_used": 69241, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930250969088, "size_total": 983429562368, "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}} 2021-07-24T16:57:28.764 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:28 +0000 (0:00:00.043) 0:04:33.472 ********* 2021-07-24T16:57:28.960 INFO:teuthology.task.ansible.out: TASK [testnode : Compile list of non-root partitions] ************************** 2021-07-24T16:57:28.962 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.005398", "end": "2021-07-24 16:57:28.938423", "rc": 0, "start": "2021-07-24 16:57:28.933025", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:28.983 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:28 +0000 (0:00:00.219) 0:04:33.691 ********* 2021-07-24T16:57:29.003 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.005438", "end": "2021-07-24 16:57:28.982954", "rc": 0, "start": "2021-07-24 16:57:28.977516", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:29.027 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:29 +0000 (0:00:00.044) 0:04:33.735 ********* 2021-07-24T16:57:29.065 INFO:teuthology.task.ansible.out: TASK [testnode : Unmount any non-root mountpoints] ***************************** 2021-07-24T16:57:29.067 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930250981376, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227112056, 'block_used': 12983052, 'inode_total': 61054976, 'inode_available': 60985735, 'inode_used': 69241, 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227112056, "block_size": 4096, "block_total": 240095108, "block_used": 12983052, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60985735, "inode_total": 61054976, "inode_used": 69241, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930250981376, "size_total": 983429562368, "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:29.090 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:29 +0000 (0:00:00.062) 0:04:33.798 ********* 2021-07-24T16:57:29.108 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930250969088, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227112053, 'block_used': 12983055, 'inode_total': 61054976, 'inode_available': 60985735, 'inode_used': 69241, 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227112053, "block_size": 4096, "block_total": 240095108, "block_used": 12983055, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60985735, "inode_total": 61054976, "inode_used": 69241, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930250969088, "size_total": 983429562368, "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:29.133 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:29 +0000 (0:00:00.042) 0:04:33.841 ********* 2021-07-24T16:57:29.160 INFO:teuthology.task.ansible.out: TASK [testnode : Wipe filesystems on non-root partitions] ********************** 2021-07-24T16:57:29.186 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:29 +0000 (0:00:00.052) 0:04:33.893 ********* 2021-07-24T16:57:29.230 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:29 +0000 (0:00:00.043) 0:04:33.937 ********* 2021-07-24T16:57:30.849 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2021-07-24T16:57:30.851 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO14yZptqiL83vWgIzWTWfJQHO13FBIEkl'], '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-1 || sgdisk --zap-all /dev/dm-1", "delta": "0:00:01.404775", "end": "2021-07-24 16:57:30.822514", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO14yZptqiL83vWgIzWTWfJQHO13FBIEkl"], "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": "2021-07-24 16:57:29.417739", "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."]} 2021-07-24T16:57:30.861 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqG7nfDby36zQX7Zic7tGEMD8Oy8bLTbEPF'], '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-1 || sgdisk --zap-all /dev/dm-1", "delta": "0:00:01.363344", "end": "2021-07-24 16:57:30.830491", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqG7nfDby36zQX7Zic7tGEMD8Oy8bLTbEPF"], "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": "2021-07-24 16:57:29.467147", "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."]} 2021-07-24T16:57:32.114 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-W7utDk-NFEw-PnYX-yrca-OMNl-48YI-DtKXqZ', 'nvme-INTEL_SSDPEDMD400G4_CVFT5330000H400BGN', 'nvme-nvme.8086-43564654353333303030304834303042474e-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.055555", "end": "2021-07-24 16:57:32.073030", "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-W7utDk-NFEw-PnYX-yrca-OMNl-48YI-DtKXqZ", "nvme-INTEL_SSDPEDMD400G4_CVFT5330000H400BGN", "nvme-nvme.8086-43564654353333303030304834303042474e-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": "2021-07-24 16:57:31.017475", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nGPT data structures destroyed! 2021-07-24T16:57:32.116 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."]} 2021-07-24T16:57:32.126 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-oIWEPa-EdsB-SLlN-PNub-cqI8-xymf-fNuYA7', 'nvme-INTEL_SSDPED1D480GA_PHMB747500D2480DGN', 'nvme-nvme.8086-50484d42373437353030443234383044474e-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.057105", "end": "2021-07-24 16:57:32.090105", "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-oIWEPa-EdsB-SLlN-PNub-cqI8-xymf-fNuYA7", "nvme-INTEL_SSDPED1D480GA_PHMB747500D2480DGN", "nvme-nvme.8086-50484d42373437353030443234383044474e-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": "2021-07-24 16:57:31.033000", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nGPT data structures destroyed! You may now pa 2021-07-24T16:57:32.127 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."]} 2021-07-24T16:57:33.347 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO66Hwia9753ApmeWvfsC12BvyzWex5mtR'], 'uuids': ['2056da2d-d4f7-4ff4-9a61-666cf0de03ec'], '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.046085", "end": "2021-07-24 16:57:33.315943", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO66Hwia9753ApmeWvfsC12BvyzWex5mtR"], "labels": [], "masters": [], "uuids": ["2056da2d-d4f7-4ff4-9a61-666cf0de03ec"]}, "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": "2021-07-24 16:57:32.269858", "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."]} 2021-07-24T16:57:33.359 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGmGTVvmkmNCNNcDFD4x7Y2qlBjERwOeTt'], 'uuids': ['6f3afed4-a7a1-4052-8b89-ee7ae85acbf6'], '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.046594", "end": "2021-07-24 16:57:33.334210", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGmGTVvmkmNCNNcDFD4x7Y2qlBjERwOeTt"], "labels": [], "masters": [], "uuids": ["6f3afed4-a7a1-4052-8b89-ee7ae85acbf6"]}, "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": "2021-07-24 16:57:32.287616", "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."]} 2021-07-24T16:57:34.585 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQObkoNGvySNEXzD0igHEoc7f2HR3PVQBBG'], '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-2 || sgdisk --zap-all /dev/dm-2", "delta": "0:00:01.045525", "end": "2021-07-24 16:57:34.558446", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQObkoNGvySNEXzD0igHEoc7f2HR3PVQBBG"], "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": "2021-07-24 16:57:33.512921", "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."]} 2021-07-24T16:57:34.607 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGDBrCFQ3rybObD8V0fD7sTG7JgjegnMrG'], '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-2 || sgdisk --zap-all /dev/dm-2", "delta": "0:00:01.053267", "end": "2021-07-24 16:57:34.576828", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGDBrCFQ3rybObD8V0fD7sTG7JgjegnMrG"], "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": "2021-07-24 16:57:33.523561", "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."]} 2021-07-24T16:57:35.827 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQOX1y2lTq92RlxdmRdL7tdg0Wd42EmXMol'], '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-0 || sgdisk --zap-all /dev/dm-0", "delta": "0:00:01.047255", "end": "2021-07-24 16:57:35.799959", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQOX1y2lTq92RlxdmRdL7tdg0Wd42EmXMol"], "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": "2021-07-24 16:57:34.752704", "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."]} 2021-07-24T16:57:35.838 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J30S', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4J30S', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4J30S', 'scsi-35000c500871b60ff', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4J30S', 'wwn-0x5000c500871b60ff'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4J30S', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871b60ff', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J30S-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4J30S-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4J30S-part1', 'scsi-35000c500871b60ff-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4J30S-part1', 'wwn-0x5000c500871b60ff-part1'], 'uuids': ['a9bc468f-7d76-441a-b17b-cd059807719c'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c', '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_Z1W4J30S", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4J30S", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4J30S", "scsi-35000c500871b60ff", "scsi-SATA_ST1000NM0033-9ZM_Z1W4J30S", "wwn-0x5000c500871b60ff"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4J30S-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4J30S-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2021-07-24T16:57:35.840 INFO:teuthology.task.ansible.out:Z1W4J30S-part1", "scsi-35000c500871b60ff-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4J30S-part1", "wwn-0x5000c500871b60ff-part1"], "labels": [], "masters": [], "uuids": ["a9bc468f-7d76-441a-b17b-cd059807719c"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4J30S", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871b60ff"}}, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:35.861 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGPEY2AN8WuM96n3V01kA8IucZf8Z1ble6'], '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-0 || sgdisk --zap-all /dev/dm-0", "delta": "0:00:01.061213", "end": "2021-07-24 16:57:35.834417", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGPEY2AN8WuM96n3V01kA8IucZf8Z1ble6"], "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": "2021-07-24 16:57:34.773204", "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."]} 2021-07-24T16:57:35.873 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQ4V', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ4V', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ4V', 'scsi-35000c500871a8b6a', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ4V', 'wwn-0x5000c500871a8b6a'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4HQ4V', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871a8b6a', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQ4V-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ4V-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ4V-part1', 'scsi-35000c500871a8b6a-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ4V-part1', 'wwn-0x5000c500871a8b6a-part1'], 'uuids': ['a9bc468f-7d76-441a-b17b-cd059807719c'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c', '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_Z1W4HQ4V", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ4V", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ4V", "scsi-35000c500871a8b6a", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ4V", "wwn-0x5000c500871a8b6a"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HQ4V-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ4V-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2021-07-24T16:57:35.874 INFO:teuthology.task.ansible.out:Z1W4HQ4V-part1", "scsi-35000c500871a8b6a-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ4V-part1", "wwn-0x5000c500871a8b6a-part1"], "labels": [], "masters": [], "uuids": ["a9bc468f-7d76-441a-b17b-cd059807719c"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4HQ4V", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871a8b6a"}}, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:37.089 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO20rhcYw2971cvPlzaUJ5hsbYeIwf45vu'], '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.054786", "end": "2021-07-24 16:57:37.058405", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO20rhcYw2971cvPlzaUJ5hsbYeIwf45vu"], "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": "2021-07-24 16:57:36.003619", "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."]} 2021-07-24T16:57:37.124 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:37 +0000 (0:00:07.895) 0:04:41.832 ********* 2021-07-24T16:57:37.136 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGcihJALEZJ9McTgqs0UlI0uEHPWBtp5KN'], '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.049379", "end": "2021-07-24 16:57:37.084664", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGcihJALEZJ9McTgqs0UlI0uEHPWBtp5KN"], "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": "2021-07-24 16:57:36.035285", "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."]} 2021-07-24T16:57:37.167 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:37 +0000 (0:00:00.042) 0:04:41.875 ********* 2021-07-24T16:57:37.691 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2021-07-24T16:57:37.693 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqG7nfDby36zQX7Zic7tGEMD8Oy8bLTbEPF'], '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-1 bs=1M count=110", "delta": "0:00:00.100375", "end": "2021-07-24 16:57:37.668978", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqG7nfDby36zQX7Zic7tGEMD8Oy8bLTbEPF"], "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": "2021-07-24 16:57:37.568603", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0975208 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0975208 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:37.704 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO14yZptqiL83vWgIzWTWfJQHO13FBIEkl'], '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-1 bs=1M count=110", "delta": "0:00:00.151908", "end": "2021-07-24 16:57:37.671826", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO14yZptqiL83vWgIzWTWfJQHO13FBIEkl"], "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": "2021-07-24 16:57:37.519918", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.149074 s, 774 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.149074 s, 774 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:37.914 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-oIWEPa-EdsB-SLlN-PNub-cqI8-xymf-fNuYA7', 'nvme-INTEL_SSDPED1D480GA_PHMB747500D2480DGN', 'nvme-nvme.8086-50484d42373437353030443234383044474e-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.039744", "end": "2021-07-24 16:57:37.887823", "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-oIWEPa-EdsB-SLlN-PNub-cqI8-xymf-fNuYA7", "nvme-INTEL_SSDPED1D480GA_PHMB747500D2480DGN", "nvme-nvme.8086-50484d42373437353030443234383044474e-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": "2021-07-24 16:57:37.848079", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0369586 s, 3.1 GB/s", "stderr_lines": [" 2021-07-24T16:57:37.916 INFO:teuthology.task.ansible.out:110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0369586 s, 3.1 GB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:37.916 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-W7utDk-NFEw-PnYX-yrca-OMNl-48YI-DtKXqZ', 'nvme-INTEL_SSDPEDMD400G4_CVFT5330000H400BGN', 'nvme-nvme.8086-43564654353333303030304834303042474e-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.039700", "end": "2021-07-24 16:57:37.890151", "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-W7utDk-NFEw-PnYX-yrca-OMNl-48YI-DtKXqZ", "nvme-INTEL_SSDPEDMD400G4_CVFT5330000H400BGN", "nvme-nvme.8086-43564654353333303030304834303042474e-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": "2021 2021-07-24T16:57:37.918 INFO:teuthology.task.ansible.out:-07-24 16:57:37.850451", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0369204 s, 3.1 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0369204 s, 3.1 GB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:38.187 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGmGTVvmkmNCNNcDFD4x7Y2qlBjERwOeTt'], 'uuids': ['6f3afed4-a7a1-4052-8b89-ee7ae85acbf6'], '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.101019", "end": "2021-07-24 16:57:38.166403", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGmGTVvmkmNCNNcDFD4x7Y2qlBjERwOeTt"], "labels": [], "masters": [], "uuids": ["6f3afed4-a7a1-4052-8b89-ee7ae85acbf6"]}, "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": "2021-07-24 16:57:38.065384", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0981165 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0981165 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:38.241 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO66Hwia9753ApmeWvfsC12BvyzWex5mtR'], 'uuids': ['2056da2d-d4f7-4ff4-9a61-666cf0de03ec'], '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.142999", "end": "2021-07-24 16:57:38.212568", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO66Hwia9753ApmeWvfsC12BvyzWex5mtR"], "labels": [], "masters": [], "uuids": ["2056da2d-d4f7-4ff4-9a61-666cf0de03ec"]}, "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": "2021-07-24 16:57:38.069569", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.140221 s, 823 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.140221 s, 823 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:38.472 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGDBrCFQ3rybObD8V0fD7sTG7JgjegnMrG'], '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-2 bs=1M count=110", "delta": "0:00:00.099147", "end": "2021-07-24 16:57:38.440879", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGDBrCFQ3rybObD8V0fD7sTG7JgjegnMrG"], "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": "2021-07-24 16:57:38.341732", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0964094 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0964094 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:38.568 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQObkoNGvySNEXzD0igHEoc7f2HR3PVQBBG'], '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-2 bs=1M count=110", "delta": "0:00:00.141419", "end": "2021-07-24 16:57:38.539735", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQObkoNGvySNEXzD0igHEoc7f2HR3PVQBBG"], "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": "2021-07-24 16:57:38.398316", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.13866 s, 832 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.13866 s, 832 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:38.746 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGPEY2AN8WuM96n3V01kA8IucZf8Z1ble6'], '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-0 bs=1M count=110", "delta": "0:00:00.100877", "end": "2021-07-24 16:57:38.718618", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGPEY2AN8WuM96n3V01kA8IucZf8Z1ble6"], "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": "2021-07-24 16:57:38.617741", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0982349 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0982349 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:38.758 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQ4V', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ4V', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ4V', 'scsi-35000c500871a8b6a', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ4V', 'wwn-0x5000c500871a8b6a'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4HQ4V', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871a8b6a', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQ4V-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ4V-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ4V-part1', 'scsi-35000c500871a8b6a-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ4V-part1', 'wwn-0x5000c500871a8b6a-part1'], 'uuids': ['a9bc468f-7d76-441a-b17b-cd059807719c'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c', '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_Z1W4HQ4V", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ4V", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ4V", "scsi-35000c500871a8b6a", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ4V", "wwn-0x5000c500871a8b6a"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HQ4V-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ4V-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2021-07-24T16:57:38.760 INFO:teuthology.task.ansible.out:Z1W4HQ4V-part1", "scsi-35000c500871a8b6a-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ4V-part1", "wwn-0x5000c500871a8b6a-part1"], "labels": [], "masters": [], "uuids": ["a9bc468f-7d76-441a-b17b-cd059807719c"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4HQ4V", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871a8b6a"}}, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:38.887 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQOX1y2lTq92RlxdmRdL7tdg0Wd42EmXMol'], '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-0 bs=1M count=110", "delta": "0:00:00.141004", "end": "2021-07-24 16:57:38.857258", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQOX1y2lTq92RlxdmRdL7tdg0Wd42EmXMol"], "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": "2021-07-24 16:57:38.716254", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.138275 s, 834 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.138275 s, 834 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:38.888 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J30S', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4J30S', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4J30S', 'scsi-35000c500871b60ff', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4J30S', 'wwn-0x5000c500871b60ff'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4J30S', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871b60ff', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J30S-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4J30S-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4J30S-part1', 'scsi-35000c500871b60ff-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4J30S-part1', 'wwn-0x5000c500871b60ff-part1'], 'uuids': ['a9bc468f-7d76-441a-b17b-cd059807719c'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c', '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_Z1W4J30S", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4J30S", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4J30S", "scsi-35000c500871b60ff", "scsi-SATA_ST1000NM0033-9ZM_Z1W4J30S", "wwn-0x5000c500871b60ff"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4J30S-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4J30S-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2021-07-24T16:57:38.890 INFO:teuthology.task.ansible.out:Z1W4J30S-part1", "scsi-35000c500871b60ff-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4J30S-part1", "wwn-0x5000c500871b60ff-part1"], "labels": [], "masters": [], "uuids": ["a9bc468f-7d76-441a-b17b-cd059807719c"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4J30S", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871b60ff"}}, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:39.035 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGcihJALEZJ9McTgqs0UlI0uEHPWBtp5KN'], '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.099414", "end": "2021-07-24 16:57:39.006943", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-0n6coKUepboeR3HQnjOFj5ZtLtiA7KqGcihJALEZJ9McTgqs0UlI0uEHPWBtp5KN"], "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": "2021-07-24 16:57:38.907529", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0966239 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0966239 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:39.063 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:39 +0000 (0:00:01.896) 0:04:43.771 ********* 2021-07-24T16:57:39.216 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO20rhcYw2971cvPlzaUJ5hsbYeIwf45vu'], '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.143951", "end": "2021-07-24 16:57:39.188585", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-dDEXqYLv2z1U6mQ1qaezFrlIbhlSmQQO20rhcYw2971cvPlzaUJ5hsbYeIwf45vu"], "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": "2021-07-24 16:57:39.044634", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.141207 s, 817 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.141207 s, 817 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:39.245 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:39 +0000 (0:00:00.181) 0:04:43.953 ********* 2021-07-24T16:57:39.347 INFO:teuthology.task.ansible.out: TASK [testnode : Remove all LVM data] ****************************************** 2021-07-24T16:57:39.349 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.052008", "end": "2021-07-24 16:57:39.280919", "rc": 0, "start": "2021-07-24 16:57:39.228911", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:39.371 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:39 +0000 (0:00:00.125) 0:04:44.079 ********* 2021-07-24T16:57:39.555 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.075429", "end": "2021-07-24 16:57:39.487713", "rc": 0, "start": "2021-07-24 16:57:39.412284", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:39.578 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:39 +0000 (0:00:00.206) 0:04:44.286 ********* 2021-07-24T16:57:39.606 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** 2021-07-24T16:57:39.608 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.049766", "end": "2021-07-24 16:57:39.587736", "rc": 0, "start": "2021-07-24 16:57:39.537970", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:39.630 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:39 +0000 (0:00:00.052) 0:04:44.338 ********* 2021-07-24T16:57:39.688 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2021-07-24T16:57:39.754 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:39 +0000 (0:00:00.123) 0:04:44.462 ********* 2021-07-24T16:57:39.782 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* 2021-07-24T16:57:39.783 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:39.806 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:39 +0000 (0:00:00.051) 0:04:44.514 ********* 2021-07-24T16:57:39.822 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** 2021-07-24T16:57:39.824 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.051194", "end": "2021-07-24 16:57:39.793601", "rc": 0, "start": "2021-07-24 16:57:39.742407", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:39.974 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:39 +0000 (0:00:00.168) 0:04:44.682 ********* 2021-07-24T16:57:39.981 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2021-07-24T16:57:39.983 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.005 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:39 +0000 (0:00:00.030) 0:04:44.713 ********* 2021-07-24T16:57:40.011 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2021-07-24T16:57:40.036 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.031) 0:04:44.745 ********* 2021-07-24T16:57:40.043 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2021-07-24T16:57:40.044 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.070 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.033) 0:04:44.778 ********* 2021-07-24T16:57:40.076 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* 2021-07-24T16:57:40.078 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.103 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.032) 0:04:44.811 ********* 2021-07-24T16:57:40.109 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** 2021-07-24T16:57:40.111 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.133 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.030) 0:04:44.841 ********* 2021-07-24T16:57:40.139 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2021-07-24T16:57:40.140 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.170 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.036) 0:04:44.878 ********* 2021-07-24T16:57:40.202 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.234 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.064) 0:04:44.943 ********* 2021-07-24T16:57:40.263 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** 2021-07-24T16:57:40.264 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.286 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.051) 0:04:44.994 ********* 2021-07-24T16:57:40.325 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ 2021-07-24T16:57:40.327 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:57:40.350 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.063) 0:04:45.058 ********* 2021-07-24T16:57:40.388 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2021-07-24T16:57:40.390 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930250969088, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227112053, 'block_used': 12983055, 'inode_total': 61054976, 'inode_available': 60985735, 'inode_used': 69241, 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227112053, "block_size": 4096, "block_total": 240095108, "block_used": 12983055, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60985735, "inode_total": 61054976, "inode_used": 69241, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930250969088, "size_total": 983429562368, "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.411 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.061) 0:04:45.120 ********* 2021-07-24T16:57:40.438 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* 2021-07-24T16:57:40.440 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.461 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.049) 0:04:45.169 ********* 2021-07-24T16:57:40.478 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ 2021-07-24T16:57:40.480 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-24T16:57:40.501 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.039) 0:04:45.209 ********* 2021-07-24T16:57:40.507 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:57:40.509 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.532 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.030) 0:04:45.240 ********* 2021-07-24T16:57:40.549 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2021-07-24T16:57:40.551 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930250981376, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227112056, 'block_used': 12983052, 'inode_total': 61054976, 'inode_available': 60985735, 'inode_used': 69241, 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227112056, "block_size": 4096, "block_total": 240095108, "block_used": 12983052, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60985735, "inode_total": 61054976, "inode_used": 69241, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930250981376, "size_total": 983429562368, "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.572 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.040) 0:04:45.280 ********* 2021-07-24T16:57:40.579 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:57:40.581 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.602 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.029) 0:04:45.310 ********* 2021-07-24T16:57:40.608 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* 2021-07-24T16:57:40.610 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.632 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.030) 0:04:45.340 ********* 2021-07-24T16:57:40.639 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume_groups dict] ************************************ 2021-07-24T16:57:40.642 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.667 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.034) 0:04:45.375 ********* 2021-07-24T16:57:40.674 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:57:40.676 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.699 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.031) 0:04:45.407 ********* 2021-07-24T16:57:40.705 INFO:teuthology.task.ansible.out: TASK [testnode : Determine desired logical volume percentage size] ************* 2021-07-24T16:57:40.707 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.729 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.029) 0:04:45.437 ********* 2021-07-24T16:57:40.735 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:57:40.737 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.762 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.033) 0:04:45.471 ********* 2021-07-24T16:57:40.770 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** 2021-07-24T16:57:40.773 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.798 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.035) 0:04:45.506 ********* 2021-07-24T16:57:40.803 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume_groups dict] ************************************ 2021-07-24T16:57:40.805 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.828 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.030) 0:04:45.536 ********* 2021-07-24T16:57:40.857 INFO:teuthology.task.ansible.out: TASK [testnode : Determine desired logical volume percentage size] ************* 2021-07-24T16:57:40.858 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.879 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.051) 0:04:45.588 ********* 2021-07-24T16:57:40.906 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** 2021-07-24T16:57:40.908 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:40.929 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:40 +0000 (0:00:00.049) 0:04:45.637 ********* 2021-07-24T16:57:41.377 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume group(s)] *************************************** 2021-07-24T16:57:41.378 INFO:teuthology.task.ansible.out:changed: [smithi049.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"}}} 2021-07-24T16:57:41.399 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:41 +0000 (0:00:00.470) 0:04:46.107 ********* 2021-07-24T16:57:41.406 INFO:teuthology.task.ansible.out:changed: [smithi006.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"}}} 2021-07-24T16:57:41.430 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:41 +0000 (0:00:00.030) 0:04:46.138 ********* 2021-07-24T16:57:41.918 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2021-07-24T16:57:41.921 INFO:teuthology.task.ansible.out:changed: [smithi006.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": ""} 2021-07-24T16:57:41.942 INFO:teuthology.task.ansible.out:changed: [smithi049.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": ""} 2021-07-24T16:57:42.266 INFO:teuthology.task.ansible.out:changed: [smithi049.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": ""} 2021-07-24T16:57:42.277 INFO:teuthology.task.ansible.out:changed: [smithi006.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": ""} 2021-07-24T16:57:42.620 INFO:teuthology.task.ansible.out:changed: [smithi049.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": ""} 2021-07-24T16:57:42.766 INFO:teuthology.task.ansible.out:changed: [smithi006.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": ""} 2021-07-24T16:57:42.959 INFO:teuthology.task.ansible.out:changed: [smithi049.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": ""} 2021-07-24T16:57:43.116 INFO:teuthology.task.ansible.out:changed: [smithi006.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": ""} 2021-07-24T16:57:43.320 INFO:teuthology.task.ansible.out:changed: [smithi049.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": ""} 2021-07-24T16:57:43.345 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:43 +0000 (0:00:01.914) 0:04:48.053 ********* 2021-07-24T16:57:43.458 INFO:teuthology.task.ansible.out:changed: [smithi006.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": ""} 2021-07-24T16:57:43.486 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:43 +0000 (0:00:00.141) 0:04:48.194 ********* 2021-07-24T16:57:43.547 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2021-07-24T16:57:43.549 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} 2021-07-24T16:57:43.571 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:43 +0000 (0:00:00.084) 0:04:48.279 ********* 2021-07-24T16:57:43.683 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} 2021-07-24T16:57:43.709 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:43 +0000 (0:00:00.137) 0:04:48.417 ********* 2021-07-24T16:57:43.782 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2021-07-24T16:57:43.784 INFO:teuthology.task.ansible.out:changed: [smithi049.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"} 2021-07-24T16:57:43.921 INFO:teuthology.task.ansible.out:changed: [smithi006.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"} 2021-07-24T16:57:43.964 INFO:teuthology.task.ansible.out:changed: [smithi049.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"} 2021-07-24T16:57:44.102 INFO:teuthology.task.ansible.out:changed: [smithi006.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"} 2021-07-24T16:57:44.145 INFO:teuthology.task.ansible.out:changed: [smithi049.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"} 2021-07-24T16:57:44.283 INFO:teuthology.task.ansible.out:changed: [smithi006.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"} 2021-07-24T16:57:44.325 INFO:teuthology.task.ansible.out:changed: [smithi049.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"} 2021-07-24T16:57:44.337 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:57:44.363 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.653) 0:04:49.071 ********* 2021-07-24T16:57:44.391 INFO:teuthology.task.ansible.out: TASK [testnode : Create filesystems] ******************************************* 2021-07-24T16:57:44.392 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:44.413 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.050) 0:04:49.121 ********* 2021-07-24T16:57:44.441 INFO:teuthology.task.ansible.out: TASK [testnode : Mount filesystems] ******************************************** 2021-07-24T16:57:44.443 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:44.464 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.050) 0:04:49.172 ********* 2021-07-24T16:57:44.471 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2021-07-24T16:57:44.473 INFO:teuthology.task.ansible.out:changed: [smithi006.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"} 2021-07-24T16:57:44.484 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:57:44.510 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.046) 0:04:49.219 ********* 2021-07-24T16:57:44.538 INFO:teuthology.task.ansible.out: TASK [testnode : Create filesystems] ******************************************* 2021-07-24T16:57:44.540 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:44.560 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.049) 0:04:49.268 ********* 2021-07-24T16:57:44.588 INFO:teuthology.task.ansible.out: TASK [testnode : Mount filesystems] ******************************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:44.611 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.050) 0:04:49.319 ********* 2021-07-24T16:57:44.661 INFO:teuthology.task.ansible.out: TASK [testnode : Create /var/lib/ceph] ***************************************** 2021-07-24T16:57:44.662 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:57:44.685 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.074) 0:04:49.394 ********* 2021-07-24T16:57:44.725 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** 2021-07-24T16:57:44.727 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"xfs_opts": "-m crc=0,finobt=0"}, "changed": false} 2021-07-24T16:57:44.751 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.065) 0:04:49.459 ********* 2021-07-24T16:57:44.822 INFO:teuthology.task.ansible.out: TASK [testnode : Create /var/lib/ceph] ***************************************** 2021-07-24T16:57:44.823 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:57:44.847 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.095) 0:04:49.555 ********* 2021-07-24T16:57:44.886 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** 2021-07-24T16:57:44.888 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"xfs_opts": "-m crc=0,finobt=0"}, "changed": false} 2021-07-24T16:57:44.910 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:44 +0000 (0:00:00.062) 0:04:49.618 ********* 2021-07-24T16:57:45.139 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* 2021-07-24T16:57:45.141 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true} 2021-07-24T16:57:45.165 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.255) 0:04:49.873 ********* 2021-07-24T16:57:45.203 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true} 2021-07-24T16:57:45.229 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.064) 0:04:49.937 ********* 2021-07-24T16:57:45.628 INFO:teuthology.task.ansible.out: TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* changed: [smithi049.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"} changed: [smithi006.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"} 2021-07-24T16:57:45.650 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.421) 0:04:50.358 ********* 2021-07-24T16:57:45.671 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.020) 0:04:50.379 ********* 2021-07-24T16:57:45.687 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd] ****************************************** 2021-07-24T16:57:45.689 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.710 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.039) 0:04:50.418 ********* 2021-07-24T16:57:45.718 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.742 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.031) 0:04:50.450 ********* 2021-07-24T16:57:45.751 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd conf file] ******************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.774 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.031) 0:04:50.482 ********* 2021-07-24T16:57:45.782 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.805 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.031) 0:04:50.513 ********* 2021-07-24T16:57:45.812 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** 2021-07-24T16:57:45.813 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.836 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.030) 0:04:50.544 ********* 2021-07-24T16:57:45.843 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.866 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.030) 0:04:50.574 ********* 2021-07-24T16:57:45.872 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** 2021-07-24T16:57:45.874 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.896 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.030) 0:04:50.604 ********* 2021-07-24T16:57:45.904 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.928 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.031) 0:04:50.636 ********* 2021-07-24T16:57:45.934 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the teuthology user.] *********** 2021-07-24T16:57:45.936 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.958 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.030) 0:04:50.667 ********* 2021-07-24T16:57:45.966 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:45.989 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:45 +0000 (0:00:00.030) 0:04:50.697 ********* 2021-07-24T16:57:45.995 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the root user.] ***************** 2021-07-24T16:57:45.997 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.020 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.031) 0:04:50.729 ********* 2021-07-24T16:57:46.028 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.051 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.030) 0:04:50.759 ********* 2021-07-24T16:57:46.058 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** 2021-07-24T16:57:46.059 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.083 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.032) 0:04:50.791 ********* 2021-07-24T16:57:46.091 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.114 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.030) 0:04:50.822 ********* 2021-07-24T16:57:46.120 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2021-07-24T16:57:46.122 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.144 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.030) 0:04:50.852 ********* 2021-07-24T16:57:46.151 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.177 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.030) 0:04:50.883 ********* 2021-07-24T16:57:46.182 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure perl-doc is installed on apt systems.] ***************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.206 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.030) 0:04:50.914 ********* 2021-07-24T16:57:46.214 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.238 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.031) 0:04:50.946 ********* 2021-07-24T16:57:46.244 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if Amazon::S3 is installed.] ********************* 2021-07-24T16:57:46.246 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.273 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.035) 0:04:50.981 ********* 2021-07-24T16:57:46.280 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.304 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.031) 0:04:51.013 ********* 2021-07-24T16:57:46.311 INFO:teuthology.task.ansible.out: TASK [testnode : Install Amazon::S3.] ****************************************** 2021-07-24T16:57:46.313 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.337 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.031) 0:04:51.044 ********* 2021-07-24T16:57:46.344 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.368 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.031) 0:04:51.076 ********* 2021-07-24T16:57:46.373 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on rpm based systems.] ******************** 2021-07-24T16:57:46.375 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.398 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.029) 0:04:51.106 ********* 2021-07-24T16:57:46.406 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.429 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.030) 0:04:51.137 ********* 2021-07-24T16:57:46.436 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on apt based systems.] ******************** 2021-07-24T16:57:46.437 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.460 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.031) 0:04:51.168 ********* 2021-07-24T16:57:46.467 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.490 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.029) 0:04:51.198 ********* 2021-07-24T16:57:46.496 INFO:teuthology.task.ansible.out: TASK [testnode : Remove racy /etc/network/if-up.d/ntpdate on xenial] *********** 2021-07-24T16:57:46.497 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.519 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.029) 0:04:51.227 ********* 2021-07-24T16:57:46.526 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.549 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.029) 0:04:51.257 ********* 2021-07-24T16:57:46.556 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2021-07-24T16:57:46.557 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.580 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.030) 0:04:51.288 ********* 2021-07-24T16:57:46.587 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:46.611 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:46 +0000 (0:00:00.031) 0:04:51.319 ********* 2021-07-24T16:57:47.065 INFO:teuthology.task.ansible.out: TASK [testnode : Create the chrony.conf file] ********************************** 2021-07-24T16:57:47.068 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:57:47.090 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.478) 0:04:51.798 ********* 2021-07-24T16:57:47.108 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:57:47.132 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.041) 0:04:51.840 ********* 2021-07-24T16:57:47.411 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ntpd is running.] *********************************** 2021-07-24T16:57:47.413 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "chronyd", "state": "started", "status": {"ActiveState": "active", "AllowedCPUs": "", "AllowedMemoryNodes": "", "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]", "ControlGroup": "/system.slice/chronyd.service", "ControlPID": "0", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "DevicePolicy": "auto", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/chronyd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "876", "ExecMainStartTimestamp": "Sat 2021-07-24 16:52:32 UTC", "ExecMainStartTimestampMonotonic": "15910077", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/chronyd ; argv[]=/usr/sbin/chronyd $OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/libexec/chrony-helper ; argv[]=/usr/libexec/chrony-helper update-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FileDescriptorStoreMax": "0", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSI 2021-07-24T16:57:47.414 INFO:teuthology.task.ansible.out:ZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127270", "LimitNPROCSoft": "127270", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127270", "LimitSIGPENDINGSoft": "127270", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "MainPID": "876", "MemoryAccounting": "yes", "MemoryCurrent": "1933312", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Nice": "0", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "PIDFile": "/run/chrony/chronyd.pid", "PermissionsStartOnly": "no", "RemainAfterExit": "no", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeMaxUSec": "infinity", "SecureBits": "0", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StatusErrno": "0", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203632", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Type": "forking", "UID": "[not set]", "UMask": "0022", "WatchdogTimestamp": "Sat 2021-07-24 1 2021-07-24T16:57:47.416 INFO:teuthology.task.ansible.out:6:52:32 UTC", "WatchdogTimestampMonotonic": "15910119", "WatchdogUSec": "0"}} 2021-07-24T16:57:47.436 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.303) 0:04:52.144 ********* 2021-07-24T16:57:47.455 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "chronyd", "state": "started", "status": {"ActiveState": "active", "AllowedCPUs": "", "AllowedMemoryNodes": "", "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]", "ControlGroup": "/system.slice/chronyd.service", "ControlPID": "0", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "DevicePolicy": "auto", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/chronyd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "833", "ExecMainStartTimestamp": "Sat 2021-07-24 16:52:41 UTC", "ExecMainStartTimestampMonotonic": "12046360", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/chronyd ; argv[]=/usr/sbin/chronyd $OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/libexec/chrony-helper ; argv[]=/usr/libexec/chrony-helper update-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FileDescriptorStoreMax": "0", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSI 2021-07-24T16:57:47.457 INFO:teuthology.task.ansible.out:ZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127270", "LimitNPROCSoft": "127270", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127270", "LimitSIGPENDINGSoft": "127270", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "MainPID": "833", "MemoryAccounting": "yes", "MemoryCurrent": "2064384", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Nice": "0", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "PIDFile": "/run/chrony/chronyd.pid", "PermissionsStartOnly": "no", "RemainAfterExit": "no", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeMaxUSec": "infinity", "SecureBits": "0", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StatusErrno": "0", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203632", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Type": "forking", "UID": "[not set]", "UMask": "0022", "WatchdogTimestamp": "Sat 2021-07-24 1 2021-07-24T16:57:47.458 INFO:teuthology.task.ansible.out:6:52:41 UTC", "WatchdogTimestampMonotonic": "12046372", "WatchdogUSec": "0"}} 2021-07-24T16:57:47.478 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.042) 0:04:52.186 ********* 2021-07-24T16:57:47.485 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:57:47.487 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2021-07-24T16:57:47.510 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.031) 0:04:52.218 ********* 2021-07-24T16:57:47.518 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2021-07-24T16:57:47.542 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.032) 0:04:52.250 ********* 2021-07-24T16:57:47.552 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2021-07-24T16:57:47.575 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.032) 0:04:52.283 ********* 2021-07-24T16:57:47.582 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2021-07-24T16:57:47.606 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.031) 0:04:52.314 ********* 2021-07-24T16:57:47.612 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on rpm based systems.] ********************* 2021-07-24T16:57:47.613 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:47.639 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.032) 0:04:52.347 ********* 2021-07-24T16:57:47.646 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:47.668 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.029) 0:04:52.376 ********* 2021-07-24T16:57:47.675 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on apt based systems.] ********************* 2021-07-24T16:57:47.677 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:47.699 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.030) 0:04:52.407 ********* 2021-07-24T16:57:47.707 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:47.731 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.031) 0:04:52.439 ********* 2021-07-24T16:57:47.738 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on zypper based systems.] ****************** 2021-07-24T16:57:47.740 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:47.763 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.031) 0:04:52.471 ********* 2021-07-24T16:57:47.771 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:47.795 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.032) 0:04:52.503 ********* 2021-07-24T16:57:47.970 INFO:teuthology.task.ansible.out: TASK [testnode : Create the .pip directory for the teuthology user.] *********** ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "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} 2021-07-24T16:57:47.993 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:47 +0000 (0:00:00.197) 0:04:52.701 ********* 2021-07-24T16:57:48.001 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "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} 2021-07-24T16:57:48.027 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:48 +0000 (0:00:00.033) 0:04:52.735 ********* 2021-07-24T16:57:48.485 INFO:teuthology.task.ansible.out: TASK [testnode : Create pip.conf and configure it to use our mirror] *********** ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "checksum": "959d37ab30545da205b389a6b7561b225a478a06", "dest": "/home/ubuntu/.pip/pip.conf", "gid": 1238, "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} 2021-07-24T16:57:48.509 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:48 +0000 (0:00:00.482) 0:04:53.217 ********* 2021-07-24T16:57:48.537 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "checksum": "959d37ab30545da205b389a6b7561b225a478a06", "dest": "/home/ubuntu/.pip/pip.conf", "gid": 1238, "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} 2021-07-24T16:57:48.561 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:48 +0000 (0:00:00.052) 0:04:53.269 ********* 2021-07-24T16:57:49.691 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* 2021-07-24T16:57:49.692 INFO:teuthology.task.ansible.out:ok: [smithi049.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} 2021-07-24T16:57:49.717 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:49 +0000 (0:00:01.155) 0:04:54.425 ********* 2021-07-24T16:57:49.724 INFO:teuthology.task.ansible.out:ok: [smithi006.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} 2021-07-24T16:57:49.750 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:49 +0000 (0:00:00.033) 0:04:54.458 ********* 2021-07-24T16:57:49.757 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* 2021-07-24T16:57:49.759 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:49.782 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:49 +0000 (0:00:00.031) 0:04:54.490 ********* 2021-07-24T16:57:49.789 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:49.813 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:49 +0000 (0:00:00.031) 0:04:54.521 ********* 2021-07-24T16:57:49.821 INFO:teuthology.task.ansible.out: TASK [testnode : Set interface] ************************************************ 2021-07-24T16:57:49.823 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"interface": "ens1f0"}, "changed": false} 2021-07-24T16:57:49.848 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:49 +0000 (0:00:00.034) 0:04:54.556 ********* 2021-07-24T16:57:49.857 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"interface": "ens1f0"}, "changed": false} 2021-07-24T16:57:49.882 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:49 +0000 (0:00:00.033) 0:04:54.590 ********* 2021-07-24T16:57:50.038 INFO:teuthology.task.ansible.out: TASK [testnode : Check for presence of /etc/network/interfaces] **************** ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "stat": {"exists": false}} 2021-07-24T16:57:50.062 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.179) 0:04:54.770 ********* 2021-07-24T16:57:50.080 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "stat": {"exists": false}} 2021-07-24T16:57:50.105 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.043) 0:04:54.813 ********* 2021-07-24T16:57:50.113 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.137 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.031) 0:04:54.845 ********* 2021-07-24T16:57:50.142 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.167 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.030) 0:04:54.875 ********* 2021-07-24T16:57:50.175 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** 2021-07-24T16:57:50.177 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2021-07-24T16:57:50.209 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.031) 0:04:54.907 ********* ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2021-07-24T16:57:50.231 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.032) 0:04:54.940 ********* 2021-07-24T16:57:50.239 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** 2021-07-24T16:57:50.241 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.271 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.039) 0:04:54.979 ********* 2021-07-24T16:57:50.281 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.308 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.037) 0:04:55.016 ********* 2021-07-24T16:57:50.486 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** 2021-07-24T16:57:50.488 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2021-07-24T16:57:50.511 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.203) 0:04:55.220 ********* 2021-07-24T16:57:50.519 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2021-07-24T16:57:50.544 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.032) 0:04:55.252 ********* 2021-07-24T16:57:50.724 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* changed: [smithi049.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2021-07-24T16:57:50.746 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.202) 0:04:55.454 ********* 2021-07-24T16:57:50.753 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2021-07-24T16:57:50.778 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.031) 0:04:55.486 ********* 2021-07-24T16:57:50.784 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* 2021-07-24T16:57:50.786 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.809 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.030) 0:04:55.517 ********* 2021-07-24T16:57:50.816 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.840 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.031) 0:04:55.549 ********* 2021-07-24T16:57:50.849 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* skipping: [smithi049.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.850 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.852 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} skipping: [smithi049.front.sepia.ceph.com] => (item=ens1f1) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f1", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.865 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => (item=ens1f0) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f0", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.890 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.049) 0:04:55.598 ********* 2021-07-24T16:57:50.900 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=ens1f0) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f0", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.902 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => (item=ens1f1) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f1", "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} skipping: [smithi006.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} 2021-07-24T16:57:50.928 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.037) 0:04:55.636 ********* 2021-07-24T16:57:50.935 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** 2021-07-24T16:57:50.937 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:57:50.947 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:57:50.949 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} skipping: [smithi049.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"} 2021-07-24T16:57:50.960 INFO:teuthology.task.ansible.out:skipping: [smithi049.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"} 2021-07-24T16:57:50.985 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:50 +0000 (0:00:00.057) 0:04:55.693 ********* 2021-07-24T16:57:50.993 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:57:50.996 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} skipping: [smithi006.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: [smithi006.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"} 2021-07-24T16:57:50.998 INFO:teuthology.task.ansible.out:skipping: [smithi006.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"} 2021-07-24T16:57:51.022 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.036) 0:04:55.729 ********* 2021-07-24T16:57:51.029 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-24T16:57:51.030 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.060 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.038) 0:04:55.768 ********* 2021-07-24T16:57:51.068 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.095 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.034) 0:04:55.802 ********* 2021-07-24T16:57:51.102 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** 2021-07-24T16:57:51.104 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.130 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.032) 0:04:55.835 ********* 2021-07-24T16:57:51.135 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.159 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.032) 0:04:55.867 ********* 2021-07-24T16:57:51.167 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** 2021-07-24T16:57:51.169 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.193 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.033) 0:04:55.901 ********* 2021-07-24T16:57:51.200 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.226 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.033) 0:04:55.934 ********* 2021-07-24T16:57:51.233 INFO:teuthology.task.ansible.out: TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* 2021-07-24T16:57:51.235 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.258 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.031) 0:04:55.965 ********* 2021-07-24T16:57:51.265 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.290 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.031) 0:04:55.997 ********* 2021-07-24T16:57:51.297 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** 2021-07-24T16:57:51.299 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.324 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.035) 0:04:56.032 ********* 2021-07-24T16:57:51.333 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.358 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.033) 0:04:56.066 ********* 2021-07-24T16:57:51.365 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2021-07-24T16:57:51.367 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.391 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.032) 0:04:56.099 ********* 2021-07-24T16:57:51.399 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.425 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.034) 0:04:56.133 ********* 2021-07-24T16:57:51.432 INFO:teuthology.task.ansible.out: TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** 2021-07-24T16:57:51.433 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.459 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.033) 0:04:56.167 ********* 2021-07-24T16:57:51.466 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.492 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.033) 0:04:56.200 ********* 2021-07-24T16:57:51.499 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2021-07-24T16:57:51.501 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.523 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.030) 0:04:56.231 ********* 2021-07-24T16:57:51.530 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:51.554 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:51 +0000 (0:00:00.031) 0:04:56.262 ********* 2021-07-24T16:57:51.740 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** ok: [smithi049.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.005719", "end": "2021-07-24 16:57:51.700672", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2021-07-24 16:57:51.694953", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:51.782 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.005439", "end": "2021-07-24 16:57:51.746785", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2021-07-24 16:57:51.741346", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:51.908 INFO:teuthology.task.ansible.out:ok: [smithi049.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.003346", "end": "2021-07-24 16:57:51.881368", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2021-07-24 16:57:51.878022", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:51.962 INFO:teuthology.task.ansible.out:ok: [smithi006.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.003255", "end": "2021-07-24 16:57:51.929438", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2021-07-24 16:57:51.926183", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:52.087 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.002963", "end": "2021-07-24 16:57:52.057692", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2021-07-24 16:57:52.054729", "stderr": "find: ‘/etc/ceph’: No such file or directory", "stderr_lines": ["find: ‘/etc/ceph’: No such file or directory"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:52.140 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.002883", "end": "2021-07-24 16:57:52.105965", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2021-07-24 16:57:52.103082", "stderr": "find: ‘/etc/ceph’: No such file or directory", "stderr_lines": ["find: ‘/etc/ceph’: No such file or directory"], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:52.265 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.003327", "end": "2021-07-24 16:57:52.232024", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2021-07-24 16:57:52.228697", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:52.291 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:52 +0000 (0:00:00.736) 0:04:56.999 ********* 2021-07-24T16:57:52.320 INFO:teuthology.task.ansible.out: TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2021-07-24T16:57:52.322 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** ok: [smithi006.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.003281", "end": "2021-07-24 16:57:52.285613", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2021-07-24 16:57:52.282332", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:57:52.345 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:52 +0000 (0:00:00.053) 0:04:57.053 ********* 2021-07-24T16:57:52.366 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:52 +0000 (0:00:00.020) 0:04:57.074 ********* 2021-07-24T16:57:52.384 INFO:teuthology.task.ansible.out: TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2021-07-24T16:57:52.410 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:52 +0000 (0:00:00.044) 0:04:57.118 ********* 2021-07-24T16:57:52.418 INFO:teuthology.task.ansible.out: TASK [testnode : Touch /ceph-qa-ready] ***************************************** 2021-07-24T16:57:52.422 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:52.445 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:52.523 INFO:teuthology.task.ansible.out: PLAY [testnodes,senta,vossi,jenkins_slaves] ************************************ 2021-07-24T16:57:52.542 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:52 +0000 (0:00:00.131) 0:04:57.250 ********* 2021-07-24T16:57:52.564 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:52 +0000 (0:00:00.021) 0:04:57.272 ********* 2021-07-24T16:57:53.203 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* 2021-07-24T16:57:53.205 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] 2021-07-24T16:57:53.235 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] 2021-07-24T16:57:53.261 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:53 +0000 (0:00:00.697) 0:04:57.969 ********* 2021-07-24T16:57:53.303 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:53 +0000 (0:00:00.041) 0:04:58.011 ********* 2021-07-24T16:57:53.310 INFO:teuthology.task.ansible.out: 2021-07-24T16:57:53.312 INFO:teuthology.task.ansible.out:TASK [container-host : set_fact] *********************************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:53.335 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:53 +0000 (0:00:00.031) 0:04:58.043 ********* 2021-07-24T16:57:53.341 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:53.366 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:53 +0000 (0:00:00.030) 0:04:58.073 ********* 2021-07-24T16:57:53.372 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-07-24T16:57:53.374 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"package_manager": "yum"}, "changed": false} 2021-07-24T16:57:53.397 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:53 +0000 (0:00:00.031) 0:04:58.105 ********* 2021-07-24T16:57:53.405 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"package_manager": "yum"}, "changed": false} 2021-07-24T16:57:53.434 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:53 +0000 (0:00:00.036) 0:04:58.142 ********* 2021-07-24T16:57:53.442 INFO:teuthology.task.ansible.out: TASK [container-host : Including distro specific variables] ******************** 2021-07-24T16:57:53.446 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/container-host/vars/yum_systems.yml) => {"ansible_facts": {"container_packages": ["podman", "podman-docker"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/container-host/vars/yum_systems.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/container-host/vars/yum_systems.yml"} 2021-07-24T16:57:53.474 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:53 +0000 (0:00:00.039) 0:04:58.182 ********* 2021-07-24T16:57:53.482 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/container-host/vars/yum_systems.yml) => {"ansible_facts": {"container_packages": ["podman", "podman-docker"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/container-host/vars/yum_systems.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/container-host/vars/yum_systems.yml"} 2021-07-24T16:57:53.508 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:53 +0000 (0:00:00.034) 0:04:58.216 ********* 2021-07-24T16:57:59.769 INFO:teuthology.task.ansible.out: TASK [container-host : Install container packages] ***************************** 2021-07-24T16:57:59.771 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: podman-catatonit-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64", "Installed: podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4.noarch", "Installed: podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64", "Removed: podman-2.2.1-7.module_el8.3.0+699+d61d9c41.x86_64", "Removed: podman-catatonit-2.2.1-7.module_el8.3.0+699+d61d9c41.x86_64", "Removed: podman-docker-2.2.1-7.module_el8.3.0+699+d61d9c41.noarch"]} 2021-07-24T16:57:59.792 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:59 +0000 (0:00:06.284) 0:05:04.500 ********* 2021-07-24T16:57:59.820 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-07-24T16:57:59.822 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"ansible_facts": {"container_service_conf": "/etc/containers/registries.conf"}, "changed": false} 2021-07-24T16:57:59.843 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:59 +0000 (0:00:00.050) 0:05:04.551 ********* 2021-07-24T16:57:59.850 INFO:teuthology.task.ansible.out: TASK [container-host : Install container packages] ***************************** 2021-07-24T16:57:59.852 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: podman-catatonit-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64", "Installed: podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4.noarch", "Installed: podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64", "Removed: podman-2.2.1-7.module_el8.3.0+699+d61d9c41.x86_64", "Removed: podman-catatonit-2.2.1-7.module_el8.3.0+699+d61d9c41.x86_64", "Removed: podman-docker-2.2.1-7.module_el8.3.0+699+d61d9c41.noarch"]} 2021-07-24T16:57:59.873 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:59 +0000 (0:00:00.030) 0:05:04.581 ********* 2021-07-24T16:57:59.880 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:59.903 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:59 +0000 (0:00:00.030) 0:05:04.611 ********* 2021-07-24T16:57:59.910 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-07-24T16:57:59.912 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"ansible_facts": {"container_service_conf": "/etc/containers/registries.conf"}, "changed": false} 2021-07-24T16:57:59.934 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:59 +0000 (0:00:00.030) 0:05:04.642 ********* 2021-07-24T16:57:59.961 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-07-24T16:57:59.962 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:57:59.983 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:57:59 +0000 (0:00:00.048) 0:05:04.691 ********* 2021-07-24T16:58:00.127 INFO:teuthology.task.ansible.out: TASK [container-host : Create container_mirror_cert_paths] ********************* 2021-07-24T16:58:00.129 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item=/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000", "mode": "0755", "owner": "root", "path": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0} 2021-07-24T16:58:00.213 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item=/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000", "mode": "0755", "owner": "root", "path": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0} 2021-07-24T16:58:00.329 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item=/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "mode": "0755", "owner": "root", "path": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0} 2021-07-24T16:58:00.356 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:00 +0000 (0:00:00.372) 0:05:05.064 ********* 2021-07-24T16:58:00.397 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item=/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "mode": "0755", "owner": "root", "path": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0} 2021-07-24T16:58:00.423 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:00 +0000 (0:00:00.066) 0:05:05.131 ********* 2021-07-24T16:58:00.889 INFO:teuthology.task.ansible.out: TASK [container-host : Copy docker-mirror.front.sepia.ceph.com:5000 self-signed cert] *** changed: [smithi006.front.sepia.ceph.com] => (item=/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": true, "checksum": "bcdfbb1de91ef82e0e4ed8af725c9ad52593eb79", "dest": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "gid": 0, "group": "root", "item": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000", "md5sum": "a3fa0991425692932fcf703c1a9a483e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 2334, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145880.4243305-2975-70593714572376/source", "state": "file", "uid": 0} 2021-07-24T16:58:00.963 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item=/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": true, "checksum": "bcdfbb1de91ef82e0e4ed8af725c9ad52593eb79", "dest": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "gid": 0, "group": "root", "item": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000", "md5sum": "a3fa0991425692932fcf703c1a9a483e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 2334, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145880.4905896-2982-66919052383284/source", "state": "file", "uid": 0} 2021-07-24T16:58:01.382 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => (item=/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": true, "checksum": "bcdfbb1de91ef82e0e4ed8af725c9ad52593eb79", "dest": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "gid": 0, "group": "root", "item": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "md5sum": "a3fa0991425692932fcf703c1a9a483e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 2334, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145880.9244215-2975-35867760509083/source", "state": "file", "uid": 0} 2021-07-24T16:58:01.407 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:01 +0000 (0:00:00.983) 0:05:06.115 ********* 2021-07-24T16:58:01.445 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => (item=/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": true, "checksum": "bcdfbb1de91ef82e0e4ed8af725c9ad52593eb79", "dest": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "gid": 0, "group": "root", "item": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "md5sum": "a3fa0991425692932fcf703c1a9a483e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 2334, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1627145880.9905343-2982-232499334599451/source", "state": "file", "uid": 0} 2021-07-24T16:58:01.471 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:01 +0000 (0:00:00.063) 0:05:06.179 ********* 2021-07-24T16:58:03.104 INFO:teuthology.task.ansible.out: TASK [container-host : Ensure git is installed] ******************************** 2021-07-24T16:58:03.106 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:58:03.128 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:03 +0000 (0:00:01.656) 0:05:07.836 ********* 2021-07-24T16:58:03.136 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-24T16:58:03.162 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:03 +0000 (0:00:00.034) 0:05:07.870 ********* 2021-07-24T16:58:06.477 INFO:teuthology.task.ansible.out: TASK [container-host : Install registries-conf-ctl] **************************** 2021-07-24T16:58:06.478 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["/bin/pip3", "install", "-U", "git+https://github.com/sebastian-philipp/registries-conf-ctl"], "name": ["git+https://github.com/sebastian-philipp/registries-conf-ctl"], "requirements": null, "state": "latest", "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": "Collecting git+https://github.com/sebastian-philipp/registries-conf-ctl\n Cloning https://github.com/sebastian-philipp/registries-conf-ctl to ./pip-2jb4kdv_-build\nCollecting toml (from registries-conf-ctl==1.0)\n Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl\nCollecting docopt (from registries-conf-ctl==1.0)\n Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz\nInstalling collected packages: toml, docopt, registries-conf-ctl\n Running setup.py install for docopt: started\n Running setup.py install for docopt: finished with status 'done'\n Running setup.py install for registries-conf-ctl: started\n Running setup.py install for registries-conf-ctl: finished with status 'done'\nSuccessfully installed docopt-0.6.2 registries-conf-ctl-1.0 toml-0.10.2\n", "stdout_lines": ["Collecting git+https://github.com/sebastian-philipp/registries-conf-ctl", " Cloning https://github.com/sebastian-philipp/registries-conf-ctl to ./pip-2jb4kdv_-build", "Collecting toml (from registries-conf-ctl==1.0)", " Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl", "Collecting docopt (from registries-conf-ctl==1.0)", " Downloading https://files. 2021-07-24T16:58:06.480 INFO:teuthology.task.ansible.out:pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz", "Installing collected packages: toml, docopt, registries-conf-ctl", " Running setup.py install for docopt: started", " Running setup.py install for docopt: finished with status 'done'", " Running setup.py install for registries-conf-ctl: started", " Running setup.py install for registries-conf-ctl: finished with status 'done'", "Successfully installed docopt-0.6.2 registries-conf-ctl-1.0 toml-0.10.2"], "version": null, "virtualenv": null} 2021-07-24T16:58:06.501 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:06 +0000 (0:00:03.339) 0:05:11.209 ********* 2021-07-24T16:58:06.529 INFO:teuthology.task.ansible.out: TASK [container-host : Check for docker's daemon.json] ************************* 2021-07-24T16:58:06.531 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:58:06.554 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:06 +0000 (0:00:00.052) 0:05:11.262 ********* 2021-07-24T16:58:06.561 INFO:teuthology.task.ansible.out: TASK [container-host : Install registries-conf-ctl] **************************** 2021-07-24T16:58:06.563 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["/bin/pip3", "install", "-U", "git+https://github.com/sebastian-philipp/registries-conf-ctl"], "name": ["git+https://github.com/sebastian-philipp/registries-conf-ctl"], "requirements": null, "state": "latest", "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": "Collecting git+https://github.com/sebastian-philipp/registries-conf-ctl\n Cloning https://github.com/sebastian-philipp/registries-conf-ctl to ./pip-224hi2ij-build\nCollecting toml (from registries-conf-ctl==1.0)\n Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl\nCollecting docopt (from registries-conf-ctl==1.0)\n Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz\nInstalling collected packages: toml, docopt, registries-conf-ctl\n Running setup.py install for docopt: started\n Running setup.py install for docopt: finished with status 'done'\n Running setup.py install for registries-conf-ctl: started\n Running setup.py install for registries-conf-ctl: finished with status 'done'\nSuccessfully installed docopt-0.6.2 registries-conf-ctl-1.0 toml-0.10.2\n", "stdout_lines": ["Collecting git+https://github.com/sebastian-philipp/registries-conf-ctl", " Cloning https://github.com/sebastian-philipp/registries-conf-ctl to ./pip-224hi2ij-build", "Collecting toml (from registries-conf-ctl==1.0)", " Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl", "Collecting docopt (from registries-conf-ctl==1.0)", " Downloading https://files. 2021-07-24T16:58:06.564 INFO:teuthology.task.ansible.out:pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz", "Installing collected packages: toml, docopt, registries-conf-ctl", " Running setup.py install for docopt: started", " Running setup.py install for docopt: finished with status 'done'", " Running setup.py install for registries-conf-ctl: started", " Running setup.py install for registries-conf-ctl: finished with status 'done'", "Successfully installed docopt-0.6.2 registries-conf-ctl-1.0 toml-0.10.2"], "version": null, "virtualenv": null} 2021-07-24T16:58:06.587 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:06 +0000 (0:00:00.032) 0:05:11.295 ********* 2021-07-24T16:58:06.595 INFO:teuthology.task.ansible.out: TASK [container-host : Create /etc/containers/registries.conf if necessary] **** skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:58:06.621 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:06 +0000 (0:00:00.032) 0:05:11.328 ********* 2021-07-24T16:58:06.628 INFO:teuthology.task.ansible.out: TASK [container-host : Check for docker's daemon.json] ************************* 2021-07-24T16:58:06.630 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:58:06.653 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:06 +0000 (0:00:00.033) 0:05:11.361 ********* 2021-07-24T16:58:06.681 INFO:teuthology.task.ansible.out: TASK [container-host : Create /etc/containers/registries.conf if necessary] **** skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:58:06.705 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:06 +0000 (0:00:00.051) 0:05:11.413 ********* 2021-07-24T16:58:06.982 INFO:teuthology.task.ansible.out: TASK [container-host : Add local docker.io registry mirror] ******************** 2021-07-24T16:58:06.984 INFO:teuthology.task.ansible.out:changed: [smithi006.front.sepia.ceph.com] => {"changed": true, "cmd": ["registries-conf-ctl", "add-mirror", "docker.io", "docker-mirror.front.sepia.ceph.com:5000"], "delta": "0:00:00.163777", "end": "2021-07-24 16:58:06.963102", "rc": 0, "start": "2021-07-24 16:58:06.799325", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:58:07.009 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:07 +0000 (0:00:00.303) 0:05:11.717 ********* 2021-07-24T16:58:07.037 INFO:teuthology.task.ansible.out: TASK [container-host : Restart docker service] ********************************* 2021-07-24T16:58:07.039 INFO:teuthology.task.ansible.out:skipping: [smithi006.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:58:07.063 INFO:teuthology.task.ansible.out: TASK [container-host : Add local docker.io registry mirror] ******************** 2021-07-24T16:58:07.064 INFO:teuthology.task.ansible.out:changed: [smithi049.front.sepia.ceph.com] => {"changed": true, "cmd": ["registries-conf-ctl", "add-mirror", "docker.io", "docker-mirror.front.sepia.ceph.com:5000"], "delta": "0:00:00.154659", "end": "2021-07-24 16:58:07.038456", "rc": 0, "start": "2021-07-24 16:58:06.883797", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-24T16:58:07.095 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:07 +0000 (0:00:00.086) 0:05:11.803 ********* 2021-07-24T16:58:07.123 INFO:teuthology.task.ansible.out: TASK [container-host : Restart docker service] ********************************* 2021-07-24T16:58:07.126 INFO:teuthology.task.ansible.out:skipping: [smithi049.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-24T16:58:07.191 INFO:teuthology.task.ansible.out: PLAY [cobbler] ***************************************************************** skipping: no hosts matched 2021-07-24T16:58:07.192 INFO:teuthology.task.ansible.out: PLAY [paddles] ***************************************************************** skipping: no hosts matched 2021-07-24T16:58:07.194 INFO:teuthology.task.ansible.out: PLAY [pulpito] ***************************************************************** skipping: no hosts matched 2021-07-24T16:58:07.195 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2021-07-24T16:58:07.208 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* 2021-07-24T16:58:07.210 INFO:teuthology.task.ansible.out:Saturday 24 July 2021 16:58:07 +0000 (0:00:00.112) 0:05:11.916 ********* 2021-07-24T16:58:07.866 INFO:teuthology.task.ansible.out:ok: [smithi006.front.sepia.ceph.com] 2021-07-24T16:58:07.896 INFO:teuthology.task.ansible.out:ok: [smithi049.front.sepia.ceph.com] 2021-07-24T16:58:07.912 INFO:teuthology.task.ansible.out: TASK [Touch /ceph-qa-ready] **************************************************** Saturday 24 July 2021 16:58:07 +0000 (0:00:00.704) 0:05:12.621 ********* 2021-07-24T16:58:08.116 INFO:teuthology.task.ansible.out:changed: [smithi006.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} 2021-07-24T16:58:08.128 INFO:teuthology.task.ansible.out:changed: [smithi049.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} 2021-07-24T16:58:08.130 INFO:teuthology.task.ansible.out: PLAY RECAP ********************************************************************* 2021-07-24T16:58:08.132 INFO:teuthology.task.ansible.out:smithi006.front.sepia.ceph.com : ok=132 changed=47 unreachable=0 failed=0 skipped=188 rescued=0 ignored=3 smithi049.front.sepia.ceph.com : ok=132 changed=47 unreachable=0 failed=0 skipped=188 rescued=0 ignored=3 Saturday 24 July 2021 16:58:08 +0000 (0:00:00.217) 0:05:12.838 ********* =============================================================================== Create all admin users with sudo access. ------------------------------- 53.23s common : nrpe - Ensure SELinux policy is up to date -------------------- 38.12s users : Update authorized_keys using the keys repo --------------------- 32.73s testnode : Ensure ceph packages are not present. ----------------------- 18.43s common : nrpe - Remove SELinux policy package -------------------------- 15.53s common : nrpe - Load SELinux policy package ---------------------------- 15.05s Remove revoked users --------------------------------------------------- 11.27s testnode : Install packages --------------------------------------------- 8.96s testnode : Zap all non-root disks --------------------------------------- 7.90s container-host : Install container packages ----------------------------- 6.28s common : Install nrpe package and dependencies (RHEL/CentOS) ------------ 5.81s common : Install Kerberos Packages (RedHat) ----------------------------- 4.51s container-host : Install registries-conf-ctl ---------------------------- 3.34s testnode : Ensure ceph dependency packages are not present. ------------- 2.69s testnode : Rebuild rpmdb ------------------------------------------------ 2.55s testnode : Create logical volume(s) ------------------------------------- 1.91s testnode : Blow away lingering OSD data and FSIDs ----------------------- 1.90s users : Update authorized_keys for each user with literal keys ---------- 1.75s testnode : Remove packages ---------------------------------------------- 1.73s testnode : Make sure rpm dependencies are install 2021-07-24T16:58:08.134 INFO:teuthology.task.ansible.out:ed --------------------- 1.72s 2021-07-24T16:58:08.489 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi006.front.sepia.ceph.com'), Remote(name='ubuntu@smithi049.front.sepia.ceph.com')] 2021-07-24T16:58:08.491 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-24T16:58:08.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:58:08.569 DEBUG:teuthology.orchestra.run.smithi006:> true 2021-07-24T16:58:08.656 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-24T16:58:08.657 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-24T16:58:08.727 DEBUG:teuthology.orchestra.run.smithi049:> true 2021-07-24T16:58:08.815 INFO:teuthology.run_tasks:Running task clock... 2021-07-24T16:58:08.828 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2021-07-24T16:58:08.829 INFO:teuthology.orchestra.run:Running command with timeout 360 2021-07-24T16:58:08.830 DEBUG:teuthology.orchestra.run.smithi006:> 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 2021-07-24T16:58:08.865 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2021-07-24T16:58:08.881 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2021-07-24T16:58:08.918 INFO:teuthology.orchestra.run.smithi006.stderr:sudo: ntpd: command not found 2021-07-24T16:58:08.925 INFO:teuthology.orchestra.run.smithi006.stdout:506 Cannot talk to daemon 2021-07-24T16:58:08.939 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntp.service: Unit ntp.service not found. 2021-07-24T16:58:08.954 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2021-07-24T16:58:09.016 INFO:teuthology.orchestra.run.smithi006.stderr:bash: ntpq: command not found 2021-07-24T16:58:09.019 INFO:teuthology.orchestra.run.smithi006.stdout:210 Number of sources = 4 2021-07-24T16:58:09.020 INFO:teuthology.orchestra.run.smithi006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2021-07-24T16:58:09.020 INFO:teuthology.orchestra.run.smithi006.stdout:=============================================================================== 2021-07-24T16:58:09.020 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-24T16:58:09.020 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-24T16:58:09.020 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-24T16:58:09.021 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-24T16:58:09.021 INFO:teuthology.orchestra.run:Running command with timeout 360 2021-07-24T16:58:09.022 DEBUG:teuthology.orchestra.run.smithi049:> 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 2021-07-24T16:58:09.058 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2021-07-24T16:58:09.075 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2021-07-24T16:58:09.113 INFO:teuthology.orchestra.run.smithi049.stderr:sudo: ntpd: command not found 2021-07-24T16:58:09.124 INFO:teuthology.orchestra.run.smithi049.stdout:506 Cannot talk to daemon 2021-07-24T16:58:09.139 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntp.service: Unit ntp.service not found. 2021-07-24T16:58:09.153 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2021-07-24T16:58:09.220 INFO:teuthology.orchestra.run.smithi049.stderr:bash: ntpq: command not found 2021-07-24T16:58:09.223 INFO:teuthology.orchestra.run.smithi049.stdout:210 Number of sources = 4 2021-07-24T16:58:09.223 INFO:teuthology.orchestra.run.smithi049.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2021-07-24T16:58:09.223 INFO:teuthology.orchestra.run.smithi049.stdout:=============================================================================== 2021-07-24T16:58:09.223 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-24T16:58:09.224 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-24T16:58:09.224 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-24T16:58:09.224 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-24T16:58:09.224 INFO:teuthology.run_tasks:Running task pexec... 2021-07-24T16:58:09.237 INFO:teuthology.task.pexec:Executing custom commands... 2021-07-24T16:58:09.237 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi006.front.sepia.ceph.com 2021-07-24T16:58:09.238 DEBUG:teuthology.orchestra.run.smithi006:> TESTDIR=/home/ubuntu/cephtest bash -s 2021-07-24T16:58:09.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi049.front.sepia.ceph.com 2021-07-24T16:58:09.239 DEBUG:teuthology.orchestra.run.smithi049:> TESTDIR=/home/ubuntu/cephtest bash -s 2021-07-24T16:58:09.798 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:11 ago on Sat 24 Jul 2021 04:56:58 PM UTC. 2021-07-24T16:58:09.823 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:11 ago on Sat 24 Jul 2021 04:56:58 PM UTC. 2021-07-24T16:58:10.800 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T16:58:10.837 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T16:58:10.838 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2021-07-24T16:58:10.838 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T16:58:10.838 INFO:teuthology.orchestra.run.smithi006.stdout:Disabling modules: 2021-07-24T16:58:10.838 INFO:teuthology.orchestra.run.smithi006.stdout: container-tools 2021-07-24T16:58:10.839 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:10.839 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T16:58:10.839 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T16:58:10.839 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:10.840 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T16:58:10.852 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T16:58:10.852 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2021-07-24T16:58:10.853 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T16:58:10.853 INFO:teuthology.orchestra.run.smithi049.stdout:Disabling modules: 2021-07-24T16:58:10.853 INFO:teuthology.orchestra.run.smithi049.stdout: container-tools 2021-07-24T16:58:10.853 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:10.853 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T16:58:10.854 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T16:58:10.854 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:11.049 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T16:58:11.069 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T16:58:11.649 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:13 ago on Sat 24 Jul 2021 04:56:58 PM UTC. 2021-07-24T16:58:11.659 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:13 ago on Sat 24 Jul 2021 04:56:58 PM UTC. 2021-07-24T16:58:12.357 INFO:teuthology.orchestra.run.smithi006.stdout:Package dnf-plugins-core-4.0.18-4.el8.noarch is already installed. 2021-07-24T16:58:12.367 INFO:teuthology.orchestra.run.smithi049.stdout:Package dnf-plugins-core-4.0.18-4.el8.noarch is already installed. 2021-07-24T16:58:12.597 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T16:58:12.598 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T16:58:12.598 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T16:58:12.607 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T16:58:12.608 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T16:58:12.608 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T16:58:12.991 INFO:teuthology.orchestra.run.smithi049.stdout:Repository successfully enabled. 2021-07-24T16:58:12.997 INFO:teuthology.orchestra.run.smithi006.stdout:Repository successfully enabled. 2021-07-24T16:58:12.999 INFO:teuthology.orchestra.run.smithi049.stderr:Enabling a Copr repository. Please note that this repository is not part 2021-07-24T16:58:12.999 INFO:teuthology.orchestra.run.smithi049.stderr:of the main distribution, and quality may vary. 2021-07-24T16:58:12.999 INFO:teuthology.orchestra.run.smithi049.stderr: 2021-07-24T16:58:12.999 INFO:teuthology.orchestra.run.smithi049.stderr:The Fedora Project does not exercise any power over the contents of 2021-07-24T16:58:13.000 INFO:teuthology.orchestra.run.smithi049.stderr:this repository beyond the rules outlined in the Copr FAQ at 2021-07-24T16:58:13.000 INFO:teuthology.orchestra.run.smithi049.stderr:, 2021-07-24T16:58:13.000 INFO:teuthology.orchestra.run.smithi049.stderr:and packages are not held to any quality or security level. 2021-07-24T16:58:13.000 INFO:teuthology.orchestra.run.smithi049.stderr: 2021-07-24T16:58:13.000 INFO:teuthology.orchestra.run.smithi049.stderr:Please do not file bug reports about these packages in Fedora 2021-07-24T16:58:13.001 INFO:teuthology.orchestra.run.smithi049.stderr:Bugzilla. In case of problems, contact the owner of this repository. 2021-07-24T16:58:13.004 INFO:teuthology.orchestra.run.smithi006.stderr:Enabling a Copr repository. Please note that this repository is not part 2021-07-24T16:58:13.004 INFO:teuthology.orchestra.run.smithi006.stderr:of the main distribution, and quality may vary. 2021-07-24T16:58:13.005 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T16:58:13.005 INFO:teuthology.orchestra.run.smithi006.stderr:The Fedora Project does not exercise any power over the contents of 2021-07-24T16:58:13.005 INFO:teuthology.orchestra.run.smithi006.stderr:this repository beyond the rules outlined in the Copr FAQ at 2021-07-24T16:58:13.005 INFO:teuthology.orchestra.run.smithi006.stderr:, 2021-07-24T16:58:13.005 INFO:teuthology.orchestra.run.smithi006.stderr:and packages are not held to any quality or security level. 2021-07-24T16:58:13.006 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T16:58:13.006 INFO:teuthology.orchestra.run.smithi006.stderr:Please do not file bug reports about these packages in Fedora 2021-07-24T16:58:13.006 INFO:teuthology.orchestra.run.smithi006.stderr:Bugzilla. In case of problems, contact the owner of this repository. 2021-07-24T16:58:13.063 INFO:teuthology.orchestra.run.smithi049.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2021-07-24T16:58:13.064 INFO:teuthology.orchestra.run.smithi049.stderr: Dload Upload Total Spent Left Speed 2021-07-24T16:58:13.065 INFO:teuthology.orchestra.run.smithi006.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2021-07-24T16:58:13.065 INFO:teuthology.orchestra.run.smithi006.stderr: Dload Upload Total Spent Left Speed 2021-07-24T16:58:13.375 INFO:teuthology.orchestra.run.smithi006.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 359 100 359 0 0 1158 0 --:--:-- --:--:-- --:--:-- 1158 2021-07-24T16:58:13.387 INFO:teuthology.orchestra.run.smithi049.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 359 100 359 0 0 1108 0 --:--:-- --:--:-- --:--:-- 1111 2021-07-24T16:58:13.865 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T16:58:13.871 INFO:teuthology.orchestra.run.smithi006.stdout:==================================================================================================================== 2021-07-24T16:58:13.871 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T16:58:13.871 INFO:teuthology.orchestra.run.smithi006.stdout:==================================================================================================================== 2021-07-24T16:58:13.872 INFO:teuthology.orchestra.run.smithi006.stdout:Removing: 2021-07-24T16:58:13.872 INFO:teuthology.orchestra.run.smithi006.stdout: podman x86_64 3.0.1-7.module_el8.4.0+830+8027e1c4 @CentOS-AppStream 46 M 2021-07-24T16:58:13.873 INFO:teuthology.orchestra.run.smithi006.stdout:Removing dependent packages: 2021-07-24T16:58:13.873 INFO:teuthology.orchestra.run.smithi006.stdout: podman-docker noarch 3.0.1-7.module_el8.4.0+830+8027e1c4 @CentOS-AppStream 5.6 k 2021-07-24T16:58:13.873 INFO:teuthology.orchestra.run.smithi006.stdout:Removing unused dependencies: 2021-07-24T16:58:13.874 INFO:teuthology.orchestra.run.smithi006.stdout: conmon x86_64 2:2.0.22-3.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 164 k 2021-07-24T16:58:13.874 INFO:teuthology.orchestra.run.smithi006.stdout: container-selinux noarch 2:2.155.0-1.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 46 k 2021-07-24T16:58:13.875 INFO:teuthology.orchestra.run.smithi006.stdout: containernetworking-plugins x86_64 0.9.0-1.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 73 M 2021-07-24T16:58:13.875 INFO:teuthology.orchestra.run.smithi006.stdout: containers-common x86_64 1:1.2.0-9.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 72 k 2021-07-24T16:58:13.875 INFO:teuthology.orchestra.run.smithi006.stdout: criu x86_64 3.15-1.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 1.4 M 2021-07-24T16:58:13.876 INFO:teuthology.orchestra.run.smithi006.stdout: dnf-plugin-subscription-manager x86_64 1.27.16-1.el8 @CentOS-Base 87 k 2021-07-24T16:58:13.876 INFO:teuthology.orchestra.run.smithi006.stdout: fuse-common x86_64 3.2.1-12.el8 @CentOS-Base 4.7 k 2021-07-24T16:58:13.877 INFO:teuthology.orchestra.run.smithi006.stdout: fuse-overlayfs x86_64 1.3.0-2.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 145 k 2021-07-24T16:58:13.877 INFO:teuthology.orchestra.run.smithi006.stdout: fuse3 x86_64 3.2.1-12.el8 @CentOS-Base 90 k 2021-07-24T16:58:13.878 INFO:teuthology.orchestra.run.smithi006.stdout: fuse3-libs x86_64 3.2.1-12.el8 @CentOS-Base 279 k 2021-07-24T16:58:13.878 INFO:teuthology.orchestra.run.smithi006.stdout: libnet x86_64 1.1.6-15.el8 @CentOS-AppStream 170 k 2021-07-24T16:58:13.879 INFO:teuthology.orchestra.run.smithi006.stdout: libslirp x86_64 4.3.1-1.module_el8.3.0+475+c50ce30b @CentOS-AppStream 129 k 2021-07-24T16:58:13.879 INFO:teuthology.orchestra.run.smithi006.stdout: podman-catatonit x86_64 3.0.1-7.module_el8.4.0+830+8027e1c4 @CentOS-AppStream 752 k 2021-07-24T16:58:13.879 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf-c x86_64 1.3.0-4.el8 @CentOS-AppStream 56 k 2021-07-24T16:58:13.880 INFO:teuthology.orchestra.run.smithi006.stdout: python3-dmidecode x86_64 3.12.2-15.el8 @anaconda 308 k 2021-07-24T16:58:13.880 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ethtool x86_64 0.14-3.el8 @CentOS-Base 92 k 2021-07-24T16:58:13.881 INFO:teuthology.orchestra.run.smithi006.stdout: python3-iniparse noarch 0.4-31.el8 @CentOS-Base 106 k 2021-07-24T16:58:13.881 INFO:teuthology.orchestra.run.smithi006.stdout: python3-inotify noarch 0.9.6-13.el8 @CentOS-Base 243 k 2021-07-24T16:58:13.881 INFO:teuthology.orchestra.run.smithi006.stdout: python3-librepo x86_64 1.12.0-2.el8 @CentOS-Base 172 k 2021-07-24T16:58:13.882 INFO:teuthology.orchestra.run.smithi006.stdout: python3-subscription-manager-rhsm x86_64 1.27.16-1.el8 @CentOS-Base 397 k 2021-07-24T16:58:13.882 INFO:teuthology.orchestra.run.smithi006.stdout: python3-syspurpose x86_64 1.27.16-1.el8 @anaconda 135 k 2021-07-24T16:58:13.882 INFO:teuthology.orchestra.run.smithi006.stdout: runc x86_64 1.0.0-70.rc92.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 13 M 2021-07-24T16:58:13.883 INFO:teuthology.orchestra.run.smithi006.stdout: slirp4netns x86_64 1.1.8-1.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 98 k 2021-07-24T16:58:13.883 INFO:teuthology.orchestra.run.smithi006.stdout: subscription-manager x86_64 1.27.16-1.el8 @CentOS-Base 4.3 M 2021-07-24T16:58:13.883 INFO:teuthology.orchestra.run.smithi006.stdout: subscription-manager-rhsm-certificates x86_64 1.27.16-1.el8 @CentOS-Base 0 2021-07-24T16:58:13.883 INFO:teuthology.orchestra.run.smithi006.stdout: usermode x86_64 1.113-1.el8 @CentOS-Base 837 k 2021-07-24T16:58:13.883 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:13.884 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T16:58:13.884 INFO:teuthology.orchestra.run.smithi006.stdout:==================================================================================================================== 2021-07-24T16:58:13.884 INFO:teuthology.orchestra.run.smithi006.stdout:Remove 28 Packages 2021-07-24T16:58:13.884 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:13.886 INFO:teuthology.orchestra.run.smithi006.stdout:Freed space: 142 M 2021-07-24T16:58:13.886 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T16:58:13.886 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T16:58:13.886 INFO:teuthology.orchestra.run.smithi049.stdout:==================================================================================================================== 2021-07-24T16:58:13.887 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T16:58:13.887 INFO:teuthology.orchestra.run.smithi049.stdout:==================================================================================================================== 2021-07-24T16:58:13.887 INFO:teuthology.orchestra.run.smithi049.stdout:Removing: 2021-07-24T16:58:13.887 INFO:teuthology.orchestra.run.smithi049.stdout: podman x86_64 3.0.1-7.module_el8.4.0+830+8027e1c4 @CentOS-AppStream 46 M 2021-07-24T16:58:13.888 INFO:teuthology.orchestra.run.smithi049.stdout:Removing dependent packages: 2021-07-24T16:58:13.888 INFO:teuthology.orchestra.run.smithi049.stdout: podman-docker noarch 3.0.1-7.module_el8.4.0+830+8027e1c4 @CentOS-AppStream 5.6 k 2021-07-24T16:58:13.888 INFO:teuthology.orchestra.run.smithi049.stdout:Removing unused dependencies: 2021-07-24T16:58:13.888 INFO:teuthology.orchestra.run.smithi049.stdout: conmon x86_64 2:2.0.22-3.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 164 k 2021-07-24T16:58:13.888 INFO:teuthology.orchestra.run.smithi049.stdout: container-selinux noarch 2:2.155.0-1.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 46 k 2021-07-24T16:58:13.889 INFO:teuthology.orchestra.run.smithi049.stdout: containernetworking-plugins x86_64 0.9.0-1.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 73 M 2021-07-24T16:58:13.889 INFO:teuthology.orchestra.run.smithi049.stdout: containers-common x86_64 1:1.2.0-9.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 72 k 2021-07-24T16:58:13.889 INFO:teuthology.orchestra.run.smithi049.stdout: criu x86_64 3.15-1.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 1.4 M 2021-07-24T16:58:13.889 INFO:teuthology.orchestra.run.smithi049.stdout: dnf-plugin-subscription-manager x86_64 1.27.16-1.el8 @CentOS-Base 87 k 2021-07-24T16:58:13.890 INFO:teuthology.orchestra.run.smithi049.stdout: fuse-common x86_64 3.2.1-12.el8 @CentOS-Base 4.7 k 2021-07-24T16:58:13.890 INFO:teuthology.orchestra.run.smithi049.stdout: fuse-overlayfs x86_64 1.3.0-2.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 145 k 2021-07-24T16:58:13.890 INFO:teuthology.orchestra.run.smithi049.stdout: fuse3 x86_64 3.2.1-12.el8 @CentOS-Base 90 k 2021-07-24T16:58:13.890 INFO:teuthology.orchestra.run.smithi049.stdout: fuse3-libs x86_64 3.2.1-12.el8 @CentOS-Base 279 k 2021-07-24T16:58:13.890 INFO:teuthology.orchestra.run.smithi049.stdout: libnet x86_64 1.1.6-15.el8 @CentOS-AppStream 170 k 2021-07-24T16:58:13.891 INFO:teuthology.orchestra.run.smithi049.stdout: libslirp x86_64 4.3.1-1.module_el8.3.0+475+c50ce30b @CentOS-AppStream 129 k 2021-07-24T16:58:13.891 INFO:teuthology.orchestra.run.smithi049.stdout: podman-catatonit x86_64 3.0.1-7.module_el8.4.0+830+8027e1c4 @CentOS-AppStream 752 k 2021-07-24T16:58:13.891 INFO:teuthology.orchestra.run.smithi049.stdout: protobuf-c x86_64 1.3.0-4.el8 @CentOS-AppStream 56 k 2021-07-24T16:58:13.892 INFO:teuthology.orchestra.run.smithi049.stdout: python3-dmidecode x86_64 3.12.2-15.el8 @anaconda 308 k 2021-07-24T16:58:13.892 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ethtool x86_64 0.14-3.el8 @CentOS-Base 92 k 2021-07-24T16:58:13.893 INFO:teuthology.orchestra.run.smithi049.stdout: python3-iniparse noarch 0.4-31.el8 @CentOS-Base 106 k 2021-07-24T16:58:13.893 INFO:teuthology.orchestra.run.smithi049.stdout: python3-inotify noarch 0.9.6-13.el8 @CentOS-Base 243 k 2021-07-24T16:58:13.893 INFO:teuthology.orchestra.run.smithi049.stdout: python3-librepo x86_64 1.12.0-2.el8 @CentOS-Base 172 k 2021-07-24T16:58:13.894 INFO:teuthology.orchestra.run.smithi049.stdout: python3-subscription-manager-rhsm x86_64 1.27.16-1.el8 @CentOS-Base 397 k 2021-07-24T16:58:13.894 INFO:teuthology.orchestra.run.smithi049.stdout: python3-syspurpose x86_64 1.27.16-1.el8 @anaconda 135 k 2021-07-24T16:58:13.894 INFO:teuthology.orchestra.run.smithi049.stdout: runc x86_64 1.0.0-70.rc92.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 13 M 2021-07-24T16:58:13.894 INFO:teuthology.orchestra.run.smithi049.stdout: slirp4netns x86_64 1.1.8-1.module_el8.3.0+699+d61d9c41 @CentOS-AppStream 98 k 2021-07-24T16:58:13.895 INFO:teuthology.orchestra.run.smithi049.stdout: subscription-manager x86_64 1.27.16-1.el8 @CentOS-Base 4.3 M 2021-07-24T16:58:13.895 INFO:teuthology.orchestra.run.smithi049.stdout: subscription-manager-rhsm-certificates x86_64 1.27.16-1.el8 @CentOS-Base 0 2021-07-24T16:58:13.895 INFO:teuthology.orchestra.run.smithi049.stdout: usermode x86_64 1.113-1.el8 @CentOS-Base 837 k 2021-07-24T16:58:13.895 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:13.896 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T16:58:13.896 INFO:teuthology.orchestra.run.smithi049.stdout:==================================================================================================================== 2021-07-24T16:58:13.896 INFO:teuthology.orchestra.run.smithi049.stdout:Remove 28 Packages 2021-07-24T16:58:13.896 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:13.896 INFO:teuthology.orchestra.run.smithi049.stdout:Freed space: 142 M 2021-07-24T16:58:13.897 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T16:58:13.897 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T16:58:13.898 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T16:58:13.903 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T16:58:13.903 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T16:58:14.079 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T16:58:14.080 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T16:58:14.080 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T16:58:14.080 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T16:58:14.470 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T16:58:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T16:58:14.499 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4.no 1/1 2021-07-24T16:58:14.500 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4.no 1/1 2021-07-24T16:58:14.630 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4. 1/28 2021-07-24T16:58:14.631 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 2/28 2021-07-24T16:58:14.632 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4. 1/28 2021-07-24T16:58:14.632 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 2/28 2021-07-24T16:58:14.923 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 2/28 2021-07-24T16:58:14.923 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : containers-common-1:1.2.0-9.module_el8.3.0+699+d61 3/28 2021-07-24T16:58:14.924 INFO:teuthology.orchestra.run.smithi049.stdout:warning: /etc/containers/registries.conf saved as /etc/containers/registries.conf.rpmsave 2021-07-24T16:58:14.924 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:14.932 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 2/28 2021-07-24T16:58:14.932 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : containers-common-1:1.2.0-9.module_el8.3.0+699+d61 3/28 2021-07-24T16:58:14.932 INFO:teuthology.orchestra.run.smithi006.stdout:warning: /etc/containers/registries.conf saved as /etc/containers/registries.conf.rpmsave 2021-07-24T16:58:14.932 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:15.104 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : container-selinux-2:2.155.0-1.module_el8.3.0+699+d 4/28 2021-07-24T16:58:15.136 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : container-selinux-2:2.155.0-1.module_el8.3.0+699+d 4/28 2021-07-24T16:58:30.311 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: container-selinux-2:2.155.0-1.module_el8.3.0+699+d 4/28 2021-07-24T16:58:30.377 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: container-selinux-2:2.155.0-1.module_el8.3.0+699+d 4/28 2021-07-24T16:58:30.442 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : podman-catatonit-3.0.1-7.module_el8.4.0+830+8027e1 5/28 2021-07-24T16:58:30.541 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : podman-catatonit-3.0.1-7.module_el8.4.0+830+8027e1 5/28 2021-07-24T16:58:30.566 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: subscription-manager-1.27.16-1.el8.x86_64 6/28 2021-07-24T16:58:30.567 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : subscription-manager-1.27.16-1.el8.x86_64 6/28 2021-07-24T16:58:30.651 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: subscription-manager-1.27.16-1.el8.x86_64 6/28 2021-07-24T16:58:30.651 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : subscription-manager-1.27.16-1.el8.x86_64 6/28 2021-07-24T16:58:30.770 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: subscription-manager-1.27.16-1.el8.x86_64 6/28 2021-07-24T16:58:30.860 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: subscription-manager-1.27.16-1.el8.x86_64 6/28 2021-07-24T16:58:30.941 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : fuse-overlayfs-1.3.0-2.module_el8.3.0+699+d61d9c41 7/28 2021-07-24T16:58:31.039 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : fuse-overlayfs-1.3.0-2.module_el8.3.0+699+d61d9c41 7/28 2021-07-24T16:58:31.102 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : slirp4netns-1.1.8-1.module_el8.3.0+699+d61d9c41.x8 8/28 2021-07-24T16:58:31.201 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : slirp4netns-1.1.8-1.module_el8.3.0+699+d61d9c41.x8 8/28 2021-07-24T16:58:31.326 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : python3-subscription-manager-rhsm-1.27.16-1.el8.x8 9/28 2021-07-24T16:58:31.376 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : python3-subscription-manager-rhsm-1.27.16-1.el8.x8 9/28 2021-07-24T16:58:31.496 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : fuse3-3.2.1-12.el8.x86_64 10/28 2021-07-24T16:58:31.583 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : fuse3-3.2.1-12.el8.x86_64 10/28 2021-07-24T16:58:31.677 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : dnf-plugin-subscription-manager-1.27.16-1.el8.x86_ 11/28 2021-07-24T16:58:31.742 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : dnf-plugin-subscription-manager-1.27.16-1.el8.x86_ 11/28 2021-07-24T16:58:31.824 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : runc-1.0.0-70.rc92.module_el8.3.0+699+d61d9c41.x86 12/28 2021-07-24T16:58:31.824 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : fuse-common-3.2.1-12.el8.x86_64 13/28 2021-07-24T16:58:31.825 INFO:teuthology.orchestra.run.smithi049.stdout:warning: /etc/fuse.conf saved as /etc/fuse.conf.rpmsave 2021-07-24T16:58:31.825 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:31.890 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : runc-1.0.0-70.rc92.module_el8.3.0+699+d61d9c41.x86 12/28 2021-07-24T16:58:31.890 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : fuse-common-3.2.1-12.el8.x86_64 13/28 2021-07-24T16:58:31.891 INFO:teuthology.orchestra.run.smithi006.stdout:warning: /etc/fuse.conf saved as /etc/fuse.conf.rpmsave 2021-07-24T16:58:31.891 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:32.166 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : python3-iniparse-0.4-31.el8.noarch 14/28 2021-07-24T16:58:32.248 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : python3-iniparse-0.4-31.el8.noarch 14/28 2021-07-24T16:58:32.293 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : subscription-manager-rhsm-certificates-1.27.16-1.e 15/28 2021-07-24T16:58:32.408 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : subscription-manager-rhsm-certificates-1.27.16-1.e 15/28 2021-07-24T16:58:32.447 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : python3-inotify-0.9.6-13.el8.noarch 16/28 2021-07-24T16:58:32.581 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : python3-inotify-0.9.6-13.el8.noarch 16/28 2021-07-24T16:58:32.648 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : python3-syspurpose-1.27.16-1.el8.x86_64 17/28 2021-07-24T16:58:32.724 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : python3-syspurpose-1.27.16-1.el8.x86_64 17/28 2021-07-24T16:58:32.823 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : criu-3.15-1.module_el8.3.0+699+d61d9c41.x86_64 18/28 2021-07-24T16:58:32.823 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : libnet-1.1.6-15.el8.x86_64 19/28 2021-07-24T16:58:32.912 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : criu-3.15-1.module_el8.3.0+699+d61d9c41.x86_64 18/28 2021-07-24T16:58:32.913 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : libnet-1.1.6-15.el8.x86_64 19/28 2021-07-24T16:58:33.045 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libnet-1.1.6-15.el8.x86_64 19/28 2021-07-24T16:58:33.133 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libnet-1.1.6-15.el8.x86_64 19/28 2021-07-24T16:58:33.208 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : protobuf-c-1.3.0-4.el8.x86_64 20/28 2021-07-24T16:58:33.273 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : protobuf-c-1.3.0-4.el8.x86_64 20/28 2021-07-24T16:58:33.426 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : python3-librepo-1.12.0-2.el8.x86_64 21/28 2021-07-24T16:58:33.466 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : python3-librepo-1.12.0-2.el8.x86_64 21/28 2021-07-24T16:58:33.583 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : libslirp-4.3.1-1.module_el8.3.0+475+c50ce30b.x86_6 22/28 2021-07-24T16:58:33.584 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : fuse3-libs-3.2.1-12.el8.x86_64 23/28 2021-07-24T16:58:33.607 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : libslirp-4.3.1-1.module_el8.3.0+475+c50ce30b.x86_6 22/28 2021-07-24T16:58:33.608 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : fuse3-libs-3.2.1-12.el8.x86_64 23/28 2021-07-24T16:58:33.806 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: fuse3-libs-3.2.1-12.el8.x86_64 23/28 2021-07-24T16:58:33.825 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: fuse3-libs-3.2.1-12.el8.x86_64 23/28 2021-07-24T16:58:33.934 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : python3-dmidecode-3.12.2-15.el8.x86_64 24/28 2021-07-24T16:58:33.949 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : python3-dmidecode-3.12.2-15.el8.x86_64 24/28 2021-07-24T16:58:34.162 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : python3-ethtool-0.14-3.el8.x86_64 25/28 2021-07-24T16:58:34.193 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : python3-ethtool-0.14-3.el8.x86_64 25/28 2021-07-24T16:58:34.342 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : usermode-1.113-1.el8.x86_64 26/28 2021-07-24T16:58:34.375 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : usermode-1.113-1.el8.x86_64 26/28 2021-07-24T16:58:34.511 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : conmon-2:2.0.22-3.module_el8.3.0+699+d61d9c41.x86_ 27/28 2021-07-24T16:58:34.558 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : conmon-2:2.0.22-3.module_el8.3.0+699+d61d9c41.x86_ 27/28 2021-07-24T16:58:34.676 INFO:teuthology.orchestra.run.smithi049.stdout: Erasing : containernetworking-plugins-0.9.0-1.module_el8.3.0 28/28 2021-07-24T16:58:34.759 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : containernetworking-plugins-0.9.0-1.module_el8.3.0 28/28 2021-07-24T16:58:34.941 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: containernetworking-plugins-0.9.0-1.module_el8.3.0 28/28 2021-07-24T16:58:34.942 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : conmon-2:2.0.22-3.module_el8.3.0+699+d61d9c41.x86_ 1/28 2021-07-24T16:58:34.942 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : container-selinux-2:2.155.0-1.module_el8.3.0+699+d 2/28 2021-07-24T16:58:34.942 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : containernetworking-plugins-0.9.0-1.module_el8.3.0 3/28 2021-07-24T16:58:34.942 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : containers-common-1:1.2.0-9.module_el8.3.0+699+d61 4/28 2021-07-24T16:58:34.943 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : criu-3.15-1.module_el8.3.0+699+d61d9c41.x86_64 5/28 2021-07-24T16:58:34.943 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : dnf-plugin-subscription-manager-1.27.16-1.el8.x86_ 6/28 2021-07-24T16:58:34.943 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 7/28 2021-07-24T16:58:34.943 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse-overlayfs-1.3.0-2.module_el8.3.0+699+d61d9c41 8/28 2021-07-24T16:58:34.944 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse3-3.2.1-12.el8.x86_64 9/28 2021-07-24T16:58:34.944 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse3-libs-3.2.1-12.el8.x86_64 10/28 2021-07-24T16:58:34.944 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libnet-1.1.6-15.el8.x86_64 11/28 2021-07-24T16:58:34.944 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libslirp-4.3.1-1.module_el8.3.0+475+c50ce30b.x86_6 12/28 2021-07-24T16:58:34.944 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 13/28 2021-07-24T16:58:34.945 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-catatonit-3.0.1-7.module_el8.4.0+830+8027e1 14/28 2021-07-24T16:58:34.945 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4. 15/28 2021-07-24T16:58:34.945 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : protobuf-c-1.3.0-4.el8.x86_64 16/28 2021-07-24T16:58:34.945 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-dmidecode-3.12.2-15.el8.x86_64 17/28 2021-07-24T16:58:34.945 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-ethtool-0.14-3.el8.x86_64 18/28 2021-07-24T16:58:34.946 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-iniparse-0.4-31.el8.noarch 19/28 2021-07-24T16:58:34.946 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-inotify-0.9.6-13.el8.noarch 20/28 2021-07-24T16:58:34.946 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-librepo-1.12.0-2.el8.x86_64 21/28 2021-07-24T16:58:34.946 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-subscription-manager-rhsm-1.27.16-1.el8.x8 22/28 2021-07-24T16:58:34.947 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-syspurpose-1.27.16-1.el8.x86_64 23/28 2021-07-24T16:58:34.947 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : runc-1.0.0-70.rc92.module_el8.3.0+699+d61d9c41.x86 24/28 2021-07-24T16:58:34.947 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : slirp4netns-1.1.8-1.module_el8.3.0+699+d61d9c41.x8 25/28 2021-07-24T16:58:34.948 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : subscription-manager-1.27.16-1.el8.x86_64 26/28 2021-07-24T16:58:34.948 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : subscription-manager-rhsm-certificates-1.27.16-1.e 27/28 2021-07-24T16:58:35.006 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: containernetworking-plugins-0.9.0-1.module_el8.3.0 28/28 2021-07-24T16:58:35.007 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : conmon-2:2.0.22-3.module_el8.3.0+699+d61d9c41.x86_ 1/28 2021-07-24T16:58:35.007 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : container-selinux-2:2.155.0-1.module_el8.3.0+699+d 2/28 2021-07-24T16:58:35.007 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : containernetworking-plugins-0.9.0-1.module_el8.3.0 3/28 2021-07-24T16:58:35.007 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : containers-common-1:1.2.0-9.module_el8.3.0+699+d61 4/28 2021-07-24T16:58:35.007 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : criu-3.15-1.module_el8.3.0+699+d61d9c41.x86_64 5/28 2021-07-24T16:58:35.008 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : dnf-plugin-subscription-manager-1.27.16-1.el8.x86_ 6/28 2021-07-24T16:58:35.008 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 7/28 2021-07-24T16:58:35.008 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse-overlayfs-1.3.0-2.module_el8.3.0+699+d61d9c41 8/28 2021-07-24T16:58:35.008 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse3-3.2.1-12.el8.x86_64 9/28 2021-07-24T16:58:35.009 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse3-libs-3.2.1-12.el8.x86_64 10/28 2021-07-24T16:58:35.009 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libnet-1.1.6-15.el8.x86_64 11/28 2021-07-24T16:58:35.009 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libslirp-4.3.1-1.module_el8.3.0+475+c50ce30b.x86_6 12/28 2021-07-24T16:58:35.009 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 13/28 2021-07-24T16:58:35.009 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-catatonit-3.0.1-7.module_el8.4.0+830+8027e1 14/28 2021-07-24T16:58:35.010 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4. 15/28 2021-07-24T16:58:35.010 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : protobuf-c-1.3.0-4.el8.x86_64 16/28 2021-07-24T16:58:35.010 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-dmidecode-3.12.2-15.el8.x86_64 17/28 2021-07-24T16:58:35.010 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ethtool-0.14-3.el8.x86_64 18/28 2021-07-24T16:58:35.011 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-iniparse-0.4-31.el8.noarch 19/28 2021-07-24T16:58:35.011 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-inotify-0.9.6-13.el8.noarch 20/28 2021-07-24T16:58:35.011 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-librepo-1.12.0-2.el8.x86_64 21/28 2021-07-24T16:58:35.011 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-subscription-manager-rhsm-1.27.16-1.el8.x8 22/28 2021-07-24T16:58:35.011 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-syspurpose-1.27.16-1.el8.x86_64 23/28 2021-07-24T16:58:35.012 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : runc-1.0.0-70.rc92.module_el8.3.0+699+d61d9c41.x86 24/28 2021-07-24T16:58:35.012 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : slirp4netns-1.1.8-1.module_el8.3.0+699+d61d9c41.x8 25/28 2021-07-24T16:58:35.012 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : subscription-manager-1.27.16-1.el8.x86_64 26/28 2021-07-24T16:58:35.012 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : subscription-manager-rhsm-certificates-1.27.16-1.e 27/28 2021-07-24T16:58:35.635 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : usermode-1.113-1.el8.x86_64 28/28 2021-07-24T16:58:35.635 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:35.635 INFO:teuthology.orchestra.run.smithi049.stdout:Removed: 2021-07-24T16:58:35.635 INFO:teuthology.orchestra.run.smithi049.stdout: conmon-2:2.0.22-3.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.636 INFO:teuthology.orchestra.run.smithi049.stdout: container-selinux-2:2.155.0-1.module_el8.3.0+699+d61d9c41.noarch 2021-07-24T16:58:35.636 INFO:teuthology.orchestra.run.smithi049.stdout: containernetworking-plugins-0.9.0-1.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.636 INFO:teuthology.orchestra.run.smithi049.stdout: containers-common-1:1.2.0-9.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.636 INFO:teuthology.orchestra.run.smithi049.stdout: criu-3.15-1.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.637 INFO:teuthology.orchestra.run.smithi049.stdout: dnf-plugin-subscription-manager-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.637 INFO:teuthology.orchestra.run.smithi049.stdout: fuse-common-3.2.1-12.el8.x86_64 2021-07-24T16:58:35.637 INFO:teuthology.orchestra.run.smithi049.stdout: fuse-overlayfs-1.3.0-2.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.637 INFO:teuthology.orchestra.run.smithi049.stdout: fuse3-3.2.1-12.el8.x86_64 2021-07-24T16:58:35.638 INFO:teuthology.orchestra.run.smithi049.stdout: fuse3-libs-3.2.1-12.el8.x86_64 2021-07-24T16:58:35.638 INFO:teuthology.orchestra.run.smithi049.stdout: libnet-1.1.6-15.el8.x86_64 2021-07-24T16:58:35.638 INFO:teuthology.orchestra.run.smithi049.stdout: libslirp-4.3.1-1.module_el8.3.0+475+c50ce30b.x86_64 2021-07-24T16:58:35.638 INFO:teuthology.orchestra.run.smithi049.stdout: podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 2021-07-24T16:58:35.639 INFO:teuthology.orchestra.run.smithi049.stdout: podman-catatonit-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 2021-07-24T16:58:35.639 INFO:teuthology.orchestra.run.smithi049.stdout: podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4.noarch 2021-07-24T16:58:35.639 INFO:teuthology.orchestra.run.smithi049.stdout: protobuf-c-1.3.0-4.el8.x86_64 2021-07-24T16:58:35.639 INFO:teuthology.orchestra.run.smithi049.stdout: python3-dmidecode-3.12.2-15.el8.x86_64 2021-07-24T16:58:35.639 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ethtool-0.14-3.el8.x86_64 2021-07-24T16:58:35.640 INFO:teuthology.orchestra.run.smithi049.stdout: python3-iniparse-0.4-31.el8.noarch 2021-07-24T16:58:35.640 INFO:teuthology.orchestra.run.smithi049.stdout: python3-inotify-0.9.6-13.el8.noarch 2021-07-24T16:58:35.640 INFO:teuthology.orchestra.run.smithi049.stdout: python3-librepo-1.12.0-2.el8.x86_64 2021-07-24T16:58:35.640 INFO:teuthology.orchestra.run.smithi049.stdout: python3-subscription-manager-rhsm-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.640 INFO:teuthology.orchestra.run.smithi049.stdout: python3-syspurpose-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.641 INFO:teuthology.orchestra.run.smithi049.stdout: runc-1.0.0-70.rc92.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.641 INFO:teuthology.orchestra.run.smithi049.stdout: slirp4netns-1.1.8-1.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.641 INFO:teuthology.orchestra.run.smithi049.stdout: subscription-manager-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.641 INFO:teuthology.orchestra.run.smithi049.stdout: subscription-manager-rhsm-certificates-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.642 INFO:teuthology.orchestra.run.smithi049.stdout: usermode-1.113-1.el8.x86_64 2021-07-24T16:58:35.642 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:35.642 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T16:58:35.681 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : usermode-1.113-1.el8.x86_64 28/28 2021-07-24T16:58:35.681 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:35.682 INFO:teuthology.orchestra.run.smithi006.stdout:Removed: 2021-07-24T16:58:35.682 INFO:teuthology.orchestra.run.smithi006.stdout: conmon-2:2.0.22-3.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.682 INFO:teuthology.orchestra.run.smithi006.stdout: container-selinux-2:2.155.0-1.module_el8.3.0+699+d61d9c41.noarch 2021-07-24T16:58:35.682 INFO:teuthology.orchestra.run.smithi006.stdout: containernetworking-plugins-0.9.0-1.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.683 INFO:teuthology.orchestra.run.smithi006.stdout: containers-common-1:1.2.0-9.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.683 INFO:teuthology.orchestra.run.smithi006.stdout: criu-3.15-1.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.683 INFO:teuthology.orchestra.run.smithi006.stdout: dnf-plugin-subscription-manager-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.683 INFO:teuthology.orchestra.run.smithi006.stdout: fuse-common-3.2.1-12.el8.x86_64 2021-07-24T16:58:35.684 INFO:teuthology.orchestra.run.smithi006.stdout: fuse-overlayfs-1.3.0-2.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.684 INFO:teuthology.orchestra.run.smithi006.stdout: fuse3-3.2.1-12.el8.x86_64 2021-07-24T16:58:35.684 INFO:teuthology.orchestra.run.smithi006.stdout: fuse3-libs-3.2.1-12.el8.x86_64 2021-07-24T16:58:35.684 INFO:teuthology.orchestra.run.smithi006.stdout: libnet-1.1.6-15.el8.x86_64 2021-07-24T16:58:35.684 INFO:teuthology.orchestra.run.smithi006.stdout: libslirp-4.3.1-1.module_el8.3.0+475+c50ce30b.x86_64 2021-07-24T16:58:35.685 INFO:teuthology.orchestra.run.smithi006.stdout: podman-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 2021-07-24T16:58:35.685 INFO:teuthology.orchestra.run.smithi006.stdout: podman-catatonit-3.0.1-7.module_el8.4.0+830+8027e1c4.x86_64 2021-07-24T16:58:35.685 INFO:teuthology.orchestra.run.smithi006.stdout: podman-docker-3.0.1-7.module_el8.4.0+830+8027e1c4.noarch 2021-07-24T16:58:35.685 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf-c-1.3.0-4.el8.x86_64 2021-07-24T16:58:35.686 INFO:teuthology.orchestra.run.smithi006.stdout: python3-dmidecode-3.12.2-15.el8.x86_64 2021-07-24T16:58:35.686 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ethtool-0.14-3.el8.x86_64 2021-07-24T16:58:35.686 INFO:teuthology.orchestra.run.smithi006.stdout: python3-iniparse-0.4-31.el8.noarch 2021-07-24T16:58:35.686 INFO:teuthology.orchestra.run.smithi006.stdout: python3-inotify-0.9.6-13.el8.noarch 2021-07-24T16:58:35.686 INFO:teuthology.orchestra.run.smithi006.stdout: python3-librepo-1.12.0-2.el8.x86_64 2021-07-24T16:58:35.687 INFO:teuthology.orchestra.run.smithi006.stdout: python3-subscription-manager-rhsm-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.687 INFO:teuthology.orchestra.run.smithi006.stdout: python3-syspurpose-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.687 INFO:teuthology.orchestra.run.smithi006.stdout: runc-1.0.0-70.rc92.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.687 INFO:teuthology.orchestra.run.smithi006.stdout: slirp4netns-1.1.8-1.module_el8.3.0+699+d61d9c41.x86_64 2021-07-24T16:58:35.688 INFO:teuthology.orchestra.run.smithi006.stdout: subscription-manager-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.688 INFO:teuthology.orchestra.run.smithi006.stdout: subscription-manager-rhsm-certificates-1.27.16-1.el8.x86_64 2021-07-24T16:58:35.688 INFO:teuthology.orchestra.run.smithi006.stdout: usermode-1.113-1.el8.x86_64 2021-07-24T16:58:35.688 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:35.688 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T16:58:38.494 INFO:teuthology.orchestra.run.smithi006.stdout:Copr repo for container-selinux owned by rhcont 648 B/s | 1.4 kB 00:02 2021-07-24T16:58:38.559 INFO:teuthology.orchestra.run.smithi049.stdout:Copr repo for container-selinux owned by rhcont 613 B/s | 1.4 kB 00:02 2021-07-24T16:58:39.983 INFO:teuthology.orchestra.run.smithi006.stdout:Stable Releases of Upstream github.com/containe 46 kB/s | 66 kB 00:01 2021-07-24T16:58:40.043 INFO:teuthology.orchestra.run.smithi049.stdout:Stable Releases of Upstream github.com/containe 46 kB/s | 66 kB 00:01 2021-07-24T16:58:41.136 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T16:58:41.138 INFO:teuthology.orchestra.run.smithi006.stdout:=================================================================================================================================== 2021-07-24T16:58:41.138 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T16:58:41.139 INFO:teuthology.orchestra.run.smithi006.stdout:=================================================================================================================================== 2021-07-24T16:58:41.139 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T16:58:41.139 INFO:teuthology.orchestra.run.smithi006.stdout: podman x86_64 3.2.3-1.el8.1.3 devel_kubic_libcontainers_stable 13 M 2021-07-24T16:58:41.139 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T16:58:41.139 INFO:teuthology.orchestra.run.smithi006.stdout: conmon x86_64 2:2.0.29-1.el8.3.7 devel_kubic_libcontainers_stable 50 k 2021-07-24T16:58:41.140 INFO:teuthology.orchestra.run.smithi006.stdout: container-selinux noarch 2:2.145.0-1.el8 copr:copr.fedorainfracloud.org:rhcontainerbot:container-selinux 59 k 2021-07-24T16:58:41.140 INFO:teuthology.orchestra.run.smithi006.stdout: containernetworking-plugins x86_64 1.0.0-0.2.rc1.el8.6.4 devel_kubic_libcontainers_stable 21 M 2021-07-24T16:58:41.140 INFO:teuthology.orchestra.run.smithi006.stdout: containers-common noarch 4:1-18.el8.20.3 devel_kubic_libcontainers_stable 61 k 2021-07-24T16:58:41.140 INFO:teuthology.orchestra.run.smithi006.stdout: crun x86_64 0.20.1-1.el8.3.4 devel_kubic_libcontainers_stable 194 k 2021-07-24T16:58:41.141 INFO:teuthology.orchestra.run.smithi006.stdout: dnsmasq x86_64 2.79-15.el8 CentOS-AppStream 318 k 2021-07-24T16:58:41.141 INFO:teuthology.orchestra.run.smithi006.stdout: fuse-common x86_64 3.2.1-12.el8 CentOS-Base 21 k 2021-07-24T16:58:41.141 INFO:teuthology.orchestra.run.smithi006.stdout: fuse3 x86_64 3.2.1-12.el8 CentOS-Base 50 k 2021-07-24T16:58:41.141 INFO:teuthology.orchestra.run.smithi006.stdout: fuse3-libs x86_64 3.2.1-12.el8 CentOS-Base 94 k 2021-07-24T16:58:41.141 INFO:teuthology.orchestra.run.smithi006.stdout: libslirp x86_64 4.3.1-4.el8.4.10 devel_kubic_libcontainers_stable 73 k 2021-07-24T16:58:41.142 INFO:teuthology.orchestra.run.smithi006.stdout: yajl x86_64 2.1.0-10.el8 CentOS-AppStream 41 k 2021-07-24T16:58:41.142 INFO:teuthology.orchestra.run.smithi006.stdout:Installing weak dependencies: 2021-07-24T16:58:41.142 INFO:teuthology.orchestra.run.smithi006.stdout: catatonit x86_64 0.1.5-6.el8.3.10 devel_kubic_libcontainers_stable 290 k 2021-07-24T16:58:41.142 INFO:teuthology.orchestra.run.smithi006.stdout: fuse-overlayfs x86_64 1.5.0-1.el8.1.7 devel_kubic_libcontainers_stable 73 k 2021-07-24T16:58:41.143 INFO:teuthology.orchestra.run.smithi006.stdout: podman-plugins x86_64 3.2.3-1.el8.1.3 devel_kubic_libcontainers_stable 3.4 M 2021-07-24T16:58:41.143 INFO:teuthology.orchestra.run.smithi006.stdout: slirp4netns x86_64 1.1.8-4.el8.7.11 devel_kubic_libcontainers_stable 55 k 2021-07-24T16:58:41.143 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:41.143 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T16:58:41.143 INFO:teuthology.orchestra.run.smithi006.stdout:=================================================================================================================================== 2021-07-24T16:58:41.144 INFO:teuthology.orchestra.run.smithi006.stdout:Install 16 Packages 2021-07-24T16:58:41.144 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:58:41.145 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 38 M 2021-07-24T16:58:41.145 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 139 M 2021-07-24T16:58:41.145 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T16:58:41.178 INFO:teuthology.orchestra.run.smithi006.stdout:(1/16): yajl-2.1.0-10.el8.x86_64.rpm 1.1 MB/s | 41 kB 00:00 2021-07-24T16:58:41.180 INFO:teuthology.orchestra.run.smithi006.stdout:(2/16): fuse3-3.2.1-12.el8.x86_64.rpm 33 MB/s | 50 kB 00:00 2021-07-24T16:58:41.183 INFO:teuthology.orchestra.run.smithi006.stdout:(3/16): fuse3-libs-3.2.1-12.el8.x86_64.rpm 26 MB/s | 94 kB 00:00 2021-07-24T16:58:41.187 INFO:teuthology.orchestra.run.smithi006.stdout:(4/16): dnsmasq-2.79-15.el8.x86_64.rpm 6.9 MB/s | 318 kB 00:00 2021-07-24T16:58:41.190 INFO:teuthology.orchestra.run.smithi006.stdout:(5/16): fuse-common-3.2.1-12.el8.x86_64.rpm 440 kB/s | 21 kB 00:00 2021-07-24T16:58:41.201 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T16:58:41.203 INFO:teuthology.orchestra.run.smithi049.stdout:=================================================================================================================================== 2021-07-24T16:58:41.204 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T16:58:41.204 INFO:teuthology.orchestra.run.smithi049.stdout:=================================================================================================================================== 2021-07-24T16:58:41.205 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T16:58:41.206 INFO:teuthology.orchestra.run.smithi049.stdout: podman x86_64 3.2.3-1.el8.1.3 devel_kubic_libcontainers_stable 13 M 2021-07-24T16:58:41.206 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T16:58:41.206 INFO:teuthology.orchestra.run.smithi049.stdout: conmon x86_64 2:2.0.29-1.el8.3.7 devel_kubic_libcontainers_stable 50 k 2021-07-24T16:58:41.206 INFO:teuthology.orchestra.run.smithi049.stdout: container-selinux noarch 2:2.145.0-1.el8 copr:copr.fedorainfracloud.org:rhcontainerbot:container-selinux 59 k 2021-07-24T16:58:41.206 INFO:teuthology.orchestra.run.smithi049.stdout: containernetworking-plugins x86_64 1.0.0-0.2.rc1.el8.6.4 devel_kubic_libcontainers_stable 21 M 2021-07-24T16:58:41.207 INFO:teuthology.orchestra.run.smithi049.stdout: containers-common noarch 4:1-18.el8.20.3 devel_kubic_libcontainers_stable 61 k 2021-07-24T16:58:41.207 INFO:teuthology.orchestra.run.smithi049.stdout: crun x86_64 0.20.1-1.el8.3.4 devel_kubic_libcontainers_stable 194 k 2021-07-24T16:58:41.207 INFO:teuthology.orchestra.run.smithi049.stdout: dnsmasq x86_64 2.79-15.el8 CentOS-AppStream 318 k 2021-07-24T16:58:41.207 INFO:teuthology.orchestra.run.smithi049.stdout: fuse-common x86_64 3.2.1-12.el8 CentOS-Base 21 k 2021-07-24T16:58:41.208 INFO:teuthology.orchestra.run.smithi049.stdout: fuse3 x86_64 3.2.1-12.el8 CentOS-Base 50 k 2021-07-24T16:58:41.208 INFO:teuthology.orchestra.run.smithi049.stdout: fuse3-libs x86_64 3.2.1-12.el8 CentOS-Base 94 k 2021-07-24T16:58:41.208 INFO:teuthology.orchestra.run.smithi049.stdout: libslirp x86_64 4.3.1-4.el8.4.10 devel_kubic_libcontainers_stable 73 k 2021-07-24T16:58:41.208 INFO:teuthology.orchestra.run.smithi049.stdout: yajl x86_64 2.1.0-10.el8 CentOS-AppStream 41 k 2021-07-24T16:58:41.208 INFO:teuthology.orchestra.run.smithi049.stdout:Installing weak dependencies: 2021-07-24T16:58:41.209 INFO:teuthology.orchestra.run.smithi049.stdout: catatonit x86_64 0.1.5-6.el8.3.10 devel_kubic_libcontainers_stable 290 k 2021-07-24T16:58:41.209 INFO:teuthology.orchestra.run.smithi049.stdout: fuse-overlayfs x86_64 1.5.0-1.el8.1.7 devel_kubic_libcontainers_stable 73 k 2021-07-24T16:58:41.209 INFO:teuthology.orchestra.run.smithi049.stdout: podman-plugins x86_64 3.2.3-1.el8.1.3 devel_kubic_libcontainers_stable 3.4 M 2021-07-24T16:58:41.209 INFO:teuthology.orchestra.run.smithi049.stdout: slirp4netns x86_64 1.1.8-4.el8.7.11 devel_kubic_libcontainers_stable 55 k 2021-07-24T16:58:41.209 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:41.210 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T16:58:41.210 INFO:teuthology.orchestra.run.smithi049.stdout:=================================================================================================================================== 2021-07-24T16:58:41.210 INFO:teuthology.orchestra.run.smithi049.stdout:Install 16 Packages 2021-07-24T16:58:41.210 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:58:41.211 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 38 M 2021-07-24T16:58:41.211 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 139 M 2021-07-24T16:58:41.212 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T16:58:41.238 INFO:teuthology.orchestra.run.smithi049.stdout:(1/16): yajl-2.1.0-10.el8.x86_64.rpm 1.3 MB/s | 41 kB 00:00 2021-07-24T16:58:41.239 INFO:teuthology.orchestra.run.smithi049.stdout:(2/16): fuse3-3.2.1-12.el8.x86_64.rpm 35 MB/s | 50 kB 00:00 2021-07-24T16:58:41.241 INFO:teuthology.orchestra.run.smithi049.stdout:(3/16): fuse3-libs-3.2.1-12.el8.x86_64.rpm 45 MB/s | 94 kB 00:00 2021-07-24T16:58:41.251 INFO:teuthology.orchestra.run.smithi049.stdout:(4/16): fuse-common-3.2.1-12.el8.x86_64.rpm 486 kB/s | 21 kB 00:00 2021-07-24T16:58:41.255 INFO:teuthology.orchestra.run.smithi049.stdout:(5/16): dnsmasq-2.79-15.el8.x86_64.rpm 6.4 MB/s | 318 kB 00:00 2021-07-24T16:58:42.127 INFO:teuthology.orchestra.run.smithi006.stdout:(6/16): conmon-2.0.29-1.el8.3.7.x86_64.rpm 54 kB/s | 50 kB 00:00 2021-07-24T16:58:42.211 INFO:teuthology.orchestra.run.smithi049.stdout:(6/16): conmon-2.0.29-1.el8.3.7.x86_64.rpm 53 kB/s | 50 kB 00:00 2021-07-24T16:58:42.273 INFO:teuthology.orchestra.run.smithi006.stdout:(7/16): catatonit-0.1.5-6.el8.3.10.x86_64.rpm 267 kB/s | 290 kB 00:01 2021-07-24T16:58:42.327 INFO:teuthology.orchestra.run.smithi006.stdout:(8/16): container-selinux-2.145.0-1.el8.noarch. 52 kB/s | 59 kB 00:01 2021-07-24T16:58:42.361 INFO:teuthology.orchestra.run.smithi049.stdout:(7/16): catatonit-0.1.5-6.el8.3.10.x86_64.rpm 262 kB/s | 290 kB 00:01 2021-07-24T16:58:42.371 INFO:teuthology.orchestra.run.smithi049.stdout:(8/16): container-selinux-2.145.0-1.el8.noarch. 52 kB/s | 59 kB 00:01 2021-07-24T16:58:42.646 INFO:teuthology.orchestra.run.smithi006.stdout:(9/16): containers-common-1-18.el8.20.3.noarch. 165 kB/s | 61 kB 00:00 2021-07-24T16:58:42.727 INFO:teuthology.orchestra.run.smithi049.stdout:(9/16): containers-common-1-18.el8.20.3.noarch. 168 kB/s | 61 kB 00:00 2021-07-24T16:58:42.923 INFO:teuthology.orchestra.run.smithi006.stdout:(10/16): crun-0.20.1-1.el8.3.4.x86_64.rpm 326 kB/s | 194 kB 00:00 2021-07-24T16:58:42.950 INFO:teuthology.orchestra.run.smithi049.stdout:(10/16): crun-0.20.1-1.el8.3.4.x86_64.rpm 335 kB/s | 194 kB 00:00 2021-07-24T16:58:43.208 INFO:teuthology.orchestra.run.smithi006.stdout:(11/16): libslirp-4.3.1-4.el8.4.10.x86_64.rpm 257 kB/s | 73 kB 00:00 2021-07-24T16:58:43.235 INFO:teuthology.orchestra.run.smithi049.stdout:(11/16): libslirp-4.3.1-4.el8.4.10.x86_64.rpm 256 kB/s | 73 kB 00:00 2021-07-24T16:58:43.357 INFO:teuthology.orchestra.run.smithi006.stdout:(12/16): fuse-overlayfs-1.5.0-1.el8.1.7.x86_64. 102 kB/s | 73 kB 00:00 2021-07-24T16:58:43.443 INFO:teuthology.orchestra.run.smithi049.stdout:(12/16): fuse-overlayfs-1.5.0-1.el8.1.7.x86_64. 101 kB/s | 73 kB 00:00 2021-07-24T16:58:43.565 INFO:teuthology.orchestra.run.smithi006.stdout:(13/16): containernetworking-plugins-1.0.0-0.2. 15 MB/s | 21 MB 00:01 2021-07-24T16:58:43.836 INFO:teuthology.orchestra.run.smithi006.stdout:(14/16): podman-plugins-3.2.3-1.el8.1.3.x86_64. 7.1 MB/s | 3.4 MB 00:00 2021-07-24T16:58:43.931 INFO:teuthology.orchestra.run.smithi006.stdout:(15/16): slirp4netns-1.1.8-4.el8.7.11.x86_64.rp 150 kB/s | 55 kB 00:00 2021-07-24T16:58:44.262 INFO:teuthology.orchestra.run.smithi049.stdout:(13/16): podman-plugins-3.2.3-1.el8.1.3.x86_64. 4.2 MB/s | 3.4 MB 00:00 2021-07-24T16:58:44.450 INFO:teuthology.orchestra.run.smithi049.stdout:(14/16): podman-3.2.3-1.el8.1.3.x86_64.rpm 11 MB/s | 13 MB 00:01 2021-07-24T16:58:44.551 INFO:teuthology.orchestra.run.smithi049.stdout:(15/16): slirp4netns-1.1.8-4.el8.7.11.x86_64.rp 190 kB/s | 55 kB 00:00 2021-07-24T16:58:44.630 INFO:teuthology.orchestra.run.smithi006.stdout:(16/16): podman-3.2.3-1.el8.1.3.x86_64.rpm 9.0 MB/s | 13 MB 00:01 2021-07-24T16:58:44.639 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T16:58:44.639 INFO:teuthology.orchestra.run.smithi006.stdout:Total 11 MB/s | 38 MB 00:03 2021-07-24T16:58:44.645 INFO:teuthology.orchestra.run.smithi006.stderr:warning: /var/cache/dnf/copr:copr.fedorainfracloud.org:rhcontainerbot:container-selinux-57cf30cbbab27eef/packages/container-selinux-2.145.0-1.el8.noarch.rpm: Header V3 RSA/SHA1 Signature, key ID 62035f7b: NOKEY 2021-07-24T16:58:45.310 INFO:teuthology.orchestra.run.smithi049.stdout:(16/16): containernetworking-plugins-1.0.0-0.2. 6.8 MB/s | 21 MB 00:03 2021-07-24T16:58:45.317 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T16:58:45.318 INFO:teuthology.orchestra.run.smithi049.stdout:Total 9.4 MB/s | 38 MB 00:04 2021-07-24T16:58:45.323 INFO:teuthology.orchestra.run.smithi049.stderr:warning: /var/cache/dnf/copr:copr.fedorainfracloud.org:rhcontainerbot:container-selinux-57cf30cbbab27eef/packages/container-selinux-2.145.0-1.el8.noarch.rpm: Header V3 RSA/SHA1 Signature, key ID 62035f7b: NOKEY 2021-07-24T16:58:45.447 INFO:teuthology.orchestra.run.smithi006.stdout:Copr repo for container-selinux owned by rhcont 1.3 kB/s | 1.0 kB 00:00 2021-07-24T16:58:45.569 INFO:teuthology.orchestra.run.smithi006.stderr:Importing GPG key 0x62035F7B: 2021-07-24T16:58:45.569 INFO:teuthology.orchestra.run.smithi006.stderr: Userid : "rhcontainerbot_container-selinux (None) " 2021-07-24T16:58:45.569 INFO:teuthology.orchestra.run.smithi006.stderr: Fingerprint: F5D6 6271 4052 49DE A189 569F C907 EBD4 6203 5F7B 2021-07-24T16:58:45.570 INFO:teuthology.orchestra.run.smithi006.stderr: From : https://download.copr.fedorainfracloud.org/results/rhcontainerbot/container-selinux/pubkey.gpg 2021-07-24T16:58:45.805 INFO:teuthology.orchestra.run.smithi006.stdout:Key imported successfully 2021-07-24T16:58:45.806 INFO:teuthology.orchestra.run.smithi006.stderr:warning: /var/cache/dnf/devel_kubic_libcontainers_stable-37b272243bc11f7c/packages/catatonit-0.1.5-6.el8.3.10.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 75060aa4: NOKEY 2021-07-24T16:58:46.123 INFO:teuthology.orchestra.run.smithi006.stdout:Stable Releases of Upstream github.com/containe 3.4 kB/s | 1.1 kB 00:00 2021-07-24T16:58:46.133 INFO:teuthology.orchestra.run.smithi049.stdout:Copr repo for container-selinux owned by rhcont 1.3 kB/s | 1.0 kB 00:00 2021-07-24T16:58:46.157 INFO:teuthology.orchestra.run.smithi006.stderr:Importing GPG key 0x75060AA4: 2021-07-24T16:58:46.158 INFO:teuthology.orchestra.run.smithi006.stderr: Userid : "devel:kubic OBS Project " 2021-07-24T16:58:46.158 INFO:teuthology.orchestra.run.smithi006.stderr: Fingerprint: 2472 D6D0 D2F6 6AF8 7ABA 8DA3 4D64 3903 7506 0AA4 2021-07-24T16:58:46.158 INFO:teuthology.orchestra.run.smithi006.stderr: From : https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_8/repodata/repomd.xml.key 2021-07-24T16:58:46.229 INFO:teuthology.orchestra.run.smithi006.stdout:Key imported successfully 2021-07-24T16:58:46.241 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T16:58:46.266 INFO:teuthology.orchestra.run.smithi049.stderr:Importing GPG key 0x62035F7B: 2021-07-24T16:58:46.267 INFO:teuthology.orchestra.run.smithi049.stderr: Userid : "rhcontainerbot_container-selinux (None) " 2021-07-24T16:58:46.267 INFO:teuthology.orchestra.run.smithi049.stderr: Fingerprint: F5D6 6271 4052 49DE A189 569F C907 EBD4 6203 5F7B 2021-07-24T16:58:46.267 INFO:teuthology.orchestra.run.smithi049.stderr: From : https://download.copr.fedorainfracloud.org/results/rhcontainerbot/container-selinux/pubkey.gpg 2021-07-24T16:58:46.289 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T16:58:46.290 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T16:58:46.346 INFO:teuthology.orchestra.run.smithi049.stdout:Key imported successfully 2021-07-24T16:58:46.348 INFO:teuthology.orchestra.run.smithi049.stderr:warning: /var/cache/dnf/devel_kubic_libcontainers_stable-37b272243bc11f7c/packages/catatonit-0.1.5-6.el8.3.10.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 75060aa4: NOKEY 2021-07-24T16:58:46.631 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T16:58:46.634 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T16:58:46.665 INFO:teuthology.orchestra.run.smithi049.stdout:Stable Releases of Upstream github.com/containe 3.4 kB/s | 1.1 kB 00:00 2021-07-24T16:58:46.697 INFO:teuthology.orchestra.run.smithi049.stderr:Importing GPG key 0x75060AA4: 2021-07-24T16:58:46.698 INFO:teuthology.orchestra.run.smithi049.stderr: Userid : "devel:kubic OBS Project " 2021-07-24T16:58:46.698 INFO:teuthology.orchestra.run.smithi049.stderr: Fingerprint: 2472 D6D0 D2F6 6AF8 7ABA 8DA3 4D64 3903 7506 0AA4 2021-07-24T16:58:46.699 INFO:teuthology.orchestra.run.smithi049.stderr: From : https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_8/repodata/repomd.xml.key 2021-07-24T16:58:46.770 INFO:teuthology.orchestra.run.smithi049.stdout:Key imported successfully 2021-07-24T16:58:46.783 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T16:58:46.831 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T16:58:46.831 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T16:58:47.162 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T16:58:47.165 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T16:58:47.396 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T16:58:47.567 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libslirp-4.3.1-4.el8.4.10.x86_64 1/16 2021-07-24T16:58:47.926 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T16:58:48.117 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libslirp-4.3.1-4.el8.4.10.x86_64 1/16 2021-07-24T16:58:49.633 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : slirp4netns-1.1.8-4.el8.7.11.x86_64 2/16 2021-07-24T16:58:49.795 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : containernetworking-plugins-1.0.0-0.2.rc1.el8.6.4. 3/16 2021-07-24T16:58:49.988 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : conmon-2:2.0.29-1.el8.3.7.x86_64 4/16 2021-07-24T16:58:50.129 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : catatonit-0.1.5-6.el8.3.10.x86_64 5/16 2021-07-24T16:58:50.142 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: container-selinux-2:2.145.0-1.el8.noarch 6/16 2021-07-24T16:58:50.148 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : slirp4netns-1.1.8-4.el8.7.11.x86_64 2/16 2021-07-24T16:58:50.262 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : container-selinux-2:2.145.0-1.el8.noarch 6/16 2021-07-24T16:58:50.336 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : containernetworking-plugins-1.0.0-0.2.rc1.el8.6.4. 3/16 2021-07-24T16:58:50.496 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : conmon-2:2.0.29-1.el8.3.7.x86_64 4/16 2021-07-24T16:58:50.637 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : catatonit-0.1.5-6.el8.3.10.x86_64 5/16 2021-07-24T16:58:50.650 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: container-selinux-2:2.145.0-1.el8.noarch 6/16 2021-07-24T16:58:50.796 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : container-selinux-2:2.145.0-1.el8.noarch 6/16 2021-07-24T16:59:07.595 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: container-selinux-2:2.145.0-1.el8.noarch 6/16 2021-07-24T16:59:07.726 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : fuse3-libs-3.2.1-12.el8.x86_64 7/16 2021-07-24T16:59:07.827 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: fuse3-libs-3.2.1-12.el8.x86_64 7/16 2021-07-24T16:59:07.958 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : fuse-common-3.2.1-12.el8.x86_64 8/16 2021-07-24T16:59:08.127 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : fuse3-3.2.1-12.el8.x86_64 9/16 2021-07-24T16:59:08.167 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: container-selinux-2:2.145.0-1.el8.noarch 6/16 2021-07-24T16:59:08.293 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : fuse-overlayfs-1.5.0-1.el8.1.7.x86_64 10/16 2021-07-24T16:59:08.300 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : fuse3-libs-3.2.1-12.el8.x86_64 7/16 2021-07-24T16:59:08.334 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: fuse-overlayfs-1.5.0-1.el8.1.7.x86_64 10/16 2021-07-24T16:59:08.368 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: fuse3-libs-3.2.1-12.el8.x86_64 7/16 2021-07-24T16:59:08.519 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : yajl-2.1.0-10.el8.x86_64 11/16 2021-07-24T16:59:08.524 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : fuse-common-3.2.1-12.el8.x86_64 8/16 2021-07-24T16:59:08.699 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : fuse3-3.2.1-12.el8.x86_64 9/16 2021-07-24T16:59:08.708 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : crun-0.20.1-1.el8.3.4.x86_64 12/16 2021-07-24T16:59:08.833 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : fuse-overlayfs-1.5.0-1.el8.1.7.x86_64 10/16 2021-07-24T16:59:08.848 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : containers-common-4:1-18.el8.20.3.noarch 13/16 2021-07-24T16:59:08.869 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: fuse-overlayfs-1.5.0-1.el8.1.7.x86_64 10/16 2021-07-24T16:59:08.945 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: dnsmasq-2.79-15.el8.x86_64 14/16 2021-07-24T16:59:08.946 INFO:teuthology.orchestra.run.smithi006.stdout:/var/tmp/rpm-tmp.ErBftt: line 5: 24800 Segmentation fault (core dumped) systemd-sysusers --replace=/usr/lib/sysusers.d/dnsmasq.conf - &> /dev/null < /dev/null < scriptlet in rpm package podman-plugins 2021-07-24T16:59:12.165 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : dnsmasq-2.79-15.el8.x86_64 1/16 2021-07-24T16:59:12.166 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/16 2021-07-24T16:59:12.166 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 3/16 2021-07-24T16:59:12.166 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse3-3.2.1-12.el8.x86_64 4/16 2021-07-24T16:59:12.166 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse3-libs-3.2.1-12.el8.x86_64 5/16 2021-07-24T16:59:12.167 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : container-selinux-2:2.145.0-1.el8.noarch 6/16 2021-07-24T16:59:12.167 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : catatonit-0.1.5-6.el8.3.10.x86_64 7/16 2021-07-24T16:59:12.167 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : conmon-2:2.0.29-1.el8.3.7.x86_64 8/16 2021-07-24T16:59:12.167 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : containernetworking-plugins-1.0.0-0.2.rc1.el8.6.4. 9/16 2021-07-24T16:59:12.167 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : containers-common-4:1-18.el8.20.3.noarch 10/16 2021-07-24T16:59:12.168 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : crun-0.20.1-1.el8.3.4.x86_64 11/16 2021-07-24T16:59:12.168 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse-overlayfs-1.5.0-1.el8.1.7.x86_64 12/16 2021-07-24T16:59:12.168 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libslirp-4.3.1-4.el8.4.10.x86_64 13/16 2021-07-24T16:59:12.168 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-3.2.3-1.el8.1.3.x86_64 14/16 2021-07-24T16:59:12.169 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-plugins-3.2.3-1.el8.1.3.x86_64 15/16 2021-07-24T16:59:12.207 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: container-selinux-2:2.145.0-1.el8.noarch 16/16 2021-07-24T16:59:12.498 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: podman-plugins-3.2.3-1.el8.1.3.x86_64 16/16 2021-07-24T16:59:12.499 INFO:teuthology.orchestra.run.smithi049.stdout:/var/tmp/rpm-tmp.YCBCDz: line 6: 25631 Segmentation fault (core dumped) /usr/bin/systemd-sysusers 2021-07-24T16:59:12.499 INFO:teuthology.orchestra.run.smithi049.stdout:warning: %triggerin(systemd-239-40.el8.x86_64) scriptlet failed, exit status 139 2021-07-24T16:59:12.499 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:59:12.500 INFO:teuthology.orchestra.run.smithi049.stderr:Error in scriptlet in rpm package podman-plugins 2021-07-24T16:59:12.696 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : dnsmasq-2.79-15.el8.x86_64 1/16 2021-07-24T16:59:12.697 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/16 2021-07-24T16:59:12.697 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 3/16 2021-07-24T16:59:12.697 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse3-3.2.1-12.el8.x86_64 4/16 2021-07-24T16:59:12.697 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse3-libs-3.2.1-12.el8.x86_64 5/16 2021-07-24T16:59:12.698 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : container-selinux-2:2.145.0-1.el8.noarch 6/16 2021-07-24T16:59:12.698 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : catatonit-0.1.5-6.el8.3.10.x86_64 7/16 2021-07-24T16:59:12.698 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : conmon-2:2.0.29-1.el8.3.7.x86_64 8/16 2021-07-24T16:59:12.698 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : containernetworking-plugins-1.0.0-0.2.rc1.el8.6.4. 9/16 2021-07-24T16:59:12.699 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : containers-common-4:1-18.el8.20.3.noarch 10/16 2021-07-24T16:59:12.699 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : crun-0.20.1-1.el8.3.4.x86_64 11/16 2021-07-24T16:59:12.699 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse-overlayfs-1.5.0-1.el8.1.7.x86_64 12/16 2021-07-24T16:59:12.699 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libslirp-4.3.1-4.el8.4.10.x86_64 13/16 2021-07-24T16:59:12.700 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-3.2.3-1.el8.1.3.x86_64 14/16 2021-07-24T16:59:12.700 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-plugins-3.2.3-1.el8.1.3.x86_64 15/16 2021-07-24T16:59:12.820 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : slirp4netns-1.1.8-4.el8.7.11.x86_64 16/16 2021-07-24T16:59:12.821 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:59:12.821 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T16:59:12.821 INFO:teuthology.orchestra.run.smithi006.stdout: catatonit-0.1.5-6.el8.3.10.x86_64 2021-07-24T16:59:12.822 INFO:teuthology.orchestra.run.smithi006.stdout: conmon-2:2.0.29-1.el8.3.7.x86_64 2021-07-24T16:59:12.822 INFO:teuthology.orchestra.run.smithi006.stdout: container-selinux-2:2.145.0-1.el8.noarch 2021-07-24T16:59:12.822 INFO:teuthology.orchestra.run.smithi006.stdout: containernetworking-plugins-1.0.0-0.2.rc1.el8.6.4.x86_64 2021-07-24T16:59:12.822 INFO:teuthology.orchestra.run.smithi006.stdout: containers-common-4:1-18.el8.20.3.noarch 2021-07-24T16:59:12.823 INFO:teuthology.orchestra.run.smithi006.stdout: crun-0.20.1-1.el8.3.4.x86_64 2021-07-24T16:59:12.823 INFO:teuthology.orchestra.run.smithi006.stdout: dnsmasq-2.79-15.el8.x86_64 2021-07-24T16:59:12.823 INFO:teuthology.orchestra.run.smithi006.stdout: fuse-common-3.2.1-12.el8.x86_64 2021-07-24T16:59:12.823 INFO:teuthology.orchestra.run.smithi006.stdout: fuse-overlayfs-1.5.0-1.el8.1.7.x86_64 2021-07-24T16:59:12.824 INFO:teuthology.orchestra.run.smithi006.stdout: fuse3-3.2.1-12.el8.x86_64 2021-07-24T16:59:12.824 INFO:teuthology.orchestra.run.smithi006.stdout: fuse3-libs-3.2.1-12.el8.x86_64 2021-07-24T16:59:12.824 INFO:teuthology.orchestra.run.smithi006.stdout: libslirp-4.3.1-4.el8.4.10.x86_64 2021-07-24T16:59:12.824 INFO:teuthology.orchestra.run.smithi006.stdout: podman-3.2.3-1.el8.1.3.x86_64 2021-07-24T16:59:12.825 INFO:teuthology.orchestra.run.smithi006.stdout: podman-plugins-3.2.3-1.el8.1.3.x86_64 2021-07-24T16:59:12.825 INFO:teuthology.orchestra.run.smithi006.stdout: slirp4netns-1.1.8-4.el8.7.11.x86_64 2021-07-24T16:59:12.825 INFO:teuthology.orchestra.run.smithi006.stdout: yajl-2.1.0-10.el8.x86_64 2021-07-24T16:59:12.825 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:59:12.826 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T16:59:13.017 DEBUG:teuthology.parallel:result is None 2021-07-24T16:59:13.204 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : slirp4netns-1.1.8-4.el8.7.11.x86_64 16/16 2021-07-24T16:59:13.205 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:59:13.205 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T16:59:13.205 INFO:teuthology.orchestra.run.smithi049.stdout: catatonit-0.1.5-6.el8.3.10.x86_64 2021-07-24T16:59:13.205 INFO:teuthology.orchestra.run.smithi049.stdout: conmon-2:2.0.29-1.el8.3.7.x86_64 2021-07-24T16:59:13.206 INFO:teuthology.orchestra.run.smithi049.stdout: container-selinux-2:2.145.0-1.el8.noarch 2021-07-24T16:59:13.206 INFO:teuthology.orchestra.run.smithi049.stdout: containernetworking-plugins-1.0.0-0.2.rc1.el8.6.4.x86_64 2021-07-24T16:59:13.206 INFO:teuthology.orchestra.run.smithi049.stdout: containers-common-4:1-18.el8.20.3.noarch 2021-07-24T16:59:13.207 INFO:teuthology.orchestra.run.smithi049.stdout: crun-0.20.1-1.el8.3.4.x86_64 2021-07-24T16:59:13.207 INFO:teuthology.orchestra.run.smithi049.stdout: dnsmasq-2.79-15.el8.x86_64 2021-07-24T16:59:13.207 INFO:teuthology.orchestra.run.smithi049.stdout: fuse-common-3.2.1-12.el8.x86_64 2021-07-24T16:59:13.207 INFO:teuthology.orchestra.run.smithi049.stdout: fuse-overlayfs-1.5.0-1.el8.1.7.x86_64 2021-07-24T16:59:13.208 INFO:teuthology.orchestra.run.smithi049.stdout: fuse3-3.2.1-12.el8.x86_64 2021-07-24T16:59:13.208 INFO:teuthology.orchestra.run.smithi049.stdout: fuse3-libs-3.2.1-12.el8.x86_64 2021-07-24T16:59:13.208 INFO:teuthology.orchestra.run.smithi049.stdout: libslirp-4.3.1-4.el8.4.10.x86_64 2021-07-24T16:59:13.208 INFO:teuthology.orchestra.run.smithi049.stdout: podman-3.2.3-1.el8.1.3.x86_64 2021-07-24T16:59:13.208 INFO:teuthology.orchestra.run.smithi049.stdout: podman-plugins-3.2.3-1.el8.1.3.x86_64 2021-07-24T16:59:13.209 INFO:teuthology.orchestra.run.smithi049.stdout: slirp4netns-1.1.8-4.el8.7.11.x86_64 2021-07-24T16:59:13.209 INFO:teuthology.orchestra.run.smithi049.stdout: yajl-2.1.0-10.el8.x86_64 2021-07-24T16:59:13.209 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:59:13.209 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T16:59:13.393 DEBUG:teuthology.parallel:result is None 2021-07-24T16:59:13.394 INFO:teuthology.run_tasks:Running task install... 2021-07-24T16:59:13.405 DEBUG:teuthology.task.install:project ceph 2021-07-24T16:59:13.406 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'sha1': 'f7cd730b96380f0a18fbfd486fd4354c294b17eb'}} 2021-07-24T16:59:13.406 DEBUG:teuthology.task.install:config {'branch': 'octopus', 'sha1': 'f7cd730b96380f0a18fbfd486fd4354c294b17eb'} 2021-07-24T16:59:13.406 INFO:teuthology.task.install:Using flavor: basic 2021-07-24T16:59:13.413 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']} 2021-07-24T16:59:13.414 INFO:teuthology.task.install:extra packages: [] 2021-07-24T16:59:13.414 DEBUG:teuthology.orchestra.run.smithi006:> sudo lsb_release -is 2021-07-24T16:59:13.450 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS 2021-07-24T16:59:13.452 DEBUG:teuthology.misc:System to be installed: CentOS 2021-07-24T16:59:13.452 DEBUG:teuthology.orchestra.run.smithi049:> sudo lsb_release -is 2021-07-24T16:59:13.453 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'octopus', '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': 'f7cd730b96380f0a18fbfd486fd4354c294b17eb', 'tag': None, 'wait_for_package': False} 2021-07-24T16:59:13.453 DEBUG:teuthology.orchestra.run.smithi006:> sudo lsb_release -is 2021-07-24T16:59:13.487 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS 2021-07-24T16:59:13.488 DEBUG:teuthology.misc:System to be installed: CentOS 2021-07-24T16:59:13.489 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'octopus', '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': 'f7cd730b96380f0a18fbfd486fd4354c294b17eb', 'tag': None, 'wait_for_package': False} 2021-07-24T16:59:13.489 DEBUG:teuthology.orchestra.run.smithi049:> sudo lsb_release -is 2021-07-24T16:59:13.525 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS 2021-07-24T16:59:13.527 DEBUG:teuthology.misc:System to be installed: CentOS 2021-07-24T16:59:13.527 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2021-07-24T16:59:13.528 INFO:teuthology.packaging:ref: None 2021-07-24T16:59:13.528 INFO:teuthology.packaging:tag: None 2021-07-24T16:59:13.530 INFO:teuthology.packaging:branch: octopus 2021-07-24T16:59:13.531 INFO:teuthology.packaging:sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb 2021-07-24T16:59:13.531 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=octopus 2021-07-24T16:59:13.568 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS 2021-07-24T16:59:13.569 DEBUG:teuthology.misc:System to be installed: CentOS 2021-07-24T16:59:13.570 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2021-07-24T16:59:13.570 INFO:teuthology.packaging:ref: None 2021-07-24T16:59:13.570 INFO:teuthology.packaging:tag: None 2021-07-24T16:59:13.571 INFO:teuthology.packaging:branch: octopus 2021-07-24T16:59:13.571 INFO:teuthology.packaging:sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb 2021-07-24T16:59:13.571 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=octopus 2021-07-24T16:59:13.792 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/octopus/0f589fd5a12a7ee844fceabe951140b18faf866b/centos/8/flavors/default/ 2021-07-24T16:59:13.793 INFO:teuthology.task.install.rpm:Package version is 15.2.13-213.g0f589fd5 2021-07-24T16:59:13.799 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/octopus/0f589fd5a12a7ee844fceabe951140b18faf866b/centos/8/flavors/default/ 2021-07-24T16:59:13.800 INFO:teuthology.task.install.rpm:Package version is 15.2.13-213.g0f589fd5 2021-07-24T16:59:13.918 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/octopus/0f589fd5a12a7ee844fceabe951140b18faf866b/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/octopus/0f589fd5a12a7ee844fceabe951140b18faf866b/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/octopus/0f589fd5a12a7ee844fceabe951140b18faf866b/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2021-07-24T16:59:13.919 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T16:59:13.919 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/yum.repos.d/ceph.repo 2021-07-24T16:59:13.923 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/octopus/0f589fd5a12a7ee844fceabe951140b18faf866b/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/octopus/0f589fd5a12a7ee844fceabe951140b18faf866b/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/octopus/0f589fd5a12a7ee844fceabe951140b18faf866b/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2021-07-24T16:59:13.923 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T16:59:13.923 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/yum.repos.d/ceph.repo 2021-07-24T16:59:13.950 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 2021-07-24T16:59:13.950 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2021-07-24T16:59:13.951 INFO:teuthology.packaging:ref: None 2021-07-24T16:59:13.951 INFO:teuthology.packaging:tag: None 2021-07-24T16:59:13.951 INFO:teuthology.packaging:branch: octopus 2021-07-24T16:59:13.952 INFO:teuthology.packaging:sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb 2021-07-24T16:59:13.952 DEBUG:teuthology.orchestra.run.smithi049:> 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_-]*/;ref/octopus/;g' /etc/yum.repos.d/ceph.repo ; fi 2021-07-24T16:59:13.953 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 2021-07-24T16:59:13.954 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2021-07-24T16:59:13.954 INFO:teuthology.packaging:ref: None 2021-07-24T16:59:13.955 INFO:teuthology.packaging:tag: None 2021-07-24T16:59:13.955 INFO:teuthology.packaging:branch: octopus 2021-07-24T16:59:13.955 INFO:teuthology.packaging:sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb 2021-07-24T16:59:13.956 DEBUG:teuthology.orchestra.run.smithi006:> 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_-]*/;ref/octopus/;g' /etc/yum.repos.d/ceph.repo ; fi 2021-07-24T16:59:14.017 DEBUG:teuthology.orchestra.run.smithi049:> 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 2021-07-24T16:59:14.022 DEBUG:teuthology.orchestra.run.smithi006:> 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 2021-07-24T16:59:14.093 DEBUG:teuthology.orchestra.run.smithi049:> 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 2021-07-24T16:59:14.099 DEBUG:teuthology.orchestra.run.smithi006:> 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 2021-07-24T16:59:14.157 INFO:teuthology.orchestra.run.smithi049.stdout:check_obsoletes = 1 2021-07-24T16:59:14.159 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum clean all 2021-07-24T16:59:14.164 INFO:teuthology.orchestra.run.smithi006.stdout:check_obsoletes = 1 2021-07-24T16:59:14.166 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum clean all 2021-07-24T16:59:14.415 INFO:teuthology.orchestra.run.smithi006.stdout:90 files removed 2021-07-24T16:59:14.416 INFO:teuthology.orchestra.run.smithi049.stdout:90 files removed 2021-07-24T16:59:14.436 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-radosgw 2021-07-24T16:59:14.437 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-radosgw 2021-07-24T16:59:15.025 INFO:teuthology.orchestra.run.smithi006.stdout:ceph packages for x86_64 277 kB/s | 69 kB 00:00 2021-07-24T16:59:15.027 INFO:teuthology.orchestra.run.smithi049.stdout:ceph packages for x86_64 276 kB/s | 69 kB 00:00 2021-07-24T16:59:15.271 INFO:teuthology.orchestra.run.smithi006.stdout:ceph noarch packages 71 kB/s | 15 kB 00:00 2021-07-24T16:59:15.275 INFO:teuthology.orchestra.run.smithi049.stdout:ceph noarch packages 70 kB/s | 15 kB 00:00 2021-07-24T16:59:15.560 INFO:teuthology.orchestra.run.smithi006.stdout:ceph source packages 5.4 kB/s | 1.4 kB 00:00 2021-07-24T16:59:15.595 INFO:teuthology.orchestra.run.smithi049.stdout:ceph source packages 4.8 kB/s | 1.4 kB 00:00 2021-07-24T16:59:15.775 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-8 - AppStream 43 MB/s | 8.2 MB 00:00 2021-07-24T16:59:15.821 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-8 - AppStream 40 MB/s | 8.2 MB 00:00 2021-07-24T16:59:17.264 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-8 - Base 39 MB/s | 4.5 MB 00:00 2021-07-24T16:59:17.341 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-8 - Base 37 MB/s | 4.5 MB 00:00 2021-07-24T16:59:17.996 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-8 - Extras 124 kB/s | 9.8 kB 00:00 2021-07-24T16:59:18.074 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-8 - Extras 145 kB/s | 9.8 kB 00:00 2021-07-24T16:59:23.995 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Linux 8 - AppStream 1.4 MB/s | 8.2 MB 00:05 2021-07-24T16:59:24.405 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Linux 8 - AppStream 1.3 MB/s | 8.2 MB 00:06 2021-07-24T16:59:25.944 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Linux 8 - BaseOS 7.8 MB/s | 4.5 MB 00:00 2021-07-24T16:59:26.222 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Linux 8 - BaseOS 12 MB/s | 4.5 MB 00:00 2021-07-24T16:59:27.084 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Linux 8 - Extras 20 kB/s | 9.8 kB 00:00 2021-07-24T16:59:27.242 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-8 - PowerTools 23 MB/s | 2.3 MB 00:00 2021-07-24T16:59:27.377 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Linux 8 - Extras 20 kB/s | 9.8 kB 00:00 2021-07-24T16:59:27.525 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS-8 - PowerTools 26 MB/s | 2.3 MB 00:00 2021-07-24T16:59:29.869 INFO:teuthology.orchestra.run.smithi049.stdout:Copr repo for container-selinux owned by rhcont 722 B/s | 1.4 kB 00:01 2021-07-24T16:59:29.879 INFO:teuthology.orchestra.run.smithi006.stdout:Copr repo for container-selinux owned by rhcont 625 B/s | 1.4 kB 00:02 2021-07-24T16:59:31.395 INFO:teuthology.orchestra.run.smithi006.stdout:Stable Releases of Upstream github.com/containe 46 kB/s | 66 kB 00:01 2021-07-24T16:59:31.397 INFO:teuthology.orchestra.run.smithi049.stdout:Stable Releases of Upstream github.com/containe 45 kB/s | 66 kB 00:01 2021-07-24T16:59:32.095 INFO:teuthology.orchestra.run.smithi049.stdout:Extra Packages for Enterprise Linux 16 MB/s | 10 MB 00:00 2021-07-24T16:59:32.153 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 15 MB/s | 10 MB 00:00 2021-07-24T16:59:34.328 INFO:teuthology.orchestra.run.smithi049.stdout:lab-extras 4.5 MB/s | 24 kB 00:00 2021-07-24T16:59:34.345 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 4.9 MB/s | 24 kB 00:00 2021-07-24T16:59:36.589 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T16:59:36.592 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T16:59:36.593 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T16:59:36.593 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T16:59:36.593 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T16:59:36.593 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-radosgw x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 10 M 2021-07-24T16:59:36.594 INFO:teuthology.orchestra.run.smithi049.stdout:Upgrading: 2021-07-24T16:59:36.594 INFO:teuthology.orchestra.run.smithi049.stdout: librados2 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 3.5 M 2021-07-24T16:59:36.594 INFO:teuthology.orchestra.run.smithi049.stdout: librbd1 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 1.9 M 2021-07-24T16:59:36.594 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T16:59:36.595 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-base x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 5.5 M 2021-07-24T16:59:36.595 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-common x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 21 M 2021-07-24T16:59:36.595 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-selinux x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 25 k 2021-07-24T16:59:36.595 INFO:teuthology.orchestra.run.smithi049.stdout: fmt x86_64 6.2.1-1.el8 epel 116 k 2021-07-24T16:59:36.595 INFO:teuthology.orchestra.run.smithi049.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2021-07-24T16:59:36.596 INFO:teuthology.orchestra.run.smithi049.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2021-07-24T16:59:36.596 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs2 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 509 k 2021-07-24T16:59:36.596 INFO:teuthology.orchestra.run.smithi049.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2021-07-24T16:59:36.596 INFO:teuthology.orchestra.run.smithi049.stdout: librabbitmq x86_64 0.9.0-3.el8 CentOS-Base 47 k 2021-07-24T16:59:36.597 INFO:teuthology.orchestra.run.smithi049.stdout: libradosstriper1 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 380 k 2021-07-24T16:59:36.597 INFO:teuthology.orchestra.run.smithi049.stdout: librdkafka x86_64 0.11.4-1.el8 CentOS-AppStream 353 k 2021-07-24T16:59:36.597 INFO:teuthology.orchestra.run.smithi049.stdout: librgw2 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 3.2 M 2021-07-24T16:59:36.597 INFO:teuthology.orchestra.run.smithi049.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2021-07-24T16:59:36.597 INFO:teuthology.orchestra.run.smithi049.stdout: lttng-ust x86_64 2.8.1-11.el8 CentOS-AppStream 259 k 2021-07-24T16:59:36.598 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-argparse 2021-07-24T16:59:36.598 INFO:teuthology.orchestra.run.smithi049.stdout: x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 40 k 2021-07-24T16:59:36.598 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-common x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 76 k 2021-07-24T16:59:36.599 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cephfs x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 164 k 2021-07-24T16:59:36.599 INFO:teuthology.orchestra.run.smithi049.stdout: python3-prettytable noarch 0.7.2-14.el8 CentOS-AppStream 44 k 2021-07-24T16:59:36.599 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rados x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 364 k 2021-07-24T16:59:36.599 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rbd x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 350 k 2021-07-24T16:59:36.600 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rgw x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 113 k 2021-07-24T16:59:36.600 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:59:36.600 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T16:59:36.600 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T16:59:36.600 INFO:teuthology.orchestra.run.smithi049.stdout:Install 22 Packages 2021-07-24T16:59:36.601 INFO:teuthology.orchestra.run.smithi049.stdout:Upgrade 2 Packages 2021-07-24T16:59:36.601 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T16:59:36.601 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 48 M 2021-07-24T16:59:36.602 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T16:59:36.617 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T16:59:36.620 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T16:59:36.620 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T16:59:36.621 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T16:59:36.621 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T16:59:36.621 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 10 M 2021-07-24T16:59:36.621 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrading: 2021-07-24T16:59:36.622 INFO:teuthology.orchestra.run.smithi006.stdout: librados2 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 3.5 M 2021-07-24T16:59:36.622 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 1.9 M 2021-07-24T16:59:36.622 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T16:59:36.622 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 5.5 M 2021-07-24T16:59:36.623 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 21 M 2021-07-24T16:59:36.623 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 25 k 2021-07-24T16:59:36.623 INFO:teuthology.orchestra.run.smithi006.stdout: fmt x86_64 6.2.1-1.el8 epel 116 k 2021-07-24T16:59:36.623 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2021-07-24T16:59:36.623 INFO:teuthology.orchestra.run.smithi006.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2021-07-24T16:59:36.624 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 509 k 2021-07-24T16:59:36.624 INFO:teuthology.orchestra.run.smithi006.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2021-07-24T16:59:36.624 INFO:teuthology.orchestra.run.smithi006.stdout: librabbitmq x86_64 0.9.0-3.el8 CentOS-Base 47 k 2021-07-24T16:59:36.624 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 380 k 2021-07-24T16:59:36.625 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka x86_64 0.11.4-1.el8 CentOS-AppStream 353 k 2021-07-24T16:59:36.625 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2 x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 3.2 M 2021-07-24T16:59:36.625 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2021-07-24T16:59:36.625 INFO:teuthology.orchestra.run.smithi006.stdout: lttng-ust x86_64 2.8.1-11.el8 CentOS-AppStream 259 k 2021-07-24T16:59:36.625 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse 2021-07-24T16:59:36.626 INFO:teuthology.orchestra.run.smithi006.stdout: x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 40 k 2021-07-24T16:59:36.626 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 76 k 2021-07-24T16:59:36.626 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 164 k 2021-07-24T16:59:36.626 INFO:teuthology.orchestra.run.smithi006.stdout: python3-prettytable noarch 0.7.2-14.el8 CentOS-AppStream 44 k 2021-07-24T16:59:36.627 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 364 k 2021-07-24T16:59:36.627 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 350 k 2021-07-24T16:59:36.627 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 113 k 2021-07-24T16:59:36.627 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:59:36.627 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T16:59:36.628 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T16:59:36.628 INFO:teuthology.orchestra.run.smithi006.stdout:Install 22 Packages 2021-07-24T16:59:36.628 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrade 2 Packages 2021-07-24T16:59:36.628 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T16:59:36.629 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 48 M 2021-07-24T16:59:36.629 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T16:59:40.372 INFO:teuthology.orchestra.run.smithi049.stdout:(1/24): ceph-common-15.2.13-213.g0f589fd5.el8.x 5.5 MB/s | 21 MB 00:03 2021-07-24T16:59:40.396 INFO:teuthology.orchestra.run.smithi049.stdout:(2/24): ceph-selinux-15.2.13-213.g0f589fd5.el8. 987 kB/s | 25 kB 00:00 2021-07-24T16:59:40.479 INFO:teuthology.orchestra.run.smithi049.stdout:(3/24): libcephfs2-15.2.13-213.g0f589fd5.el8.x8 6.0 MB/s | 509 kB 00:00 2021-07-24T16:59:40.534 INFO:teuthology.orchestra.run.smithi049.stdout:(4/24): libradosstriper1-15.2.13-213.g0f589fd5. 6.8 MB/s | 380 kB 00:00 2021-07-24T16:59:40.639 INFO:teuthology.orchestra.run.smithi049.stdout:(5/24): ceph-base-15.2.13-213.g0f589fd5.el8.x86 1.4 MB/s | 5.5 MB 00:04 2021-07-24T16:59:40.675 INFO:teuthology.orchestra.run.smithi049.stdout:(6/24): python3-ceph-argparse-15.2.13-213.g0f58 1.1 MB/s | 40 kB 00:00 2021-07-24T16:59:40.764 INFO:teuthology.orchestra.run.smithi006.stdout:(1/24): ceph-base-15.2.13-213.g0f589fd5.el8.x86 1.3 MB/s | 5.5 MB 00:04 2021-07-24T16:59:40.787 INFO:teuthology.orchestra.run.smithi049.stdout:(7/24): python3-ceph-common-15.2.13-213.g0f589f 681 kB/s | 76 kB 00:00 2021-07-24T16:59:40.789 INFO:teuthology.orchestra.run.smithi006.stdout:(2/24): ceph-selinux-15.2.13-213.g0f589fd5.el8. 981 kB/s | 25 kB 00:00 2021-07-24T16:59:40.926 INFO:teuthology.orchestra.run.smithi049.stdout:(8/24): python3-cephfs-15.2.13-213.g0f589fd5.el 1.2 MB/s | 164 kB 00:00 2021-07-24T16:59:40.979 INFO:teuthology.orchestra.run.smithi006.stdout:(3/24): libcephfs2-15.2.13-213.g0f589fd5.el8.x8 2.6 MB/s | 509 kB 00:00 2021-07-24T16:59:41.043 INFO:teuthology.orchestra.run.smithi049.stdout:(9/24): librgw2-15.2.13-213.g0f589fd5.el8.x86_6 6.3 MB/s | 3.2 MB 00:00 2021-07-24T16:59:41.097 INFO:teuthology.orchestra.run.smithi049.stdout:(10/24): python3-rbd-15.2.13-213.g0f589fd5.el8. 6.4 MB/s | 350 kB 00:00 2021-07-24T16:59:41.100 INFO:teuthology.orchestra.run.smithi006.stdout:(4/24): libradosstriper1-15.2.13-213.g0f589fd5. 3.1 MB/s | 380 kB 00:00 2021-07-24T16:59:41.118 INFO:teuthology.orchestra.run.smithi049.stdout:(11/24): python3-rados-15.2.13-213.g0f589fd5.el 1.9 MB/s | 364 kB 00:00 2021-07-24T16:59:41.125 INFO:teuthology.orchestra.run.smithi049.stdout:(12/24): python3-rgw-15.2.13-213.g0f589fd5.el8. 3.9 MB/s | 113 kB 00:00 2021-07-24T16:59:41.155 INFO:teuthology.orchestra.run.smithi049.stdout:(13/24): librdkafka-0.11.4-1.el8.x86_64.rpm 9.0 MB/s | 353 kB 00:00 2021-07-24T16:59:41.159 INFO:teuthology.orchestra.run.smithi049.stdout:(14/24): python3-prettytable-0.7.2-14.el8.noarc 12 MB/s | 44 kB 00:00 2021-07-24T16:59:41.160 INFO:teuthology.orchestra.run.smithi049.stdout:(15/24): lttng-ust-2.8.1-11.el8.x86_64.rpm 7.4 MB/s | 259 kB 00:00 2021-07-24T16:59:41.161 INFO:teuthology.orchestra.run.smithi049.stdout:(16/24): librabbitmq-0.9.0-3.el8.x86_64.rpm 27 MB/s | 47 kB 00:00 2021-07-24T16:59:41.294 INFO:teuthology.orchestra.run.smithi049.stdout:(17/24): gperftools-libs-2.7-9.el8.x86_64.rpm 2.3 MB/s | 306 kB 00:00 2021-07-24T16:59:41.295 INFO:teuthology.orchestra.run.smithi049.stdout:(18/24): fmt-6.2.1-1.el8.x86_64.rpm 867 kB/s | 116 kB 00:00 2021-07-24T16:59:41.323 INFO:teuthology.orchestra.run.smithi049.stdout:(19/24): liboath-2.6.2-3.el8.x86_64.rpm 2.0 MB/s | 59 kB 00:00 2021-07-24T16:59:41.326 INFO:teuthology.orchestra.run.smithi006.stdout:(5/24): ceph-common-15.2.13-213.g0f589fd5.el8.x 4.4 MB/s | 21 MB 00:04 2021-07-24T16:59:41.339 INFO:teuthology.orchestra.run.smithi049.stdout:(20/24): leveldb-1.22-1.el8.x86_64.rpm 4.0 MB/s | 181 kB 00:00 2021-07-24T16:59:41.351 INFO:teuthology.orchestra.run.smithi006.stdout:(6/24): python3-ceph-argparse-15.2.13-213.g0f58 1.6 MB/s | 40 kB 00:00 2021-07-24T16:59:41.352 INFO:teuthology.orchestra.run.smithi049.stdout:(21/24): libunwind-1.3.1-3.el8.x86_64.rpm 2.5 MB/s | 75 kB 00:00 2021-07-24T16:59:41.388 INFO:teuthology.orchestra.run.smithi006.stdout:(7/24): ceph-radosgw-15.2.13-213.g0f589fd5.el8. 2.1 MB/s | 10 MB 00:04 2021-07-24T16:59:41.389 INFO:teuthology.orchestra.run.smithi006.stdout:(8/24): python3-ceph-common-15.2.13-213.g0f589f 2.0 MB/s | 76 kB 00:00 2021-07-24T16:59:41.439 INFO:teuthology.orchestra.run.smithi006.stdout:(9/24): python3-cephfs-15.2.13-213.g0f589fd5.el 3.2 MB/s | 164 kB 00:00 2021-07-24T16:59:41.445 INFO:teuthology.orchestra.run.smithi006.stdout:(10/24): python3-rados-15.2.13-213.g0f589fd5.el 6.3 MB/s | 364 kB 00:00 2021-07-24T16:59:41.474 INFO:teuthology.orchestra.run.smithi006.stdout:(11/24): python3-rgw-15.2.13-213.g0f589fd5.el8. 3.9 MB/s | 113 kB 00:00 2021-07-24T16:59:41.512 INFO:teuthology.orchestra.run.smithi006.stdout:(12/24): librdkafka-0.11.4-1.el8.x86_64.rpm 9.4 MB/s | 353 kB 00:00 2021-07-24T16:59:41.515 INFO:teuthology.orchestra.run.smithi006.stdout:(13/24): lttng-ust-2.8.1-11.el8.x86_64.rpm 64 MB/s | 259 kB 00:00 2021-07-24T16:59:41.517 INFO:teuthology.orchestra.run.smithi006.stdout:(14/24): python3-prettytable-0.7.2-14.el8.noarc 36 MB/s | 44 kB 00:00 2021-07-24T16:59:41.518 INFO:teuthology.orchestra.run.smithi006.stdout:(15/24): librabbitmq-0.9.0-3.el8.x86_64.rpm 36 MB/s | 47 kB 00:00 2021-07-24T16:59:41.539 INFO:teuthology.orchestra.run.smithi006.stdout:(16/24): python3-rbd-15.2.13-213.g0f589fd5.el8. 3.4 MB/s | 350 kB 00:00 2021-07-24T16:59:41.578 INFO:teuthology.orchestra.run.smithi049.stdout:(22/24): librbd1-15.2.13-213.g0f589fd5.el8.x86_ 8.5 MB/s | 1.9 MB 00:00 2021-07-24T16:59:41.653 INFO:teuthology.orchestra.run.smithi006.stdout:(17/24): fmt-6.2.1-1.el8.x86_64.rpm 862 kB/s | 116 kB 00:00 2021-07-24T16:59:41.667 INFO:teuthology.orchestra.run.smithi006.stdout:(18/24): gperftools-libs-2.7-9.el8.x86_64.rpm 2.3 MB/s | 306 kB 00:00 2021-07-24T16:59:41.701 INFO:teuthology.orchestra.run.smithi006.stdout:(19/24): liboath-2.6.2-3.el8.x86_64.rpm 2.6 MB/s | 59 kB 00:00 2021-07-24T16:59:41.708 INFO:teuthology.orchestra.run.smithi006.stdout:(20/24): leveldb-1.22-1.el8.x86_64.rpm 3.3 MB/s | 181 kB 00:00 2021-07-24T16:59:41.711 INFO:teuthology.orchestra.run.smithi006.stdout:(21/24): libunwind-1.3.1-3.el8.x86_64.rpm 3.3 MB/s | 75 kB 00:00 2021-07-24T16:59:41.721 INFO:teuthology.orchestra.run.smithi049.stdout:(23/24): ceph-radosgw-15.2.13-213.g0f589fd5.el8 2.0 MB/s | 10 MB 00:05 2021-07-24T16:59:42.027 INFO:teuthology.orchestra.run.smithi006.stdout:(22/24): librgw2-15.2.13-213.g0f589fd5.el8.x86_ 3.5 MB/s | 3.2 MB 00:00 2021-07-24T16:59:42.109 INFO:teuthology.orchestra.run.smithi006.stdout:(23/24): librbd1-15.2.13-213.g0f589fd5.el8.x86_ 4.9 MB/s | 1.9 MB 00:00 2021-07-24T16:59:42.179 INFO:teuthology.orchestra.run.smithi006.stdout:(24/24): librados2-15.2.13-213.g0f589fd5.el8.x8 7.5 MB/s | 3.5 MB 00:00 2021-07-24T16:59:42.183 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T16:59:42.183 INFO:teuthology.orchestra.run.smithi006.stdout:Total 8.7 MB/s | 48 MB 00:05 2021-07-24T16:59:42.187 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T16:59:42.235 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T16:59:42.235 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T16:59:42.403 INFO:teuthology.orchestra.run.smithi049.stdout:(24/24): librados2-15.2.13-213.g0f589fd5.el8.x8 3.3 MB/s | 3.5 MB 00:01 2021-07-24T16:59:42.410 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T16:59:42.411 INFO:teuthology.orchestra.run.smithi049.stdout:Total 8.3 MB/s | 48 MB 00:05 2021-07-24T16:59:42.414 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T16:59:42.467 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T16:59:42.467 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T16:59:42.524 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T16:59:42.527 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T16:59:42.755 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T16:59:42.758 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T16:59:43.823 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T16:59:43.841 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T16:59:43.961 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : fmt-6.2.1-1.el8.x86_64 1/26 2021-07-24T16:59:44.021 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : fmt-6.2.1-1.el8.x86_64 1/26 2021-07-24T16:59:44.150 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/26 2021-07-24T16:59:44.196 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/26 2021-07-24T16:59:44.303 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/26 2021-07-24T16:59:44.330 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/26 2021-07-24T16:59:44.690 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/26 2021-07-24T16:59:44.738 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/26 2021-07-24T16:59:44.836 INFO:teuthology.orchestra.run.smithi049.stdout: Upgrading : librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 4/26 2021-07-24T16:59:44.888 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 4/26 2021-07-24T16:59:44.920 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 4/26 2021-07-24T16:59:45.007 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 4/26 2021-07-24T16:59:45.184 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rados-2:15.2.13-213.g0f589fd5.el8.x86_64 5/26 2021-07-24T16:59:45.189 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rados-2:15.2.13-213.g0f589fd5.el8.x86_64 5/26 2021-07-24T16:59:45.361 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 6/26 2021-07-24T16:59:45.363 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 6/26 2021-07-24T16:59:45.595 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 6/26 2021-07-24T16:59:45.649 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 6/26 2021-07-24T16:59:45.794 INFO:teuthology.orchestra.run.smithi049.stdout: Upgrading : librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 7/26 2021-07-24T16:59:45.888 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 7/26 2021-07-24T16:59:46.059 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/26 2021-07-24T16:59:46.211 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librdkafka-0.11.4-1.el8.x86_64 9/26 2021-07-24T16:59:46.238 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 7/26 2021-07-24T16:59:46.301 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 7/26 2021-07-24T16:59:46.473 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/26 2021-07-24T16:59:46.556 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librdkafka-0.11.4-1.el8.x86_64 9/26 2021-07-24T16:59:46.621 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librdkafka-0.11.4-1.el8.x86_64 9/26 2021-07-24T16:59:46.877 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librgw2-2:15.2.13-213.g0f589fd5.el8.x86_64 10/26 2021-07-24T16:59:46.958 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librgw2-2:15.2.13-213.g0f589fd5.el8.x86_64 10/26 2021-07-24T16:59:46.966 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librdkafka-0.11.4-1.el8.x86_64 9/26 2021-07-24T16:59:47.116 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : leveldb-1.22-1.el8.x86_64 11/26 2021-07-24T16:59:47.155 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librgw2-2:15.2.13-213.g0f589fd5.el8.x86_64 10/26 2021-07-24T16:59:47.233 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librgw2-2:15.2.13-213.g0f589fd5.el8.x86_64 10/26 2021-07-24T16:59:47.238 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-ceph-argparse-2:15.2.13-213.g0f589fd5.el8. 12/26 2021-07-24T16:59:47.393 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : leveldb-1.22-1.el8.x86_64 11/26 2021-07-24T16:59:47.448 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cephfs-2:15.2.13-213.g0f589fd5.el8.x86_64 13/26 2021-07-24T16:59:47.515 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-argparse-2:15.2.13-213.g0f589fd5.el8. 12/26 2021-07-24T16:59:47.622 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rgw-2:15.2.13-213.g0f589fd5.el8.x86_64 14/26 2021-07-24T16:59:47.667 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cephfs-2:15.2.13-213.g0f589fd5.el8.x86_64 13/26 2021-07-24T16:59:47.791 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rbd-2:15.2.13-213.g0f589fd5.el8.x86_64 15/26 2021-07-24T16:59:47.832 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rgw-2:15.2.13-213.g0f589fd5.el8.x86_64 14/26 2021-07-24T16:59:47.944 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libradosstriper1-2:15.2.13-213.g0f589fd5.el8.x86_6 16/26 2021-07-24T16:59:48.031 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rbd-2:15.2.13-213.g0f589fd5.el8.x86_64 15/26 2021-07-24T16:59:48.043 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libradosstriper1-2:15.2.13-213.g0f589fd5.el8.x86_6 16/26 2021-07-24T16:59:48.182 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libradosstriper1-2:15.2.13-213.g0f589fd5.el8.x86_6 16/26 2021-07-24T16:59:48.246 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/26 2021-07-24T16:59:48.252 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libradosstriper1-2:15.2.13-213.g0f589fd5.el8.x86_6 16/26 2021-07-24T16:59:48.412 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/26 2021-07-24T16:59:48.433 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/26 2021-07-24T16:59:48.590 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 19/26 2021-07-24T16:59:48.631 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/26 2021-07-24T16:59:48.779 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-ceph-common-2:15.2.13-213.g0f589fd5.el8.x8 20/26 2021-07-24T16:59:48.808 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 19/26 2021-07-24T16:59:48.963 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-common-2:15.2.13-213.g0f589fd5.el8.x8 20/26 2021-07-24T16:59:53.054 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 21/26 2021-07-24T16:59:53.244 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 21/26 2021-07-24T16:59:53.348 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 21/26 2021-07-24T16:59:53.538 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 21/26 2021-07-24T16:59:53.913 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 21/26 2021-07-24T16:59:54.116 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 22/26 2021-07-24T16:59:54.206 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 21/26 2021-07-24T16:59:54.236 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 22/26 2021-07-24T16:59:54.368 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-selinux-2:15.2.13-213.g0f589fd5.el8.x86_64 23/26 2021-07-24T16:59:54.467 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 22/26 2021-07-24T16:59:54.553 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 22/26 2021-07-24T16:59:54.679 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-selinux-2:15.2.13-213.g0f589fd5.el8.x86_64 23/26 2021-07-24T17:00:10.480 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-selinux-2:15.2.13-213.g0f589fd5.el8.x86_64 23/26 2021-07-24T17:00:10.481 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /sys 2021-07-24T17:00:10.481 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /proc 2021-07-24T17:00:10.481 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /dev 2021-07-24T17:00:10.481 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /run 2021-07-24T17:00:10.482 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /mnt 2021-07-24T17:00:10.482 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /var/tmp 2021-07-24T17:00:10.482 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /home 2021-07-24T17:00:10.482 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /tmp 2021-07-24T17:00:10.483 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /dev 2021-07-24T17:00:10.483 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:10.817 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-selinux-2:15.2.13-213.g0f589fd5.el8.x86_64 23/26 2021-07-24T17:00:10.818 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /sys 2021-07-24T17:00:10.818 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /proc 2021-07-24T17:00:10.818 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /dev 2021-07-24T17:00:10.819 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /run 2021-07-24T17:00:10.819 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /mnt 2021-07-24T17:00:10.819 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /var/tmp 2021-07-24T17:00:10.820 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /home 2021-07-24T17:00:10.820 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /tmp 2021-07-24T17:00:10.820 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /dev 2021-07-24T17:00:10.821 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:11.537 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-radosgw-2:15.2.13-213.g0f589fd5.el8.x86_64 24/26 2021-07-24T17:00:11.602 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-radosgw-2:15.2.13-213.g0f589fd5.el8.x86_64 24/26 2021-07-24T17:00:11.602 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 25/26 2021-07-24T17:00:11.802 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 25/26 2021-07-24T17:00:11.803 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 26/26 2021-07-24T17:00:11.931 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-radosgw-2:15.2.13-213.g0f589fd5.el8.x86_64 24/26 2021-07-24T17:00:11.994 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-radosgw-2:15.2.13-213.g0f589fd5.el8.x86_64 24/26 2021-07-24T17:00:11.995 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 25/26 2021-07-24T17:00:12.188 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 25/26 2021-07-24T17:00:12.188 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 26/26 2021-07-24T17:00:12.525 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 26/26 2021-07-24T17:00:12.527 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 1/26 2021-07-24T17:00:12.527 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 2/26 2021-07-24T17:00:12.527 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-radosgw-2:15.2.13-213.g0f589fd5.el8.x86_64 3/26 2021-07-24T17:00:12.527 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-selinux-2:15.2.13-213.g0f589fd5.el8.x86_64 4/26 2021-07-24T17:00:12.528 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 5/26 2021-07-24T17:00:12.528 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libradosstriper1-2:15.2.13-213.g0f589fd5.el8.x86_6 6/26 2021-07-24T17:00:12.528 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librgw2-2:15.2.13-213.g0f589fd5.el8.x86_64 7/26 2021-07-24T17:00:12.529 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-ceph-argparse-2:15.2.13-213.g0f589fd5.el8. 8/26 2021-07-24T17:00:12.529 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-ceph-common-2:15.2.13-213.g0f589fd5.el8.x8 9/26 2021-07-24T17:00:12.529 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cephfs-2:15.2.13-213.g0f589fd5.el8.x86_64 10/26 2021-07-24T17:00:12.529 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rados-2:15.2.13-213.g0f589fd5.el8.x86_64 11/26 2021-07-24T17:00:12.530 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rbd-2:15.2.13-213.g0f589fd5.el8.x86_64 12/26 2021-07-24T17:00:12.530 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rgw-2:15.2.13-213.g0f589fd5.el8.x86_64 13/26 2021-07-24T17:00:12.530 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librdkafka-0.11.4-1.el8.x86_64 14/26 2021-07-24T17:00:12.531 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/26 2021-07-24T17:00:12.531 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/26 2021-07-24T17:00:12.531 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 17/26 2021-07-24T17:00:12.532 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fmt-6.2.1-1.el8.x86_64 18/26 2021-07-24T17:00:12.532 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 19/26 2021-07-24T17:00:12.532 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : leveldb-1.22-1.el8.x86_64 20/26 2021-07-24T17:00:12.532 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 21/26 2021-07-24T17:00:12.532 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 22/26 2021-07-24T17:00:12.533 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 23/26 2021-07-24T17:00:12.533 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 24/26 2021-07-24T17:00:12.533 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 25/26 2021-07-24T17:00:12.919 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 26/26 2021-07-24T17:00:12.919 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 1/26 2021-07-24T17:00:12.919 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 2/26 2021-07-24T17:00:12.921 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-radosgw-2:15.2.13-213.g0f589fd5.el8.x86_64 3/26 2021-07-24T17:00:12.921 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-selinux-2:15.2.13-213.g0f589fd5.el8.x86_64 4/26 2021-07-24T17:00:12.922 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 5/26 2021-07-24T17:00:12.922 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libradosstriper1-2:15.2.13-213.g0f589fd5.el8.x86_6 6/26 2021-07-24T17:00:12.922 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librgw2-2:15.2.13-213.g0f589fd5.el8.x86_64 7/26 2021-07-24T17:00:12.922 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-argparse-2:15.2.13-213.g0f589fd5.el8. 8/26 2021-07-24T17:00:12.923 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-common-2:15.2.13-213.g0f589fd5.el8.x8 9/26 2021-07-24T17:00:12.923 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cephfs-2:15.2.13-213.g0f589fd5.el8.x86_64 10/26 2021-07-24T17:00:12.923 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rados-2:15.2.13-213.g0f589fd5.el8.x86_64 11/26 2021-07-24T17:00:12.923 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rbd-2:15.2.13-213.g0f589fd5.el8.x86_64 12/26 2021-07-24T17:00:12.923 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rgw-2:15.2.13-213.g0f589fd5.el8.x86_64 13/26 2021-07-24T17:00:12.924 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librdkafka-0.11.4-1.el8.x86_64 14/26 2021-07-24T17:00:12.925 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/26 2021-07-24T17:00:12.925 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/26 2021-07-24T17:00:12.925 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 17/26 2021-07-24T17:00:12.926 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fmt-6.2.1-1.el8.x86_64 18/26 2021-07-24T17:00:12.926 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 19/26 2021-07-24T17:00:12.926 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : leveldb-1.22-1.el8.x86_64 20/26 2021-07-24T17:00:12.926 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 21/26 2021-07-24T17:00:12.926 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 22/26 2021-07-24T17:00:12.927 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 23/26 2021-07-24T17:00:12.927 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 24/26 2021-07-24T17:00:12.927 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 25/26 2021-07-24T17:00:13.343 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 26/26 2021-07-24T17:00:13.343 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:13.343 INFO:teuthology.orchestra.run.smithi049.stdout:Upgraded: 2021-07-24T17:00:13.343 INFO:teuthology.orchestra.run.smithi049.stdout: librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.344 INFO:teuthology.orchestra.run.smithi049.stdout: librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.344 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:13.344 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:00:13.344 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.344 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.345 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-radosgw-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.345 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-selinux-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.345 INFO:teuthology.orchestra.run.smithi049.stdout: fmt-6.2.1-1.el8.x86_64 2021-07-24T17:00:13.345 INFO:teuthology.orchestra.run.smithi049.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2021-07-24T17:00:13.346 INFO:teuthology.orchestra.run.smithi049.stdout: leveldb-1.22-1.el8.x86_64 2021-07-24T17:00:13.346 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.346 INFO:teuthology.orchestra.run.smithi049.stdout: liboath-2.6.2-3.el8.x86_64 2021-07-24T17:00:13.346 INFO:teuthology.orchestra.run.smithi049.stdout: librabbitmq-0.9.0-3.el8.x86_64 2021-07-24T17:00:13.346 INFO:teuthology.orchestra.run.smithi049.stdout: libradosstriper1-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.347 INFO:teuthology.orchestra.run.smithi049.stdout: librdkafka-0.11.4-1.el8.x86_64 2021-07-24T17:00:13.347 INFO:teuthology.orchestra.run.smithi049.stdout: librgw2-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.347 INFO:teuthology.orchestra.run.smithi049.stdout: libunwind-1.3.1-3.el8.x86_64 2021-07-24T17:00:13.347 INFO:teuthology.orchestra.run.smithi049.stdout: lttng-ust-2.8.1-11.el8.x86_64 2021-07-24T17:00:13.348 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-argparse-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.348 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.348 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cephfs-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.348 INFO:teuthology.orchestra.run.smithi049.stdout: python3-prettytable-0.7.2-14.el8.noarch 2021-07-24T17:00:13.348 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rados-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.349 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rbd-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.349 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rgw-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.349 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:13.349 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:00:13.593 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-test 2021-07-24T17:00:13.762 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 26/26 2021-07-24T17:00:13.762 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:13.763 INFO:teuthology.orchestra.run.smithi006.stdout:Upgraded: 2021-07-24T17:00:13.763 INFO:teuthology.orchestra.run.smithi006.stdout: librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.763 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.764 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:13.764 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:00:13.765 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.765 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.765 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.765 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.766 INFO:teuthology.orchestra.run.smithi006.stdout: fmt-6.2.1-1.el8.x86_64 2021-07-24T17:00:13.766 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2021-07-24T17:00:13.766 INFO:teuthology.orchestra.run.smithi006.stdout: leveldb-1.22-1.el8.x86_64 2021-07-24T17:00:13.767 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.767 INFO:teuthology.orchestra.run.smithi006.stdout: liboath-2.6.2-3.el8.x86_64 2021-07-24T17:00:13.767 INFO:teuthology.orchestra.run.smithi006.stdout: librabbitmq-0.9.0-3.el8.x86_64 2021-07-24T17:00:13.768 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.771 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka-0.11.4-1.el8.x86_64 2021-07-24T17:00:13.772 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.772 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind-1.3.1-3.el8.x86_64 2021-07-24T17:00:13.773 INFO:teuthology.orchestra.run.smithi006.stdout: lttng-ust-2.8.1-11.el8.x86_64 2021-07-24T17:00:13.773 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.774 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.774 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.774 INFO:teuthology.orchestra.run.smithi006.stdout: python3-prettytable-0.7.2-14.el8.noarch 2021-07-24T17:00:13.775 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.775 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.775 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:13.776 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:13.776 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:00:13.975 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-test 2021-07-24T17:00:14.064 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:00:40 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:14.447 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:40 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:15.012 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:00:15.013 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:15.013 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T17:00:15.013 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:15.014 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:00:15.014 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-test x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 42 M 2021-07-24T17:00:15.014 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T17:00:15.014 INFO:teuthology.orchestra.run.smithi049.stdout: jq x86_64 1.5-12.el8 CentOS-AppStream 161 k 2021-07-24T17:00:15.015 INFO:teuthology.orchestra.run.smithi049.stdout: libxslt x86_64 1.1.32-6.el8 CentOS-Base 250 k 2021-07-24T17:00:15.015 INFO:teuthology.orchestra.run.smithi049.stdout: oniguruma x86_64 6.8.2-2.el8 CentOS-AppStream 187 k 2021-07-24T17:00:15.015 INFO:teuthology.orchestra.run.smithi049.stdout: socat x86_64 1.7.3.3-2.el8 CentOS-AppStream 302 k 2021-07-24T17:00:15.015 INFO:teuthology.orchestra.run.smithi049.stdout: xmlstarlet x86_64 1.6.1-11.el8 epel 69 k 2021-07-24T17:00:15.015 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:15.016 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:00:15.016 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:15.016 INFO:teuthology.orchestra.run.smithi049.stdout:Install 6 Packages 2021-07-24T17:00:15.016 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:15.017 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 43 M 2021-07-24T17:00:15.017 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 155 M 2021-07-24T17:00:15.018 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:00:15.050 INFO:teuthology.orchestra.run.smithi049.stdout:(1/6): jq-1.5-12.el8.x86_64.rpm 4.6 MB/s | 161 kB 00:00 2021-07-24T17:00:15.055 INFO:teuthology.orchestra.run.smithi049.stdout:(2/6): socat-1.7.3.3-2.el8.x86_64.rpm 53 MB/s | 302 kB 00:00 2021-07-24T17:00:15.057 INFO:teuthology.orchestra.run.smithi049.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2021-07-24T17:00:15.060 INFO:teuthology.orchestra.run.smithi049.stdout:(4/6): libxslt-1.1.32-6.el8.x86_64.rpm 59 MB/s | 250 kB 00:00 2021-07-24T17:00:15.165 INFO:teuthology.orchestra.run.smithi049.stdout:(5/6): xmlstarlet-1.6.1-11.el8.x86_64.rpm 640 kB/s | 69 kB 00:00 2021-07-24T17:00:15.400 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:00:15.400 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:15.401 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T17:00:15.401 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:15.401 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:00:15.401 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-test x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 42 M 2021-07-24T17:00:15.402 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T17:00:15.402 INFO:teuthology.orchestra.run.smithi006.stdout: jq x86_64 1.5-12.el8 CentOS-AppStream 161 k 2021-07-24T17:00:15.402 INFO:teuthology.orchestra.run.smithi006.stdout: libxslt x86_64 1.1.32-6.el8 CentOS-Base 250 k 2021-07-24T17:00:15.402 INFO:teuthology.orchestra.run.smithi006.stdout: oniguruma x86_64 6.8.2-2.el8 CentOS-AppStream 187 k 2021-07-24T17:00:15.403 INFO:teuthology.orchestra.run.smithi006.stdout: socat x86_64 1.7.3.3-2.el8 CentOS-AppStream 302 k 2021-07-24T17:00:15.403 INFO:teuthology.orchestra.run.smithi006.stdout: xmlstarlet x86_64 1.6.1-11.el8 epel 69 k 2021-07-24T17:00:15.403 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:15.404 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:00:15.404 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:15.404 INFO:teuthology.orchestra.run.smithi006.stdout:Install 6 Packages 2021-07-24T17:00:15.404 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:15.405 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 43 M 2021-07-24T17:00:15.405 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 155 M 2021-07-24T17:00:15.406 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:00:15.439 INFO:teuthology.orchestra.run.smithi006.stdout:(1/6): jq-1.5-12.el8.x86_64.rpm 4.4 MB/s | 161 kB 00:00 2021-07-24T17:00:15.444 INFO:teuthology.orchestra.run.smithi006.stdout:(2/6): socat-1.7.3.3-2.el8.x86_64.rpm 67 MB/s | 302 kB 00:00 2021-07-24T17:00:15.448 INFO:teuthology.orchestra.run.smithi006.stdout:(3/6): libxslt-1.1.32-6.el8.x86_64.rpm 64 MB/s | 250 kB 00:00 2021-07-24T17:00:15.504 INFO:teuthology.orchestra.run.smithi006.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.8 MB/s | 187 kB 00:00 2021-07-24T17:00:15.539 INFO:teuthology.orchestra.run.smithi006.stdout:(5/6): xmlstarlet-1.6.1-11.el8.x86_64.rpm 771 kB/s | 69 kB 00:00 2021-07-24T17:00:17.621 INFO:teuthology.orchestra.run.smithi049.stdout:(6/6): ceph-test-15.2.13-213.g0f589fd5.el8.x86_ 16 MB/s | 42 MB 00:02 2021-07-24T17:00:17.625 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:17.626 INFO:teuthology.orchestra.run.smithi049.stdout:Total 16 MB/s | 43 MB 00:02 2021-07-24T17:00:17.630 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:00:17.655 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:00:17.656 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:00:17.906 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:00:17.908 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:00:18.365 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:00:18.567 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libxslt-1.1.32-6.el8.x86_64 1/6 2021-07-24T17:00:18.707 INFO:teuthology.orchestra.run.smithi006.stdout:(6/6): ceph-test-15.2.13-213.g0f589fd5.el8.x86_ 13 MB/s | 42 MB 00:03 2021-07-24T17:00:18.713 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:18.714 INFO:teuthology.orchestra.run.smithi006.stdout:Total 13 MB/s | 43 MB 00:03 2021-07-24T17:00:18.717 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:00:18.738 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2021-07-24T17:00:18.740 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:00:18.740 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:00:18.910 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : socat-1.7.3.3-2.el8.x86_64 3/6 2021-07-24T17:00:18.997 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:00:18.997 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:00:19.105 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 4/6 2021-07-24T17:00:19.175 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 4/6 2021-07-24T17:00:19.484 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:00:19.645 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libxslt-1.1.32-6.el8.x86_64 1/6 2021-07-24T17:00:19.841 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2021-07-24T17:00:20.014 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : socat-1.7.3.3-2.el8.x86_64 3/6 2021-07-24T17:00:20.184 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 4/6 2021-07-24T17:00:20.257 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 4/6 2021-07-24T17:00:23.416 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : jq-1.5-12.el8.x86_64 5/6 2021-07-24T17:00:23.770 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-test-2:15.2.13-213.g0f589fd5.el8.x86_64 6/6 2021-07-24T17:00:24.014 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-test-2:15.2.13-213.g0f589fd5.el8.x86_64 6/6 2021-07-24T17:00:24.014 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-test-2:15.2.13-213.g0f589fd5.el8.x86_64 1/6 2021-07-24T17:00:24.014 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : jq-1.5-12.el8.x86_64 2/6 2021-07-24T17:00:24.015 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 3/6 2021-07-24T17:00:24.015 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : socat-1.7.3.3-2.el8.x86_64 4/6 2021-07-24T17:00:24.015 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libxslt-1.1.32-6.el8.x86_64 5/6 2021-07-24T17:00:24.305 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : jq-1.5-12.el8.x86_64 5/6 2021-07-24T17:00:24.390 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : xmlstarlet-1.6.1-11.el8.x86_64 6/6 2021-07-24T17:00:24.390 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:24.391 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:00:24.391 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-test-2:15.2.13-213.g0f589fd5.el8.x86_64 jq-1.5-12.el8.x86_64 2021-07-24T17:00:24.391 INFO:teuthology.orchestra.run.smithi049.stdout: libxslt-1.1.32-6.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2021-07-24T17:00:24.391 INFO:teuthology.orchestra.run.smithi049.stdout: socat-1.7.3.3-2.el8.x86_64 xmlstarlet-1.6.1-11.el8.x86_64 2021-07-24T17:00:24.392 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:24.392 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:00:24.500 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-test-2:15.2.13-213.g0f589fd5.el8.x86_64 6/6 2021-07-24T17:00:24.556 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph 2021-07-24T17:00:24.741 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-test-2:15.2.13-213.g0f589fd5.el8.x86_64 6/6 2021-07-24T17:00:24.742 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-test-2:15.2.13-213.g0f589fd5.el8.x86_64 1/6 2021-07-24T17:00:24.742 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : jq-1.5-12.el8.x86_64 2/6 2021-07-24T17:00:24.743 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 3/6 2021-07-24T17:00:24.744 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : socat-1.7.3.3-2.el8.x86_64 4/6 2021-07-24T17:00:24.744 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libxslt-1.1.32-6.el8.x86_64 5/6 2021-07-24T17:00:25.019 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:00:51 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:25.125 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : xmlstarlet-1.6.1-11.el8.x86_64 6/6 2021-07-24T17:00:25.126 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:25.128 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:00:25.128 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-test-2:15.2.13-213.g0f589fd5.el8.x86_64 jq-1.5-12.el8.x86_64 2021-07-24T17:00:25.128 INFO:teuthology.orchestra.run.smithi006.stdout: libxslt-1.1.32-6.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2021-07-24T17:00:25.129 INFO:teuthology.orchestra.run.smithi006.stdout: socat-1.7.3.3-2.el8.x86_64 xmlstarlet-1.6.1-11.el8.x86_64 2021-07-24T17:00:25.129 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:25.129 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:00:25.251 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph 2021-07-24T17:00:25.713 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:51 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:25.972 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:00:25.976 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================= 2021-07-24T17:00:25.977 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T17:00:25.977 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================= 2021-07-24T17:00:25.977 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:00:25.978 INFO:teuthology.orchestra.run.smithi049.stdout: ceph x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 6.4 k 2021-07-24T17:00:25.978 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T17:00:25.979 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mds x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 2.0 M 2021-07-24T17:00:25.979 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 1.4 M 2021-07-24T17:00:25.979 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-modules-core noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 192 k 2021-07-24T17:00:25.980 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mon x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 4.4 M 2021-07-24T17:00:25.980 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-osd x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 17 M 2021-07-24T17:00:25.980 INFO:teuthology.orchestra.run.smithi049.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2021-07-24T17:00:25.980 INFO:teuthology.orchestra.run.smithi049.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2021-07-24T17:00:25.981 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cffi x86_64 1.11.5-5.el8 CentOS-Base 237 k 2021-07-24T17:00:25.981 INFO:teuthology.orchestra.run.smithi049.stdout: python3-chardet noarch 3.0.4-7.el8 CentOS-Base 195 k 2021-07-24T17:00:25.981 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2021-07-24T17:00:25.981 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2021-07-24T17:00:25.982 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cryptography x86_64 3.2.1-4.el8 CentOS-Base 559 k 2021-07-24T17:00:25.982 INFO:teuthology.orchestra.run.smithi049.stdout: python3-idna noarch 2.5-5.el8 CentOS-Base 97 k 2021-07-24T17:00:25.982 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2021-07-24T17:00:25.982 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2021-07-24T17:00:25.983 INFO:teuthology.orchestra.run.smithi049.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2021-07-24T17:00:25.983 INFO:teuthology.orchestra.run.smithi049.stdout: python3-lxml x86_64 4.2.3-2.el8 CentOS-AppStream 1.5 M 2021-07-24T17:00:25.983 INFO:teuthology.orchestra.run.smithi049.stdout: python3-mako noarch 1.0.6-13.el8 CentOS-AppStream 157 k 2021-07-24T17:00:25.984 INFO:teuthology.orchestra.run.smithi049.stdout: python3-markupsafe x86_64 0.23-19.el8 CentOS-AppStream 39 k 2021-07-24T17:00:25.984 INFO:teuthology.orchestra.run.smithi049.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2021-07-24T17:00:25.984 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2021-07-24T17:00:25.985 INFO:teuthology.orchestra.run.smithi049.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2021-07-24T17:00:25.985 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 CentOS-AppStream 103 k 2021-07-24T17:00:25.985 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pycparser noarch 2.14-14.el8 CentOS-Base 109 k 2021-07-24T17:00:25.986 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pysocks noarch 1.6.8-3.el8 CentOS-Base 34 k 2021-07-24T17:00:25.986 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pytz noarch 2017.2-9.el8 CentOS-AppStream 54 k 2021-07-24T17:00:25.988 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests noarch 2.20.0-2.1.el8_1 CentOS-Base 123 k 2021-07-24T17:00:25.988 INFO:teuthology.orchestra.run.smithi049.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2021-07-24T17:00:25.988 INFO:teuthology.orchestra.run.smithi049.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2021-07-24T17:00:25.988 INFO:teuthology.orchestra.run.smithi049.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2021-07-24T17:00:25.989 INFO:teuthology.orchestra.run.smithi049.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2021-07-24T17:00:25.989 INFO:teuthology.orchestra.run.smithi049.stdout: python3-urllib3 noarch 1.24.2-5.el8 CentOS-Base 177 k 2021-07-24T17:00:25.989 INFO:teuthology.orchestra.run.smithi049.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2021-07-24T17:00:25.990 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webencodings noarch 0.5.1-6.el8 CentOS-AppStream 27 k 2021-07-24T17:00:25.990 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2021-07-24T17:00:25.990 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2021-07-24T17:00:25.990 INFO:teuthology.orchestra.run.smithi049.stdout: python3-werkzeug noarch 0.12.2-4.el8 CentOS-AppStream 457 k 2021-07-24T17:00:25.991 INFO:teuthology.orchestra.run.smithi049.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2021-07-24T17:00:25.991 INFO:teuthology.orchestra.run.smithi049.stdout:Installing weak dependencies: 2021-07-24T17:00:25.991 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cssselect noarch 0.9.2-10.el8 epel 40 k 2021-07-24T17:00:25.992 INFO:teuthology.orchestra.run.smithi049.stdout: python3-html5lib noarch 1:0.999999999-6.el8 CentOS-AppStream 214 k 2021-07-24T17:00:25.992 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:25.992 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:00:25.992 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================= 2021-07-24T17:00:25.993 INFO:teuthology.orchestra.run.smithi049.stdout:Install 41 Packages 2021-07-24T17:00:25.993 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:25.994 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 31 M 2021-07-24T17:00:25.994 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 100 M 2021-07-24T17:00:25.994 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:00:26.083 INFO:teuthology.orchestra.run.smithi049.stdout:(1/41): ceph-15.2.13-213.g0f589fd5.el8.x86_64.r 64 kB/s | 6.4 kB 00:00 2021-07-24T17:00:26.345 INFO:teuthology.orchestra.run.smithi049.stdout:(2/41): ceph-mds-15.2.13-213.g0f589fd5.el8.x86_ 5.6 MB/s | 2.0 MB 00:00 2021-07-24T17:00:26.349 INFO:teuthology.orchestra.run.smithi049.stdout:(3/41): ceph-mgr-15.2.13-213.g0f589fd5.el8.x86_ 3.9 MB/s | 1.4 MB 00:00 2021-07-24T17:00:26.421 INFO:teuthology.orchestra.run.smithi049.stdout:(4/41): ceph-mgr-modules-core-15.2.13-213.g0f58 2.6 MB/s | 192 kB 00:00 2021-07-24T17:00:26.454 INFO:teuthology.orchestra.run.smithi049.stdout:(5/41): python3-html5lib-0.999999999-6.el8.noar 6.4 MB/s | 214 kB 00:00 2021-07-24T17:00:26.473 INFO:teuthology.orchestra.run.smithi049.stdout:(6/41): python3-lxml-4.2.3-2.el8.x86_64.rpm 78 MB/s | 1.5 MB 00:00 2021-07-24T17:00:26.476 INFO:teuthology.orchestra.run.smithi049.stdout:(7/41): python3-mako-1.0.6-13.el8.noarch.rpm 59 MB/s | 157 kB 00:00 2021-07-24T17:00:26.477 INFO:teuthology.orchestra.run.smithi049.stdout:(8/41): python3-markupsafe-0.23-19.el8.x86_64.r 32 MB/s | 39 kB 00:00 2021-07-24T17:00:26.479 INFO:teuthology.orchestra.run.smithi049.stdout:(9/41): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 50 MB/s | 103 kB 00:00 2021-07-24T17:00:26.480 INFO:teuthology.orchestra.run.smithi049.stdout:(10/41): python3-pytz-2017.2-9.el8.noarch.rpm 41 MB/s | 54 kB 00:00 2021-07-24T17:00:26.482 INFO:teuthology.orchestra.run.smithi049.stdout:(11/41): python3-webencodings-0.5.1-6.el8.noarc 26 MB/s | 27 kB 00:00 2021-07-24T17:00:26.488 INFO:teuthology.orchestra.run.smithi049.stdout:(12/41): python3-werkzeug-0.12.2-4.el8.noarch.r 74 MB/s | 457 kB 00:00 2021-07-24T17:00:26.492 INFO:teuthology.orchestra.run.smithi049.stdout:(13/41): python3-cffi-1.11.5-5.el8.x86_64.rpm 66 MB/s | 237 kB 00:00 2021-07-24T17:00:26.495 INFO:teuthology.orchestra.run.smithi049.stdout:(14/41): python3-chardet-3.0.4-7.el8.noarch.rpm 63 MB/s | 195 kB 00:00 2021-07-24T17:00:26.502 INFO:teuthology.orchestra.run.smithi049.stdout:(15/41): python3-cryptography-3.2.1-4.el8.x86_6 76 MB/s | 559 kB 00:00 2021-07-24T17:00:26.504 INFO:teuthology.orchestra.run.smithi049.stdout:(16/41): python3-idna-2.5-5.el8.noarch.rpm 49 MB/s | 97 kB 00:00 2021-07-24T17:00:26.506 INFO:teuthology.orchestra.run.smithi049.stdout:(17/41): python3-pycparser-2.14-14.el8.noarch.r 54 MB/s | 109 kB 00:00 2021-07-24T17:00:26.508 INFO:teuthology.orchestra.run.smithi049.stdout:(18/41): python3-pysocks-1.6.8-3.el8.noarch.rpm 30 MB/s | 34 kB 00:00 2021-07-24T17:00:26.510 INFO:teuthology.orchestra.run.smithi049.stdout:(19/41): python3-requests-2.20.0-2.1.el8_1.noar 54 MB/s | 123 kB 00:00 2021-07-24T17:00:26.513 INFO:teuthology.orchestra.run.smithi049.stdout:(20/41): python3-urllib3-1.24.2-5.el8.noarch.rp 60 MB/s | 177 kB 00:00 2021-07-24T17:00:26.602 INFO:teuthology.orchestra.run.smithi049.stdout:(21/41): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 492 kB/s | 44 kB 00:00 2021-07-24T17:00:26.630 INFO:teuthology.orchestra.run.smithi049.stdout:(22/41): ceph-mon-15.2.13-213.g0f589fd5.el8.x86 8.0 MB/s | 4.4 MB 00:00 2021-07-24T17:00:26.659 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:00:26.662 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================= 2021-07-24T17:00:26.663 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T17:00:26.663 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================= 2021-07-24T17:00:26.663 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:00:26.663 INFO:teuthology.orchestra.run.smithi006.stdout: ceph x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 6.4 k 2021-07-24T17:00:26.664 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T17:00:26.664 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mds x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 2.0 M 2021-07-24T17:00:26.664 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 1.4 M 2021-07-24T17:00:26.664 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-modules-core noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 192 k 2021-07-24T17:00:26.665 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mon x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 4.4 M 2021-07-24T17:00:26.665 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-osd x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 17 M 2021-07-24T17:00:26.665 INFO:teuthology.orchestra.run.smithi006.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2021-07-24T17:00:26.665 INFO:teuthology.orchestra.run.smithi006.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2021-07-24T17:00:26.666 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cffi x86_64 1.11.5-5.el8 CentOS-Base 237 k 2021-07-24T17:00:26.666 INFO:teuthology.orchestra.run.smithi006.stdout: python3-chardet noarch 3.0.4-7.el8 CentOS-Base 195 k 2021-07-24T17:00:26.666 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2021-07-24T17:00:26.666 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2021-07-24T17:00:26.667 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cryptography x86_64 3.2.1-4.el8 CentOS-Base 559 k 2021-07-24T17:00:26.667 INFO:teuthology.orchestra.run.smithi006.stdout: python3-idna noarch 2.5-5.el8 CentOS-Base 97 k 2021-07-24T17:00:26.667 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2021-07-24T17:00:26.667 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2021-07-24T17:00:26.667 INFO:teuthology.orchestra.run.smithi006.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2021-07-24T17:00:26.668 INFO:teuthology.orchestra.run.smithi006.stdout: python3-lxml x86_64 4.2.3-2.el8 CentOS-AppStream 1.5 M 2021-07-24T17:00:26.668 INFO:teuthology.orchestra.run.smithi006.stdout: python3-mako noarch 1.0.6-13.el8 CentOS-AppStream 157 k 2021-07-24T17:00:26.668 INFO:teuthology.orchestra.run.smithi006.stdout: python3-markupsafe x86_64 0.23-19.el8 CentOS-AppStream 39 k 2021-07-24T17:00:26.668 INFO:teuthology.orchestra.run.smithi006.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2021-07-24T17:00:26.669 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2021-07-24T17:00:26.669 INFO:teuthology.orchestra.run.smithi006.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2021-07-24T17:00:26.669 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 CentOS-AppStream 103 k 2021-07-24T17:00:26.669 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pycparser noarch 2.14-14.el8 CentOS-Base 109 k 2021-07-24T17:00:26.670 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pysocks noarch 1.6.8-3.el8 CentOS-Base 34 k 2021-07-24T17:00:26.670 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pytz noarch 2017.2-9.el8 CentOS-AppStream 54 k 2021-07-24T17:00:26.670 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests noarch 2.20.0-2.1.el8_1 CentOS-Base 123 k 2021-07-24T17:00:26.670 INFO:teuthology.orchestra.run.smithi006.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2021-07-24T17:00:26.671 INFO:teuthology.orchestra.run.smithi006.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2021-07-24T17:00:26.671 INFO:teuthology.orchestra.run.smithi006.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2021-07-24T17:00:26.671 INFO:teuthology.orchestra.run.smithi006.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2021-07-24T17:00:26.671 INFO:teuthology.orchestra.run.smithi006.stdout: python3-urllib3 noarch 1.24.2-5.el8 CentOS-Base 177 k 2021-07-24T17:00:26.672 INFO:teuthology.orchestra.run.smithi006.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2021-07-24T17:00:26.672 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webencodings noarch 0.5.1-6.el8 CentOS-AppStream 27 k 2021-07-24T17:00:26.672 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2021-07-24T17:00:26.672 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2021-07-24T17:00:26.673 INFO:teuthology.orchestra.run.smithi006.stdout: python3-werkzeug noarch 0.12.2-4.el8 CentOS-AppStream 457 k 2021-07-24T17:00:26.673 INFO:teuthology.orchestra.run.smithi006.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2021-07-24T17:00:26.673 INFO:teuthology.orchestra.run.smithi006.stdout:Installing weak dependencies: 2021-07-24T17:00:26.673 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cssselect noarch 0.9.2-10.el8 epel 40 k 2021-07-24T17:00:26.674 INFO:teuthology.orchestra.run.smithi006.stdout: python3-html5lib noarch 1:0.999999999-6.el8 CentOS-AppStream 214 k 2021-07-24T17:00:26.674 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:26.674 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:00:26.674 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================= 2021-07-24T17:00:26.675 INFO:teuthology.orchestra.run.smithi006.stdout:Install 41 Packages 2021-07-24T17:00:26.675 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:26.676 INFO:teuthology.orchestra.run.smithi049.stdout:(23/41): python3-beautifulsoup4-4.6.3-2.el8.1.n 2.7 MB/s | 185 kB 00:00 2021-07-24T17:00:26.676 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 31 M 2021-07-24T17:00:26.677 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 100 M 2021-07-24T17:00:26.677 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:00:26.739 INFO:teuthology.orchestra.run.smithi049.stdout:(24/41): python3-cherrypy-18.4.0-1.el8.noarch.r 5.3 MB/s | 384 kB 00:00 2021-07-24T17:00:26.762 INFO:teuthology.orchestra.run.smithi049.stdout:(25/41): python3-cssselect-0.9.2-10.el8.noarch. 1.8 MB/s | 40 kB 00:00 2021-07-24T17:00:26.784 INFO:teuthology.orchestra.run.smithi049.stdout:(26/41): python3-jaraco-6.2-6.el8.noarch.rpm 485 kB/s | 11 kB 00:00 2021-07-24T17:00:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:(27/41): python3-jaraco-functools-2.0-4.el8.noa 789 kB/s | 18 kB 00:00 2021-07-24T17:00:26.821 INFO:teuthology.orchestra.run.smithi049.stdout:(28/41): python3-cheroot-8.5.2-1.el8.noarch.rpm 905 kB/s | 173 kB 00:00 2021-07-24T17:00:26.830 INFO:teuthology.orchestra.run.smithi049.stdout:(29/41): python3-logutils-0.3.5-11.el8.noarch.r 2.1 MB/s | 49 kB 00:00 2021-07-24T17:00:26.844 INFO:teuthology.orchestra.run.smithi006.stdout:(1/41): ceph-15.2.13-213.g0f589fd5.el8.x86_64.r 37 kB/s | 6.4 kB 00:00 2021-07-24T17:00:26.870 INFO:teuthology.orchestra.run.smithi049.stdout:(30/41): python3-more-itertools-7.2.0-3.el8.noa 1.2 MB/s | 59 kB 00:00 2021-07-24T17:00:26.875 INFO:teuthology.orchestra.run.smithi049.stdout:(31/41): python3-pecan-1.3.2-9.el8.noarch.rpm 6.1 MB/s | 283 kB 00:00 2021-07-24T17:00:26.897 INFO:teuthology.orchestra.run.smithi049.stdout:(32/41): python3-simplegeneric-0.8.1-17.el8.noa 846 kB/s | 19 kB 00:00 2021-07-24T17:00:26.916 INFO:teuthology.orchestra.run.smithi049.stdout:(33/41): python3-portend-2.6-1.el8.noarch.rpm 349 kB/s | 16 kB 00:00 2021-07-24T17:00:26.920 INFO:teuthology.orchestra.run.smithi049.stdout:(34/41): python3-singledispatch-3.4.0.3-18.el8. 1.0 MB/s | 24 kB 00:00 2021-07-24T17:00:26.943 INFO:teuthology.orchestra.run.smithi049.stdout:(35/41): python3-trustme-0.6.0-4.el8.noarch.rpm 1.2 MB/s | 27 kB 00:00 2021-07-24T17:00:26.960 INFO:teuthology.orchestra.run.smithi049.stdout:(36/41): python3-tempora-1.14.1-5.el8.noarch.rp 649 kB/s | 29 kB 00:00 2021-07-24T17:00:26.987 INFO:teuthology.orchestra.run.smithi049.stdout:(37/41): python3-waitress-1.2.1-2.el8.1.noarch. 5.3 MB/s | 241 kB 00:00 2021-07-24T17:00:27.010 INFO:teuthology.orchestra.run.smithi049.stdout:(38/41): python3-webtest-2.0.33-1.el8.noarch.rp 3.7 MB/s | 85 kB 00:00 2021-07-24T17:00:27.025 INFO:teuthology.orchestra.run.smithi049.stdout:(39/41): python3-webob-1.8.5-1.el8.1.noarch.rpm 3.7 MB/s | 251 kB 00:00 2021-07-24T17:00:27.032 INFO:teuthology.orchestra.run.smithi049.stdout:(40/41): python3-zc-lockfile-2.0-2.el8.noarch.r 1.0 MB/s | 23 kB 00:00 2021-07-24T17:00:27.174 INFO:teuthology.orchestra.run.smithi049.stdout:(41/41): ceph-osd-15.2.13-213.g0f589fd5.el8.x86 20 MB/s | 17 MB 00:00 2021-07-24T17:00:27.178 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:27.179 INFO:teuthology.orchestra.run.smithi049.stdout:Total 26 MB/s | 31 MB 00:01 2021-07-24T17:00:27.195 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:00:27.240 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:00:27.240 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:00:27.285 INFO:teuthology.orchestra.run.smithi006.stdout:(2/41): ceph-mgr-15.2.13-213.g0f589fd5.el8.x86_ 2.3 MB/s | 1.4 MB 00:00 2021-07-24T17:00:27.368 INFO:teuthology.orchestra.run.smithi006.stdout:(3/41): ceph-mds-15.2.13-213.g0f589fd5.el8.x86_ 2.9 MB/s | 2.0 MB 00:00 2021-07-24T17:00:27.426 INFO:teuthology.orchestra.run.smithi006.stdout:(4/41): ceph-mgr-modules-core-15.2.13-213.g0f58 3.2 MB/s | 192 kB 00:00 2021-07-24T17:00:27.460 INFO:teuthology.orchestra.run.smithi006.stdout:(5/41): python3-html5lib-0.999999999-6.el8.noar 6.2 MB/s | 214 kB 00:00 2021-07-24T17:00:27.479 INFO:teuthology.orchestra.run.smithi006.stdout:(6/41): python3-lxml-4.2.3-2.el8.x86_64.rpm 80 MB/s | 1.5 MB 00:00 2021-07-24T17:00:27.482 INFO:teuthology.orchestra.run.smithi006.stdout:(7/41): python3-mako-1.0.6-13.el8.noarch.rpm 59 MB/s | 157 kB 00:00 2021-07-24T17:00:27.483 INFO:teuthology.orchestra.run.smithi006.stdout:(8/41): python3-markupsafe-0.23-19.el8.x86_64.r 30 MB/s | 39 kB 00:00 2021-07-24T17:00:27.485 INFO:teuthology.orchestra.run.smithi006.stdout:(9/41): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 50 MB/s | 103 kB 00:00 2021-07-24T17:00:27.488 INFO:teuthology.orchestra.run.smithi006.stdout:(10/41): python3-pytz-2017.2-9.el8.noarch.rpm 40 MB/s | 54 kB 00:00 2021-07-24T17:00:27.489 INFO:teuthology.orchestra.run.smithi006.stdout:(11/41): python3-webencodings-0.5.1-6.el8.noarc 23 MB/s | 27 kB 00:00 2021-07-24T17:00:27.494 INFO:teuthology.orchestra.run.smithi006.stdout:(12/41): python3-werkzeug-0.12.2-4.el8.noarch.r 73 MB/s | 457 kB 00:00 2021-07-24T17:00:27.498 INFO:teuthology.orchestra.run.smithi006.stdout:(13/41): python3-cffi-1.11.5-5.el8.x86_64.rpm 66 MB/s | 237 kB 00:00 2021-07-24T17:00:27.501 INFO:teuthology.orchestra.run.smithi006.stdout:(14/41): python3-chardet-3.0.4-7.el8.noarch.rpm 63 MB/s | 195 kB 00:00 2021-07-24T17:00:27.508 INFO:teuthology.orchestra.run.smithi006.stdout:(15/41): python3-cryptography-3.2.1-4.el8.x86_6 77 MB/s | 559 kB 00:00 2021-07-24T17:00:27.510 INFO:teuthology.orchestra.run.smithi006.stdout:(16/41): python3-idna-2.5-5.el8.noarch.rpm 50 MB/s | 97 kB 00:00 2021-07-24T17:00:27.513 INFO:teuthology.orchestra.run.smithi006.stdout:(17/41): python3-pycparser-2.14-14.el8.noarch.r 53 MB/s | 109 kB 00:00 2021-07-24T17:00:27.514 INFO:teuthology.orchestra.run.smithi006.stdout:(18/41): python3-pysocks-1.6.8-3.el8.noarch.rpm 27 MB/s | 34 kB 00:00 2021-07-24T17:00:27.516 INFO:teuthology.orchestra.run.smithi006.stdout:(19/41): python3-requests-2.20.0-2.1.el8_1.noar 53 MB/s | 123 kB 00:00 2021-07-24T17:00:27.519 INFO:teuthology.orchestra.run.smithi006.stdout:(20/41): python3-urllib3-1.24.2-5.el8.noarch.rp 64 MB/s | 177 kB 00:00 2021-07-24T17:00:27.554 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:00:27.556 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:00:27.634 INFO:teuthology.orchestra.run.smithi006.stdout:(21/41): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 382 kB/s | 44 kB 00:00 2021-07-24T17:00:27.700 INFO:teuthology.orchestra.run.smithi006.stdout:(22/41): ceph-mon-15.2.13-213.g0f589fd5.el8.x86 5.1 MB/s | 4.4 MB 00:00 2021-07-24T17:00:27.715 INFO:teuthology.orchestra.run.smithi006.stdout:(23/41): python3-beautifulsoup4-4.6.3-2.el8.1.n 2.2 MB/s | 185 kB 00:00 2021-07-24T17:00:27.800 INFO:teuthology.orchestra.run.smithi006.stdout:(24/41): python3-cherrypy-18.4.0-1.el8.noarch.r 4.5 MB/s | 384 kB 00:00 2021-07-24T17:00:27.827 INFO:teuthology.orchestra.run.smithi006.stdout:(25/41): python3-cssselect-0.9.2-10.el8.noarch. 1.4 MB/s | 40 kB 00:00 2021-07-24T17:00:27.835 INFO:teuthology.orchestra.run.smithi006.stdout:(26/41): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.2 MB/s | 173 kB 00:00 2021-07-24T17:00:27.855 INFO:teuthology.orchestra.run.smithi006.stdout:(27/41): python3-jaraco-6.2-6.el8.noarch.rpm 408 kB/s | 11 kB 00:00 2021-07-24T17:00:27.862 INFO:teuthology.orchestra.run.smithi006.stdout:(28/41): python3-jaraco-functools-2.0-4.el8.noa 667 kB/s | 18 kB 00:00 2021-07-24T17:00:27.882 INFO:teuthology.orchestra.run.smithi006.stdout:(29/41): python3-logutils-0.3.5-11.el8.noarch.r 1.7 MB/s | 49 kB 00:00 2021-07-24T17:00:27.890 INFO:teuthology.orchestra.run.smithi006.stdout:(30/41): python3-more-itertools-7.2.0-3.el8.noa 2.0 MB/s | 59 kB 00:00 2021-07-24T17:00:27.918 INFO:teuthology.orchestra.run.smithi006.stdout:(31/41): python3-portend-2.6-1.el8.noarch.rpm 561 kB/s | 16 kB 00:00 2021-07-24T17:00:27.940 INFO:teuthology.orchestra.run.smithi006.stdout:(32/41): python3-pecan-1.3.2-9.el8.noarch.rpm 4.8 MB/s | 283 kB 00:00 2021-07-24T17:00:27.946 INFO:teuthology.orchestra.run.smithi006.stdout:(33/41): python3-simplegeneric-0.8.1-17.el8.noa 664 kB/s | 19 kB 00:00 2021-07-24T17:00:27.969 INFO:teuthology.orchestra.run.smithi006.stdout:(34/41): python3-singledispatch-3.4.0.3-18.el8. 836 kB/s | 24 kB 00:00 2021-07-24T17:00:27.973 INFO:teuthology.orchestra.run.smithi006.stdout:(35/41): python3-tempora-1.14.1-5.el8.noarch.rp 1.1 MB/s | 29 kB 00:00 2021-07-24T17:00:27.997 INFO:teuthology.orchestra.run.smithi006.stdout:(36/41): python3-trustme-0.6.0-4.el8.noarch.rpm 994 kB/s | 27 kB 00:00 2021-07-24T17:00:28.030 INFO:teuthology.orchestra.run.smithi006.stdout:(37/41): python3-waitress-1.2.1-2.el8.1.noarch. 4.2 MB/s | 241 kB 00:00 2021-07-24T17:00:28.052 INFO:teuthology.orchestra.run.smithi006.stdout:(38/41): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.4 MB/s | 251 kB 00:00 2021-07-24T17:00:28.057 INFO:teuthology.orchestra.run.smithi006.stdout:(39/41): python3-webtest-2.0.33-1.el8.noarch.rp 3.0 MB/s | 85 kB 00:00 2021-07-24T17:00:28.081 INFO:teuthology.orchestra.run.smithi006.stdout:(40/41): python3-zc-lockfile-2.0-2.el8.noarch.r 814 kB/s | 23 kB 00:00 2021-07-24T17:00:28.365 INFO:teuthology.orchestra.run.smithi006.stdout:(41/41): ceph-osd-15.2.13-213.g0f589fd5.el8.x86 15 MB/s | 17 MB 00:01 2021-07-24T17:00:28.369 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:28.369 INFO:teuthology.orchestra.run.smithi006.stdout:Total 18 MB/s | 31 MB 00:01 2021-07-24T17:00:28.386 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:00:28.431 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:00:28.431 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:00:28.751 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:00:28.754 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:00:28.937 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:00:29.276 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/41 2021-07-24T17:00:29.492 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/41 2021-07-24T17:00:29.671 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-idna-2.5-5.el8.noarch 3/41 2021-07-24T17:00:29.892 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 4/41 2021-07-24T17:00:30.069 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 5/41 2021-07-24T17:00:30.225 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 6/41 2021-07-24T17:00:30.409 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 7/41 2021-07-24T17:00:30.548 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 8/41 2021-07-24T17:00:30.588 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:00:30.677 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 9/41 2021-07-24T17:00:30.804 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/41 2021-07-24T17:00:30.834 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 10/41 2021-07-24T17:00:30.974 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cssselect-0.9.2-10.el8.noarch 11/41 2021-07-24T17:00:31.012 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/41 2021-07-24T17:00:31.167 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-idna-2.5-5.el8.noarch 3/41 2021-07-24T17:00:31.221 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pysocks-1.6.8-3.el8.noarch 12/41 2021-07-24T17:00:31.413 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 4/41 2021-07-24T17:00:31.434 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-urllib3-1.24.2-5.el8.noarch 13/41 2021-07-24T17:00:31.582 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 5/41 2021-07-24T17:00:31.652 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/41 2021-07-24T17:00:31.729 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 6/41 2021-07-24T17:00:31.896 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 7/41 2021-07-24T17:00:32.055 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 15/41 2021-07-24T17:00:32.061 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 8/41 2021-07-24T17:00:32.191 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 9/41 2021-07-24T17:00:32.309 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cryptography-3.2.1-4.el8.x86_64 16/41 2021-07-24T17:00:32.347 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 10/41 2021-07-24T17:00:32.484 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cssselect-0.9.2-10.el8.noarch 11/41 2021-07-24T17:00:32.512 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/41 2021-07-24T17:00:32.697 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/41 2021-07-24T17:00:32.747 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pysocks-1.6.8-3.el8.noarch 12/41 2021-07-24T17:00:32.856 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/41 2021-07-24T17:00:32.970 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-urllib3-1.24.2-5.el8.noarch 13/41 2021-07-24T17:00:33.130 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/41 2021-07-24T17:00:33.212 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/41 2021-07-24T17:00:33.381 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-chardet-3.0.4-7.el8.noarch 21/41 2021-07-24T17:00:33.570 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 15/41 2021-07-24T17:00:33.646 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-requests-2.20.0-2.1.el8_1.noarch 22/41 2021-07-24T17:00:33.808 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 23/41 2021-07-24T17:00:33.838 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cryptography-3.2.1-4.el8.x86_64 16/41 2021-07-24T17:00:33.991 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/41 2021-07-24T17:00:34.075 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-webencodings-0.5.1-6.el8.noarch 24/41 2021-07-24T17:00:34.174 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/41 2021-07-24T17:00:34.287 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 25/41 2021-07-24T17:00:34.368 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/41 2021-07-24T17:00:34.616 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/41 2021-07-24T17:00:34.625 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 26/41 2021-07-24T17:00:34.829 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-lxml-4.2.3-2.el8.x86_64 27/41 2021-07-24T17:00:34.842 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-chardet-3.0.4-7.el8.noarch 21/41 2021-07-24T17:00:35.011 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 28/41 2021-07-24T17:00:35.147 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-requests-2.20.0-2.1.el8_1.noarch 22/41 2021-07-24T17:00:35.173 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 29/41 2021-07-24T17:00:35.303 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 23/41 2021-07-24T17:00:35.359 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 30/41 2021-07-24T17:00:35.566 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-webencodings-0.5.1-6.el8.noarch 24/41 2021-07-24T17:00:35.626 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-portend-2.6-1.el8.noarch 31/41 2021-07-24T17:00:35.781 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 25/41 2021-07-24T17:00:35.842 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 32/41 2021-07-24T17:00:36.059 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 33/41 2021-07-24T17:00:36.145 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 26/41 2021-07-24T17:00:36.365 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-lxml-4.2.3-2.el8.x86_64 27/41 2021-07-24T17:00:36.378 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 34/41 2021-07-24T17:00:36.539 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 28/41 2021-07-24T17:00:36.664 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 35/41 2021-07-24T17:00:36.736 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 29/41 2021-07-24T17:00:36.896 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 30/41 2021-07-24T17:00:36.952 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-modules-core-2:15.2.13-213.g0f589fd5.el8. 36/41 2021-07-24T17:00:37.117 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 37/41 2021-07-24T17:00:37.139 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-portend-2.6-1.el8.noarch 31/41 2021-07-24T17:00:37.371 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 32/41 2021-07-24T17:00:37.590 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 33/41 2021-07-24T17:00:37.937 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 34/41 2021-07-24T17:00:38.218 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 35/41 2021-07-24T17:00:38.507 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-modules-core-2:15.2.13-213.g0f589fd5.el8. 36/41 2021-07-24T17:00:38.563 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 37/41 2021-07-24T17:00:38.704 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 37/41 2021-07-24T17:00:38.750 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-osd-2:15.2.13-213.g0f589fd5.el8.x86_64 38/41 2021-07-24T17:00:39.146 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-osd-2:15.2.13-213.g0f589fd5.el8.x86_64 38/41 2021-07-24T17:00:39.308 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mon-2:15.2.13-213.g0f589fd5.el8.x86_64 39/41 2021-07-24T17:00:39.501 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mon-2:15.2.13-213.g0f589fd5.el8.x86_64 39/41 2021-07-24T17:00:39.677 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mds-2:15.2.13-213.g0f589fd5.el8.x86_64 40/41 2021-07-24T17:00:39.695 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mds-2:15.2.13-213.g0f589fd5.el8.x86_64 40/41 2021-07-24T17:00:39.785 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-2:15.2.13-213.g0f589fd5.el8.x86_64 41/41 2021-07-24T17:00:40.145 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 37/41 2021-07-24T17:00:40.184 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-2:15.2.13-213.g0f589fd5.el8.x86_64 41/41 2021-07-24T17:00:40.185 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-2:15.2.13-213.g0f589fd5.el8.x86_64 1/41 2021-07-24T17:00:40.185 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mds-2:15.2.13-213.g0f589fd5.el8.x86_64 2/41 2021-07-24T17:00:40.185 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 3/41 2021-07-24T17:00:40.186 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mon-2:15.2.13-213.g0f589fd5.el8.x86_64 4/41 2021-07-24T17:00:40.186 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-osd-2:15.2.13-213.g0f589fd5.el8.x86_64 5/41 2021-07-24T17:00:40.186 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-modules-core-2:15.2.13-213.g0f589fd5.el8. 6/41 2021-07-24T17:00:40.187 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 7/41 2021-07-24T17:00:40.187 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-lxml-4.2.3-2.el8.x86_64 8/41 2021-07-24T17:00:40.187 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 9/41 2021-07-24T17:00:40.187 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 10/41 2021-07-24T17:00:40.187 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 11/41 2021-07-24T17:00:40.188 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 12/41 2021-07-24T17:00:40.188 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-webencodings-0.5.1-6.el8.noarch 13/41 2021-07-24T17:00:40.188 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 14/41 2021-07-24T17:00:40.188 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 15/41 2021-07-24T17:00:40.189 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-chardet-3.0.4-7.el8.noarch 16/41 2021-07-24T17:00:40.189 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cryptography-3.2.1-4.el8.x86_64 17/41 2021-07-24T17:00:40.189 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-idna-2.5-5.el8.noarch 18/41 2021-07-24T17:00:40.189 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 19/41 2021-07-24T17:00:40.190 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pysocks-1.6.8-3.el8.noarch 20/41 2021-07-24T17:00:40.190 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-requests-2.20.0-2.1.el8_1.noarch 21/41 2021-07-24T17:00:40.190 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-urllib3-1.24.2-5.el8.noarch 22/41 2021-07-24T17:00:40.190 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 23/41 2021-07-24T17:00:40.191 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/41 2021-07-24T17:00:40.191 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 25/41 2021-07-24T17:00:40.191 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 26/41 2021-07-24T17:00:40.191 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cssselect-0.9.2-10.el8.noarch 27/41 2021-07-24T17:00:40.191 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 28/41 2021-07-24T17:00:40.192 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 29/41 2021-07-24T17:00:40.192 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 30/41 2021-07-24T17:00:40.192 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 31/41 2021-07-24T17:00:40.192 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 32/41 2021-07-24T17:00:40.192 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-portend-2.6-1.el8.noarch 33/41 2021-07-24T17:00:40.193 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 34/41 2021-07-24T17:00:40.193 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 35/41 2021-07-24T17:00:40.193 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 36/41 2021-07-24T17:00:40.193 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 37/41 2021-07-24T17:00:40.194 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 38/41 2021-07-24T17:00:40.194 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 39/41 2021-07-24T17:00:40.194 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 40/41 2021-07-24T17:00:40.345 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-osd-2:15.2.13-213.g0f589fd5.el8.x86_64 38/41 2021-07-24T17:00:40.741 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-osd-2:15.2.13-213.g0f589fd5.el8.x86_64 38/41 2021-07-24T17:00:40.911 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mon-2:15.2.13-213.g0f589fd5.el8.x86_64 39/41 2021-07-24T17:00:41.019 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 41/41 2021-07-24T17:00:41.020 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:41.020 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:00:41.021 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:41.021 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mds-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:41.021 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:41.021 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-modules-core-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:41.021 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mon-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:41.022 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-osd-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:41.022 INFO:teuthology.orchestra.run.smithi049.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2021-07-24T17:00:41.022 INFO:teuthology.orchestra.run.smithi049.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2021-07-24T17:00:41.022 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cffi-1.11.5-5.el8.x86_64 2021-07-24T17:00:41.023 INFO:teuthology.orchestra.run.smithi049.stdout: python3-chardet-3.0.4-7.el8.noarch 2021-07-24T17:00:41.023 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cheroot-8.5.2-1.el8.noarch 2021-07-24T17:00:41.023 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2021-07-24T17:00:41.023 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cryptography-3.2.1-4.el8.x86_64 2021-07-24T17:00:41.024 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cssselect-0.9.2-10.el8.noarch 2021-07-24T17:00:41.024 INFO:teuthology.orchestra.run.smithi049.stdout: python3-html5lib-1:0.999999999-6.el8.noarch 2021-07-24T17:00:41.024 INFO:teuthology.orchestra.run.smithi049.stdout: python3-idna-2.5-5.el8.noarch 2021-07-24T17:00:41.024 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-6.2-6.el8.noarch 2021-07-24T17:00:41.025 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2021-07-24T17:00:41.025 INFO:teuthology.orchestra.run.smithi049.stdout: python3-logutils-0.3.5-11.el8.noarch 2021-07-24T17:00:41.025 INFO:teuthology.orchestra.run.smithi049.stdout: python3-lxml-4.2.3-2.el8.x86_64 2021-07-24T17:00:41.026 INFO:teuthology.orchestra.run.smithi049.stdout: python3-mako-1.0.6-13.el8.noarch 2021-07-24T17:00:41.026 INFO:teuthology.orchestra.run.smithi049.stdout: python3-markupsafe-0.23-19.el8.x86_64 2021-07-24T17:00:41.026 INFO:teuthology.orchestra.run.smithi049.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2021-07-24T17:00:41.026 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pecan-1.3.2-9.el8.noarch 2021-07-24T17:00:41.027 INFO:teuthology.orchestra.run.smithi049.stdout: python3-portend-2.6-1.el8.noarch 2021-07-24T17:00:41.027 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2021-07-24T17:00:41.027 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pycparser-2.14-14.el8.noarch 2021-07-24T17:00:41.027 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pysocks-1.6.8-3.el8.noarch 2021-07-24T17:00:41.028 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pytz-2017.2-9.el8.noarch 2021-07-24T17:00:41.028 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests-2.20.0-2.1.el8_1.noarch 2021-07-24T17:00:41.028 INFO:teuthology.orchestra.run.smithi049.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2021-07-24T17:00:41.028 INFO:teuthology.orchestra.run.smithi049.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2021-07-24T17:00:41.029 INFO:teuthology.orchestra.run.smithi049.stdout: python3-tempora-1.14.1-5.el8.noarch 2021-07-24T17:00:41.029 INFO:teuthology.orchestra.run.smithi049.stdout: python3-trustme-0.6.0-4.el8.noarch 2021-07-24T17:00:41.030 INFO:teuthology.orchestra.run.smithi049.stdout: python3-urllib3-1.24.2-5.el8.noarch 2021-07-24T17:00:41.030 INFO:teuthology.orchestra.run.smithi049.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2021-07-24T17:00:41.030 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webencodings-0.5.1-6.el8.noarch 2021-07-24T17:00:41.031 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webob-1.8.5-1.el8.1.noarch 2021-07-24T17:00:41.031 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webtest-2.0.33-1.el8.noarch 2021-07-24T17:00:41.032 INFO:teuthology.orchestra.run.smithi049.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2021-07-24T17:00:41.032 INFO:teuthology.orchestra.run.smithi049.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2021-07-24T17:00:41.032 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:41.033 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:00:41.104 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mon-2:15.2.13-213.g0f589fd5.el8.x86_64 39/41 2021-07-24T17:00:41.210 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-base 2021-07-24T17:00:41.265 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mds-2:15.2.13-213.g0f589fd5.el8.x86_64 40/41 2021-07-24T17:00:41.282 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mds-2:15.2.13-213.g0f589fd5.el8.x86_64 40/41 2021-07-24T17:00:41.414 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-2:15.2.13-213.g0f589fd5.el8.x86_64 41/41 2021-07-24T17:00:41.678 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:07 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:41.801 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-2:15.2.13-213.g0f589fd5.el8.x86_64 41/41 2021-07-24T17:00:41.802 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-2:15.2.13-213.g0f589fd5.el8.x86_64 1/41 2021-07-24T17:00:41.802 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mds-2:15.2.13-213.g0f589fd5.el8.x86_64 2/41 2021-07-24T17:00:41.802 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 3/41 2021-07-24T17:00:41.802 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mon-2:15.2.13-213.g0f589fd5.el8.x86_64 4/41 2021-07-24T17:00:41.803 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-osd-2:15.2.13-213.g0f589fd5.el8.x86_64 5/41 2021-07-24T17:00:41.803 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-modules-core-2:15.2.13-213.g0f589fd5.el8. 6/41 2021-07-24T17:00:41.803 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 7/41 2021-07-24T17:00:41.803 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-lxml-4.2.3-2.el8.x86_64 8/41 2021-07-24T17:00:41.804 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 9/41 2021-07-24T17:00:41.804 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 10/41 2021-07-24T17:00:41.804 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 11/41 2021-07-24T17:00:41.804 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 12/41 2021-07-24T17:00:41.804 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-webencodings-0.5.1-6.el8.noarch 13/41 2021-07-24T17:00:41.805 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 14/41 2021-07-24T17:00:41.805 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 15/41 2021-07-24T17:00:41.805 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-chardet-3.0.4-7.el8.noarch 16/41 2021-07-24T17:00:41.806 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cryptography-3.2.1-4.el8.x86_64 17/41 2021-07-24T17:00:41.806 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-idna-2.5-5.el8.noarch 18/41 2021-07-24T17:00:41.806 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 19/41 2021-07-24T17:00:41.806 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pysocks-1.6.8-3.el8.noarch 20/41 2021-07-24T17:00:41.807 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-requests-2.20.0-2.1.el8_1.noarch 21/41 2021-07-24T17:00:41.807 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-urllib3-1.24.2-5.el8.noarch 22/41 2021-07-24T17:00:41.807 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 23/41 2021-07-24T17:00:41.807 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/41 2021-07-24T17:00:41.807 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 25/41 2021-07-24T17:00:41.808 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 26/41 2021-07-24T17:00:41.808 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cssselect-0.9.2-10.el8.noarch 27/41 2021-07-24T17:00:41.810 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 28/41 2021-07-24T17:00:41.810 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 29/41 2021-07-24T17:00:41.810 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 30/41 2021-07-24T17:00:41.811 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 31/41 2021-07-24T17:00:41.811 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 32/41 2021-07-24T17:00:41.811 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-portend-2.6-1.el8.noarch 33/41 2021-07-24T17:00:41.812 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 34/41 2021-07-24T17:00:41.812 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 35/41 2021-07-24T17:00:41.812 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 36/41 2021-07-24T17:00:41.813 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 37/41 2021-07-24T17:00:41.813 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 38/41 2021-07-24T17:00:41.813 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 39/41 2021-07-24T17:00:41.813 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 40/41 2021-07-24T17:00:42.398 INFO:teuthology.orchestra.run.smithi049.stdout:Package ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:00:42.643 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:00:42.645 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T17:00:42.645 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:00:42.685 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install cephadm 2021-07-24T17:00:42.788 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 41/41 2021-07-24T17:00:42.789 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:42.789 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:00:42.789 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:42.789 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mds-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:42.790 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:42.790 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-modules-core-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:42.790 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mon-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:42.791 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-osd-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:42.791 INFO:teuthology.orchestra.run.smithi006.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2021-07-24T17:00:42.792 INFO:teuthology.orchestra.run.smithi006.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2021-07-24T17:00:42.792 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cffi-1.11.5-5.el8.x86_64 2021-07-24T17:00:42.792 INFO:teuthology.orchestra.run.smithi006.stdout: python3-chardet-3.0.4-7.el8.noarch 2021-07-24T17:00:42.792 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cheroot-8.5.2-1.el8.noarch 2021-07-24T17:00:42.793 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2021-07-24T17:00:42.793 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cryptography-3.2.1-4.el8.x86_64 2021-07-24T17:00:42.793 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cssselect-0.9.2-10.el8.noarch 2021-07-24T17:00:42.793 INFO:teuthology.orchestra.run.smithi006.stdout: python3-html5lib-1:0.999999999-6.el8.noarch 2021-07-24T17:00:42.794 INFO:teuthology.orchestra.run.smithi006.stdout: python3-idna-2.5-5.el8.noarch 2021-07-24T17:00:42.794 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-6.2-6.el8.noarch 2021-07-24T17:00:42.794 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2021-07-24T17:00:42.794 INFO:teuthology.orchestra.run.smithi006.stdout: python3-logutils-0.3.5-11.el8.noarch 2021-07-24T17:00:42.795 INFO:teuthology.orchestra.run.smithi006.stdout: python3-lxml-4.2.3-2.el8.x86_64 2021-07-24T17:00:42.795 INFO:teuthology.orchestra.run.smithi006.stdout: python3-mako-1.0.6-13.el8.noarch 2021-07-24T17:00:42.795 INFO:teuthology.orchestra.run.smithi006.stdout: python3-markupsafe-0.23-19.el8.x86_64 2021-07-24T17:00:42.795 INFO:teuthology.orchestra.run.smithi006.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2021-07-24T17:00:42.795 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pecan-1.3.2-9.el8.noarch 2021-07-24T17:00:42.796 INFO:teuthology.orchestra.run.smithi006.stdout: python3-portend-2.6-1.el8.noarch 2021-07-24T17:00:42.796 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2021-07-24T17:00:42.796 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pycparser-2.14-14.el8.noarch 2021-07-24T17:00:42.796 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pysocks-1.6.8-3.el8.noarch 2021-07-24T17:00:42.797 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pytz-2017.2-9.el8.noarch 2021-07-24T17:00:42.797 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests-2.20.0-2.1.el8_1.noarch 2021-07-24T17:00:42.797 INFO:teuthology.orchestra.run.smithi006.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2021-07-24T17:00:42.798 INFO:teuthology.orchestra.run.smithi006.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2021-07-24T17:00:42.798 INFO:teuthology.orchestra.run.smithi006.stdout: python3-tempora-1.14.1-5.el8.noarch 2021-07-24T17:00:42.798 INFO:teuthology.orchestra.run.smithi006.stdout: python3-trustme-0.6.0-4.el8.noarch 2021-07-24T17:00:42.799 INFO:teuthology.orchestra.run.smithi006.stdout: python3-urllib3-1.24.2-5.el8.noarch 2021-07-24T17:00:42.799 INFO:teuthology.orchestra.run.smithi006.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2021-07-24T17:00:42.799 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webencodings-0.5.1-6.el8.noarch 2021-07-24T17:00:42.799 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webob-1.8.5-1.el8.1.noarch 2021-07-24T17:00:42.800 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webtest-2.0.33-1.el8.noarch 2021-07-24T17:00:42.800 INFO:teuthology.orchestra.run.smithi006.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2021-07-24T17:00:42.800 INFO:teuthology.orchestra.run.smithi006.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2021-07-24T17:00:42.800 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:42.801 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:00:42.986 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-base 2021-07-24T17:00:43.148 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:09 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:43.455 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:09 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:44.092 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:00:44.093 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:44.094 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T17:00:44.094 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:44.094 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:00:44.094 INFO:teuthology.orchestra.run.smithi049.stdout: cephadm noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 59 k 2021-07-24T17:00:44.095 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:44.095 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:00:44.095 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:44.095 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2021-07-24T17:00:44.096 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:44.096 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 59 k 2021-07-24T17:00:44.096 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 223 k 2021-07-24T17:00:44.096 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:00:44.158 INFO:teuthology.orchestra.run.smithi006.stdout:Package ceph-base-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:00:44.263 INFO:teuthology.orchestra.run.smithi049.stdout:cephadm-15.2.13-213.g0f589fd5.el8.noarch.rpm 347 kB/s | 59 kB 00:00 2021-07-24T17:00:44.263 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:44.264 INFO:teuthology.orchestra.run.smithi049.stdout:Total 344 kB/s | 59 kB 00:00 2021-07-24T17:00:44.264 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:00:44.271 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:00:44.272 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:00:44.273 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:00:44.276 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:00:44.403 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:00:44.405 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T17:00:44.405 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:00:44.452 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install cephadm 2021-07-24T17:00:44.504 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:00:44.912 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:10 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:45.836 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:00:45.837 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:45.837 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T17:00:45.838 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:45.838 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:00:45.838 INFO:teuthology.orchestra.run.smithi006.stdout: cephadm noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 59 k 2021-07-24T17:00:45.838 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:45.839 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:00:45.839 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:45.839 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2021-07-24T17:00:45.839 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:45.840 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 59 k 2021-07-24T17:00:45.840 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 223 k 2021-07-24T17:00:45.840 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:00:45.988 INFO:teuthology.orchestra.run.smithi006.stdout:cephadm-15.2.13-213.g0f589fd5.el8.noarch.rpm 394 kB/s | 59 kB 00:00 2021-07-24T17:00:45.988 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:45.988 INFO:teuthology.orchestra.run.smithi006.stdout:Total 390 kB/s | 59 kB 00:00 2021-07-24T17:00:45.988 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:00:45.996 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:00:45.996 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:00:45.997 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:00:46.000 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:00:46.042 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:00:46.948 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/1 2021-07-24T17:00:47.163 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/1 2021-07-24T17:00:47.354 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/1 2021-07-24T17:00:47.635 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/1 2021-07-24T17:00:47.636 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:47.636 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:00:47.636 INFO:teuthology.orchestra.run.smithi049.stdout: cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:47.636 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:47.637 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:00:47.769 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-immutable-object-cache 2021-07-24T17:00:48.241 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:14 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:48.368 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/1 2021-07-24T17:00:48.692 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/1 2021-07-24T17:00:48.872 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/1 2021-07-24T17:00:49.183 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:00:49.184 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:49.185 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repo Size 2021-07-24T17:00:49.185 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:49.185 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:00:49.185 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-immutable-object-cache x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 203 k 2021-07-24T17:00:49.186 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:49.186 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:00:49.186 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:49.186 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2021-07-24T17:00:49.187 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:49.187 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 203 k 2021-07-24T17:00:49.187 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 599 k 2021-07-24T17:00:49.187 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:00:49.198 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/1 2021-07-24T17:00:49.198 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:49.198 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:00:49.199 INFO:teuthology.orchestra.run.smithi006.stdout: cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:49.199 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:49.199 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:00:49.341 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-immutable-object-cache 2021-07-24T17:00:49.500 INFO:teuthology.orchestra.run.smithi049.stdout:ceph-immutable-object-cache-15.2.13-213.g0f589f 646 kB/s | 203 kB 00:00 2021-07-24T17:00:49.501 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:49.501 INFO:teuthology.orchestra.run.smithi049.stdout:Total 644 kB/s | 203 kB 00:00 2021-07-24T17:00:49.501 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:00:49.515 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:00:49.515 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:00:49.566 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:00:49.569 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:00:49.724 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:00:49.816 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:15 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:50.569 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-immutable-object-cache-2:15.2.13-213.g0f589fd5. 1/1 2021-07-24T17:00:50.738 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:00:50.740 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:50.740 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2021-07-24T17:00:50.740 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:50.741 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:00:50.741 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-immutable-object-cache x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 203 k 2021-07-24T17:00:50.741 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:50.742 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:00:50.742 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:50.742 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2021-07-24T17:00:50.743 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:50.743 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 203 k 2021-07-24T17:00:50.744 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 599 k 2021-07-24T17:00:50.744 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:00:50.934 INFO:teuthology.orchestra.run.smithi006.stdout:ceph-immutable-object-cache-15.2.13-213.g0f589f 1.0 MB/s | 203 kB 00:00 2021-07-24T17:00:50.934 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:50.935 INFO:teuthology.orchestra.run.smithi006.stdout:Total 1.0 MB/s | 203 kB 00:00 2021-07-24T17:00:50.935 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:00:50.948 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:00:50.948 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:00:50.999 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:00:51.002 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:00:51.137 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-immutable-object-cache-2:15.2.13-213.g0f589fd5. 1/1 2021-07-24T17:00:51.317 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:00:51.410 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-immutable-object-cache-2:15.2.13-213.g0f589fd5. 1/1 2021-07-24T17:00:51.411 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:51.411 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:00:51.411 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-immutable-object-cache-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:51.411 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:51.412 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:00:51.472 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-immutable-object-cache-2:15.2.13-213.g0f589fd5. 1/1 2021-07-24T17:00:51.559 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr 2021-07-24T17:00:51.859 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-immutable-object-cache-2:15.2.13-213.g0f589fd5. 1/1 2021-07-24T17:00:52.022 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:18 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:52.139 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-immutable-object-cache-2:15.2.13-213.g0f589fd5. 1/1 2021-07-24T17:00:52.140 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:52.140 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:00:52.140 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-immutable-object-cache-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:00:52.140 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:52.141 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:00:52.259 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr 2021-07-24T17:00:52.723 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:18 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:52.788 INFO:teuthology.orchestra.run.smithi049.stdout:Package ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:00:53.034 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:00:53.035 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T17:00:53.035 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:00:53.075 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr-dashboard 2021-07-24T17:00:53.415 INFO:teuthology.orchestra.run.smithi006.stdout:Package ceph-mgr-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:00:53.539 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:19 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:53.656 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:00:53.657 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T17:00:53.658 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:00:53.696 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-dashboard 2021-07-24T17:00:54.159 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:20 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:54.496 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:00:54.497 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:54.497 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T17:00:54.497 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:54.498 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:00:54.498 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-dashboard noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 3.6 M 2021-07-24T17:00:54.498 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T17:00:54.499 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-grafana-dashboards noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 24 k 2021-07-24T17:00:54.499 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-prometheus-alerts noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 9.0 k 2021-07-24T17:00:54.499 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jwt noarch 1.6.1-2.el8 CentOS-Base 43 k 2021-07-24T17:00:54.499 INFO:teuthology.orchestra.run.smithi049.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2021-07-24T17:00:54.500 INFO:teuthology.orchestra.run.smithi049.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2021-07-24T17:00:54.500 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:54.500 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:00:54.500 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:00:54.501 INFO:teuthology.orchestra.run.smithi049.stdout:Install 6 Packages 2021-07-24T17:00:54.501 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:54.502 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 3.9 M 2021-07-24T17:00:54.502 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 19 M 2021-07-24T17:00:54.503 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:00:54.611 INFO:teuthology.orchestra.run.smithi049.stdout:(1/6): ceph-prometheus-alerts-15.2.13-213.g0f58 81 kB/s | 9.0 kB 00:00 2021-07-24T17:00:54.748 INFO:teuthology.orchestra.run.smithi049.stdout:(2/6): ceph-grafana-dashboards-15.2.13-213.g0f5 193 kB/s | 24 kB 00:00 2021-07-24T17:00:54.748 INFO:teuthology.orchestra.run.smithi049.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 1.4 MB/s | 43 kB 00:00 2021-07-24T17:00:54.749 INFO:teuthology.orchestra.run.smithi049.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 330 kB/s | 34 kB 00:00 2021-07-24T17:00:54.767 INFO:teuthology.orchestra.run.smithi049.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.5 MB/s | 196 kB 00:00 2021-07-24T17:00:55.049 INFO:teuthology.orchestra.run.smithi049.stdout:(6/6): ceph-mgr-dashboard-15.2.13-213.g0f589fd5 6.5 MB/s | 3.6 MB 00:00 2021-07-24T17:00:55.052 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:55.052 INFO:teuthology.orchestra.run.smithi049.stdout:Total 7.0 MB/s | 3.9 MB 00:00 2021-07-24T17:00:55.054 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:00:55.063 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:00:55.063 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:00:55.099 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:00:55.100 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:55.100 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T17:00:55.101 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:55.101 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:00:55.101 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-dashboard noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 3.6 M 2021-07-24T17:00:55.101 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T17:00:55.101 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-grafana-dashboards noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 24 k 2021-07-24T17:00:55.102 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-prometheus-alerts noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 9.0 k 2021-07-24T17:00:55.102 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jwt noarch 1.6.1-2.el8 CentOS-Base 43 k 2021-07-24T17:00:55.102 INFO:teuthology.orchestra.run.smithi006.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2021-07-24T17:00:55.102 INFO:teuthology.orchestra.run.smithi006.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2021-07-24T17:00:55.103 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:55.103 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:00:55.103 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:00:55.103 INFO:teuthology.orchestra.run.smithi006.stdout:Install 6 Packages 2021-07-24T17:00:55.104 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:55.104 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 3.9 M 2021-07-24T17:00:55.105 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 19 M 2021-07-24T17:00:55.105 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:00:55.211 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:00:55.215 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:00:55.215 INFO:teuthology.orchestra.run.smithi006.stdout:(1/6): ceph-prometheus-alerts-15.2.13-213.g0f58 81 kB/s | 9.0 kB 00:00 2021-07-24T17:00:55.228 INFO:teuthology.orchestra.run.smithi006.stdout:(2/6): ceph-grafana-dashboards-15.2.13-213.g0f5 192 kB/s | 24 kB 00:00 2021-07-24T17:00:55.245 INFO:teuthology.orchestra.run.smithi006.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 1.4 MB/s | 43 kB 00:00 2021-07-24T17:00:55.310 INFO:teuthology.orchestra.run.smithi006.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 411 kB/s | 34 kB 00:00 2021-07-24T17:00:55.355 INFO:teuthology.orchestra.run.smithi006.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.7 MB/s | 196 kB 00:00 2021-07-24T17:00:55.482 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:00:55.634 INFO:teuthology.orchestra.run.smithi006.stdout:(6/6): ceph-mgr-dashboard-15.2.13-213.g0f589fd5 6.7 MB/s | 3.6 MB 00:00 2021-07-24T17:00:55.637 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:00:55.637 INFO:teuthology.orchestra.run.smithi006.stdout:Total 7.2 MB/s | 3.9 MB 00:00 2021-07-24T17:00:55.639 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:00:55.648 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:00:55.648 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:00:55.675 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2021-07-24T17:00:55.771 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:00:55.774 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:00:55.886 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2021-07-24T17:00:56.072 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:00:56.949 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2021-07-24T17:00:57.043 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2021-07-24T17:00:57.075 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-prometheus-alerts-2:15.2.13-213.g0f589fd5.el8.n 4/6 2021-07-24T17:00:57.615 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2021-07-24T17:00:57.843 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2021-07-24T17:00:57.963 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-prometheus-alerts-2:15.2.13-213.g0f589fd5.el8.n 4/6 2021-07-24T17:00:58.216 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-grafana-dashboards-2:15.2.13-213.g0f589fd5.el8. 5/6 2021-07-24T17:00:58.446 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-dashboard-2:15.2.13-213.g0f589fd5.el8.noarc 6/6 2021-07-24T17:00:58.696 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-dashboard-2:15.2.13-213.g0f589fd5.el8.noarc 6/6 2021-07-24T17:00:58.696 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-grafana-dashboards-2:15.2.13-213.g0f589fd5.el8. 1/6 2021-07-24T17:00:58.697 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-dashboard-2:15.2.13-213.g0f589fd5.el8.noarc 2/6 2021-07-24T17:00:58.697 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-prometheus-alerts-2:15.2.13-213.g0f589fd5.el8.n 3/6 2021-07-24T17:00:58.697 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2021-07-24T17:00:58.697 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2021-07-24T17:00:58.984 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2021-07-24T17:00:58.984 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:58.985 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:00:58.985 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-grafana-dashboards-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:58.985 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-dashboard-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:58.986 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-prometheus-alerts-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:58.986 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jwt-1.6.1-2.el8.noarch 2021-07-24T17:00:58.986 INFO:teuthology.orchestra.run.smithi049.stdout: python3-repoze-lru-0.7-6.el8.noarch 2021-07-24T17:00:58.986 INFO:teuthology.orchestra.run.smithi049.stdout: python3-routes-2.4.1-12.el8.noarch 2021-07-24T17:00:58.987 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:00:58.987 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:00:59.035 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr-diskprediction-local 2021-07-24T17:00:59.075 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-grafana-dashboards-2:15.2.13-213.g0f589fd5.el8. 5/6 2021-07-24T17:00:59.301 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-dashboard-2:15.2.13-213.g0f589fd5.el8.noarc 6/6 2021-07-24T17:00:59.498 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:25 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:00:59.552 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-dashboard-2:15.2.13-213.g0f589fd5.el8.noarc 6/6 2021-07-24T17:00:59.552 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-grafana-dashboards-2:15.2.13-213.g0f589fd5.el8. 1/6 2021-07-24T17:00:59.552 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-dashboard-2:15.2.13-213.g0f589fd5.el8.noarc 2/6 2021-07-24T17:00:59.553 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-prometheus-alerts-2:15.2.13-213.g0f589fd5.el8.n 3/6 2021-07-24T17:00:59.553 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2021-07-24T17:00:59.553 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2021-07-24T17:00:59.864 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2021-07-24T17:00:59.865 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:59.865 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:00:59.865 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-grafana-dashboards-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:59.866 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-dashboard-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:59.866 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-prometheus-alerts-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:00:59.866 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jwt-1.6.1-2.el8.noarch 2021-07-24T17:00:59.867 INFO:teuthology.orchestra.run.smithi006.stdout: python3-repoze-lru-0.7-6.el8.noarch 2021-07-24T17:00:59.867 INFO:teuthology.orchestra.run.smithi006.stdout: python3-routes-2.4.1-12.el8.noarch 2021-07-24T17:00:59.867 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:00:59.868 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:00:59.925 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-diskprediction-local 2021-07-24T17:01:00.388 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:26 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:00.439 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:00.440 INFO:teuthology.orchestra.run.smithi049.stdout:===================================================================================================== 2021-07-24T17:01:00.441 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T17:01:00.441 INFO:teuthology.orchestra.run.smithi049.stdout:===================================================================================================== 2021-07-24T17:01:00.441 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:01:00.442 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-diskprediction-local noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 8.6 M 2021-07-24T17:01:00.442 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T17:01:00.442 INFO:teuthology.orchestra.run.smithi049.stdout: libgfortran x86_64 8.4.1-1.el8 CentOS-Base 639 k 2021-07-24T17:01:00.442 INFO:teuthology.orchestra.run.smithi049.stdout: libquadmath x86_64 8.4.1-1.el8 CentOS-Base 169 k 2021-07-24T17:01:00.443 INFO:teuthology.orchestra.run.smithi049.stdout: openblas x86_64 0.3.12-1.el8 CentOS-AppStream 4.6 M 2021-07-24T17:01:00.443 INFO:teuthology.orchestra.run.smithi049.stdout: openblas-threads x86_64 0.3.12-1.el8 CentOS-AppStream 4.7 M 2021-07-24T17:01:00.443 INFO:teuthology.orchestra.run.smithi049.stdout: python3-numpy x86_64 1:1.14.3-9.el8 CentOS-AppStream 3.7 M 2021-07-24T17:01:00.443 INFO:teuthology.orchestra.run.smithi049.stdout: python3-numpy-f2py x86_64 1:1.14.3-9.el8 CentOS-AppStream 225 k 2021-07-24T17:01:00.445 INFO:teuthology.orchestra.run.smithi049.stdout: python3-scipy x86_64 1.0.0-20.module_el8.4.0+790+083e3d81 CentOS-AppStream 15 M 2021-07-24T17:01:00.445 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:00.445 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:01:00.446 INFO:teuthology.orchestra.run.smithi049.stdout:===================================================================================================== 2021-07-24T17:01:00.446 INFO:teuthology.orchestra.run.smithi049.stdout:Install 8 Packages 2021-07-24T17:01:00.446 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:00.447 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 37 M 2021-07-24T17:01:00.447 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 197 M 2021-07-24T17:01:00.447 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:01:00.541 INFO:teuthology.orchestra.run.smithi049.stdout:(1/8): openblas-0.3.12-1.el8.x86_64.rpm 47 MB/s | 4.6 MB 00:00 2021-07-24T17:01:00.597 INFO:teuthology.orchestra.run.smithi049.stdout:(2/8): python3-numpy-1.14.3-9.el8.x86_64.rpm 68 MB/s | 3.7 MB 00:00 2021-07-24T17:01:00.602 INFO:teuthology.orchestra.run.smithi049.stdout:(3/8): python3-numpy-f2py-1.14.3-9.el8.x86_64.r 42 MB/s | 225 kB 00:00 2021-07-24T17:01:00.668 INFO:teuthology.orchestra.run.smithi049.stdout:(4/8): openblas-threads-0.3.12-1.el8.x86_64.rpm 21 MB/s | 4.7 MB 00:00 2021-07-24T17:01:00.700 INFO:teuthology.orchestra.run.smithi049.stdout:(5/8): libgfortran-8.4.1-1.el8.x86_64.rpm 22 MB/s | 639 kB 00:00 2021-07-24T17:01:00.706 INFO:teuthology.orchestra.run.smithi049.stdout:(6/8): libquadmath-8.4.1-1.el8.x86_64.rpm 19 MB/s | 169 kB 00:00 2021-07-24T17:01:00.872 INFO:teuthology.orchestra.run.smithi049.stdout:(7/8): python3-scipy-1.0.0-20.module_el8.4.0+79 54 MB/s | 15 MB 00:00 2021-07-24T17:01:01.352 INFO:teuthology.orchestra.run.smithi049.stdout:(8/8): ceph-mgr-diskprediction-local-15.2.13-21 9.5 MB/s | 8.6 MB 00:00 2021-07-24T17:01:01.355 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:01.355 INFO:teuthology.orchestra.run.smithi049.stdout:Total 41 MB/s | 37 MB 00:00 2021-07-24T17:01:01.366 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:01:01.387 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:01:01.387 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:01:01.425 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:01.427 INFO:teuthology.orchestra.run.smithi006.stdout:===================================================================================================== 2021-07-24T17:01:01.428 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T17:01:01.428 INFO:teuthology.orchestra.run.smithi006.stdout:===================================================================================================== 2021-07-24T17:01:01.428 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:01:01.428 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-diskprediction-local noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 8.6 M 2021-07-24T17:01:01.429 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T17:01:01.429 INFO:teuthology.orchestra.run.smithi006.stdout: libgfortran x86_64 8.4.1-1.el8 CentOS-Base 639 k 2021-07-24T17:01:01.429 INFO:teuthology.orchestra.run.smithi006.stdout: libquadmath x86_64 8.4.1-1.el8 CentOS-Base 169 k 2021-07-24T17:01:01.429 INFO:teuthology.orchestra.run.smithi006.stdout: openblas x86_64 0.3.12-1.el8 CentOS-AppStream 4.6 M 2021-07-24T17:01:01.430 INFO:teuthology.orchestra.run.smithi006.stdout: openblas-threads x86_64 0.3.12-1.el8 CentOS-AppStream 4.7 M 2021-07-24T17:01:01.430 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy x86_64 1:1.14.3-9.el8 CentOS-AppStream 3.7 M 2021-07-24T17:01:01.430 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy-f2py x86_64 1:1.14.3-9.el8 CentOS-AppStream 225 k 2021-07-24T17:01:01.430 INFO:teuthology.orchestra.run.smithi006.stdout: python3-scipy x86_64 1.0.0-20.module_el8.4.0+790+083e3d81 CentOS-AppStream 15 M 2021-07-24T17:01:01.431 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:01.431 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:01:01.431 INFO:teuthology.orchestra.run.smithi006.stdout:===================================================================================================== 2021-07-24T17:01:01.431 INFO:teuthology.orchestra.run.smithi006.stdout:Install 8 Packages 2021-07-24T17:01:01.431 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:01.432 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 37 M 2021-07-24T17:01:01.432 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 197 M 2021-07-24T17:01:01.432 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:01:01.567 INFO:teuthology.orchestra.run.smithi006.stdout:(1/8): openblas-0.3.12-1.el8.x86_64.rpm 33 MB/s | 4.6 MB 00:00 2021-07-24T17:01:01.594 INFO:teuthology.orchestra.run.smithi006.stdout:(2/8): openblas-threads-0.3.12-1.el8.x86_64.rpm 29 MB/s | 4.7 MB 00:00 2021-07-24T17:01:01.603 INFO:teuthology.orchestra.run.smithi006.stdout:(3/8): python3-numpy-f2py-1.14.3-9.el8.x86_64.r 29 MB/s | 225 kB 00:00 2021-07-24T17:01:01.647 INFO:teuthology.orchestra.run.smithi006.stdout:(4/8): python3-numpy-1.14.3-9.el8.x86_64.rpm 47 MB/s | 3.7 MB 00:00 2021-07-24T17:01:01.660 INFO:teuthology.orchestra.run.smithi006.stdout:(5/8): libgfortran-8.4.1-1.el8.x86_64.rpm 47 MB/s | 639 kB 00:00 2021-07-24T17:01:01.666 INFO:teuthology.orchestra.run.smithi006.stdout:(6/8): libquadmath-8.4.1-1.el8.x86_64.rpm 27 MB/s | 169 kB 00:00 2021-07-24T17:01:01.729 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:01:01.732 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:01:01.896 INFO:teuthology.orchestra.run.smithi006.stdout:(7/8): python3-scipy-1.0.0-20.module_el8.4.0+79 49 MB/s | 15 MB 00:00 2021-07-24T17:01:02.144 INFO:teuthology.orchestra.run.smithi006.stdout:(8/8): ceph-mgr-diskprediction-local-15.2.13-21 12 MB/s | 8.6 MB 00:00 2021-07-24T17:01:02.147 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:02.148 INFO:teuthology.orchestra.run.smithi006.stdout:Total 52 MB/s | 37 MB 00:00 2021-07-24T17:01:02.158 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:01:02.178 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:01:02.179 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:01:02.290 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:01:02.440 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libquadmath-8.4.1-1.el8.x86_64 1/8 2021-07-24T17:01:02.529 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:01:02.532 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:01:02.588 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libquadmath-8.4.1-1.el8.x86_64 1/8 2021-07-24T17:01:02.749 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libgfortran-8.4.1-1.el8.x86_64 2/8 2021-07-24T17:01:03.093 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:01:03.231 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libquadmath-8.4.1-1.el8.x86_64 1/8 2021-07-24T17:01:03.307 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libgfortran-8.4.1-1.el8.x86_64 2/8 2021-07-24T17:01:03.363 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libquadmath-8.4.1-1.el8.x86_64 1/8 2021-07-24T17:01:03.473 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : openblas-0.3.12-1.el8.x86_64 3/8 2021-07-24T17:01:03.522 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libgfortran-8.4.1-1.el8.x86_64 2/8 2021-07-24T17:01:04.063 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: openblas-0.3.12-1.el8.x86_64 3/8 2021-07-24T17:01:04.095 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libgfortran-8.4.1-1.el8.x86_64 2/8 2021-07-24T17:01:04.197 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : openblas-threads-0.3.12-1.el8.x86_64 4/8 2021-07-24T17:01:04.304 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : openblas-0.3.12-1.el8.x86_64 3/8 2021-07-24T17:01:04.891 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: openblas-0.3.12-1.el8.x86_64 3/8 2021-07-24T17:01:04.980 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: openblas-threads-0.3.12-1.el8.x86_64 4/8 2021-07-24T17:01:05.020 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : openblas-threads-0.3.12-1.el8.x86_64 4/8 2021-07-24T17:01:05.344 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-numpy-1:1.14.3-9.el8.x86_64 5/8 2021-07-24T17:01:05.556 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2021-07-24T17:01:05.790 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: openblas-threads-0.3.12-1.el8.x86_64 4/8 2021-07-24T17:01:06.166 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-numpy-1:1.14.3-9.el8.x86_64 5/8 2021-07-24T17:01:06.378 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2021-07-24T17:01:07.651 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2021-07-24T17:01:08.503 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2021-07-24T17:01:09.042 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-scipy-1.0.0-20.module_el8.4.0+790+083e3d81.x 7/8 2021-07-24T17:01:09.222 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-diskprediction-local-2:15.2.13-213.g0f589fd 8/8 2021-07-24T17:01:09.493 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:15.2.13-213.g0f589fd 8/8 2021-07-24T17:01:09.493 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-diskprediction-local-2:15.2.13-213.g0f589fd 1/8 2021-07-24T17:01:09.494 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : openblas-0.3.12-1.el8.x86_64 2/8 2021-07-24T17:01:09.494 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : openblas-threads-0.3.12-1.el8.x86_64 3/8 2021-07-24T17:01:09.494 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-numpy-1:1.14.3-9.el8.x86_64 4/8 2021-07-24T17:01:09.495 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 5/8 2021-07-24T17:01:09.495 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-scipy-1.0.0-20.module_el8.4.0+790+083e3d81.x 6/8 2021-07-24T17:01:09.495 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libgfortran-8.4.1-1.el8.x86_64 7/8 2021-07-24T17:01:09.808 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libquadmath-8.4.1-1.el8.x86_64 8/8 2021-07-24T17:01:09.809 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:09.809 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:01:09.809 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-diskprediction-local-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:01:09.809 INFO:teuthology.orchestra.run.smithi049.stdout: libgfortran-8.4.1-1.el8.x86_64 2021-07-24T17:01:09.810 INFO:teuthology.orchestra.run.smithi049.stdout: libquadmath-8.4.1-1.el8.x86_64 2021-07-24T17:01:09.810 INFO:teuthology.orchestra.run.smithi049.stdout: openblas-0.3.12-1.el8.x86_64 2021-07-24T17:01:09.810 INFO:teuthology.orchestra.run.smithi049.stdout: openblas-threads-0.3.12-1.el8.x86_64 2021-07-24T17:01:09.810 INFO:teuthology.orchestra.run.smithi049.stdout: python3-numpy-1:1.14.3-9.el8.x86_64 2021-07-24T17:01:09.811 INFO:teuthology.orchestra.run.smithi049.stdout: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 2021-07-24T17:01:09.811 INFO:teuthology.orchestra.run.smithi049.stdout: python3-scipy-1.0.0-20.module_el8.4.0+790+083e3d81.x86_64 2021-07-24T17:01:09.811 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:09.811 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:09.858 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-scipy-1.0.0-20.module_el8.4.0+790+083e3d81.x 7/8 2021-07-24T17:01:09.876 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr-rook 2021-07-24T17:01:10.103 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-diskprediction-local-2:15.2.13-213.g0f589fd 8/8 2021-07-24T17:01:10.341 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:36 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:10.380 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:15.2.13-213.g0f589fd 8/8 2021-07-24T17:01:10.380 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-diskprediction-local-2:15.2.13-213.g0f589fd 1/8 2021-07-24T17:01:10.380 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : openblas-0.3.12-1.el8.x86_64 2/8 2021-07-24T17:01:10.380 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : openblas-threads-0.3.12-1.el8.x86_64 3/8 2021-07-24T17:01:10.381 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-numpy-1:1.14.3-9.el8.x86_64 4/8 2021-07-24T17:01:10.384 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 5/8 2021-07-24T17:01:10.385 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-scipy-1.0.0-20.module_el8.4.0+790+083e3d81.x 6/8 2021-07-24T17:01:10.385 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libgfortran-8.4.1-1.el8.x86_64 7/8 2021-07-24T17:01:10.696 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libquadmath-8.4.1-1.el8.x86_64 8/8 2021-07-24T17:01:10.696 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:10.696 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:01:10.696 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-diskprediction-local-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:01:10.697 INFO:teuthology.orchestra.run.smithi006.stdout: libgfortran-8.4.1-1.el8.x86_64 2021-07-24T17:01:10.697 INFO:teuthology.orchestra.run.smithi006.stdout: libquadmath-8.4.1-1.el8.x86_64 2021-07-24T17:01:10.698 INFO:teuthology.orchestra.run.smithi006.stdout: openblas-0.3.12-1.el8.x86_64 2021-07-24T17:01:10.698 INFO:teuthology.orchestra.run.smithi006.stdout: openblas-threads-0.3.12-1.el8.x86_64 2021-07-24T17:01:10.698 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy-1:1.14.3-9.el8.x86_64 2021-07-24T17:01:10.698 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 2021-07-24T17:01:10.698 INFO:teuthology.orchestra.run.smithi006.stdout: python3-scipy-1.0.0-20.module_el8.4.0+790+083e3d81.x86_64 2021-07-24T17:01:10.699 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:10.699 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:10.769 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-rook 2021-07-24T17:01:11.235 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:37 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:11.281 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:11.282 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================== 2021-07-24T17:01:11.283 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T17:01:11.283 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================== 2021-07-24T17:01:11.283 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:01:11.283 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-rook noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 27 k 2021-07-24T17:01:11.284 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T17:01:11.284 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2021-07-24T17:01:11.284 INFO:teuthology.orchestra.run.smithi049.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2021-07-24T17:01:11.284 INFO:teuthology.orchestra.run.smithi049.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2021-07-24T17:01:11.284 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jsonpatch noarch 1.21-2.el8 CentOS-AppStream 27 k 2021-07-24T17:01:11.285 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jsonpointer noarch 1.10-11.el8 CentOS-AppStream 20 k 2021-07-24T17:01:11.285 INFO:teuthology.orchestra.run.smithi049.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2021-07-24T17:01:11.285 INFO:teuthology.orchestra.run.smithi049.stdout: python3-oauthlib noarch 2.1.0-1.el8 CentOS-Base 155 k 2021-07-24T17:01:11.285 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyasn1 noarch 0.3.7-6.el8 CentOS-AppStream 126 k 2021-07-24T17:01:11.285 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 CentOS-AppStream 110 k 2021-07-24T17:01:11.286 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 CentOS-Base 43 k 2021-07-24T17:01:11.286 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rsa noarch 3.4.2-16.el8 epel 73 k 2021-07-24T17:01:11.286 INFO:teuthology.orchestra.run.smithi049.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2021-07-24T17:01:11.286 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:11.287 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:01:11.287 INFO:teuthology.orchestra.run.smithi049.stdout:======================================================================================== 2021-07-24T17:01:11.287 INFO:teuthology.orchestra.run.smithi049.stdout:Install 13 Packages 2021-07-24T17:01:11.287 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:11.288 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 1.9 M 2021-07-24T17:01:11.289 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 24 M 2021-07-24T17:01:11.289 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:01:11.319 INFO:teuthology.orchestra.run.smithi049.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 811 kB/s | 27 kB 00:00 2021-07-24T17:01:11.321 INFO:teuthology.orchestra.run.smithi049.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 569 kB/s | 20 kB 00:00 2021-07-24T17:01:11.321 INFO:teuthology.orchestra.run.smithi049.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 44 MB/s | 126 kB 00:00 2021-07-24T17:01:11.323 INFO:teuthology.orchestra.run.smithi049.stdout:(4/13): python3-pyasn1-modules-0.3.7-6.el8.noar 48 MB/s | 110 kB 00:00 2021-07-24T17:01:11.325 INFO:teuthology.orchestra.run.smithi049.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 29 MB/s | 43 kB 00:00 2021-07-24T17:01:11.325 INFO:teuthology.orchestra.run.smithi049.stdout:(6/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 38 MB/s | 155 kB 00:00 2021-07-24T17:01:11.412 INFO:teuthology.orchestra.run.smithi049.stdout:(7/13): ceph-mgr-rook-15.2.13-213.g0f589fd5.el8 216 kB/s | 27 kB 00:00 2021-07-24T17:01:11.422 INFO:teuthology.orchestra.run.smithi049.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 341 kB/s | 33 kB 00:00 2021-07-24T17:01:11.425 INFO:teuthology.orchestra.run.smithi049.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 165 kB/s | 16 kB 00:00 2021-07-24T17:01:11.496 INFO:teuthology.orchestra.run.smithi049.stdout:(10/13): python3-rsa-3.4.2-16.el8.noarch.rpm 1.0 MB/s | 73 kB 00:00 2021-07-24T17:01:11.512 INFO:teuthology.orchestra.run.smithi049.stdout:(11/13): python3-google-auth-1.1.1-10.el8.noarc 814 kB/s | 81 kB 00:00 2021-07-24T17:01:11.532 INFO:teuthology.orchestra.run.smithi049.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 1.6 MB/s | 61 kB 00:00 2021-07-24T17:01:11.652 INFO:teuthology.orchestra.run.smithi049.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 5.1 MB/s | 1.2 MB 00:00 2021-07-24T17:01:11.655 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:11.655 INFO:teuthology.orchestra.run.smithi049.stdout:Total 5.2 MB/s | 1.9 MB 00:00 2021-07-24T17:01:11.660 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:01:11.677 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:01:11.677 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:01:11.756 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:01:11.759 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:01:12.166 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:12.167 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================== 2021-07-24T17:01:12.168 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T17:01:12.168 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================== 2021-07-24T17:01:12.168 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:01:12.168 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-rook noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 27 k 2021-07-24T17:01:12.169 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T17:01:12.169 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2021-07-24T17:01:12.169 INFO:teuthology.orchestra.run.smithi006.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2021-07-24T17:01:12.169 INFO:teuthology.orchestra.run.smithi006.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2021-07-24T17:01:12.170 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpatch noarch 1.21-2.el8 CentOS-AppStream 27 k 2021-07-24T17:01:12.170 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpointer noarch 1.10-11.el8 CentOS-AppStream 20 k 2021-07-24T17:01:12.170 INFO:teuthology.orchestra.run.smithi006.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2021-07-24T17:01:12.170 INFO:teuthology.orchestra.run.smithi006.stdout: python3-oauthlib noarch 2.1.0-1.el8 CentOS-Base 155 k 2021-07-24T17:01:12.171 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1 noarch 0.3.7-6.el8 CentOS-AppStream 126 k 2021-07-24T17:01:12.171 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 CentOS-AppStream 110 k 2021-07-24T17:01:12.171 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 CentOS-Base 43 k 2021-07-24T17:01:12.171 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rsa noarch 3.4.2-16.el8 epel 73 k 2021-07-24T17:01:12.171 INFO:teuthology.orchestra.run.smithi006.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2021-07-24T17:01:12.172 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:12.172 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:01:12.172 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================== 2021-07-24T17:01:12.172 INFO:teuthology.orchestra.run.smithi006.stdout:Install 13 Packages 2021-07-24T17:01:12.173 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:12.173 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 1.9 M 2021-07-24T17:01:12.174 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 24 M 2021-07-24T17:01:12.174 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:01:12.203 INFO:teuthology.orchestra.run.smithi006.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 831 kB/s | 27 kB 00:00 2021-07-24T17:01:12.208 INFO:teuthology.orchestra.run.smithi006.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 535 kB/s | 20 kB 00:00 2021-07-24T17:01:12.209 INFO:teuthology.orchestra.run.smithi006.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 21 MB/s | 126 kB 00:00 2021-07-24T17:01:12.212 INFO:teuthology.orchestra.run.smithi006.stdout:(4/13): python3-pyasn1-modules-0.3.7-6.el8.noar 33 MB/s | 110 kB 00:00 2021-07-24T17:01:12.213 INFO:teuthology.orchestra.run.smithi006.stdout:(5/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 42 MB/s | 155 kB 00:00 2021-07-24T17:01:12.213 INFO:teuthology.orchestra.run.smithi006.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 31 MB/s | 43 kB 00:00 2021-07-24T17:01:12.267 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:01:12.280 INFO:teuthology.orchestra.run.smithi006.stdout:(7/13): python3-certifi-2018.10.15-7.el8.noarch 246 kB/s | 16 kB 00:00 2021-07-24T17:01:12.280 INFO:teuthology.orchestra.run.smithi006.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 491 kB/s | 33 kB 00:00 2021-07-24T17:01:12.295 INFO:teuthology.orchestra.run.smithi006.stdout:(9/13): ceph-mgr-rook-15.2.13-213.g0f589fd5.el8 220 kB/s | 27 kB 00:00 2021-07-24T17:01:12.324 INFO:teuthology.orchestra.run.smithi006.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 1.8 MB/s | 81 kB 00:00 2021-07-24T17:01:12.347 INFO:teuthology.orchestra.run.smithi006.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 2.6 MB/s | 61 kB 00:00 2021-07-24T17:01:12.383 INFO:teuthology.orchestra.run.smithi006.stdout:(12/13): python3-rsa-3.4.2-16.el8.noarch.rpm 831 kB/s | 73 kB 00:00 2021-07-24T17:01:12.480 INFO:teuthology.orchestra.run.smithi006.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 5.8 MB/s | 1.2 MB 00:00 2021-07-24T17:01:12.483 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:12.483 INFO:teuthology.orchestra.run.smithi006.stdout:Total 6.1 MB/s | 1.9 MB 00:00 2021-07-24T17:01:12.489 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:01:12.505 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:01:12.505 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:01:12.585 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:01:12.588 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:01:13.005 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2021-07-24T17:01:13.097 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:01:13.257 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2021-07-24T17:01:13.491 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rsa-3.4.2-16.el8.noarch 3/13 2021-07-24T17:01:13.715 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2021-07-24T17:01:13.900 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2021-07-24T17:01:13.978 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2021-07-24T17:01:14.114 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2021-07-24T17:01:14.272 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2021-07-24T17:01:14.429 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2021-07-24T17:01:14.513 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rsa-3.4.2-16.el8.noarch 3/13 2021-07-24T17:01:14.641 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2021-07-24T17:01:14.738 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2021-07-24T17:01:14.940 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2021-07-24T17:01:15.171 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2021-07-24T17:01:15.496 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2021-07-24T17:01:15.714 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2021-07-24T17:01:15.819 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2021-07-24T17:01:16.071 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2021-07-24T17:01:16.254 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2021-07-24T17:01:16.456 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2021-07-24T17:01:16.612 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-rook-2:15.2.13-213.g0f589fd5.el8.noarch 13/13 2021-07-24T17:01:16.874 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-rook-2:15.2.13-213.g0f589fd5.el8.noarch 13/13 2021-07-24T17:01:16.874 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-rook-2:15.2.13-213.g0f589fd5.el8.noarch 1/13 2021-07-24T17:01:16.874 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2021-07-24T17:01:16.875 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2021-07-24T17:01:16.875 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2021-07-24T17:01:16.875 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2021-07-24T17:01:16.875 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2021-07-24T17:01:16.875 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2021-07-24T17:01:16.876 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2021-07-24T17:01:16.876 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2021-07-24T17:01:16.876 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2021-07-24T17:01:16.876 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2021-07-24T17:01:16.877 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rsa-3.4.2-16.el8.noarch 12/13 2021-07-24T17:01:16.941 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2021-07-24T17:01:17.235 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2021-07-24T17:01:17.256 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2021-07-24T17:01:17.257 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:17.257 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:01:17.257 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-rook-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:01:17.257 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cachetools-3.1.1-4.el8.noarch 2021-07-24T17:01:17.258 INFO:teuthology.orchestra.run.smithi049.stdout: python3-certifi-2018.10.15-7.el8.noarch 2021-07-24T17:01:17.258 INFO:teuthology.orchestra.run.smithi049.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2021-07-24T17:01:17.258 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jsonpatch-1.21-2.el8.noarch 2021-07-24T17:01:17.258 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jsonpointer-1.10-11.el8.noarch 2021-07-24T17:01:17.258 INFO:teuthology.orchestra.run.smithi049.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2021-07-24T17:01:17.259 INFO:teuthology.orchestra.run.smithi049.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2021-07-24T17:01:17.259 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2021-07-24T17:01:17.259 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2021-07-24T17:01:17.259 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2021-07-24T17:01:17.260 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rsa-3.4.2-16.el8.noarch 2021-07-24T17:01:17.260 INFO:teuthology.orchestra.run.smithi049.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2021-07-24T17:01:17.260 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:17.260 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:17.312 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-mgr-cephadm 2021-07-24T17:01:17.436 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2021-07-24T17:01:17.614 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2021-07-24T17:01:17.779 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:43 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:17.827 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-rook-2:15.2.13-213.g0f589fd5.el8.noarch 13/13 2021-07-24T17:01:18.079 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-rook-2:15.2.13-213.g0f589fd5.el8.noarch 13/13 2021-07-24T17:01:18.079 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-rook-2:15.2.13-213.g0f589fd5.el8.noarch 1/13 2021-07-24T17:01:18.079 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2021-07-24T17:01:18.080 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2021-07-24T17:01:18.081 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2021-07-24T17:01:18.081 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2021-07-24T17:01:18.081 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2021-07-24T17:01:18.081 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2021-07-24T17:01:18.082 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2021-07-24T17:01:18.082 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2021-07-24T17:01:18.082 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2021-07-24T17:01:18.082 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2021-07-24T17:01:18.083 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rsa-3.4.2-16.el8.noarch 12/13 2021-07-24T17:01:18.439 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2021-07-24T17:01:18.439 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:18.440 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:01:18.440 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-rook-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:01:18.440 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cachetools-3.1.1-4.el8.noarch 2021-07-24T17:01:18.440 INFO:teuthology.orchestra.run.smithi006.stdout: python3-certifi-2018.10.15-7.el8.noarch 2021-07-24T17:01:18.441 INFO:teuthology.orchestra.run.smithi006.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2021-07-24T17:01:18.441 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpatch-1.21-2.el8.noarch 2021-07-24T17:01:18.441 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpointer-1.10-11.el8.noarch 2021-07-24T17:01:18.441 INFO:teuthology.orchestra.run.smithi006.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2021-07-24T17:01:18.442 INFO:teuthology.orchestra.run.smithi006.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2021-07-24T17:01:18.442 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2021-07-24T17:01:18.442 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2021-07-24T17:01:18.442 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2021-07-24T17:01:18.443 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rsa-3.4.2-16.el8.noarch 2021-07-24T17:01:18.443 INFO:teuthology.orchestra.run.smithi006.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2021-07-24T17:01:18.443 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:18.444 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:18.492 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-cephadm 2021-07-24T17:01:18.759 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:18.760 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:18.760 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T17:01:18.760 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:18.761 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:01:18.761 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-cephadm noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 68 k 2021-07-24T17:01:18.761 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T17:01:18.762 INFO:teuthology.orchestra.run.smithi049.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2021-07-24T17:01:18.762 INFO:teuthology.orchestra.run.smithi049.stdout: python3-babel noarch 2.5.1-5.el8 CentOS-AppStream 4.8 M 2021-07-24T17:01:18.763 INFO:teuthology.orchestra.run.smithi049.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2021-07-24T17:01:18.763 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jinja2 noarch 2.10.1-2.el8_0 CentOS-AppStream 538 k 2021-07-24T17:01:18.763 INFO:teuthology.orchestra.run.smithi049.stdout: python3-remoto noarch 1.1.4-4.el8 epel 48 k 2021-07-24T17:01:18.764 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:18.764 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:01:18.764 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:18.764 INFO:teuthology.orchestra.run.smithi049.stdout:Install 6 Packages 2021-07-24T17:01:18.765 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:18.766 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 5.8 M 2021-07-24T17:01:18.766 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 24 M 2021-07-24T17:01:18.766 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:01:18.808 INFO:teuthology.orchestra.run.smithi049.stdout:(1/6): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 11 MB/s | 538 kB 00:00 2021-07-24T17:01:18.859 INFO:teuthology.orchestra.run.smithi049.stdout:(2/6): python3-babel-2.5.1-5.el8.noarch.rpm 49 MB/s | 4.8 MB 00:00 2021-07-24T17:01:18.907 INFO:teuthology.orchestra.run.smithi049.stdout:(3/6): ceph-mgr-cephadm-15.2.13-213.g0f589fd5.e 468 kB/s | 68 kB 00:00 2021-07-24T17:01:18.919 INFO:teuthology.orchestra.run.smithi049.stdout:(4/6): python3-apipkg-1.5-6.el8.noarch.rpm 192 kB/s | 21 kB 00:00 2021-07-24T17:01:18.962 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:44 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:19.034 INFO:teuthology.orchestra.run.smithi049.stdout:(5/6): python3-remoto-1.1.4-4.el8.noarch.rpm 378 kB/s | 48 kB 00:00 2021-07-24T17:01:19.067 INFO:teuthology.orchestra.run.smithi049.stdout:(6/6): python3-execnet-1.7.1-1.el8.noarch.rpm 1.7 MB/s | 355 kB 00:00 2021-07-24T17:01:19.070 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:19.070 INFO:teuthology.orchestra.run.smithi049.stdout:Total 19 MB/s | 5.8 MB 00:00 2021-07-24T17:01:19.073 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:01:19.083 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:01:19.084 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:01:19.171 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:01:19.174 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:01:19.469 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:01:19.747 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 1/6 2021-07-24T17:01:19.900 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:19.901 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:19.902 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T17:01:19.902 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:19.902 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:01:19.902 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-cephadm noarch 2:15.2.13-213.g0f589fd5.el8 ceph-noarch 68 k 2021-07-24T17:01:19.903 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T17:01:19.903 INFO:teuthology.orchestra.run.smithi006.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2021-07-24T17:01:19.903 INFO:teuthology.orchestra.run.smithi006.stdout: python3-babel noarch 2.5.1-5.el8 CentOS-AppStream 4.8 M 2021-07-24T17:01:19.903 INFO:teuthology.orchestra.run.smithi006.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2021-07-24T17:01:19.904 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jinja2 noarch 2.10.1-2.el8_0 CentOS-AppStream 538 k 2021-07-24T17:01:19.904 INFO:teuthology.orchestra.run.smithi006.stdout: python3-remoto noarch 1.1.4-4.el8 epel 48 k 2021-07-24T17:01:19.904 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:19.904 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:01:19.904 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:19.905 INFO:teuthology.orchestra.run.smithi006.stdout:Install 6 Packages 2021-07-24T17:01:19.905 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:19.906 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 5.8 M 2021-07-24T17:01:19.906 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 24 M 2021-07-24T17:01:19.906 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:01:19.955 INFO:teuthology.orchestra.run.smithi006.stdout:(1/6): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 10 MB/s | 538 kB 00:00 2021-07-24T17:01:19.999 INFO:teuthology.orchestra.run.smithi006.stdout:(2/6): python3-babel-2.5.1-5.el8.noarch.rpm 50 MB/s | 4.8 MB 00:00 2021-07-24T17:01:20.019 INFO:teuthology.orchestra.run.smithi006.stdout:(3/6): python3-apipkg-1.5-6.el8.noarch.rpm 328 kB/s | 21 kB 00:00 2021-07-24T17:01:20.020 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 2/6 2021-07-24T17:01:20.050 INFO:teuthology.orchestra.run.smithi006.stdout:(4/6): ceph-mgr-cephadm-15.2.13-213.g0f589fd5.e 465 kB/s | 68 kB 00:00 2021-07-24T17:01:20.062 INFO:teuthology.orchestra.run.smithi006.stdout:(5/6): python3-remoto-1.1.4-4.el8.noarch.rpm 1.1 MB/s | 48 kB 00:00 2021-07-24T17:01:20.163 INFO:teuthology.orchestra.run.smithi006.stdout:(6/6): python3-execnet-1.7.1-1.el8.noarch.rpm 2.1 MB/s | 355 kB 00:00 2021-07-24T17:01:20.165 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:20.165 INFO:teuthology.orchestra.run.smithi006.stdout:Total 22 MB/s | 5.8 MB 00:00 2021-07-24T17:01:20.168 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:01:20.178 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:01:20.178 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:01:20.264 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:01:20.266 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:01:20.567 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:01:20.905 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 1/6 2021-07-24T17:01:21.014 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-remoto-1.1.4-4.el8.noarch 3/6 2021-07-24T17:01:21.180 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 2/6 2021-07-24T17:01:21.366 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-babel-2.5.1-5.el8.noarch 4/6 2021-07-24T17:01:21.607 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-jinja2-2.10.1-2.el8_0.noarch 5/6 2021-07-24T17:01:21.753 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-mgr-cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 6/6 2021-07-24T17:01:22.000 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-mgr-cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 6/6 2021-07-24T17:01:22.000 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-mgr-cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/6 2021-07-24T17:01:22.000 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-babel-2.5.1-5.el8.noarch 2/6 2021-07-24T17:01:22.001 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 3/6 2021-07-24T17:01:22.001 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 4/6 2021-07-24T17:01:22.001 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 5/6 2021-07-24T17:01:22.219 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-remoto-1.1.4-4.el8.noarch 3/6 2021-07-24T17:01:22.306 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-remoto-1.1.4-4.el8.noarch 6/6 2021-07-24T17:01:22.306 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:22.307 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:01:22.307 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:01:22.307 INFO:teuthology.orchestra.run.smithi049.stdout: python3-apipkg-1.5-6.el8.noarch 2021-07-24T17:01:22.308 INFO:teuthology.orchestra.run.smithi049.stdout: python3-babel-2.5.1-5.el8.noarch 2021-07-24T17:01:22.308 INFO:teuthology.orchestra.run.smithi049.stdout: python3-execnet-1.7.1-1.el8.noarch 2021-07-24T17:01:22.308 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jinja2-2.10.1-2.el8_0.noarch 2021-07-24T17:01:22.308 INFO:teuthology.orchestra.run.smithi049.stdout: python3-remoto-1.1.4-4.el8.noarch 2021-07-24T17:01:22.308 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:22.309 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:22.358 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-fuse 2021-07-24T17:01:22.620 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-babel-2.5.1-5.el8.noarch 4/6 2021-07-24T17:01:22.828 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:48 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:22.847 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jinja2-2.10.1-2.el8_0.noarch 5/6 2021-07-24T17:01:23.002 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 6/6 2021-07-24T17:01:23.281 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 6/6 2021-07-24T17:01:23.282 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 1/6 2021-07-24T17:01:23.282 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-babel-2.5.1-5.el8.noarch 2/6 2021-07-24T17:01:23.282 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 3/6 2021-07-24T17:01:23.282 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 4/6 2021-07-24T17:01:23.283 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 5/6 2021-07-24T17:01:23.577 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-remoto-1.1.4-4.el8.noarch 6/6 2021-07-24T17:01:23.577 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:23.578 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:01:23.578 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-cephadm-2:15.2.13-213.g0f589fd5.el8.noarch 2021-07-24T17:01:23.578 INFO:teuthology.orchestra.run.smithi006.stdout: python3-apipkg-1.5-6.el8.noarch 2021-07-24T17:01:23.578 INFO:teuthology.orchestra.run.smithi006.stdout: python3-babel-2.5.1-5.el8.noarch 2021-07-24T17:01:23.579 INFO:teuthology.orchestra.run.smithi006.stdout: python3-execnet-1.7.1-1.el8.noarch 2021-07-24T17:01:23.579 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jinja2-2.10.1-2.el8_0.noarch 2021-07-24T17:01:23.580 INFO:teuthology.orchestra.run.smithi006.stdout: python3-remoto-1.1.4-4.el8.noarch 2021-07-24T17:01:23.580 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:23.580 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:23.637 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-fuse 2021-07-24T17:01:23.771 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:23.772 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:23.772 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2021-07-24T17:01:23.772 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:23.772 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:01:23.773 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-fuse x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 574 k 2021-07-24T17:01:23.773 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2021-07-24T17:01:23.773 INFO:teuthology.orchestra.run.smithi049.stdout: fuse x86_64 2.9.7-12.el8 CentOS-Base 82 k 2021-07-24T17:01:23.773 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:23.774 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:01:23.774 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:23.774 INFO:teuthology.orchestra.run.smithi049.stdout:Install 2 Packages 2021-07-24T17:01:23.774 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:23.775 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 656 k 2021-07-24T17:01:23.775 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 1.8 M 2021-07-24T17:01:23.775 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:01:23.809 INFO:teuthology.orchestra.run.smithi049.stdout:(1/2): fuse-2.9.7-12.el8.x86_64.rpm 2.4 MB/s | 82 kB 00:00 2021-07-24T17:01:23.991 INFO:teuthology.orchestra.run.smithi049.stdout:(2/2): ceph-fuse-15.2.13-213.g0f589fd5.el8.x86_ 2.6 MB/s | 574 kB 00:00 2021-07-24T17:01:23.993 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:23.993 INFO:teuthology.orchestra.run.smithi049.stdout:Total 2.9 MB/s | 656 kB 00:00 2021-07-24T17:01:23.995 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:01:24.019 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:01:24.019 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:01:24.100 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:01:24.104 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:01:24.105 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:50 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:24.267 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:01:24.528 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : fuse-2.9.7-12.el8.x86_64 1/2 2021-07-24T17:01:24.711 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 2/2 2021-07-24T17:01:25.072 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:25.076 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:25.076 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2021-07-24T17:01:25.076 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:25.077 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:01:25.077 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-fuse x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 574 k 2021-07-24T17:01:25.077 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2021-07-24T17:01:25.078 INFO:teuthology.orchestra.run.smithi006.stdout: fuse x86_64 2.9.7-12.el8 CentOS-Base 82 k 2021-07-24T17:01:25.078 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:25.078 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:01:25.078 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:25.079 INFO:teuthology.orchestra.run.smithi006.stdout:Install 2 Packages 2021-07-24T17:01:25.079 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:25.079 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 656 k 2021-07-24T17:01:25.079 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 1.8 M 2021-07-24T17:01:25.079 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:01:25.080 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 2/2 2021-07-24T17:01:25.080 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 1/2 2021-07-24T17:01:25.111 INFO:teuthology.orchestra.run.smithi006.stdout:(1/2): fuse-2.9.7-12.el8.x86_64.rpm 2.5 MB/s | 82 kB 00:00 2021-07-24T17:01:25.291 INFO:teuthology.orchestra.run.smithi006.stdout:(2/2): ceph-fuse-15.2.13-213.g0f589fd5.el8.x86_ 2.6 MB/s | 574 kB 00:00 2021-07-24T17:01:25.293 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:25.293 INFO:teuthology.orchestra.run.smithi006.stdout:Total 2.9 MB/s | 656 kB 00:00 2021-07-24T17:01:25.294 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:01:25.317 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:01:25.317 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:01:25.365 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse-2.9.7-12.el8.x86_64 2/2 2021-07-24T17:01:25.409 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:25.409 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:01:25.409 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 fuse-2.9.7-12.el8.x86_64 2021-07-24T17:01:25.409 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:25.410 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:25.411 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:01:25.411 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:01:25.492 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install librados-devel 2021-07-24T17:01:25.567 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:01:25.843 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : fuse-2.9.7-12.el8.x86_64 1/2 2021-07-24T17:01:25.967 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:51 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:26.089 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 2/2 2021-07-24T17:01:26.459 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 2/2 2021-07-24T17:01:26.459 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 1/2 2021-07-24T17:01:26.753 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse-2.9.7-12.el8.x86_64 2/2 2021-07-24T17:01:26.753 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:26.753 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:01:26.753 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 fuse-2.9.7-12.el8.x86_64 2021-07-24T17:01:26.754 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:26.754 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:26.892 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install librados-devel 2021-07-24T17:01:26.934 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:26.935 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:26.935 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repo Size 2021-07-24T17:01:26.935 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:26.935 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:01:26.936 INFO:teuthology.orchestra.run.smithi049.stdout: librados-devel x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 141 k 2021-07-24T17:01:26.936 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:26.936 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:01:26.936 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:26.937 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2021-07-24T17:01:26.937 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:26.937 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 141 k 2021-07-24T17:01:26.937 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 479 k 2021-07-24T17:01:26.937 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:01:27.106 INFO:teuthology.orchestra.run.smithi049.stdout:librados-devel-15.2.13-213.g0f589fd5.el8.x86_64 819 kB/s | 141 kB 00:00 2021-07-24T17:01:27.107 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:27.107 INFO:teuthology.orchestra.run.smithi049.stdout:Total 813 kB/s | 141 kB 00:00 2021-07-24T17:01:27.108 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:01:27.114 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:01:27.115 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:01:27.169 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:01:27.171 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:01:27.287 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:01:27.367 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:53 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:27.468 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librados-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:27.719 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librados-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:28.008 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librados-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:28.009 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:28.009 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:01:28.009 INFO:teuthology.orchestra.run.smithi049.stdout: librados-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:28.009 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:28.011 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:28.122 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install libcephfs2 2021-07-24T17:01:28.297 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:28.297 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:28.298 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2021-07-24T17:01:28.298 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:28.298 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:01:28.299 INFO:teuthology.orchestra.run.smithi006.stdout: librados-devel x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 141 k 2021-07-24T17:01:28.302 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:28.303 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:01:28.303 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:28.303 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2021-07-24T17:01:28.303 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:28.304 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 141 k 2021-07-24T17:01:28.305 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 479 k 2021-07-24T17:01:28.305 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:01:28.470 INFO:teuthology.orchestra.run.smithi006.stdout:librados-devel-15.2.13-213.g0f589fd5.el8.x86_64 820 kB/s | 141 kB 00:00 2021-07-24T17:01:28.471 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:28.471 INFO:teuthology.orchestra.run.smithi006.stdout:Total 813 kB/s | 141 kB 00:00 2021-07-24T17:01:28.472 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:01:28.478 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:01:28.478 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:01:28.531 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:01:28.534 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:01:28.593 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:54 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:28.644 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:01:28.819 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librados-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:29.112 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:29.420 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:29.421 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:29.421 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:01:29.421 INFO:teuthology.orchestra.run.smithi006.stdout: librados-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:29.421 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:29.422 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:29.457 INFO:teuthology.orchestra.run.smithi049.stdout:Package libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:29.702 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:29.703 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T17:01:29.704 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:29.774 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install libcephfs-devel 2021-07-24T17:01:29.854 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install libcephfs2 2021-07-24T17:01:30.249 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:56 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:30.330 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:56 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:31.027 INFO:teuthology.orchestra.run.smithi006.stdout:Package libcephfs2-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:31.189 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:31.190 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:31.190 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repo Size 2021-07-24T17:01:31.190 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:31.191 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:01:31.191 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs-devel x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 22 k 2021-07-24T17:01:31.191 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:31.191 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:01:31.192 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:31.192 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2021-07-24T17:01:31.192 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:31.192 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 22 k 2021-07-24T17:01:31.193 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 78 k 2021-07-24T17:01:31.193 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:01:31.270 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:31.270 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T17:01:31.271 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:31.320 INFO:teuthology.orchestra.run.smithi049.stdout:libcephfs-devel-15.2.13-213.g0f589fd5.el8.x86_6 175 kB/s | 22 kB 00:00 2021-07-24T17:01:31.320 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:31.320 INFO:teuthology.orchestra.run.smithi049.stdout:Total 173 kB/s | 22 kB 00:00 2021-07-24T17:01:31.321 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:01:31.322 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install libcephfs-devel 2021-07-24T17:01:31.325 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:01:31.325 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:01:31.325 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:01:31.326 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:01:31.373 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:01:31.534 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libcephfs-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:31.760 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libcephfs-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:31.796 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:57 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:32.019 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libcephfs-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:32.020 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:32.020 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:01:32.021 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:32.021 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:32.021 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:32.074 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install librados2 2021-07-24T17:01:32.541 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:58 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:32.737 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:32.737 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:32.737 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2021-07-24T17:01:32.738 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:32.738 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:01:32.738 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs-devel x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 22 k 2021-07-24T17:01:32.738 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:32.739 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:01:32.739 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:32.739 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2021-07-24T17:01:32.739 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:32.740 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 22 k 2021-07-24T17:01:32.740 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 78 k 2021-07-24T17:01:32.740 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:01:32.860 INFO:teuthology.orchestra.run.smithi006.stdout:libcephfs-devel-15.2.13-213.g0f589fd5.el8.x86_6 176 kB/s | 22 kB 00:00 2021-07-24T17:01:32.860 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:32.861 INFO:teuthology.orchestra.run.smithi006.stdout:Total 174 kB/s | 22 kB 00:00 2021-07-24T17:01:32.861 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:01:32.864 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:01:32.865 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:01:32.867 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:01:32.871 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:01:32.922 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:01:33.084 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephfs-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:33.280 INFO:teuthology.orchestra.run.smithi049.stdout:Package librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:33.304 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephfs-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:33.519 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:33.520 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T17:01:33.520 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:33.560 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install librbd1 2021-07-24T17:01:33.575 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephfs-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:33.575 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:33.576 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:01:33.576 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs-devel-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:33.576 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:33.576 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:33.632 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install librados2 2021-07-24T17:01:34.025 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:02:00 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:34.100 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:00 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:34.764 INFO:teuthology.orchestra.run.smithi049.stdout:Package librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:34.801 INFO:teuthology.orchestra.run.smithi006.stdout:Package librados2-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:35.004 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:35.005 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T17:01:35.005 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:35.040 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:35.041 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T17:01:35.041 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:35.085 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install librbd1 2021-07-24T17:01:35.276 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install python3-rados 2021-07-24T17:01:35.552 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:01 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:35.745 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:02:01 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:36.259 INFO:teuthology.orchestra.run.smithi006.stdout:Package librbd1-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:36.456 INFO:teuthology.orchestra.run.smithi049.stdout:Package python3-rados-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:36.499 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:36.500 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T17:01:36.501 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:36.541 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-rados 2021-07-24T17:01:36.698 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:36.699 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T17:01:36.699 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:36.739 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install python3-rgw 2021-07-24T17:01:37.010 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:03 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:37.208 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:02:03 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:37.718 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-rados-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:37.907 INFO:teuthology.orchestra.run.smithi049.stdout:Package python3-rgw-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:37.960 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:37.961 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T17:01:37.961 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:37.999 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-rgw 2021-07-24T17:01:38.149 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:38.150 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T17:01:38.150 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:38.212 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install python3-cephfs 2021-07-24T17:01:38.466 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:04 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:38.679 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:02:04 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:39.159 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-rgw-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:39.364 INFO:teuthology.orchestra.run.smithi049.stdout:Package python3-cephfs-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:39.406 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:39.407 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T17:01:39.407 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:39.451 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-cephfs 2021-07-24T17:01:39.609 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:39.610 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T17:01:39.610 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:39.650 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install python3-rbd 2021-07-24T17:01:39.917 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:05 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:40.117 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:02:06 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:40.609 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-cephfs-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:40.854 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:40.855 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T17:01:40.855 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:41.237 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-rbd 2021-07-24T17:01:41.245 INFO:teuthology.orchestra.run.smithi049.stdout:Package python3-rbd-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:41.490 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:41.491 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2021-07-24T17:01:41.492 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:41.700 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install rbd-fuse 2021-07-24T17:01:41.711 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:07 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:42.168 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:02:08 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:42.417 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-rbd-2:15.2.13-213.g0f589fd5.el8.x86_64 is already installed. 2021-07-24T17:01:42.660 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:42.661 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2021-07-24T17:01:42.662 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:42.719 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install rbd-fuse 2021-07-24T17:01:43.119 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:43.120 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:43.120 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2021-07-24T17:01:43.120 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:43.120 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:01:43.121 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-fuse x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 72 k 2021-07-24T17:01:43.121 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:43.121 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:01:43.121 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:43.122 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2021-07-24T17:01:43.122 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:43.122 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 72 k 2021-07-24T17:01:43.122 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 184 k 2021-07-24T17:01:43.123 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:01:43.185 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:09 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:43.270 INFO:teuthology.orchestra.run.smithi049.stdout:rbd-fuse-15.2.13-213.g0f589fd5.el8.x86_64.rpm 487 kB/s | 72 kB 00:00 2021-07-24T17:01:43.272 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:43.273 INFO:teuthology.orchestra.run.smithi049.stdout:Total 483 kB/s | 72 kB 00:00 2021-07-24T17:01:43.273 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:01:43.282 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:01:43.282 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:01:43.338 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:01:43.341 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:01:43.461 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:01:43.649 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : rbd-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:43.906 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: rbd-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:44.147 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:44.148 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:44.149 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2021-07-24T17:01:44.149 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:44.149 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:01:44.150 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-fuse x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 72 k 2021-07-24T17:01:44.151 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:44.151 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:01:44.151 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:44.152 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2021-07-24T17:01:44.152 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:44.152 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 72 k 2021-07-24T17:01:44.152 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 184 k 2021-07-24T17:01:44.153 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:01:44.208 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : rbd-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:44.208 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:44.209 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:01:44.209 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:44.209 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:44.209 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:44.295 INFO:teuthology.orchestra.run.smithi006.stdout:rbd-fuse-15.2.13-213.g0f589fd5.el8.x86_64.rpm 495 kB/s | 72 kB 00:00 2021-07-24T17:01:44.296 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:44.297 INFO:teuthology.orchestra.run.smithi006.stdout:Total 490 kB/s | 72 kB 00:00 2021-07-24T17:01:44.297 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:01:44.308 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:01:44.308 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:01:44.348 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install rbd-mirror 2021-07-24T17:01:44.360 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:01:44.363 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:01:44.476 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:01:44.714 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : rbd-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:44.818 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:02:10 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:44.962 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: rbd-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:45.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : rbd-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:45.290 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:45.290 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:01:45.290 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-fuse-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:45.290 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:45.291 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:45.465 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install rbd-mirror 2021-07-24T17:01:45.769 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:45.770 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:45.770 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repo Size 2021-07-24T17:01:45.771 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:45.771 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:01:45.771 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-mirror x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 2.7 M 2021-07-24T17:01:45.771 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:45.771 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:01:45.772 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:45.772 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2021-07-24T17:01:45.772 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:45.772 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 2.7 M 2021-07-24T17:01:45.773 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 9.8 M 2021-07-24T17:01:45.773 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:01:45.931 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:11 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:46.071 INFO:teuthology.orchestra.run.smithi049.stdout:rbd-mirror-15.2.13-213.g0f589fd5.el8.x86_64.rpm 9.0 MB/s | 2.7 MB 00:00 2021-07-24T17:01:46.072 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:46.072 INFO:teuthology.orchestra.run.smithi049.stdout:Total 9.0 MB/s | 2.7 MB 00:00 2021-07-24T17:01:46.073 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:01:46.086 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:01:46.087 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:01:46.151 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:01:46.153 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:01:46.512 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:01:46.749 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : rbd-mirror-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:46.874 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:46.875 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:46.875 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2021-07-24T17:01:46.876 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:46.876 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:01:46.876 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-mirror x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 2.7 M 2021-07-24T17:01:46.876 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:46.877 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:01:46.877 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:46.877 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2021-07-24T17:01:46.877 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:46.877 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 2.7 M 2021-07-24T17:01:46.878 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 9.8 M 2021-07-24T17:01:46.878 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:01:47.113 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: rbd-mirror-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:47.180 INFO:teuthology.orchestra.run.smithi006.stdout:rbd-mirror-15.2.13-213.g0f589fd5.el8.x86_64.rpm 8.9 MB/s | 2.7 MB 00:00 2021-07-24T17:01:47.181 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:47.182 INFO:teuthology.orchestra.run.smithi006.stdout:Total 8.9 MB/s | 2.7 MB 00:00 2021-07-24T17:01:47.182 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:01:47.196 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:01:47.196 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:01:47.261 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:01:47.264 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:01:47.688 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:01:47.759 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : rbd-mirror-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:47.759 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:47.760 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:01:47.760 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-mirror-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:47.760 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:47.760 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:47.898 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : rbd-mirror-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:47.950 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install rbd-nbd 2021-07-24T17:01:48.278 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: rbd-mirror-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:48.427 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:02:14 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:48.599 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : rbd-mirror-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:48.599 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:48.599 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:01:48.600 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-mirror-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:48.600 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:48.600 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:48.716 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install rbd-nbd 2021-07-24T17:01:49.189 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:15 ago on Sat 24 Jul 2021 04:59:34 PM UTC. 2021-07-24T17:01:49.353 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2021-07-24T17:01:49.354 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:49.354 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2021-07-24T17:01:49.354 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:49.355 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2021-07-24T17:01:49.355 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-nbd x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 141 k 2021-07-24T17:01:49.355 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:49.355 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2021-07-24T17:01:49.356 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2021-07-24T17:01:49.356 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2021-07-24T17:01:49.356 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:49.356 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 141 k 2021-07-24T17:01:49.357 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 418 k 2021-07-24T17:01:49.357 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2021-07-24T17:01:49.525 INFO:teuthology.orchestra.run.smithi049.stdout:rbd-nbd-15.2.13-213.g0f589fd5.el8.x86_64.rpm 825 kB/s | 141 kB 00:00 2021-07-24T17:01:49.526 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:49.526 INFO:teuthology.orchestra.run.smithi049.stdout:Total 819 kB/s | 141 kB 00:00 2021-07-24T17:01:49.527 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2021-07-24T17:01:49.538 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2021-07-24T17:01:49.538 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2021-07-24T17:01:49.593 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2021-07-24T17:01:49.596 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2021-07-24T17:01:49.727 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2021-07-24T17:01:49.922 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : rbd-nbd-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:50.158 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2021-07-24T17:01:50.159 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:50.159 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2021-07-24T17:01:50.159 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:50.160 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2021-07-24T17:01:50.160 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-nbd x86_64 2:15.2.13-213.g0f589fd5.el8 ceph 141 k 2021-07-24T17:01:50.160 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:50.160 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2021-07-24T17:01:50.161 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2021-07-24T17:01:50.161 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2021-07-24T17:01:50.161 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:50.161 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 141 k 2021-07-24T17:01:50.162 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 418 k 2021-07-24T17:01:50.162 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2021-07-24T17:01:50.177 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: rbd-nbd-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:50.330 INFO:teuthology.orchestra.run.smithi006.stdout:rbd-nbd-15.2.13-213.g0f589fd5.el8.x86_64.rpm 827 kB/s | 141 kB 00:00 2021-07-24T17:01:50.331 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2021-07-24T17:01:50.331 INFO:teuthology.orchestra.run.smithi006.stdout:Total 819 kB/s | 141 kB 00:00 2021-07-24T17:01:50.331 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2021-07-24T17:01:50.343 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2021-07-24T17:01:50.344 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2021-07-24T17:01:50.398 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2021-07-24T17:01:50.401 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2021-07-24T17:01:50.473 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : rbd-nbd-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:50.473 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:50.474 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2021-07-24T17:01:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: rbd-nbd-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:50.474 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:01:50.474 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2021-07-24T17:01:50.538 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2021-07-24T17:01:50.596 DEBUG:teuthology.parallel:result is None 2021-07-24T17:01:50.746 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : rbd-nbd-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:51.001 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: rbd-nbd-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:51.274 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : rbd-nbd-2:15.2.13-213.g0f589fd5.el8.x86_64 1/1 2021-07-24T17:01:51.275 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:51.275 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2021-07-24T17:01:51.276 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-nbd-2:15.2.13-213.g0f589fd5.el8.x86_64 2021-07-24T17:01:51.276 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:01:51.277 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2021-07-24T17:01:51.409 DEBUG:teuthology.parallel:result is None 2021-07-24T17:01:51.410 DEBUG:teuthology.orchestra.run.smithi006:> sudo lsb_release -is 2021-07-24T17:01:51.445 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS 2021-07-24T17:01:51.446 DEBUG:teuthology.misc:System to be installed: CentOS 2021-07-24T17:01:51.447 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2021-07-24T17:01:51.447 INFO:teuthology.packaging:ref: None 2021-07-24T17:01:51.447 INFO:teuthology.packaging:tag: None 2021-07-24T17:01:51.448 INFO:teuthology.packaging:branch: octopus 2021-07-24T17:01:51.448 INFO:teuthology.packaging:sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb 2021-07-24T17:01:51.449 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=octopus 2021-07-24T17:01:51.736 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2021-07-24T17:01:51.756 INFO:teuthology.orchestra.run.smithi006.stdout:15.2.13-213.g0f589fd5.el8 2021-07-24T17:01:51.757 INFO:teuthology.packaging:The installed version of ceph is 15.2.13-213.g0f589fd5.el8 2021-07-24T17:01:51.757 INFO:teuthology.task.install:The correct ceph version 15.2.13-213.g0f589fd5 is installed. 2021-07-24T17:01:51.758 DEBUG:teuthology.orchestra.run.smithi049:> sudo lsb_release -is 2021-07-24T17:01:51.800 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS 2021-07-24T17:01:51.801 DEBUG:teuthology.misc:System to be installed: CentOS 2021-07-24T17:01:51.802 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2021-07-24T17:01:51.802 INFO:teuthology.packaging:ref: None 2021-07-24T17:01:51.803 INFO:teuthology.packaging:tag: None 2021-07-24T17:01:51.803 INFO:teuthology.packaging:branch: octopus 2021-07-24T17:01:51.804 INFO:teuthology.packaging:sha1: f7cd730b96380f0a18fbfd486fd4354c294b17eb 2021-07-24T17:01:51.804 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=octopus 2021-07-24T17:01:52.074 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2021-07-24T17:01:52.098 INFO:teuthology.orchestra.run.smithi049.stdout:15.2.13-213.g0f589fd5.el8 2021-07-24T17:01:52.098 INFO:teuthology.packaging:The installed version of ceph is 15.2.13-213.g0f589fd5.el8 2021-07-24T17:01:52.099 INFO:teuthology.task.install:The correct ceph version 15.2.13-213.g0f589fd5 is installed. 2021-07-24T17:01:52.099 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2021-07-24T17:01:52.100 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:01:52.100 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2021-07-24T17:01:52.129 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T17:01:52.129 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2021-07-24T17:01:52.166 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2021-07-24T17:01:52.166 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:01:52.167 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/daemon-helper 2021-07-24T17:01:52.195 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/daemon-helper 2021-07-24T17:01:52.262 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T17:01:52.263 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/daemon-helper 2021-07-24T17:01:52.292 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/daemon-helper 2021-07-24T17:01:52.360 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2021-07-24T17:01:52.360 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:01:52.361 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/adjust-ulimits 2021-07-24T17:01:52.387 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2021-07-24T17:01:52.452 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T17:01:52.453 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/adjust-ulimits 2021-07-24T17:01:52.481 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2021-07-24T17:01:52.548 INFO:teuthology.run_tasks:Running task cephadm... 2021-07-24T17:01:52.624 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'avoid_pacific_features': True, 'cephadm_branch': 'octopus', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'conf': {'osd': {'osd_class_default_list': '*', 'osd_class_load_list': '*', 'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}, 'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}}, 'image': 'docker.io/ceph/daemon-base:latest-octopus', 'create_rbd_pool': True, 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'f7cd730b96380f0a18fbfd486fd4354c294b17eb'} 2021-07-24T17:01:52.624 INFO:tasks.cephadm:Cluster image is docker.io/ceph/daemon-base:latest-octopus 2021-07-24T17:01:52.625 INFO:tasks.cephadm:Cluster fsid is d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:01:52.626 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2021-07-24T17:01:52.626 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.6', 'mon.c': '[v2:172.21.15.6:3301,v1:172.21.15.6:6790]', 'mon.b': '172.21.15.49'} 2021-07-24T17:01:52.626 INFO:tasks.cephadm:First mon is mon.a on smithi006 2021-07-24T17:01:52.627 INFO:tasks.cephadm:First mgr is y 2021-07-24T17:01:52.627 INFO:tasks.cephadm:Normalizing hostnames... 2021-07-24T17:01:52.628 DEBUG:teuthology.orchestra.run.smithi006:> sudo hostname $(hostname -s) 2021-07-24T17:01:52.656 DEBUG:teuthology.orchestra.run.smithi049:> sudo hostname $(hostname -s) 2021-07-24T17:01:52.683 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2021-07-24T17:01:52.684 DEBUG:teuthology.orchestra.run.smithi006:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2021-07-24T17:01:52.787 INFO:teuthology.orchestra.run.smithi006.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223036 Jul 24 17:01 /home/ubuntu/cephtest/cephadm 2021-07-24T17:01:52.788 DEBUG:teuthology.orchestra.run.smithi049:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2021-07-24T17:01:52.885 INFO:teuthology.orchestra.run.smithi049.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223036 Jul 24 17:01 /home/ubuntu/cephtest/cephadm 2021-07-24T17:01:52.886 DEBUG:teuthology.orchestra.run.smithi006:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2021-07-24T17:01:52.904 DEBUG:teuthology.orchestra.run.smithi049:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2021-07-24T17:01:52.935 DEBUG:teuthology.orchestra.run.smithi006:> sudo mkdir -p /etc/ceph 2021-07-24T17:01:52.969 DEBUG:teuthology.orchestra.run.smithi049:> sudo mkdir -p /etc/ceph 2021-07-24T17:01:53.000 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 777 /etc/ceph 2021-07-24T17:01:53.035 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 777 /etc/ceph 2021-07-24T17:01:53.070 INFO:tasks.cephadm:Writing seed config... 2021-07-24T17:01:53.071 INFO:tasks.cephadm: override: [osd] osd_class_default_list = * 2021-07-24T17:01:53.071 INFO:tasks.cephadm: override: [osd] osd_class_load_list = * 2021-07-24T17:01:53.072 INFO:tasks.cephadm: override: [osd] debug ms = 1 2021-07-24T17:01:53.072 INFO:tasks.cephadm: override: [osd] debug osd = 20 2021-07-24T17:01:53.072 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2021-07-24T17:01:53.073 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2021-07-24T17:01:53.073 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2021-07-24T17:01:53.073 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2021-07-24T17:01:53.074 INFO:tasks.cephadm: override: [mon] debug mon = 20 2021-07-24T17:01:53.074 INFO:tasks.cephadm: override: [mon] debug ms = 1 2021-07-24T17:01:53.074 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2021-07-24T17:01:53.075 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:01:53.075 DEBUG:teuthology.orchestra.run.smithi006:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2021-07-24T17:01:53.090 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 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 # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = d7e97620-eca0-11eb-8c23-001a4aab830c mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true osd_class_default_list = * osd_class_load_list = * debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] 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 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2021-07-24T17:01:53.091 DEBUG:teuthology.orchestra.run.smithi006:mon.a> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a.service 2021-07-24T17:01:53.133 DEBUG:teuthology.orchestra.run.smithi006:mgr.y> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.y.service 2021-07-24T17:01:53.157 INFO:journalctl@ceph.mon.a.smithi006.stdout:-- Logs begin at Sat 2021-07-24 16:52:21 UTC. -- 2021-07-24T17:01:53.158 INFO:tasks.cephadm:Bootstrapping... 2021-07-24T17:01:53.159 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus -v bootstrap --fsid d7e97620-eca0-11eb-8c23-001a4aab830c --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.6 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2021-07-24T17:01:53.182 INFO:journalctl@ceph.mgr.y.smithi006.stdout:-- Logs begin at Sat 2021-07-24 16:52:21 UTC. -- 2021-07-24T17:01:53.318 INFO:teuthology.orchestra.run.smithi006.stderr:container_init=False 2021-07-24T17:01:53.318 INFO:teuthology.orchestra.run.smithi006.stderr:Verifying podman|docker is present... 2021-07-24T17:01:53.319 INFO:teuthology.orchestra.run.smithi006.stderr:Verifying lvm2 is present... 2021-07-24T17:01:53.319 INFO:teuthology.orchestra.run.smithi006.stderr:Verifying time synchronization is in place... 2021-07-24T17:01:53.319 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-enabled chrony.service 2021-07-24T17:01:53.325 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2021-07-24T17:01:53.325 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-active chrony.service 2021-07-24T17:01:53.330 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout inactive 2021-07-24T17:01:53.331 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-enabled chronyd.service 2021-07-24T17:01:53.336 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout enabled 2021-07-24T17:01:53.336 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-active chronyd.service 2021-07-24T17:01:53.341 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout active 2021-07-24T17:01:53.342 INFO:teuthology.orchestra.run.smithi006.stderr:Unit chronyd.service is enabled and running 2021-07-24T17:01:53.342 INFO:teuthology.orchestra.run.smithi006.stderr:Repeating the final host check... 2021-07-24T17:01:53.342 INFO:teuthology.orchestra.run.smithi006.stderr:podman|docker (/bin/podman) is present 2021-07-24T17:01:53.342 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl is present 2021-07-24T17:01:53.343 INFO:teuthology.orchestra.run.smithi006.stderr:lvcreate is present 2021-07-24T17:01:53.343 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-enabled chrony.service 2021-07-24T17:01:53.346 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2021-07-24T17:01:53.347 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-active chrony.service 2021-07-24T17:01:53.351 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout inactive 2021-07-24T17:01:53.351 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-enabled chronyd.service 2021-07-24T17:01:53.357 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout enabled 2021-07-24T17:01:53.357 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-active chronyd.service 2021-07-24T17:01:53.362 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout active 2021-07-24T17:01:53.362 INFO:teuthology.orchestra.run.smithi006.stderr:Unit chronyd.service is enabled and running 2021-07-24T17:01:53.362 INFO:teuthology.orchestra.run.smithi006.stderr:Host looks OK 2021-07-24T17:01:53.363 INFO:teuthology.orchestra.run.smithi006.stderr:Cluster fsid: d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:01:53.363 INFO:teuthology.orchestra.run.smithi006.stderr:Acquiring lock 139664612328896 on /run/cephadm/d7e97620-eca0-11eb-8c23-001a4aab830c.lock 2021-07-24T17:01:53.363 INFO:teuthology.orchestra.run.smithi006.stderr:Lock 139664612328896 acquired on /run/cephadm/d7e97620-eca0-11eb-8c23-001a4aab830c.lock 2021-07-24T17:01:53.364 INFO:teuthology.orchestra.run.smithi006.stderr:Verifying IP 172.21.15.6 port 3300 ... 2021-07-24T17:01:53.364 INFO:teuthology.orchestra.run.smithi006.stderr:Verifying IP 172.21.15.6 port 6789 ... 2021-07-24T17:01:53.365 INFO:teuthology.orchestra.run.smithi006.stderr:Base mon IP is 172.21.15.6, final addrv is [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2021-07-24T17:01:53.365 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /sbin/ip route ls 2021-07-24T17:01:53.366 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2021-07-24T17:01:53.366 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.6 metric 100 2021-07-24T17:01:53.366 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /sbin/ip -6 route ls 2021-07-24T17:01:53.367 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2021-07-24T17:01:53.367 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2021-07-24T17:01:53.367 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1785sec hoplimit 64 pref medium 2021-07-24T17:01:53.368 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /sbin/ip -6 addr ls 2021-07-24T17:01:53.369 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2021-07-24T17:01:53.369 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2021-07-24T17:01:53.369 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2021-07-24T17:01:53.369 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2021-07-24T17:01:53.370 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15e4/64 scope link 2021-07-24T17:01:53.370 INFO:teuthology.orchestra.run.smithi006.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2021-07-24T17:01:53.371 INFO:teuthology.orchestra.run.smithi006.stderr:Mon IP 172.21.15.6 is in CIDR network 172.21.0.0/20 2021-07-24T17:01:53.371 INFO:teuthology.orchestra.run.smithi006.stderr:Pulling container image docker.io/ceph/daemon-base:latest-octopus... 2021-07-24T17:01:53.371 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman pull docker.io/ceph/daemon-base:latest-octopus 2021-07-24T17:01:54.197 INFO:teuthology.orchestra.run.smithi006.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/daemon-base:latest-octopus... 2021-07-24T17:01:54.612 INFO:teuthology.orchestra.run.smithi006.stderr:/bin/podman: stderr Getting image source signatures 2021-07-24T17:01:54.712 INFO:teuthology.orchestra.run.smithi006.stderr:/bin/podman: stderr Copying blob sha256:fb3dd9646de3d6ad27f993105567176d065747ca1bef2a0939edfd536ac91126 2021-07-24T17:01:54.771 INFO:teuthology.orchestra.run.smithi006.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2021-07-24T17:02:02.537 INFO:teuthology.orchestra.run.smithi006.stderr:/bin/podman: stderr Copying config sha256:5eab30a793969475876f31b688dd5a9d0296db2bbf4b7c17066060c18e3df09c 2021-07-24T17:02:02.603 INFO:teuthology.orchestra.run.smithi006.stderr:/bin/podman: stderr Writing manifest to image destination 2021-07-24T17:02:02.604 INFO:teuthology.orchestra.run.smithi006.stderr:/bin/podman: stderr Storing signatures 2021-07-24T17:02:12.923 INFO:teuthology.orchestra.run.smithi006.stderr:/bin/podman: stdout 5eab30a793969475876f31b688dd5a9d0296db2bbf4b7c17066060c18e3df09c 2021-07-24T17:02:12.995 INFO:teuthology.orchestra.run.smithi006.stderr:Extracting ceph user uid/gid from container image... 2021-07-24T17:02:12.996 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 docker.io/ceph/daemon-base:latest-octopus -c %u %g /var/lib/ceph 2021-07-24T17:02:13.606 INFO:teuthology.orchestra.run.smithi006.stderr:stat: stdout 167 167 2021-07-24T17:02:24.554 INFO:teuthology.orchestra.run.smithi006.stderr:Creating initial keys... 2021-07-24T17:02:24.554 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 docker.io/ceph/daemon-base:latest-octopus --gen-print-key 2021-07-24T17:02:25.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-authtool: stdout AQChR/xg65e3BBAA0h9DUpD34o5cKAaP6ztATQ== 2021-07-24T17:02:25.709 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 docker.io/ceph/daemon-base:latest-octopus --gen-print-key 2021-07-24T17:02:26.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-authtool: stdout AQCiR/xgKz5ODBAAhEG3mh7+ziGuPzkBSVhZpQ== 2021-07-24T17:02:26.752 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 docker.io/ceph/daemon-base:latest-octopus --gen-print-key 2021-07-24T17:02:27.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-authtool: stdout AQCjR/xg1VBEDxAAJiq6RETfGM/RcCuZDF7RfQ== 2021-07-24T17:02:27.803 INFO:teuthology.orchestra.run.smithi006.stderr:Creating initial monmap... 2021-07-24T17:02:27.803 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/monmaptool -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /tmp/ceph-tmp3kthvkyw:/tmp/monmap:z docker.io/ceph/daemon-base:latest-octopus --create --clobber --fsid d7e97620-eca0-11eb-8c23-001a4aab830c --addv a [v2:172.21.15.6:3300,v1:172.21.15.6:6789] /tmp/monmap 2021-07-24T17:02:28.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2021-07-24T17:02:28.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:02:28.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2021-07-24T17:02:28.743 INFO:teuthology.orchestra.run.smithi006.stderr:Creating mon... 2021-07-24T17:02:28.744 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-mon -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpps9aekpk:/tmp/keyring:z -v /tmp/ceph-tmp3kthvkyw:/tmp/monmap:z docker.io/ceph/daemon-base:latest-octopus --mkfs -i a --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2021-07-24T17:02:29.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.244+0000 7fd8f339b6c0 0 set uid:gid to 167:167 (ceph:ceph) 2021-07-24T17:02:29.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 1 imported monmap: 2021-07-24T17:02:29.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr epoch 0 2021-07-24T17:02:29.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr fsid d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:02:29.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr last_changed 2021-07-24T17:02:28.272088+0000 2021-07-24T17:02:29.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr created 2021-07-24T17:02:28.272088+0000 2021-07-24T17:02:29.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2021-07-24T17:02:29.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2021-07-24T17:02:29.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 0 /usr/bin/ceph-mon: set fsid to d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:02:29.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 0 set rocksdb option compression = kNoCompression 2021-07-24T17:02:29.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2021-07-24T17:02:29.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 0 set rocksdb option write_buffer_size = 33554432 2021-07-24T17:02:29.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 0 set rocksdb option compression = kNoCompression 2021-07-24T17:02:29.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2021-07-24T17:02:29.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 0 set rocksdb option write_buffer_size = 33554432 2021-07-24T17:02:29.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: RocksDB version: 6.1.2 2021-07-24T17:02:29.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2021-07-24T17:02:29.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Compile date May 26 2021 2021-07-24T17:02:29.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: DB SUMMARY 2021-07-24T17:02:29.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2021-07-24T17:02:29.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2021-07-24T17:02:29.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.error_if_exists: 0 2021-07-24T17:02:29.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.create_if_missing: 1 2021-07-24T17:02:29.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.paranoid_checks: 1 2021-07-24T17:02:29.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.env: 0x55c0564651c0 2021-07-24T17:02:29.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.info_log: 0x55c057f85420 2021-07-24T17:02:29.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.max_file_opening_threads: 16 2021-07-24T17:02:29.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.statistics: (nil) 2021-07-24T17:02:29.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.use_fsync: 0 2021-07-24T17:02:29.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.max_log_file_size: 0 2021-07-24T17:02:29.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2021-07-24T17:02:29.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2021-07-24T17:02:29.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.keep_log_file_num: 1000 2021-07-24T17:02:29.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.recycle_log_file_num: 0 2021-07-24T17:02:29.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.allow_fallocate: 1 2021-07-24T17:02:29.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.allow_mmap_reads: 0 2021-07-24T17:02:29.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.allow_mmap_writes: 0 2021-07-24T17:02:29.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.use_direct_reads: 0 2021-07-24T17:02:29.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2021-07-24T17:02:29.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.create_missing_column_families: 0 2021-07-24T17:02:29.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.db_log_dir: 2021-07-24T17:02:29.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2021-07-24T17:02:29.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2021-07-24T17:02:29.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.max_subcompactions: 1 2021-07-24T17:02:29.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.max_background_flushes: -1 2021-07-24T17:02:29.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2021-07-24T17:02:29.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2021-07-24T17:02:29.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2021-07-24T17:02:29.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2021-07-24T17:02:29.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.advise_random_on_open: 1 2021-07-24T17:02:29.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.db_write_buffer_size: 0 2021-07-24T17:02:29.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.write_buffer_manager: 0x55c057fbe630 2021-07-24T17:02:29.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2021-07-24T17:02:29.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2021-07-24T17:02:29.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2021-07-24T17:02:29.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2021-07-24T17:02:29.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.rate_limiter: (nil) 2021-07-24T17:02:29.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2021-07-24T17:02:29.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.wal_recovery_mode: 2 2021-07-24T17:02:29.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.enable_thread_tracking: 0 2021-07-24T17:02:29.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.enable_pipelined_write: 0 2021-07-24T17:02:29.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2021-07-24T17:02:29.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2021-07-24T17:02:29.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2021-07-24T17:02:29.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2021-07-24T17:02:29.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.row_cache: None 2021-07-24T17:02:29.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.wal_filter: None 2021-07-24T17:02:29.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2021-07-24T17:02:29.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.allow_ingest_behind: 0 2021-07-24T17:02:29.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.preserve_deletes: 0 2021-07-24T17:02:29.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.two_write_queues: 0 2021-07-24T17:02:29.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.manual_wal_flush: 0 2021-07-24T17:02:29.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.atomic_flush: 0 2021-07-24T17:02:29.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2021-07-24T17:02:29.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.max_background_jobs: 2 2021-07-24T17:02:29.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.max_background_compactions: -1 2021-07-24T17:02:29.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2021-07-24T17:02:29.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2021-07-24T17:02:29.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2021-07-24T17:02:29.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.max_total_wal_size: 0 2021-07-24T17:02:29.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2021-07-24T17:02:29.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2021-07-24T17:02:29.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2021-07-24T17:02:29.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2021-07-24T17:02:29.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.max_open_files: -1 2021-07-24T17:02:29.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.bytes_per_sync: 0 2021-07-24T17:02:29.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2021-07-24T17:02:29.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_readahead_size: 0 2021-07-24T17:02:29.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Compression algorithms supported: 2021-07-24T17:02:29.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2021-07-24T17:02:29.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: kZSTD supported: 0 2021-07-24T17:02:29.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: kXpressCompression supported: 0 2021-07-24T17:02:29.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: kLZ4HCCompression supported: 1 2021-07-24T17:02:29.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: kLZ4Compression supported: 1 2021-07-24T17:02:29.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: kBZip2Compression supported: 0 2021-07-24T17:02:29.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: kZlibCompression supported: 1 2021-07-24T17:02:29.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: kSnappyCompression supported: 1 2021-07-24T17:02:29.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2021-07-24T17:02:29.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.245+0000 7fd8f339b6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2021-07-24T17:02:29.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2021-07-24T17:02:29.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2021-07-24T17:02:29.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2021-07-24T17:02:29.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.merge_operator: 2021-07-24T17:02:29.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_filter: None 2021-07-24T17:02:29.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_filter_factory: None 2021-07-24T17:02:29.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2021-07-24T17:02:29.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2021-07-24T17:02:29.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c057f172b0) 2021-07-24T17:02:29.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2021-07-24T17:02:29.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2021-07-24T17:02:29.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2021-07-24T17:02:29.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2021-07-24T17:02:29.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2021-07-24T17:02:29.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2021-07-24T17:02:29.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2021-07-24T17:02:29.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2021-07-24T17:02:29.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2021-07-24T17:02:29.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2021-07-24T17:02:29.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x55c057f50510 2021-07-24T17:02:29.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2021-07-24T17:02:29.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2021-07-24T17:02:29.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2021-07-24T17:02:29.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2021-07-24T17:02:29.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2021-07-24T17:02:29.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2021-07-24T17:02:29.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2021-07-24T17:02:29.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2021-07-24T17:02:29.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2021-07-24T17:02:29.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2021-07-24T17:02:29.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2021-07-24T17:02:29.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2021-07-24T17:02:29.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2021-07-24T17:02:29.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2021-07-24T17:02:29.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2021-07-24T17:02:29.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2021-07-24T17:02:29.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2021-07-24T17:02:29.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2021-07-24T17:02:29.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2021-07-24T17:02:29.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2021-07-24T17:02:29.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2021-07-24T17:02:29.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2021-07-24T17:02:29.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.write_buffer_size: 33554432 2021-07-24T17:02:29.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_write_buffer_number: 2 2021-07-24T17:02:29.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compression: NoCompression 2021-07-24T17:02:29.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.bottommost_compression: Disabled 2021-07-24T17:02:29.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.prefix_extractor: nullptr 2021-07-24T17:02:29.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2021-07-24T17:02:29.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.num_levels: 7 2021-07-24T17:02:29.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2021-07-24T17:02:29.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2021-07-24T17:02:29.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2021-07-24T17:02:29.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2021-07-24T17:02:29.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2021-07-24T17:02:29.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2021-07-24T17:02:29.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2021-07-24T17:02:29.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2021-07-24T17:02:29.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2021-07-24T17:02:29.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compression_opts.level: 32767 2021-07-24T17:02:29.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compression_opts.strategy: 0 2021-07-24T17:02:29.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2021-07-24T17:02:29.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2021-07-24T17:02:29.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compression_opts.enabled: false 2021-07-24T17:02:29.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2021-07-24T17:02:29.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2021-07-24T17:02:29.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2021-07-24T17:02:29.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.target_file_size_base: 67108864 2021-07-24T17:02:29.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2021-07-24T17:02:29.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2021-07-24T17:02:29.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2021-07-24T17:02:29.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2021-07-24T17:02:29.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2021-07-24T17:02:29.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2021-07-24T17:02:29.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2021-07-24T17:02:29.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2021-07-24T17:02:29.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2021-07-24T17:02:29.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2021-07-24T17:02:29.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2021-07-24T17:02:29.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2021-07-24T17:02:29.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2021-07-24T17:02:29.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.arena_block_size: 4194304 2021-07-24T17:02:29.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2021-07-24T17:02:29.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2021-07-24T17:02:29.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2021-07-24T17:02:29.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.disable_auto_compactions: 0 2021-07-24T17:02:29.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2021-07-24T17:02:29.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2021-07-24T17:02:29.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2021-07-24T17:02:29.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2021-07-24T17:02:29.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2021-07-24T17:02:29.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2021-07-24T17:02:29.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2021-07-24T17:02:29.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2021-07-24T17:02:29.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2021-07-24T17:02:29.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2021-07-24T17:02:29.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.table_properties_collectors: 2021-07-24T17:02:29.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.inplace_update_support: 0 2021-07-24T17:02:29.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2021-07-24T17:02:29.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2021-07-24T17:02:29.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2021-07-24T17:02:29.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2021-07-24T17:02:29.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.bloom_locality: 0 2021-07-24T17:02:29.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.max_successive_merges: 0 2021-07-24T17:02:29.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2021-07-24T17:02:29.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.paranoid_file_checks: 0 2021-07-24T17:02:29.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.force_consistency_checks: 0 2021-07-24T17:02:29.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.report_bg_io_stats: 0 2021-07-24T17:02:29.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: Options.ttl: 0 2021-07-24T17:02:29.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2021-07-24T17:02:29.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.246+0000 7fd8f339b6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2021-07-24T17:02:29.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.247+0000 7fd8f339b6c0 4 rocksdb: DB pointer 0x55c058b7d200 2021-07-24T17:02:29.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.247+0000 7fd8dc274700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2021-07-24T17:02:29.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.247+0000 7fd8dc274700 4 rocksdb: [db/db_impl.cc:778] 2021-07-24T17:02:29.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2021-07-24T17:02:29.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2021-07-24T17:02:29.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2021-07-24T17:02:29.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2021-07-24T17:02:29.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2021-07-24T17:02:29.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2021-07-24T17:02:29.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2021-07-24T17:02:29.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2021-07-24T17:02:29.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2021-07-24T17:02:29.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2021-07-24T17:02:29.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-24T17:02:29.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2021-07-24T17:02:29.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2021-07-24T17:02:29.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2021-07-24T17:02:29.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2021-07-24T17:02:29.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-24T17:02:29.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2021-07-24T17:02:29.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2021-07-24T17:02:29.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2021-07-24T17:02:29.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2021-07-24T17:02:29.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2021-07-24T17:02:29.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2021-07-24T17:02:29.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2021-07-24T17:02:29.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2021-07-24T17:02:29.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2021-07-24T17:02:29.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2021-07-24T17:02:29.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2021-07-24T17:02:29.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2021-07-24T17:02:29.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-24T17:02:29.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2021-07-24T17:02:29.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2021-07-24T17:02:29.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2021-07-24T17:02:29.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2021-07-24T17:02:29.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-24T17:02:29.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2021-07-24T17:02:29.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2021-07-24T17:02:29.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2021-07-24T17:02:29.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2021-07-24T17:02:29.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2021-07-24T17:02:29.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2021-07-24T17:02:29.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2021-07-24T17:02:29.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2021-07-24T17:02:29.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2021-07-24T17:02:29.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2021-07-24T17:02:29.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr 2021-07-24T17:02:29.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.249+0000 7fd8f339b6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2021-07-24T17:02:29.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.249+0000 7fd8f339b6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2021-07-24T17:02:29.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph-mon: stderr debug 2021-07-24T17:02:29.249+0000 7fd8f339b6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2021-07-24T17:02:29.790 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:02:29.795 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl disable ceph.target 2021-07-24T17:02:29.802 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2021-07-24T17:02:29.889 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl enable ceph.target 2021-07-24T17:02:29.896 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2021-07-24T17:02:29.983 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl start ceph.target 2021-07-24T17:02:29.990 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl enable ceph-d7e97620-eca0-11eb-8c23-001a4aab830c.target 2021-07-24T17:02:29.996 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c.target → /etc/systemd/system/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c.target. 2021-07-24T17:02:29.996 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c.target → /etc/systemd/system/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c.target. 2021-07-24T17:02:30.080 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl start ceph-d7e97620-eca0-11eb-8c23-001a4aab830c.target 2021-07-24T17:02:30.086 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl daemon-reload 2021-07-24T17:02:30.174 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl stop ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a 2021-07-24T17:02:30.198 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl reset-failed ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a 2021-07-24T17:02:30.203 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Failed to reset failed state of unit ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a.service: Unit ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a.service not loaded. 2021-07-24T17:02:30.204 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl enable ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a 2021-07-24T17:02:30.209 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c.target.wants/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a.service → /etc/systemd/system/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@.service. 2021-07-24T17:02:30.295 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl start ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a 2021-07-24T17:02:30.591 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:30 smithi006 systemd[1]: Starting Ceph mon.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:02:30.591 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:30 smithi006 podman[30883]: 2021-07-24 17:02:30.43929614 +0000 UTC m=+0.029514471 image pull docker.io/ceph/daemon-base:latest-octopus 2021-07-24T17:02:30.591 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:30 smithi006 podman[30883]: 2021-07-24 17:02:30.590106479 +0000 UTC m=+0.180324819 container create a1e119de0c6afd04aa9e092140d0415ae07c773167b090c5e511f8b088717e92 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a, CEPH_POINT_RELEASE=, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, RELEASE=master-dc1ab19, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20201204) 2021-07-24T17:02:30.835 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-enabled firewalld.service 2021-07-24T17:02:30.843 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout disabled 2021-07-24T17:02:30.843 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-active firewalld.service 2021-07-24T17:02:30.850 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout inactive 2021-07-24T17:02:30.851 INFO:teuthology.orchestra.run.smithi006.stderr:firewalld.service is not enabled 2021-07-24T17:02:30.851 INFO:teuthology.orchestra.run.smithi006.stderr:Not possible to enable service . firewalld.service is not available 2021-07-24T17:02:30.851 INFO:teuthology.orchestra.run.smithi006.stderr:Not possible to open ports <[]>. firewalld.service is not available 2021-07-24T17:02:30.851 INFO:teuthology.orchestra.run.smithi006.stderr:Waiting for mon to start... 2021-07-24T17:02:30.852 INFO:teuthology.orchestra.run.smithi006.stderr:Waiting for mon... 2021-07-24T17:02:30.852 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus status 2021-07-24T17:02:30.987 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:30 smithi006 podman[30883]: 2021-07-24 17:02:30.731724538 +0000 UTC m=+0.321942879 container init a1e119de0c6afd04aa9e092140d0415ae07c773167b090c5e511f8b088717e92 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a, org.label-schema.build-date=20201204, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Base Image, RELEASE=master-dc1ab19, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_CLEAN=True, GIT_BRANCH=HEAD) 2021-07-24T17:02:30.987 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:30 smithi006 podman[30883]: 2021-07-24 17:02:30.765029969 +0000 UTC m=+0.355248304 container start a1e119de0c6afd04aa9e092140d0415ae07c773167b090c5e511f8b088717e92 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=master-dc1ab19, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2) 2021-07-24T17:02:30.987 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:30 smithi006 bash[30809]: a1e119de0c6afd04aa9e092140d0415ae07c773167b090c5e511f8b088717e92 2021-07-24T17:02:30.988 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:30 smithi006 systemd[1]: Started Ceph mon.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:02:31.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout cluster: 2021-07-24T17:02:31.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout id: d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:02:31.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2021-07-24T17:02:31.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 2021-07-24T17:02:31.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout services: 2021-07-24T17:02:31.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.689963s) 2021-07-24T17:02:31.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2021-07-24T17:02:31.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2021-07-24T17:02:31.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 2021-07-24T17:02:31.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout data: 2021-07-24T17:02:31.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2021-07-24T17:02:31.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2021-07-24T17:02:31.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2021-07-24T17:02:31.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout pgs: 2021-07-24T17:02:31.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 2021-07-24T17:02:32.190 INFO:teuthology.orchestra.run.smithi006.stderr:mon is available 2021-07-24T17:02:32.190 INFO:teuthology.orchestra.run.smithi006.stderr:Assimilating anything we can from ceph.conf... 2021-07-24T17:02:32.191 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a:/var/lib/ceph/mon/ceph-a:z docker.io/ceph/daemon-base:latest-octopus config assimilate-conf -i /var/lib/ceph/mon/ceph-a/config 2021-07-24T17:02:32.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 2021-07-24T17:02:32.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout [global] 2021-07-24T17:02:32.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout fsid = d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:02:32.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout log_to_journald = false 2021-07-24T17:02:32.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout mon_election_default_strategy = 1 2021-07-24T17:02:32.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2021-07-24T17:02:32.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2021-07-24T17:02:32.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2021-07-24T17:02:32.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2021-07-24T17:02:32.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2021-07-24T17:02:32.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 2021-07-24T17:02:32.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout [mgr] 2021-07-24T17:02:32.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2021-07-24T17:02:32.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 2021-07-24T17:02:32.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout [osd] 2021-07-24T17:02:32.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2021-07-24T17:02:32.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2021-07-24T17:02:32.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2021-07-24T17:02:33.326 INFO:teuthology.orchestra.run.smithi006.stderr:Generating new minimal ceph.conf... 2021-07-24T17:02:33.327 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a:/var/lib/ceph/mon/ceph-a:z docker.io/ceph/daemon-base:latest-octopus config generate-minimal-conf -o /var/lib/ceph/mon/ceph-a/config 2021-07-24T17:02:34.562 INFO:teuthology.orchestra.run.smithi006.stderr:Restarting the monitor... 2021-07-24T17:02:34.562 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl restart ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a 2021-07-24T17:02:34.770 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:34 smithi006 systemd[1]: Stopping Ceph mon.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:02:35.248 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:34 smithi006 podman[31302]: 2021-07-24 17:02:34.770045946 +0000 UTC m=+0.189657371 container stop a1e119de0c6afd04aa9e092140d0415ae07c773167b090c5e511f8b088717e92 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a, ceph=True, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=master-dc1ab19) 2021-07-24T17:02:35.249 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:34 smithi006 podman[31302]: 2021-07-24 17:02:34.81716866 +0000 UTC m=+0.236780162 container died a1e119de0c6afd04aa9e092140d0415ae07c773167b090c5e511f8b088717e92 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a) 2021-07-24T17:02:35.249 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:34 smithi006 podman[31302]: ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a 2021-07-24T17:02:35.504 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 podman[31344]: 2021-07-24 17:02:35.247830693 +0000 UTC m=+0.502569065 container remove a1e119de0c6afd04aa9e092140d0415ae07c773167b090c5e511f8b088717e92 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, RELEASE=master-dc1ab19, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True) 2021-07-24T17:02:35.504 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 systemd[1]: ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.a.service: Succeeded. 2021-07-24T17:02:35.504 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 systemd[1]: Stopped Ceph mon.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:02:35.504 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 systemd[1]: Starting Ceph mon.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:02:35.708 INFO:teuthology.orchestra.run.smithi006.stderr:Setting mon public_network... 2021-07-24T17:02:35.708 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus config set mon public_network 172.21.0.0/20 2021-07-24T17:02:35.757 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 podman[31465]: 2021-07-24 17:02:35.412893135 +0000 UTC m=+0.030480467 image pull docker.io/ceph/daemon-base:latest-octopus 2021-07-24T17:02:35.757 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 podman[31465]: 2021-07-24 17:02:35.531206611 +0000 UTC m=+0.148793986 container create f7b6beca3542476d4eaa41daac39e9c5267a459073bf6f043781bc684dcc73c9 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a, org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Dimitri Savineau , RELEASE=master-dc1ab19, CEPH_POINT_RELEASE=, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, ceph=True) 2021-07-24T17:02:35.758 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 podman[31465]: 2021-07-24 17:02:35.647890701 +0000 UTC m=+0.265478073 container init f7b6beca3542476d4eaa41daac39e9c5267a459073bf6f043781bc684dcc73c9 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a, GIT_BRANCH=HEAD, RELEASE=master-dc1ab19, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2021-07-24T17:02:35.758 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 podman[31465]: 2021-07-24 17:02:35.681095533 +0000 UTC m=+0.298682876 container start f7b6beca3542476d4eaa41daac39e9c5267a459073bf6f043781bc684dcc73c9 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mon.a, RELEASE=master-dc1ab19, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2021-07-24T17:02:35.758 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 bash[31391]: f7b6beca3542476d4eaa41daac39e9c5267a459073bf6f043781bc684dcc73c9 2021-07-24T17:02:35.758 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 24 17:02:35 smithi006 systemd[1]: Started Ceph mon.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:02:36.947 INFO:teuthology.orchestra.run.smithi006.stderr:Creating mgr... 2021-07-24T17:02:36.948 INFO:teuthology.orchestra.run.smithi006.stderr:Verifying port 9283 ... 2021-07-24T17:02:36.950 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl daemon-reload 2021-07-24T17:02:37.043 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl stop ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.y 2021-07-24T17:02:37.074 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl reset-failed ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.y 2021-07-24T17:02:37.080 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Failed to reset failed state of unit ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.y.service: Unit ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.y.service not loaded. 2021-07-24T17:02:37.080 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl enable ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.y 2021-07-24T17:02:37.086 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c.target.wants/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.y.service → /etc/systemd/system/ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@.service. 2021-07-24T17:02:37.167 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl start ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.y 2021-07-24T17:02:37.433 INFO:journalctl@ceph.mgr.y.smithi006.stdout:Jul 24 17:02:37 smithi006 systemd[1]: Starting Ceph mgr.y for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:02:37.434 INFO:journalctl@ceph.mgr.y.smithi006.stdout:Jul 24 17:02:37 smithi006 podman[31784]: 2021-07-24 17:02:37.309829809 +0000 UTC m=+0.030060734 image pull docker.io/ceph/daemon-base:latest-octopus 2021-07-24T17:02:37.434 INFO:journalctl@ceph.mgr.y.smithi006.stdout:Jul 24 17:02:37 smithi006 podman[31784]: 2021-07-24 17:02:37.422614356 +0000 UTC m=+0.142845334 container create b9b7ea14adf9584dcbe3092c6b313cda06800b903bbbfd32e236324c05610410 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.y, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=master-dc1ab19, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2021-07-24T17:02:37.757 INFO:journalctl@ceph.mgr.y.smithi006.stdout:Jul 24 17:02:37 smithi006 podman[31784]: 2021-07-24 17:02:37.7391672 +0000 UTC m=+0.459398119 container init b9b7ea14adf9584dcbe3092c6b313cda06800b903bbbfd32e236324c05610410 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.y, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=, RELEASE=master-dc1ab19, ceph=True, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image) 2021-07-24T17:02:37.807 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-enabled firewalld.service 2021-07-24T17:02:37.816 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout disabled 2021-07-24T17:02:37.816 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-active firewalld.service 2021-07-24T17:02:37.823 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout inactive 2021-07-24T17:02:37.824 INFO:teuthology.orchestra.run.smithi006.stderr:firewalld.service is not enabled 2021-07-24T17:02:37.824 INFO:teuthology.orchestra.run.smithi006.stderr:Not possible to enable service . firewalld.service is not available 2021-07-24T17:02:37.824 INFO:teuthology.orchestra.run.smithi006.stderr:Not possible to open ports <[]>. firewalld.service is not available 2021-07-24T17:02:37.824 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-enabled firewalld.service 2021-07-24T17:02:37.832 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout disabled 2021-07-24T17:02:37.832 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-active firewalld.service 2021-07-24T17:02:37.838 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout inactive 2021-07-24T17:02:37.839 INFO:teuthology.orchestra.run.smithi006.stderr:firewalld.service is not enabled 2021-07-24T17:02:37.840 INFO:teuthology.orchestra.run.smithi006.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2021-07-24T17:02:37.840 INFO:teuthology.orchestra.run.smithi006.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2021-07-24T17:02:37.840 INFO:teuthology.orchestra.run.smithi006.stderr:Wrote config to /etc/ceph/ceph.conf 2021-07-24T17:02:37.840 INFO:teuthology.orchestra.run.smithi006.stderr:Waiting for mgr to start... 2021-07-24T17:02:37.841 INFO:teuthology.orchestra.run.smithi006.stderr:Waiting for mgr... 2021-07-24T17:02:37.841 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus status -f json-pretty 2021-07-24T17:02:38.025 INFO:journalctl@ceph.mgr.y.smithi006.stdout:Jul 24 17:02:37 smithi006 podman[31784]: 2021-07-24 17:02:37.772514577 +0000 UTC m=+0.492745554 container start b9b7ea14adf9584dcbe3092c6b313cda06800b903bbbfd32e236324c05610410 (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.y, RELEASE=master-dc1ab19, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, org.label-schema.license=GPLv2, ceph=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2021-07-24T17:02:38.025 INFO:journalctl@ceph.mgr.y.smithi006.stdout:Jul 24 17:02:37 smithi006 bash[31709]: b9b7ea14adf9584dcbe3092c6b313cda06800b903bbbfd32e236324c05610410 2021-07-24T17:02:38.025 INFO:journalctl@ceph.mgr.y.smithi006.stdout:Jul 24 17:02:37 smithi006 systemd[1]: Started Ceph mgr.y for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:02:38.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 2021-07-24T17:02:38.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:38.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "fsid": "d7e97620-eca0-11eb-8c23-001a4aab830c", 2021-07-24T17:02:38.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "health": { 2021-07-24T17:02:38.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2021-07-24T17:02:38.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "checks": {}, 2021-07-24T17:02:38.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mutes": [] 2021-07-24T17:02:38.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:38.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2021-07-24T17:02:38.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "quorum": [ 2021-07-24T17:02:38.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 0 2021-07-24T17:02:38.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:38.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2021-07-24T17:02:38.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "a" 2021-07-24T17:02:38.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:38.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "quorum_age": 2, 2021-07-24T17:02:38.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "monmap": { 2021-07-24T17:02:38.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:38.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2021-07-24T17:02:38.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_mons": 1 2021-07-24T17:02:38.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:38.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "osdmap": { 2021-07-24T17:02:38.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:38.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2021-07-24T17:02:38.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2021-07-24T17:02:38.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2021-07-24T17:02:38.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2021-07-24T17:02:38.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2021-07-24T17:02:38.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2021-07-24T17:02:38.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:38.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pgmap": { 2021-07-24T17:02:38.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2021-07-24T17:02:38.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2021-07-24T17:02:38.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2021-07-24T17:02:38.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2021-07-24T17:02:38.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2021-07-24T17:02:38.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2021-07-24T17:02:38.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2021-07-24T17:02:38.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2021-07-24T17:02:38.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:38.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "fsmap": { 2021-07-24T17:02:38.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:38.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "by_rank": [], 2021-07-24T17:02:38.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "up:standby": 0 2021-07-24T17:02:38.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:38.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mgrmap": { 2021-07-24T17:02:38.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "available": false, 2021-07-24T17:02:38.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2021-07-24T17:02:38.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "modules": [ 2021-07-24T17:02:38.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "iostat", 2021-07-24T17:02:38.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "restful" 2021-07-24T17:02:38.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:38.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "services": {} 2021-07-24T17:02:38.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:38.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "servicemap": { 2021-07-24T17:02:38.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:38.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "modified": "2021-07-24T17:02:30.799937+0000", 2021-07-24T17:02:38.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "services": {} 2021-07-24T17:02:38.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:38.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "progress_events": {} 2021-07-24T17:02:38.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:39.190 INFO:teuthology.orchestra.run.smithi006.stderr:mgr not available, waiting (1/10)... 2021-07-24T17:02:40.191 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus status -f json-pretty 2021-07-24T17:02:40.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 2021-07-24T17:02:40.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:40.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "fsid": "d7e97620-eca0-11eb-8c23-001a4aab830c", 2021-07-24T17:02:40.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "health": { 2021-07-24T17:02:40.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2021-07-24T17:02:40.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "checks": {}, 2021-07-24T17:02:40.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mutes": [] 2021-07-24T17:02:40.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:40.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2021-07-24T17:02:40.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "quorum": [ 2021-07-24T17:02:40.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 0 2021-07-24T17:02:40.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:40.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2021-07-24T17:02:40.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "a" 2021-07-24T17:02:40.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:40.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2021-07-24T17:02:40.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "monmap": { 2021-07-24T17:02:40.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:40.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2021-07-24T17:02:40.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_mons": 1 2021-07-24T17:02:40.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:40.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "osdmap": { 2021-07-24T17:02:40.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:40.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2021-07-24T17:02:40.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2021-07-24T17:02:40.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2021-07-24T17:02:40.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2021-07-24T17:02:40.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2021-07-24T17:02:40.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2021-07-24T17:02:40.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:40.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pgmap": { 2021-07-24T17:02:40.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2021-07-24T17:02:40.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2021-07-24T17:02:40.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2021-07-24T17:02:40.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2021-07-24T17:02:40.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2021-07-24T17:02:40.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2021-07-24T17:02:40.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2021-07-24T17:02:40.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2021-07-24T17:02:40.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:40.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "fsmap": { 2021-07-24T17:02:40.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:40.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "by_rank": [], 2021-07-24T17:02:40.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "up:standby": 0 2021-07-24T17:02:40.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:40.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mgrmap": { 2021-07-24T17:02:40.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "available": false, 2021-07-24T17:02:40.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2021-07-24T17:02:40.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "modules": [ 2021-07-24T17:02:40.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "iostat", 2021-07-24T17:02:40.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "restful" 2021-07-24T17:02:40.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:40.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "services": {} 2021-07-24T17:02:40.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:40.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "servicemap": { 2021-07-24T17:02:40.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:40.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "modified": "2021-07-24T17:02:30.799937+0000", 2021-07-24T17:02:40.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "services": {} 2021-07-24T17:02:40.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:40.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "progress_events": {} 2021-07-24T17:02:40.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:41.429 INFO:teuthology.orchestra.run.smithi006.stderr:mgr not available, waiting (2/10)... 2021-07-24T17:02:42.431 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus status -f json-pretty 2021-07-24T17:02:43.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 2021-07-24T17:02:43.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:43.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "fsid": "d7e97620-eca0-11eb-8c23-001a4aab830c", 2021-07-24T17:02:43.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "health": { 2021-07-24T17:02:43.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2021-07-24T17:02:43.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "checks": {}, 2021-07-24T17:02:43.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mutes": [] 2021-07-24T17:02:43.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:43.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2021-07-24T17:02:43.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "quorum": [ 2021-07-24T17:02:43.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 0 2021-07-24T17:02:43.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:43.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2021-07-24T17:02:43.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "a" 2021-07-24T17:02:43.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:43.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2021-07-24T17:02:43.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "monmap": { 2021-07-24T17:02:43.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:43.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2021-07-24T17:02:43.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_mons": 1 2021-07-24T17:02:43.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:43.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "osdmap": { 2021-07-24T17:02:43.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:43.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2021-07-24T17:02:43.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2021-07-24T17:02:43.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2021-07-24T17:02:43.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2021-07-24T17:02:43.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2021-07-24T17:02:43.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2021-07-24T17:02:43.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:43.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pgmap": { 2021-07-24T17:02:43.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2021-07-24T17:02:43.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2021-07-24T17:02:43.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2021-07-24T17:02:43.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2021-07-24T17:02:43.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2021-07-24T17:02:43.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2021-07-24T17:02:43.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2021-07-24T17:02:43.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2021-07-24T17:02:43.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:43.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "fsmap": { 2021-07-24T17:02:43.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:43.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "by_rank": [], 2021-07-24T17:02:43.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "up:standby": 0 2021-07-24T17:02:43.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:43.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mgrmap": { 2021-07-24T17:02:43.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "available": true, 2021-07-24T17:02:43.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2021-07-24T17:02:43.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "modules": [ 2021-07-24T17:02:43.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "iostat", 2021-07-24T17:02:43.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "restful" 2021-07-24T17:02:43.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:43.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "services": {} 2021-07-24T17:02:43.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:43.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "servicemap": { 2021-07-24T17:02:43.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 1, 2021-07-24T17:02:43.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "modified": "2021-07-24T17:02:30.799937+0000", 2021-07-24T17:02:43.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "services": {} 2021-07-24T17:02:43.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:43.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "progress_events": {} 2021-07-24T17:02:43.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:43.771 INFO:teuthology.orchestra.run.smithi006.stderr:mgr is available 2021-07-24T17:02:43.771 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus config-key set mgr/cephadm/ssh_user root 2021-07-24T17:02:44.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2021-07-24T17:02:45.207 INFO:teuthology.orchestra.run.smithi006.stderr:Enabling cephadm module... 2021-07-24T17:02:45.208 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus mgr module enable cephadm 2021-07-24T17:02:47.245 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus mgr dump 2021-07-24T17:02:48.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 5, 2021-07-24T17:02:48.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2021-07-24T17:02:48.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_name": "y", 2021-07-24T17:02:48.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_addrs": { 2021-07-24T17:02:48.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addrvec": [ 2021-07-24T17:02:48.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "v2", 2021-07-24T17:02:48.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.6:6800", 2021-07-24T17:02:48.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nonce": 1050331260 2021-07-24T17:02:48.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "v1", 2021-07-24T17:02:48.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.6:6801", 2021-07-24T17:02:48.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nonce": 1050331260 2021-07-24T17:02:48.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ] 2021-07-24T17:02:48.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.6:6801/1050331260", 2021-07-24T17:02:48.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_change": "2021-07-24T17:02:41.647834+0000", 2021-07-24T17:02:48.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2021-07-24T17:02:48.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "available": true, 2021-07-24T17:02:48.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "standbys": [], 2021-07-24T17:02:48.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "modules": [ 2021-07-24T17:02:48.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "cephadm", 2021-07-24T17:02:48.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "iostat", 2021-07-24T17:02:48.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "restful" 2021-07-24T17:02:48.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "available_modules": [ 2021-07-24T17:02:48.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "alerts", 2021-07-24T17:02:48.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:48.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:48.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:48.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:02:48.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:02:48.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:02:48.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2021-07-24T17:02:48.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:48.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:48.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:48.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:48.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:48.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:48.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:48.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:48.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:48.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2021-07-24T17:02:48.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2021-07-24T17:02:48.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2021-07-24T17:02:48.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2021-07-24T17:02:48.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2021-07-24T17:02:48.561 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.561 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.561 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.561 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2021-07-24T17:02:48.561 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2021-07-24T17:02:48.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.563 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.563 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.563 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_host": { 2021-07-24T17:02:48.563 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2021-07-24T17:02:48.563 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2021-07-24T17:02:48.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.566 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.566 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.566 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_password": { 2021-07-24T17:02:48.566 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2021-07-24T17:02:48.567 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.567 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.567 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.567 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.567 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2021-07-24T17:02:48.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.569 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.569 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.569 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_port": { 2021-07-24T17:02:48.569 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2021-07-24T17:02:48.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "465", 2021-07-24T17:02:48.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.571 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.571 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.571 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2021-07-24T17:02:48.571 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2021-07-24T17:02:48.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2021-07-24T17:02:48.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.574 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.574 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.574 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2021-07-24T17:02:48.574 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.575 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.575 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.575 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.575 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2021-07-24T17:02:48.575 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2021-07-24T17:02:48.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.577 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.577 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.577 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2021-07-24T17:02:48.577 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_user": { 2021-07-24T17:02:48.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2021-07-24T17:02:48.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.580 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.580 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.580 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2021-07-24T17:02:48.580 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.582 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.582 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "balancer", 2021-07-24T17:02:48.582 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:48.582 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:48.583 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:48.583 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active": { 2021-07-24T17:02:48.583 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "active", 2021-07-24T17:02:48.583 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.583 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.585 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2021-07-24T17:02:48.585 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.585 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.585 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.586 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.586 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "begin_time": { 2021-07-24T17:02:48.586 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2021-07-24T17:02:48.586 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.586 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2021-07-24T17:02:48.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.588 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2021-07-24T17:02:48.588 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2021-07-24T17:02:48.588 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.588 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2021-07-24T17:02:48.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2021-07-24T17:02:48.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "uint", 2021-07-24T17:02:48.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.590 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.590 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0", 2021-07-24T17:02:48.590 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "0", 2021-07-24T17:02:48.591 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "7", 2021-07-24T17:02:48.591 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.591 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2021-07-24T17:02:48.591 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2021-07-24T17:02:48.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2021-07-24T17:02:48.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2021-07-24T17:02:48.593 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "uint", 2021-07-24T17:02:48.593 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.593 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.593 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "25", 2021-07-24T17:02:48.593 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "1", 2021-07-24T17:02:48.594 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "250", 2021-07-24T17:02:48.594 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.594 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2021-07-24T17:02:48.594 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2021-07-24T17:02:48.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2021-07-24T17:02:48.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2021-07-24T17:02:48.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.597 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.597 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.597 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2021-07-24T17:02:48.597 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2021-07-24T17:02:48.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2021-07-24T17:02:48.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2021-07-24T17:02:48.599 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "float", 2021-07-24T17:02:48.599 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.599 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.599 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2021-07-24T17:02:48.599 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "0.001", 2021-07-24T17:02:48.600 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "0.999", 2021-07-24T17:02:48.600 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.600 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2021-07-24T17:02:48.600 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2021-07-24T17:02:48.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "end_time": { 2021-07-24T17:02:48.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "end_time", 2021-07-24T17:02:48.602 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.602 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.602 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.602 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2021-07-24T17:02:48.603 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.603 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.603 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.603 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2021-07-24T17:02:48.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2021-07-24T17:02:48.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "end_weekday": { 2021-07-24T17:02:48.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2021-07-24T17:02:48.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "uint", 2021-07-24T17:02:48.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "7", 2021-07-24T17:02:48.606 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "0", 2021-07-24T17:02:48.606 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "7", 2021-07-24T17:02:48.606 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.606 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2021-07-24T17:02:48.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2021-07-24T17:02:48.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:48.608 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:48.608 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.608 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.608 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.611 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.611 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.611 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.611 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.612 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.612 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.612 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:48.612 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:48.613 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.613 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.613 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.614 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.614 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.614 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:48.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:48.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.617 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.617 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:48.617 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.617 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.620 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.620 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.620 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.620 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:48.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:48.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.623 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.623 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.623 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.623 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min_score": { 2021-07-24T17:02:48.624 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "min_score", 2021-07-24T17:02:48.624 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "float", 2021-07-24T17:02:48.624 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.624 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.625 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0", 2021-07-24T17:02:48.625 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.625 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.625 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2021-07-24T17:02:48.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.627 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mode": { 2021-07-24T17:02:48.627 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "mode", 2021-07-24T17:02:48.627 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.627 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.628 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.628 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "none", 2021-07-24T17:02:48.628 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.628 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.629 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.629 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crush-compat", 2021-07-24T17:02:48.629 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "none", 2021-07-24T17:02:48.629 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "upmap" 2021-07-24T17:02:48.630 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.630 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2021-07-24T17:02:48.630 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.630 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.631 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.631 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.631 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pool_ids": { 2021-07-24T17:02:48.631 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2021-07-24T17:02:48.631 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.632 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.632 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.632 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.632 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.633 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.633 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.633 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2021-07-24T17:02:48.633 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.634 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.634 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.634 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.634 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2021-07-24T17:02:48.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2021-07-24T17:02:48.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:02:48.636 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.636 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.636 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.636 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2021-07-24T17:02:48.637 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.637 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.637 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.637 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.638 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2021-07-24T17:02:48.638 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2021-07-24T17:02:48.638 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.638 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.639 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.639 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5", 2021-07-24T17:02:48.639 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "1", 2021-07-24T17:02:48.639 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2021-07-24T17:02:48.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2021-07-24T17:02:48.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.641 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.641 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2021-07-24T17:02:48.641 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2021-07-24T17:02:48.641 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "uint", 2021-07-24T17:02:48.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:02:48.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.643 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.643 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2021-07-24T17:02:48.643 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.643 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.644 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.644 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.644 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.644 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2021-07-24T17:02:48.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:48.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:48.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:48.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2021-07-24T17:02:48.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2021-07-24T17:02:48.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.647 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.647 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.647 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.647 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2021-07-24T17:02:48.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "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.", 2021-07-24T17:02:48.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.649 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2021-07-24T17:02:48.649 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2021-07-24T17:02:48.649 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.649 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.650 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.650 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.650 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.651 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.651 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.652 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2021-07-24T17:02:48.652 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.652 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.652 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.652 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2021-07-24T17:02:48.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2021-07-24T17:02:48.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.654 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2021-07-24T17:02:48.654 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.654 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.654 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.655 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2021-07-24T17:02:48.655 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.655 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.655 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.655 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.656 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_base": { 2021-07-24T17:02:48.656 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2021-07-24T17:02:48.656 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.656 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2021-07-24T17:02:48.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.658 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.658 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2021-07-24T17:02:48.659 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.659 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2021-07-24T17:02:48.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2021-07-24T17:02:48.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.661 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.661 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.661 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2021-07-24T17:02:48.661 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.662 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.662 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.662 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2021-07-24T17:02:48.662 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.662 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2021-07-24T17:02:48.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2021-07-24T17:02:48.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.664 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.664 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.664 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2021-07-24T17:02:48.664 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.665 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.665 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.665 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2021-07-24T17:02:48.665 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.665 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2021-07-24T17:02:48.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2021-07-24T17:02:48.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.667 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.667 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.667 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2021-07-24T17:02:48.667 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2021-07-24T17:02:48.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_init": { 2021-07-24T17:02:48.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_init", 2021-07-24T17:02:48.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.670 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.670 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.670 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.670 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.670 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.671 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.671 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2021-07-24T17:02:48.671 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.671 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2021-07-24T17:02:48.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2021-07-24T17:02:48.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "600", 2021-07-24T17:02:48.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.674 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.674 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2021-07-24T17:02:48.674 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.674 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2021-07-24T17:02:48.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2021-07-24T17:02:48.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2021-07-24T17:02:48.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2021-07-24T17:02:48.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.678 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.678 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2021-07-24T17:02:48.678 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2021-07-24T17:02:48.678 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.679 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.679 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.679 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:02:48.679 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.679 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.680 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.680 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2021-07-24T17:02:48.680 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.680 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2021-07-24T17:02:48.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2021-07-24T17:02:48.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.682 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.682 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.682 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "600", 2021-07-24T17:02:48.682 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.683 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.683 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.683 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2021-07-24T17:02:48.683 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.683 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:48.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:48.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.685 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.685 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.685 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.685 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.687 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.687 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.687 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.687 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.689 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:48.689 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:48.689 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.689 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.689 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.690 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.690 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.690 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.691 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.691 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2021-07-24T17:02:48.691 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.691 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:48.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:48.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.693 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.693 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.693 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:48.693 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.693 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.694 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.694 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.694 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.694 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:48.697 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:48.697 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.697 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.697 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.699 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.699 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.699 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.699 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2021-07-24T17:02:48.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2021-07-24T17:02:48.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2021-07-24T17:02:48.702 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.702 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.702 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.702 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "migration_current": { 2021-07-24T17:02:48.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2021-07-24T17:02:48.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:48.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2021-07-24T17:02:48.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mode": { 2021-07-24T17:02:48.706 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "mode", 2021-07-24T17:02:48.706 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.706 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.706 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "root", 2021-07-24T17:02:48.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "cephadm-package", 2021-07-24T17:02:48.708 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "root" 2021-07-24T17:02:48.708 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.708 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2021-07-24T17:02:48.708 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2021-07-24T17:02:48.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2021-07-24T17:02:48.710 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.710 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.710 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.710 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2021-07-24T17:02:48.710 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.711 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.711 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.711 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2021-07-24T17:02:48.711 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.712 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.712 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.712 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.712 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "registry_password": { 2021-07-24T17:02:48.712 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2021-07-24T17:02:48.713 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.713 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.713 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.713 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:48.714 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.714 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.714 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.714 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2021-07-24T17:02:48.715 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.715 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.715 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.715 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.716 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "registry_url": { 2021-07-24T17:02:48.716 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2021-07-24T17:02:48.716 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.716 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.716 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.717 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:48.717 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.717 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.717 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2021-07-24T17:02:48.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "registry_username": { 2021-07-24T17:02:48.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2021-07-24T17:02:48.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:48.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2021-07-24T17:02:48.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2021-07-24T17:02:48.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2021-07-24T17:02:48.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:48.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.724 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2021-07-24T17:02:48.724 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.724 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.724 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.725 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.725 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2021-07-24T17:02:48.725 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2021-07-24T17:02:48.725 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.725 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.726 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.726 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.726 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.726 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2021-07-24T17:02:48.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.728 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.728 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2021-07-24T17:02:48.728 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2021-07-24T17:02:48.728 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.728 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.730 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2021-07-24T17:02:48.730 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.730 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.730 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2021-07-24T17:02:48.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2021-07-24T17:02:48.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.732 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.732 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.732 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.732 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.733 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.733 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2021-07-24T17:02:48.733 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.733 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.733 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.734 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.734 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2021-07-24T17:02:48.734 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2021-07-24T17:02:48.734 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2021-07-24T17:02:48.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.737 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.737 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.737 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.738 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.738 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crash", 2021-07-24T17:02:48.738 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:48.738 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:48.739 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:48.739 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:48.739 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:48.739 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.739 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.740 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.740 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.740 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.740 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.742 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.742 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.742 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.742 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.742 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.743 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.743 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.743 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.743 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:48.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:48.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.745 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.745 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.745 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.745 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.745 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.746 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.746 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.746 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.746 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:48.747 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:48.747 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.747 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.747 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.747 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:48.748 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.748 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.748 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.748 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.750 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.750 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.750 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.751 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.751 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.751 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.751 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:48.751 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:48.752 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.752 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.752 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.752 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.754 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.754 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.754 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.754 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "retain_interval": { 2021-07-24T17:02:48.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2021-07-24T17:02:48.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2021-07-24T17:02:48.756 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.756 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.756 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.756 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2021-07-24T17:02:48.757 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.757 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.757 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.757 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2021-07-24T17:02:48.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2021-07-24T17:02:48.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.759 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2021-07-24T17:02:48.759 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.759 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.759 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2021-07-24T17:02:48.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2021-07-24T17:02:48.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:48.762 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:48.762 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:48.762 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2021-07-24T17:02:48.762 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2021-07-24T17:02:48.763 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.763 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.763 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.763 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:02:48.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.765 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.765 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.765 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.765 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2021-07-24T17:02:48.765 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2021-07-24T17:02:48.766 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.766 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.766 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.766 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2021-07-24T17:02:48.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2021-07-24T17:02:48.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.770 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.770 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.770 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.770 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2021-07-24T17:02:48.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2021-07-24T17:02:48.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.773 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.773 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.773 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.773 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2021-07-24T17:02:48.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2021-07-24T17:02:48.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.776 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.776 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.776 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.776 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.777 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.777 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.777 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.777 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2021-07-24T17:02:48.778 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2021-07-24T17:02:48.778 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.778 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.778 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.778 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.779 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.779 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.779 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.779 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2021-07-24T17:02:48.781 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2021-07-24T17:02:48.781 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.781 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.781 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.783 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.783 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.783 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.783 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.783 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2021-07-24T17:02:48.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2021-07-24T17:02:48.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.786 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.786 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.786 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.786 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.786 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2021-07-24T17:02:48.787 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2021-07-24T17:02:48.787 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.787 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.787 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2021-07-24T17:02:48.790 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2021-07-24T17:02:48.790 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.790 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.790 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2021-07-24T17:02:48.793 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2021-07-24T17:02:48.793 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.793 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.793 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.794 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.794 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.794 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.794 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.794 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2021-07-24T17:02:48.796 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2021-07-24T17:02:48.796 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.796 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.796 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.798 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.798 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.798 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.798 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2021-07-24T17:02:48.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2021-07-24T17:02:48.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.801 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.801 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.801 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.801 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.802 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2021-07-24T17:02:48.802 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2021-07-24T17:02:48.802 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.802 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.802 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.803 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2021-07-24T17:02:48.803 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.803 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.803 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2021-07-24T17:02:48.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2021-07-24T17:02:48.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.807 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.807 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.807 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.807 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.808 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2021-07-24T17:02:48.808 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2021-07-24T17:02:48.808 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.808 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.808 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.810 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.810 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.810 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.810 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2021-07-24T17:02:48.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2021-07-24T17:02:48.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.812 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2021-07-24T17:02:48.812 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.812 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.812 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2021-07-24T17:02:48.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2021-07-24T17:02:48.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.815 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.815 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.815 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.815 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2021-07-24T17:02:48.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2021-07-24T17:02:48.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.818 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.818 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.818 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.818 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.818 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.819 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.819 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.819 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.819 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2021-07-24T17:02:48.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2021-07-24T17:02:48.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.822 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.822 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.822 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.822 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2021-07-24T17:02:48.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2021-07-24T17:02:48.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.824 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.824 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.824 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.824 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.824 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.826 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2021-07-24T17:02:48.826 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2021-07-24T17:02:48.826 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.826 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.828 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.828 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.828 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.828 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2021-07-24T17:02:48.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2021-07-24T17:02:48.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.831 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.831 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.831 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.831 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2021-07-24T17:02:48.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2021-07-24T17:02:48.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.833 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.833 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.833 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.833 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.835 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.835 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2021-07-24T17:02:48.835 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2021-07-24T17:02:48.835 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2021-07-24T17:02:48.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2021-07-24T17:02:48.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.839 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.839 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.839 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.839 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2021-07-24T17:02:48.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2021-07-24T17:02:48.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2021-07-24T17:02:48.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2021-07-24T17:02:48.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2021-07-24T17:02:48.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2021-07-24T17:02:48.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.848 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.848 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.848 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.848 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.850 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.850 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2021-07-24T17:02:48.850 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2021-07-24T17:02:48.850 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.850 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.851 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.851 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.851 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.851 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2021-07-24T17:02:48.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2021-07-24T17:02:48.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.854 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.854 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2021-07-24T17:02:48.854 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.854 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.856 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.856 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2021-07-24T17:02:48.856 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2021-07-24T17:02:48.856 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.856 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:02:48.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.858 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.858 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.858 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.858 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2021-07-24T17:02:48.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2021-07-24T17:02:48.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.860 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.860 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "8", 2021-07-24T17:02:48.860 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.860 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2021-07-24T17:02:48.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2021-07-24T17:02:48.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.863 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.863 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "45", 2021-07-24T17:02:48.863 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.863 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.863 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.864 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.864 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.864 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.864 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2021-07-24T17:02:48.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2021-07-24T17:02:48.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.866 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.866 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.866 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.866 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2021-07-24T17:02:48.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2021-07-24T17:02:48.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.869 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.869 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2021-07-24T17:02:48.869 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.869 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.871 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.871 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2021-07-24T17:02:48.871 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2021-07-24T17:02:48.871 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.871 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.872 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.872 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.872 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.872 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.873 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.873 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.873 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.873 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.873 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.874 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.874 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2021-07-24T17:02:48.874 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2021-07-24T17:02:48.874 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "80", 2021-07-24T17:02:48.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2021-07-24T17:02:48.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2021-07-24T17:02:48.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.878 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.878 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "http", 2021-07-24T17:02:48.878 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.878 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.880 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.880 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2021-07-24T17:02:48.880 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2021-07-24T17:02:48.880 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2021-07-24T17:02:48.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2021-07-24T17:02:48.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2021-07-24T17:02:48.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2021-07-24T17:02:48.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2021-07-24T17:02:48.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2021-07-24T17:02:48.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0", 2021-07-24T17:02:48.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2021-07-24T17:02:48.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2021-07-24T17:02:48.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:02:48.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2021-07-24T17:02:48.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2021-07-24T17:02:48.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5", 2021-07-24T17:02:48.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.898 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crt_file": { 2021-07-24T17:02:48.898 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2021-07-24T17:02:48.898 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.898 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.899 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.899 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.899 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.899 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.899 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.901 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug": { 2021-07-24T17:02:48.901 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "debug", 2021-07-24T17:02:48.901 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.901 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.903 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2021-07-24T17:02:48.903 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.903 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.903 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.903 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.904 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2021-07-24T17:02:48.904 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2021-07-24T17:02:48.904 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.904 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2021-07-24T17:02:48.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "key_file": { 2021-07-24T17:02:48.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "key_file", 2021-07-24T17:02:48.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.909 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.909 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.909 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.909 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.910 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:48.910 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:48.910 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.910 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.910 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.911 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.911 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.911 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.911 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:48.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:48.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.915 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.915 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.915 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.915 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:48.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:48.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.918 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.918 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.918 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:48.918 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.919 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.919 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.919 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.919 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.919 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:48.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:48.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.923 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.923 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.923 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.923 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_addr": { 2021-07-24T17:02:48.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2021-07-24T17:02:48.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "::", 2021-07-24T17:02:48.926 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.926 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.926 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.926 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.926 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.927 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.927 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.927 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.927 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_port": { 2021-07-24T17:02:48.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_port", 2021-07-24T17:02:48.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2021-07-24T17:02:48.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.930 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.930 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.930 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.930 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ssl": { 2021-07-24T17:02:48.931 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ssl", 2021-07-24T17:02:48.931 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.931 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.931 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.931 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2021-07-24T17:02:48.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2021-07-24T17:02:48.934 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.934 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.934 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.934 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2021-07-24T17:02:48.935 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.935 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.935 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.935 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.935 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2021-07-24T17:02:48.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2021-07-24T17:02:48.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2021-07-24T17:02:48.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.938 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.938 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.938 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.938 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "redirect" 2021-07-24T17:02:48.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2021-07-24T17:02:48.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2021-07-24T17:02:48.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:48.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.941 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.941 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "500", 2021-07-24T17:02:48.941 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "400", 2021-07-24T17:02:48.941 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "599", 2021-07-24T17:02:48.941 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.942 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.942 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.942 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "url_prefix": { 2021-07-24T17:02:48.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2021-07-24T17:02:48.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.944 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.944 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:48.944 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.944 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.945 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.945 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.945 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.945 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.945 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2021-07-24T17:02:48.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:48.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:48.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:48.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2021-07-24T17:02:48.948 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2021-07-24T17:02:48.948 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.948 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.948 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2021-07-24T17:02:48.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:48.951 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:48.951 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.951 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.951 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.953 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.953 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.953 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.953 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.953 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.954 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.954 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.954 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.954 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:48.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:48.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.956 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.956 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.956 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.956 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.956 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.958 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.958 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:48.958 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:48.958 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.959 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.959 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.959 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:48.959 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.959 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.961 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.961 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.961 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.961 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:48.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:48.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.964 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.964 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.964 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.964 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2021-07-24T17:02:48.966 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2021-07-24T17:02:48.966 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.966 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.966 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.966 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2021-07-24T17:02:48.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2021-07-24T17:02:48.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.968 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.968 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.968 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.968 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pool_name": { 2021-07-24T17:02:48.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2021-07-24T17:02:48.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2021-07-24T17:02:48.970 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.970 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.970 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.970 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2021-07-24T17:02:48.970 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.971 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.971 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.971 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.971 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "retention_period": { 2021-07-24T17:02:48.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2021-07-24T17:02:48.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2021-07-24T17:02:48.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2021-07-24T17:02:48.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2021-07-24T17:02:48.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2021-07-24T17:02:48.975 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.975 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.975 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.975 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2021-07-24T17:02:48.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2021-07-24T17:02:48.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "self_heal": { 2021-07-24T17:02:48.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2021-07-24T17:02:48.978 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.978 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.978 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.978 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:48.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2021-07-24T17:02:48.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.980 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.980 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.980 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.980 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2021-07-24T17:02:48.981 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2021-07-24T17:02:48.981 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.981 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.981 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.981 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "600", 2021-07-24T17:02:48.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2021-07-24T17:02:48.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.983 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.983 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.983 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.983 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2021-07-24T17:02:48.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2021-07-24T17:02:48.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:48.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2021-07-24T17:02:48.985 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.985 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.985 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.985 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2021-07-24T17:02:48.985 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:48.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.987 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:48.987 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2021-07-24T17:02:48.987 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:48.987 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:48.988 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:48.988 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:48.988 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:48.988 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.988 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:48.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.990 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.990 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.990 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.990 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.992 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.992 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.992 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.992 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:48.992 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:48.993 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:48.993 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.993 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.993 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:48.994 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.994 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.994 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:48.994 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.994 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:48.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:48.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:48.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:48.996 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:48.996 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:48.996 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:48.996 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:48.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:48.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:48.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:48.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:48.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:48.998 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:48.998 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:48.998 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:48.998 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:48.999 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:48.999 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:48.999 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:48.999 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:48.999 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.001 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.001 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.001 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.001 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.002 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.002 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.002 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.002 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.002 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "predict_interval": { 2021-07-24T17:02:49.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2021-07-24T17:02:49.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2021-07-24T17:02:49.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.005 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.005 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.005 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.005 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.006 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.006 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "predictor_model": { 2021-07-24T17:02:49.006 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2021-07-24T17:02:49.006 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.006 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2021-07-24T17:02:49.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.009 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.009 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2021-07-24T17:02:49.009 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2021-07-24T17:02:49.009 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.009 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.010 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.010 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "600", 2021-07-24T17:02:49.010 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.010 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.011 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.011 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.011 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.011 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.011 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.012 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.012 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.012 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.012 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "influx", 2021-07-24T17:02:49.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": false, 2021-07-24T17:02:49.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2021-07-24T17:02:49.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "batch_size": { 2021-07-24T17:02:49.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2021-07-24T17:02:49.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2021-07-24T17:02:49.015 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.015 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.015 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.015 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "database": { 2021-07-24T17:02:49.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "database", 2021-07-24T17:02:49.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2021-07-24T17:02:49.018 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.018 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.018 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.018 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "hostname": { 2021-07-24T17:02:49.020 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "hostname", 2021-07-24T17:02:49.020 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.020 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.020 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.020 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:49.021 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.021 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.021 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.021 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.022 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.022 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.022 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.022 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:02:49.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:02:49.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.024 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "30", 2021-07-24T17:02:49.024 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.024 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.024 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.024 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.026 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.026 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.026 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.026 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.028 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.028 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.028 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.028 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.031 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.031 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.031 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.031 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.031 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.032 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.032 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.032 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.032 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.035 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.035 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.035 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.035 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.038 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.038 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.038 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.038 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.040 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.040 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.040 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.040 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.040 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "password": { 2021-07-24T17:02:49.041 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "password", 2021-07-24T17:02:49.041 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.041 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.041 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.042 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:49.042 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.042 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.042 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.042 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "port": { 2021-07-24T17:02:49.044 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "port", 2021-07-24T17:02:49.044 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.044 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.044 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2021-07-24T17:02:49.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.046 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.046 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.046 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.046 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ssl": { 2021-07-24T17:02:49.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ssl", 2021-07-24T17:02:49.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.048 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "false", 2021-07-24T17:02:49.048 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.048 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.048 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.050 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "threads": { 2021-07-24T17:02:49.050 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "threads", 2021-07-24T17:02:49.050 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.050 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.050 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.051 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5", 2021-07-24T17:02:49.051 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.051 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.051 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.053 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "username": { 2021-07-24T17:02:49.053 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "username", 2021-07-24T17:02:49.053 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.053 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:49.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.056 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2021-07-24T17:02:49.056 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2021-07-24T17:02:49.056 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.056 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "true", 2021-07-24T17:02:49.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.058 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.058 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.058 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.058 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "insights", 2021-07-24T17:02:49.060 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.060 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.060 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.060 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.060 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.061 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.061 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.061 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.061 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.062 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.062 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.062 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.062 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.062 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.063 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.063 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.063 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.063 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.065 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.065 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.065 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.065 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.066 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.066 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.066 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.066 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.066 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.067 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.067 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.067 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.067 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.067 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.068 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.068 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.068 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.068 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.070 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.070 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.070 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.070 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.070 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.072 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.072 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.072 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.072 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.075 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.075 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.075 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.075 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.075 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.076 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.076 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "iostat", 2021-07-24T17:02:49.076 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.076 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.080 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.080 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.080 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.080 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.081 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.081 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.081 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.081 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.081 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.083 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.083 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.083 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.083 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.083 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.084 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.084 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.084 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.084 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.085 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.085 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.085 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.086 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.086 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.086 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.086 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.086 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.087 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.087 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.087 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.087 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.090 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.090 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.090 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.090 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2021-07-24T17:02:49.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2021-07-24T17:02:49.094 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2021-07-24T17:02:49.094 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.094 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.094 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "7", 2021-07-24T17:02:49.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2021-07-24T17:02:49.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2021-07-24T17:02:49.097 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2021-07-24T17:02:49.097 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.097 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.097 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.098 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:02:49.098 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "10", 2021-07-24T17:02:49.098 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.098 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.098 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2021-07-24T17:02:49.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.100 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.100 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.100 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.100 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.101 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.101 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.101 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.101 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.101 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.104 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.104 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.104 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.104 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.106 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.106 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.106 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.106 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.110 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.110 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.110 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.110 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.112 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.112 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.112 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.112 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.112 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.113 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.113 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.113 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.113 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "localpool", 2021-07-24T17:02:49.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.116 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.116 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "failure_domain": { 2021-07-24T17:02:49.116 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2021-07-24T17:02:49.116 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "host", 2021-07-24T17:02:49.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2021-07-24T17:02:49.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.119 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.119 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.119 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.119 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.122 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.122 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.122 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.122 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.123 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.123 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.123 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.123 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.123 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.126 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.126 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.126 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.126 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.129 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.129 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.129 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.129 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.129 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.130 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.130 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.130 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.130 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.134 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min_size": { 2021-07-24T17:02:49.134 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "min_size", 2021-07-24T17:02:49.134 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.134 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.134 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.135 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.135 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.135 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.135 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2021-07-24T17:02:49.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_rep": { 2021-07-24T17:02:49.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2021-07-24T17:02:49.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.138 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "3", 2021-07-24T17:02:49.138 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.138 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.138 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.139 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2021-07-24T17:02:49.139 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.139 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.139 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.139 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pg_num": { 2021-07-24T17:02:49.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2021-07-24T17:02:49.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.141 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "128", 2021-07-24T17:02:49.141 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.141 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.141 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.141 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2021-07-24T17:02:49.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "prefix": { 2021-07-24T17:02:49.143 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "prefix", 2021-07-24T17:02:49.143 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.143 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.143 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.144 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.144 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.144 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.144 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.144 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2021-07-24T17:02:49.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "subtree": { 2021-07-24T17:02:49.146 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "subtree", 2021-07-24T17:02:49.146 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.146 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.146 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2021-07-24T17:02:49.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2021-07-24T17:02:49.148 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.148 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.148 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.148 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.148 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2021-07-24T17:02:49.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.150 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.150 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.150 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.150 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.153 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.153 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.153 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.153 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.153 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.154 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.154 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.154 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.154 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.155 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.155 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.155 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.155 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.155 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.158 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.158 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.158 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.158 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.159 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.159 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.159 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.159 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.159 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.162 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.162 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.162 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.162 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "orchestrator": { 2021-07-24T17:02:49.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2021-07-24T17:02:49.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.166 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:49.166 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.166 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.166 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "cephadm", 2021-07-24T17:02:49.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rook", 2021-07-24T17:02:49.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2021-07-24T17:02:49.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2021-07-24T17:02:49.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2021-07-24T17:02:49.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.170 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.170 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.170 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.170 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.172 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.172 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.172 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.172 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.172 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.174 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.174 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.174 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.174 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.177 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.177 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.177 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.177 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.178 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.178 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.178 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.178 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.178 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.180 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.180 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.180 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.180 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.182 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.182 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.182 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.182 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.182 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2021-07-24T17:02:49.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.192 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.192 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.192 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.192 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.194 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.194 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.194 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.194 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2021-07-24T17:02:49.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2021-07-24T17:02:49.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:02:49.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "progress", 2021-07-24T17:02:49.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.206 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.206 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.206 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enabled": { 2021-07-24T17:02:49.206 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "enabled", 2021-07-24T17:02:49.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:49.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.209 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.209 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.209 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.209 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.210 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.210 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.210 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.210 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.210 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.212 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.212 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.212 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.212 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.213 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.213 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.213 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.213 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.213 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.215 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.215 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.215 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.215 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.218 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.218 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.218 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.218 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.220 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.220 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.220 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.220 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.223 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.223 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.223 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.223 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2021-07-24T17:02:49.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2021-07-24T17:02:49.225 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.225 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.225 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.225 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "50", 2021-07-24T17:02:49.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2021-07-24T17:02:49.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.227 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.227 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.227 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.227 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "persist_interval": { 2021-07-24T17:02:49.227 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2021-07-24T17:02:49.228 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:49.228 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.228 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.228 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5", 2021-07-24T17:02:49.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2021-07-24T17:02:49.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.230 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.230 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.230 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.230 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.230 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.231 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.231 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2021-07-24T17:02:49.231 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.231 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.233 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.233 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.233 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.233 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.233 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.234 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.234 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.234 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.234 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.236 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.236 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.236 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.236 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.236 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.237 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.237 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.237 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.237 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.239 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.239 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.239 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.239 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.239 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.240 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.240 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.240 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.240 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.242 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.242 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.242 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.242 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.242 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.243 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.243 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.243 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.243 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.246 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.246 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.246 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.246 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.246 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.247 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2021-07-24T17:02:49.247 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2021-07-24T17:02:49.247 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.247 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2021-07-24T17:02:49.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2021-07-24T17:02:49.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.251 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "300", 2021-07-24T17:02:49.251 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.251 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.251 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2021-07-24T17:02:49.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2021-07-24T17:02:49.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.254 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.254 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.254 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.254 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.256 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_addr": { 2021-07-24T17:02:49.256 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2021-07-24T17:02:49.256 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.256 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.256 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.258 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.258 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.258 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.258 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_port": { 2021-07-24T17:02:49.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_port", 2021-07-24T17:02:49.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2021-07-24T17:02:49.262 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2021-07-24T17:02:49.262 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.262 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.262 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.265 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.265 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.265 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2021-07-24T17:02:49.265 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.267 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.267 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.267 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.267 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.267 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.268 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.268 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.268 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.268 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.270 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.270 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.270 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.270 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.270 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.272 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.272 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.272 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.272 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.272 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.274 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.274 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.274 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.274 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2021-07-24T17:02:49.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2021-07-24T17:02:49.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:02:49.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2021-07-24T17:02:49.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2021-07-24T17:02:49.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2021-07-24T17:02:49.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2021-07-24T17:02:49.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "restful", 2021-07-24T17:02:49.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "key_file": { 2021-07-24T17:02:49.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "key_file", 2021-07-24T17:02:49.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.302 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.302 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.302 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.302 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.302 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_addr": { 2021-07-24T17:02:49.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2021-07-24T17:02:49.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_port": { 2021-07-24T17:02:49.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_port", 2021-07-24T17:02:49.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rook", 2021-07-24T17:02:49.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "selftest", 2021-07-24T17:02:49.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.344 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.344 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.344 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.344 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.344 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.345 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.345 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.345 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.345 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.347 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.347 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.347 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.347 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.347 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.349 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.349 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "roption1": { 2021-07-24T17:02:49.349 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "roption1", 2021-07-24T17:02:49.349 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.350 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.350 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.350 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.350 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.350 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.351 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.351 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.351 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.351 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "roption2": { 2021-07-24T17:02:49.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "roption2", 2021-07-24T17:02:49.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.353 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.353 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.353 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2021-07-24T17:02:49.353 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.354 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.354 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.354 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.354 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.354 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.355 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.355 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.355 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption1": { 2021-07-24T17:02:49.355 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2021-07-24T17:02:49.356 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.356 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.356 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.356 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.356 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.357 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.357 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.357 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.357 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.357 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.358 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.358 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.358 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption2": { 2021-07-24T17:02:49.358 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2021-07-24T17:02:49.359 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.359 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.359 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.359 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.359 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.360 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.360 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.360 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.360 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.360 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.361 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.361 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.361 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption3": { 2021-07-24T17:02:49.361 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2021-07-24T17:02:49.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "float", 2021-07-24T17:02:49.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.363 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.363 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.363 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.363 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.364 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.364 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.364 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.364 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption4": { 2021-07-24T17:02:49.364 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2021-07-24T17:02:49.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.366 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.366 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.366 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.366 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.367 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.367 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.367 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.367 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption5": { 2021-07-24T17:02:49.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2021-07-24T17:02:49.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption6": { 2021-07-24T17:02:49.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2021-07-24T17:02:49.371 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.371 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.371 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.371 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:49.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "testkey": { 2021-07-24T17:02:49.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "testkey", 2021-07-24T17:02:49.374 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.374 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.374 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.374 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.376 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.376 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.376 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "testlkey": { 2021-07-24T17:02:49.376 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2021-07-24T17:02:49.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.378 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.378 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.378 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.378 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "testnewline": { 2021-07-24T17:02:49.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2021-07-24T17:02:49.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.381 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.381 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.381 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.381 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.381 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.382 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.382 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.382 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.382 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.383 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.383 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "status", 2021-07-24T17:02:49.383 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.383 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.383 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.385 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.385 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.385 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.385 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.387 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.387 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.387 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.387 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.387 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.389 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.389 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.389 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.389 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.391 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.391 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.391 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.391 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.394 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.394 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.394 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.394 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.396 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.396 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.396 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.396 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.396 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.397 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.397 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.397 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.397 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.399 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.399 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.399 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.399 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2021-07-24T17:02:49.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "address": { 2021-07-24T17:02:49.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "address", 2021-07-24T17:02:49.401 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.401 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.401 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.401 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2021-07-24T17:02:49.401 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.402 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.402 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.402 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.402 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:02:49.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:02:49.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:49.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "15", 2021-07-24T17:02:49.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.405 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.405 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.405 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.405 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.406 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.406 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.406 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.406 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.406 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.408 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.408 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.408 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.408 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.410 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.410 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.410 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.410 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.413 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.413 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.413 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.413 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.417 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.417 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.417 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.417 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.418 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.418 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.418 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.418 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.418 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.420 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.420 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.420 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.420 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.422 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.422 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2021-07-24T17:02:49.422 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.422 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.422 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.423 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "channel_basic": { 2021-07-24T17:02:49.423 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2021-07-24T17:02:49.423 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.423 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:49.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2021-07-24T17:02:49.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.426 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "channel_crash": { 2021-07-24T17:02:49.426 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2021-07-24T17:02:49.426 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.426 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.427 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.427 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:49.427 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.427 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.427 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.429 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "channel_device": { 2021-07-24T17:02:49.429 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2021-07-24T17:02:49.429 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.429 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:02:49.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.431 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.431 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.431 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.431 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "channel_ident": { 2021-07-24T17:02:49.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2021-07-24T17:02:49.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.434 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.434 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.434 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.434 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "contact": { 2021-07-24T17:02:49.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "contact", 2021-07-24T17:02:49.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:49.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "description": { 2021-07-24T17:02:49.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "description", 2021-07-24T17:02:49.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.439 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:49.439 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.439 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.439 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "device_url": { 2021-07-24T17:02:49.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "device_url", 2021-07-24T17:02:49.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2021-07-24T17:02:49.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.443 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.443 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.443 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.443 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enabled": { 2021-07-24T17:02:49.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "enabled", 2021-07-24T17:02:49.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.446 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.446 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.446 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.446 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:02:49.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:02:49.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.448 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "24", 2021-07-24T17:02:49.448 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "8", 2021-07-24T17:02:49.448 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.448 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.448 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2021-07-24T17:02:49.450 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2021-07-24T17:02:49.450 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.450 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.450 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "1", 2021-07-24T17:02:49.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.452 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.452 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.452 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.452 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.452 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "leaderboard": { 2021-07-24T17:02:49.453 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2021-07-24T17:02:49.453 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.453 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.453 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.456 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.456 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.456 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.456 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.456 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.457 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.457 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.457 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.457 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.460 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.460 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.460 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.460 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.462 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.462 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.462 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.462 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.463 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.463 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.463 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.463 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.463 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.464 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.464 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.464 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.464 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.466 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.466 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.466 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.466 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.469 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.469 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.469 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.469 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.470 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.470 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.470 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.470 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.470 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.471 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "organization": { 2021-07-24T17:02:49.471 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "organization", 2021-07-24T17:02:49.471 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.471 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.472 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.472 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:49.472 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.472 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.472 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "proxy": { 2021-07-24T17:02:49.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "proxy", 2021-07-24T17:02:49.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.475 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:49.475 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.475 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.475 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "url": { 2021-07-24T17:02:49.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "url", 2021-07-24T17:02:49.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.478 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2021-07-24T17:02:49.478 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.478 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.478 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.479 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.479 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.479 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.479 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.479 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2021-07-24T17:02:49.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.481 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.481 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.481 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.481 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.483 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.483 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.483 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.483 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.483 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.484 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.484 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.484 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.484 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.486 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.486 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.486 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.486 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.486 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.487 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.487 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.487 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.487 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.494 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.494 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.494 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.494 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.495 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.495 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.495 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.495 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.495 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.496 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.496 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.496 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.496 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "volumes", 2021-07-24T17:02:49.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.498 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.498 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.498 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.498 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.501 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.501 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.501 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.501 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.503 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.503 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.503 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.503 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2021-07-24T17:02:49.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2021-07-24T17:02:49.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "4", 2021-07-24T17:02:49.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2021-07-24T17:02:49.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2021-07-24T17:02:49.517 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:02:49.517 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:02:49.517 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:02:49.517 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2021-07-24T17:02:49.518 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2021-07-24T17:02:49.518 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.518 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.518 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.518 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "100", 2021-07-24T17:02:49.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "identifier": { 2021-07-24T17:02:49.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "identifier", 2021-07-24T17:02:49.521 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.521 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.521 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.521 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:02:49.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:02:49.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:02:49.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:02:49.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:02:49.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:02:49.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:02:49.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:02:49.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:02:49.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:02:49.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:02:49.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:02:49.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:02:49.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:02:49.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:02:49.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:02:49.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:02:49.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:02:49.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:02:49.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:02:49.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:02:49.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:02:49.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:02:49.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:02:49.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2021-07-24T17:02:49.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2021-07-24T17:02:49.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:02:49.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2021-07-24T17:02:49.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2021-07-24T17:02:49.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:02:49.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2021-07-24T17:02:49.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2021-07-24T17:02:49.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2021-07-24T17:02:49.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:02:49.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:02:49.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:02:49.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2021-07-24T17:02:49.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:02:49.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:02:49.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:02:49.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:02:49.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:02:49.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:02:49.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:02:49.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "services": {}, 2021-07-24T17:02:49.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2021-07-24T17:02:49.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nautilus": [ 2021-07-24T17:02:49.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "balancer", 2021-07-24T17:02:49.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crash", 2021-07-24T17:02:49.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "devicehealth", 2021-07-24T17:02:49.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2021-07-24T17:02:49.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "progress", 2021-07-24T17:02:49.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rbd_support", 2021-07-24T17:02:49.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "status", 2021-07-24T17:02:49.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "volumes" 2021-07-24T17:02:49.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "octopus": [ 2021-07-24T17:02:49.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "balancer", 2021-07-24T17:02:49.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crash", 2021-07-24T17:02:49.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "devicehealth", 2021-07-24T17:02:49.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "orchestrator", 2021-07-24T17:02:49.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2021-07-24T17:02:49.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "progress", 2021-07-24T17:02:49.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rbd_support", 2021-07-24T17:02:49.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "status", 2021-07-24T17:02:49.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "telemetry", 2021-07-24T17:02:49.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "volumes" 2021-07-24T17:02:49.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:02:49.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2021-07-24T17:02:49.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_clients": [ 2021-07-24T17:02:49.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addrvec": [ 2021-07-24T17:02:49.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "v2", 2021-07-24T17:02:49.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.6:0", 2021-07-24T17:02:49.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nonce": 3963393092 2021-07-24T17:02:49.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ] 2021-07-24T17:02:49.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:02:49.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addrvec": [ 2021-07-24T17:02:49.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:49.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "v2", 2021-07-24T17:02:49.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.6:0", 2021-07-24T17:02:49.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nonce": 41547701 2021-07-24T17:02:49.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ] 2021-07-24T17:02:49.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ] 2021-07-24T17:02:49.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:49.561 INFO:teuthology.orchestra.run.smithi006.stderr:Waiting for the mgr to restart... 2021-07-24T17:02:49.562 INFO:teuthology.orchestra.run.smithi006.stderr:Waiting for Mgr epoch 5... 2021-07-24T17:02:49.562 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus tell mgr mgr_status 2021-07-24T17:02:51.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:02:51.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2021-07-24T17:02:51.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "initialized": true 2021-07-24T17:02:51.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:02:52.224 INFO:teuthology.orchestra.run.smithi006.stderr:Mgr epoch 5 is available 2021-07-24T17:02:52.224 INFO:teuthology.orchestra.run.smithi006.stderr:Setting orchestrator backend to cephadm... 2021-07-24T17:02:52.225 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus orch set backend cephadm 2021-07-24T17:02:53.563 INFO:teuthology.orchestra.run.smithi006.stderr:Generating ssh key... 2021-07-24T17:02:53.564 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus cephadm generate-key 2021-07-24T17:02:55.198 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus cephadm get-pub-key 2021-07-24T17:02:55.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPb6Gtf/9vzHmMdD1K/iv26NOeT6j6KLJQkArOs0Zt39XiP9pvUNak/X4HFRIJ3M061FoaLkqa3nJQCLLR2FprpVPz4dDh+wnQ295SU2IGF5G9zxBw4wclvwd0ifkN1FP7LmEUQS27znWbqlE8jkTghV7QKt5N1X9WpyK+at+JKQ0iU8wCb1DocKF3eDK8aPt9XkYw6WOKG4UMQg3Do64G4O64n6+f/abc4cOXy7kBfKaQSWK1FESUUkPOnQFGMuKX5mXWdKN+zajfp0gJyCnpCqEd4XgC+yYORGaXr4EvRAyqaLPpIetC+XukX7oqhkVVdCiOdQry5Q9sI8wNtcn7UnXjuMhkQIpPICIuLhNbE0nushNYQrNsOgeMs7PqHSIbuUhv54Bc0efSsvj5lJdx35BFFOKLYWVP3dIVoWq+CE24TNgPcjrvpiCQuNfebNgFy5tUj9LNIAzwAuF6m8ffLPhNVSZ8T+ZTaWxzcBPsi1g10LWM657Cap9vhvn2lLc= ceph-d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:02:56.534 INFO:teuthology.orchestra.run.smithi006.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2021-07-24T17:02:56.535 INFO:teuthology.orchestra.run.smithi006.stderr:Adding key to root@localhost's authorized_keys... 2021-07-24T17:02:56.536 INFO:teuthology.orchestra.run.smithi006.stderr:Adding host smithi006... 2021-07-24T17:02:56.536 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus orch host add smithi006 2021-07-24T17:02:57.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout Added host 'smithi006' 2021-07-24T17:02:58.473 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus config set mgr mgr/cephadm/container_init False --force 2021-07-24T17:02:59.920 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus config set mgr mgr/dashboard/ssl_server_port 8443 2021-07-24T17:03:01.462 INFO:teuthology.orchestra.run.smithi006.stderr:Enabling the dashboard module... 2021-07-24T17:03:01.462 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus mgr module enable dashboard 2021-07-24T17:03:03.500 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus mgr dump 2021-07-24T17:03:04.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:04.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "epoch": 9, 2021-07-24T17:03:04.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_gid": 14116, 2021-07-24T17:03:04.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_name": "y", 2021-07-24T17:03:04.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_addrs": { 2021-07-24T17:03:04.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addrvec": [ 2021-07-24T17:03:04.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:04.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "v2", 2021-07-24T17:03:04.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.6:6800", 2021-07-24T17:03:04.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nonce": 615585280 2021-07-24T17:03:04.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:04.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "v1", 2021-07-24T17:03:04.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.6:6801", 2021-07-24T17:03:04.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nonce": 615585280 2021-07-24T17:03:04.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:04.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ] 2021-07-24T17:03:04.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.6:6801/615585280", 2021-07-24T17:03:04.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_change": "2021-07-24T17:02:50.586225+0000", 2021-07-24T17:03:04.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2021-07-24T17:03:04.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "available": true, 2021-07-24T17:03:04.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "standbys": [], 2021-07-24T17:03:04.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "modules": [ 2021-07-24T17:03:04.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "cephadm", 2021-07-24T17:03:04.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "dashboard", 2021-07-24T17:03:04.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "iostat", 2021-07-24T17:03:04.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "restful" 2021-07-24T17:03:04.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "available_modules": [ 2021-07-24T17:03:04.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:04.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "alerts", 2021-07-24T17:03:04.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:04.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:04.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:04.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:03:04.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:03:04.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:04.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:03:04.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.724 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2021-07-24T17:03:04.724 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.724 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.724 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.724 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.725 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:04.725 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:04.725 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.725 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.726 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.726 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.726 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.726 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.726 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:04.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:04.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:04.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:04.727 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:04.728 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:04.728 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.728 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.728 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:04.729 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:04.730 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.730 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.730 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.730 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.730 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.731 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.732 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.732 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.732 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:04.732 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:04.732 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.733 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.733 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.733 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:04.733 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.734 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.734 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.734 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:04.734 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:04.734 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:04.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:04.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:04.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:04.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.735 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.736 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:04.737 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:04.737 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.737 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.737 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.738 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.738 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.738 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.738 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.738 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.739 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.739 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.739 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.739 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.740 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2021-07-24T17:03:04.740 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2021-07-24T17:03:04.740 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.740 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.740 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.741 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2021-07-24T17:03:04.742 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.742 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.742 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.742 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.743 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2021-07-24T17:03:04.743 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2021-07-24T17:03:04.743 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.743 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.743 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2021-07-24T17:03:04.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.744 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2021-07-24T17:03:04.745 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.745 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.745 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.745 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.746 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_host": { 2021-07-24T17:03:04.746 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2021-07-24T17:03:04.746 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.746 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.746 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.747 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.747 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.747 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.747 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.748 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2021-07-24T17:03:04.748 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.748 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.748 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.748 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_password": { 2021-07-24T17:03:04.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2021-07-24T17:03:04.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.749 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.750 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.750 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.750 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.750 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.751 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2021-07-24T17:03:04.751 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.751 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.751 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.752 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.752 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_port": { 2021-07-24T17:03:04.752 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2021-07-24T17:03:04.752 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:04.752 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "465", 2021-07-24T17:03:04.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.753 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.754 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2021-07-24T17:03:04.754 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.754 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.754 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2021-07-24T17:03:04.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2021-07-24T17:03:04.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.755 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.756 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.756 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.756 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.756 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.756 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.757 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2021-07-24T17:03:04.757 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.757 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.757 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2021-07-24T17:03:04.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2021-07-24T17:03:04.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.758 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.759 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.759 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.759 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.759 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2021-07-24T17:03:04.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.760 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "smtp_user": { 2021-07-24T17:03:04.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2021-07-24T17:03:04.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.761 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.762 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.762 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.762 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.762 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.763 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.763 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2021-07-24T17:03:04.763 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.763 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.763 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:04.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:04.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:04.764 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "balancer", 2021-07-24T17:03:04.765 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:04.765 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:04.765 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:04.765 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active": { 2021-07-24T17:03:04.766 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "active", 2021-07-24T17:03:04.766 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.766 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.766 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.766 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2021-07-24T17:03:04.767 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "begin_time": { 2021-07-24T17:03:04.768 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2021-07-24T17:03:04.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2021-07-24T17:03:04.769 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.770 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.770 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.770 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2021-07-24T17:03:04.770 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2021-07-24T17:03:04.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2021-07-24T17:03:04.771 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2021-07-24T17:03:04.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "uint", 2021-07-24T17:03:04.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0", 2021-07-24T17:03:04.772 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "0", 2021-07-24T17:03:04.773 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "7", 2021-07-24T17:03:04.773 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.773 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2021-07-24T17:03:04.773 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2021-07-24T17:03:04.773 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2021-07-24T17:03:04.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2021-07-24T17:03:04.774 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "uint", 2021-07-24T17:03:04.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "25", 2021-07-24T17:03:04.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "1", 2021-07-24T17:03:04.775 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "250", 2021-07-24T17:03:04.776 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.776 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2021-07-24T17:03:04.776 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.776 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.776 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.777 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.777 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2021-07-24T17:03:04.777 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2021-07-24T17:03:04.777 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.777 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.778 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.778 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2021-07-24T17:03:04.778 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.778 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.779 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.779 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2021-07-24T17:03:04.779 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2021-07-24T17:03:04.779 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2021-07-24T17:03:04.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2021-07-24T17:03:04.780 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "float", 2021-07-24T17:03:04.781 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.781 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.781 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2021-07-24T17:03:04.781 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "0.001", 2021-07-24T17:03:04.781 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "0.999", 2021-07-24T17:03:04.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2021-07-24T17:03:04.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2021-07-24T17:03:04.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.782 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.783 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.783 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "end_time": { 2021-07-24T17:03:04.783 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "end_time", 2021-07-24T17:03:04.783 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2021-07-24T17:03:04.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.784 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2021-07-24T17:03:04.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2021-07-24T17:03:04.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.785 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.786 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "end_weekday": { 2021-07-24T17:03:04.786 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2021-07-24T17:03:04.786 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "uint", 2021-07-24T17:03:04.786 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.787 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.787 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "7", 2021-07-24T17:03:04.787 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "0", 2021-07-24T17:03:04.787 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "7", 2021-07-24T17:03:04.787 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2021-07-24T17:03:04.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2021-07-24T17:03:04.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.788 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:04.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:04.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.789 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.790 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.790 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.790 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.790 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:04.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:04.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:04.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:04.791 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:04.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:04.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.792 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.793 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.793 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.793 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:04.793 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:04.793 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.794 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.794 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.794 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.794 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.795 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.796 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.796 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.796 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:04.796 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:04.796 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:04.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.797 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.798 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.798 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:04.798 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:04.798 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:04.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:04.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:04.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:04.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.799 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.800 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:04.801 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:04.801 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.801 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.801 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.801 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.802 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.802 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.802 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.802 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.803 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.803 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.803 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.803 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.803 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min_score": { 2021-07-24T17:03:04.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "min_score", 2021-07-24T17:03:04.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "float", 2021-07-24T17:03:04.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.804 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0", 2021-07-24T17:03:04.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2021-07-24T17:03:04.805 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mode": { 2021-07-24T17:03:04.806 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "mode", 2021-07-24T17:03:04.807 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.807 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.807 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.807 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "none", 2021-07-24T17:03:04.807 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.808 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.808 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.808 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crush-compat", 2021-07-24T17:03:04.808 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "none", 2021-07-24T17:03:04.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "upmap" 2021-07-24T17:03:04.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2021-07-24T17:03:04.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.809 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.810 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.810 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.810 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pool_ids": { 2021-07-24T17:03:04.810 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2021-07-24T17:03:04.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.811 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.812 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.812 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.812 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2021-07-24T17:03:04.812 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2021-07-24T17:03:04.813 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2021-07-24T17:03:04.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:04.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:03:04.814 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.815 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.815 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.815 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2021-07-24T17:03:04.815 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.815 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2021-07-24T17:03:04.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2021-07-24T17:03:04.816 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:04.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5", 2021-07-24T17:03:04.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "1", 2021-07-24T17:03:04.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.817 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.818 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2021-07-24T17:03:04.818 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2021-07-24T17:03:04.818 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.818 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.819 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.819 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2021-07-24T17:03:04.819 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2021-07-24T17:03:04.819 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "uint", 2021-07-24T17:03:04.819 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:03:04.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.820 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2021-07-24T17:03:04.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:04.821 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:04.822 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.822 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:04.822 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2021-07-24T17:03:04.822 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:04.822 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:04.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:04.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2021-07-24T17:03:04.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2021-07-24T17:03:04.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.823 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.824 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.824 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.824 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.824 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2021-07-24T17:03:04.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "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.", 2021-07-24T17:03:04.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.825 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.826 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.826 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2021-07-24T17:03:04.826 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2021-07-24T17:03:04.826 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.826 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.827 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.828 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2021-07-24T17:03:04.828 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.828 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.828 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2021-07-24T17:03:04.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2021-07-24T17:03:04.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.829 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2021-07-24T17:03:04.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.830 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.831 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2021-07-24T17:03:04.831 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.831 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.831 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.831 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_base": { 2021-07-24T17:03:04.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2021-07-24T17:03:04.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.832 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.833 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2021-07-24T17:03:04.833 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.833 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.833 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.833 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2021-07-24T17:03:04.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.834 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2021-07-24T17:03:04.835 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2021-07-24T17:03:04.835 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.835 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.835 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.835 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2021-07-24T17:03:04.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2021-07-24T17:03:04.836 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2021-07-24T17:03:04.837 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2021-07-24T17:03:04.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2021-07-24T17:03:04.838 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.839 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.839 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.839 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2021-07-24T17:03:04.839 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.839 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2021-07-24T17:03:04.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2021-07-24T17:03:04.840 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2021-07-24T17:03:04.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.841 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2021-07-24T17:03:04.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.842 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "container_init": { 2021-07-24T17:03:04.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "container_init", 2021-07-24T17:03:04.843 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.844 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2021-07-24T17:03:04.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.845 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2021-07-24T17:03:04.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2021-07-24T17:03:04.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:04.846 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "600", 2021-07-24T17:03:04.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.847 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.848 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2021-07-24T17:03:04.848 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.848 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.848 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.848 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2021-07-24T17:03:04.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2021-07-24T17:03:04.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:04.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.849 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.850 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2021-07-24T17:03:04.850 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.850 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.850 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.851 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2021-07-24T17:03:04.851 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.851 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.851 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.851 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2021-07-24T17:03:04.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2021-07-24T17:03:04.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:04.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.852 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:03:04.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.853 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2021-07-24T17:03:04.854 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.854 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.854 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.854 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2021-07-24T17:03:04.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2021-07-24T17:03:04.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:04.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.855 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.856 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "600", 2021-07-24T17:03:04.856 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.856 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.856 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2021-07-24T17:03:04.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.857 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.858 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:04.858 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:04.858 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.858 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.858 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.859 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:04.860 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:04.860 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:04.860 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:04.860 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:04.860 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:04.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.861 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:04.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:04.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.862 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.863 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.863 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.863 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.863 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.864 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.864 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2021-07-24T17:03:04.864 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.864 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.864 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:04.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:04.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.865 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.866 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.866 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:04.866 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.866 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:04.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:04.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:04.867 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:04.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:04.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:04.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.868 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.869 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.869 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.869 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.869 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:04.869 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:04.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.870 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.871 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.871 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.871 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.871 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.872 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.872 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.872 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.872 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2021-07-24T17:03:04.872 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2021-07-24T17:03:04.873 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.873 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.873 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.873 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.874 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.874 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.874 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.874 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2021-07-24T17:03:04.874 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "migration_current": { 2021-07-24T17:03:04.875 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2021-07-24T17:03:04.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:04.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:04.876 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2021-07-24T17:03:04.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.877 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.878 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.878 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.878 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mode": { 2021-07-24T17:03:04.878 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "mode", 2021-07-24T17:03:04.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "root", 2021-07-24T17:03:04.879 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.880 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.880 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.880 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "cephadm-package", 2021-07-24T17:03:04.880 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "root" 2021-07-24T17:03:04.880 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2021-07-24T17:03:04.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.881 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2021-07-24T17:03:04.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2021-07-24T17:03:04.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.882 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2021-07-24T17:03:04.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.883 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2021-07-24T17:03:04.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "registry_password": { 2021-07-24T17:03:04.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2021-07-24T17:03:04.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:04.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.886 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2021-07-24T17:03:04.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.887 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "registry_url": { 2021-07-24T17:03:04.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2021-07-24T17:03:04.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.888 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:04.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.889 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2021-07-24T17:03:04.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.890 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "registry_username": { 2021-07-24T17:03:04.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2021-07-24T17:03:04.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.891 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:04.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2021-07-24T17:03:04.892 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.893 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2021-07-24T17:03:04.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2021-07-24T17:03:04.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.894 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:04.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2021-07-24T17:03:04.895 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.896 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2021-07-24T17:03:04.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2021-07-24T17:03:04.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.897 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.898 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.898 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.898 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.898 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2021-07-24T17:03:04.898 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.899 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.899 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.899 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.899 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2021-07-24T17:03:04.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2021-07-24T17:03:04.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.900 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.901 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.901 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.901 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.901 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2021-07-24T17:03:04.901 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2021-07-24T17:03:04.902 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2021-07-24T17:03:04.903 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.903 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.903 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.903 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.904 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.904 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.904 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.904 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2021-07-24T17:03:04.904 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2021-07-24T17:03:04.905 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2021-07-24T17:03:04.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.906 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2021-07-24T17:03:04.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.907 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:04.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:04.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.908 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:04.909 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crash", 2021-07-24T17:03:04.909 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:04.909 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:04.909 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:04.909 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:04.910 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:04.910 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.910 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.910 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.911 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.911 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.911 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.911 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.911 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:04.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:04.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:04.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:04.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:04.912 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:04.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.913 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:04.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:04.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.914 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.915 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.915 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.915 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.915 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.916 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:04.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:04.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.917 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.918 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.918 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:04.918 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.918 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.918 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:04.919 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:04.919 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:04.919 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:04.919 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:04.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:04.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:04.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:04.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.920 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:04.921 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:04.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.922 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.923 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.923 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.923 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.923 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "retain_interval": { 2021-07-24T17:03:04.924 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2021-07-24T17:03:04.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:04.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2021-07-24T17:03:04.925 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.926 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.926 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.926 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2021-07-24T17:03:04.926 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.927 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.927 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.927 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.927 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2021-07-24T17:03:04.927 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2021-07-24T17:03:04.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:04.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:04.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2021-07-24T17:03:04.928 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2021-07-24T17:03:04.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.929 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.930 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.930 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:04.930 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:04.930 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.930 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:04.931 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2021-07-24T17:03:04.931 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:04.931 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:04.931 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:04.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2021-07-24T17:03:04.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2021-07-24T17:03:04.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:04.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.932 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:03:04.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.933 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.934 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.934 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.934 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.934 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.934 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2021-07-24T17:03:04.935 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2021-07-24T17:03:04.935 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.935 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.935 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.936 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.937 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2021-07-24T17:03:04.938 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2021-07-24T17:03:04.938 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.938 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.938 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.938 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.939 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2021-07-24T17:03:04.940 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2021-07-24T17:03:04.941 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.941 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.941 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.941 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.942 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.942 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.942 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.942 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.942 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2021-07-24T17:03:04.943 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2021-07-24T17:03:04.944 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.944 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.944 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.944 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.944 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.945 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.945 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.945 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.945 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2021-07-24T17:03:04.946 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2021-07-24T17:03:04.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.947 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.948 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.948 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.948 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.948 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2021-07-24T17:03:04.949 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2021-07-24T17:03:04.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.950 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.951 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.951 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.951 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.951 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2021-07-24T17:03:04.952 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2021-07-24T17:03:04.953 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.953 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.953 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.953 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.954 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.954 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.954 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.954 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.954 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2021-07-24T17:03:04.955 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2021-07-24T17:03:04.956 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.956 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.956 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.956 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.957 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.958 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.958 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.958 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2021-07-24T17:03:04.958 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2021-07-24T17:03:04.958 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.959 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.959 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.959 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.959 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.960 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.961 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.961 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.961 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2021-07-24T17:03:04.961 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2021-07-24T17:03:04.961 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.962 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.963 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.964 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.964 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2021-07-24T17:03:04.964 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2021-07-24T17:03:04.964 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.964 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.965 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.966 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.966 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.966 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.966 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2021-07-24T17:03:04.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2021-07-24T17:03:04.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.967 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.968 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.968 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.968 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.968 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.968 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.970 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2021-07-24T17:03:04.970 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2021-07-24T17:03:04.970 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.970 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.971 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.971 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2021-07-24T17:03:04.971 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.971 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.971 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.972 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2021-07-24T17:03:04.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2021-07-24T17:03:04.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.973 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.974 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.975 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.975 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.975 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.975 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2021-07-24T17:03:04.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2021-07-24T17:03:04.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.976 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.977 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.978 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.978 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.978 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.978 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2021-07-24T17:03:04.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2021-07-24T17:03:04.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.979 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.980 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2021-07-24T17:03:04.980 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.980 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.980 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.980 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.981 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.981 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.981 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.981 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2021-07-24T17:03:04.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2021-07-24T17:03:04.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.982 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.983 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.983 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.983 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.983 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.983 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.984 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2021-07-24T17:03:04.985 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2021-07-24T17:03:04.985 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.985 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.985 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.986 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.987 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.987 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.987 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.987 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.987 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2021-07-24T17:03:04.988 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2021-07-24T17:03:04.988 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.988 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.988 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.989 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.990 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.990 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.990 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.990 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.990 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2021-07-24T17:03:04.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2021-07-24T17:03:04.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:04.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.991 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:04.992 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.992 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.992 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.992 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.993 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.993 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.993 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.993 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.993 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2021-07-24T17:03:04.994 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2021-07-24T17:03:04.994 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.994 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.994 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:04.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.995 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.996 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.996 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.996 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.996 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.996 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2021-07-24T17:03:04.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2021-07-24T17:03:04.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:04.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:04.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:04.997 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:04.998 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:04.998 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:04.998 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:04.998 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:04.998 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:04.999 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:04.999 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:04.999 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:04.999 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2021-07-24T17:03:05.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2021-07-24T17:03:05.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.000 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.001 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.001 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.001 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.001 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.001 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.002 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.002 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.002 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.002 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2021-07-24T17:03:05.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2021-07-24T17:03:05.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.003 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.004 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.005 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.005 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.005 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.005 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2021-07-24T17:03:05.005 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2021-07-24T17:03:05.006 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.006 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.006 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.006 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.007 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2021-07-24T17:03:05.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2021-07-24T17:03:05.008 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.009 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.009 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.009 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.009 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.010 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.010 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.010 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.010 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.011 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.011 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.011 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.011 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2021-07-24T17:03:05.012 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2021-07-24T17:03:05.012 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.012 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.012 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.012 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.013 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2021-07-24T17:03:05.014 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2021-07-24T17:03:05.015 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.015 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.015 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.015 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.016 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2021-07-24T17:03:05.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2021-07-24T17:03:05.017 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.018 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.018 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.018 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.018 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.019 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.020 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.020 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.020 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2021-07-24T17:03:05.020 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2021-07-24T17:03:05.021 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.021 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.021 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.021 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2021-07-24T17:03:05.021 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.022 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.022 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.022 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.022 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.022 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2021-07-24T17:03:05.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2021-07-24T17:03:05.023 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.024 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.024 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.024 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:03:05.024 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.025 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.026 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.026 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.026 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2021-07-24T17:03:05.026 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2021-07-24T17:03:05.026 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "8", 2021-07-24T17:03:05.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.027 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.028 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.028 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.028 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.028 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2021-07-24T17:03:05.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2021-07-24T17:03:05.029 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "45", 2021-07-24T17:03:05.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.030 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.031 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.031 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.031 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.031 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.032 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.032 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.032 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2021-07-24T17:03:05.032 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2021-07-24T17:03:05.032 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.033 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.034 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.035 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.035 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2021-07-24T17:03:05.035 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2021-07-24T17:03:05.035 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2021-07-24T17:03:05.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.036 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.037 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.038 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2021-07-24T17:03:05.038 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2021-07-24T17:03:05.038 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.038 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.039 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.040 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.040 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.040 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.040 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.041 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.041 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2021-07-24T17:03:05.041 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2021-07-24T17:03:05.041 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.041 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.042 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.042 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "80", 2021-07-24T17:03:05.042 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.042 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.043 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.044 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.044 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2021-07-24T17:03:05.044 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2021-07-24T17:03:05.044 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.044 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "http", 2021-07-24T17:03:05.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.045 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.046 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.046 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.046 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.046 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2021-07-24T17:03:05.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2021-07-24T17:03:05.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.047 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.048 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.048 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.048 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.048 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.049 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.050 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2021-07-24T17:03:05.050 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2021-07-24T17:03:05.050 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.050 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.051 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.051 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.051 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.051 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.051 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.052 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.053 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2021-07-24T17:03:05.053 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2021-07-24T17:03:05.053 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.053 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.053 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.054 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.055 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2021-07-24T17:03:05.056 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2021-07-24T17:03:05.056 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.056 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.056 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.056 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "0", 2021-07-24T17:03:05.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.057 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.058 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.058 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.058 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.058 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2021-07-24T17:03:05.058 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2021-07-24T17:03:05.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:03:05.059 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.060 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.060 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.060 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.060 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.061 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.061 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.061 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.061 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2021-07-24T17:03:05.061 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2021-07-24T17:03:05.062 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.062 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.062 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.062 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5", 2021-07-24T17:03:05.063 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.063 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.063 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.063 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.063 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crt_file": { 2021-07-24T17:03:05.064 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2021-07-24T17:03:05.065 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.065 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.065 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.065 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.065 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.066 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.066 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.066 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.066 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.067 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.067 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.067 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.067 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug": { 2021-07-24T17:03:05.068 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "debug", 2021-07-24T17:03:05.068 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.068 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.068 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.068 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2021-07-24T17:03:05.069 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.070 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.070 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.070 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.070 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2021-07-24T17:03:05.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2021-07-24T17:03:05.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.071 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2021-07-24T17:03:05.072 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.072 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.072 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.072 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.073 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "key_file": { 2021-07-24T17:03:05.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "key_file", 2021-07-24T17:03:05.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.074 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.075 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.075 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.075 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.075 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.076 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.076 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.076 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.076 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.076 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.077 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.078 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.079 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.080 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.080 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.080 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.080 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.080 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.081 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.081 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.081 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.081 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.082 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.083 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.083 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.083 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.083 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.084 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.084 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.084 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.084 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.084 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.085 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.085 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.085 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.085 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.085 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.086 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.086 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.086 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.086 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.087 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.087 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.087 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.087 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.087 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.088 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.089 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.090 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.090 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.090 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.090 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.090 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_addr": { 2021-07-24T17:03:05.091 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2021-07-24T17:03:05.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "::", 2021-07-24T17:03:05.092 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.093 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.094 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.094 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.094 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_port": { 2021-07-24T17:03:05.094 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_port", 2021-07-24T17:03:05.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2021-07-24T17:03:05.095 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.096 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.097 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.097 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.097 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ssl": { 2021-07-24T17:03:05.097 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ssl", 2021-07-24T17:03:05.097 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.098 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.098 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.098 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.098 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.099 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.100 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.100 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.100 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2021-07-24T17:03:05.100 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2021-07-24T17:03:05.100 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.101 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.101 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.101 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2021-07-24T17:03:05.101 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.102 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2021-07-24T17:03:05.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2021-07-24T17:03:05.103 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.104 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.104 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.104 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2021-07-24T17:03:05.104 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "redirect" 2021-07-24T17:03:05.105 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.106 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.106 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.106 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.106 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.106 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2021-07-24T17:03:05.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2021-07-24T17:03:05.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.107 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "500", 2021-07-24T17:03:05.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "400", 2021-07-24T17:03:05.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "599", 2021-07-24T17:03:05.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.108 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.109 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "url_prefix": { 2021-07-24T17:03:05.110 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2021-07-24T17:03:05.110 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.110 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.110 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.111 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.112 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.112 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.112 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.112 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.113 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.113 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.113 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.113 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2021-07-24T17:03:05.113 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2021-07-24T17:03:05.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2021-07-24T17:03:05.114 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.115 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.116 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.116 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2021-07-24T17:03:05.116 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.116 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.117 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.118 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.119 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.119 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.119 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.119 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.120 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.121 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.122 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.122 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.122 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.122 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.122 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.123 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.123 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.123 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.123 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.124 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.125 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.126 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.126 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.126 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.126 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.126 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.127 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.128 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.129 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.129 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.129 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.129 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.130 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.130 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.130 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.130 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.130 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.131 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2021-07-24T17:03:05.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2021-07-24T17:03:05.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:05.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.132 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2021-07-24T17:03:05.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.133 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2021-07-24T17:03:05.134 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.134 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.134 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.134 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.135 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pool_name": { 2021-07-24T17:03:05.135 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2021-07-24T17:03:05.135 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.135 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.135 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2021-07-24T17:03:05.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.136 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2021-07-24T17:03:05.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.137 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "retention_period": { 2021-07-24T17:03:05.138 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2021-07-24T17:03:05.138 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:05.138 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.138 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.138 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2021-07-24T17:03:05.139 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.139 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.139 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.139 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2021-07-24T17:03:05.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.140 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2021-07-24T17:03:05.141 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2021-07-24T17:03:05.141 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:05.141 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.141 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2021-07-24T17:03:05.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.142 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2021-07-24T17:03:05.143 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.143 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.143 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.143 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.143 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "self_heal": { 2021-07-24T17:03:05.144 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2021-07-24T17:03:05.144 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.144 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.144 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.145 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2021-07-24T17:03:05.146 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.146 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.146 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.146 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.146 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2021-07-24T17:03:05.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2021-07-24T17:03:05.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:05.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.147 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "600", 2021-07-24T17:03:05.148 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.148 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.148 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.148 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2021-07-24T17:03:05.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2021-07-24T17:03:05.149 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2021-07-24T17:03:05.150 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:05.150 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.150 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.150 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2021-07-24T17:03:05.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2021-07-24T17:03:05.151 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.152 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.153 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.153 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2021-07-24T17:03:05.153 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.153 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.154 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.154 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.154 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.154 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.154 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.155 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.155 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.155 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.155 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.156 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.157 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.158 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.158 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.158 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.158 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.158 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.159 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.159 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.159 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.159 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.160 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.161 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.162 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.162 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.162 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.162 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.163 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.164 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.165 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.166 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.166 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.166 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.166 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.167 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.168 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "predict_interval": { 2021-07-24T17:03:05.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2021-07-24T17:03:05.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.169 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.170 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2021-07-24T17:03:05.170 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.170 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.170 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.170 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.171 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "predictor_model": { 2021-07-24T17:03:05.172 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2021-07-24T17:03:05.172 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.172 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.172 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2021-07-24T17:03:05.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.173 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.174 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.174 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.174 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.174 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.174 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2021-07-24T17:03:05.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2021-07-24T17:03:05.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.175 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "600", 2021-07-24T17:03:05.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.176 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.177 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.177 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.177 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.177 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.177 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.178 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.178 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "influx", 2021-07-24T17:03:05.178 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": false, 2021-07-24T17:03:05.178 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2021-07-24T17:03:05.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "batch_size": { 2021-07-24T17:03:05.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2021-07-24T17:03:05.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.179 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.180 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.180 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2021-07-24T17:03:05.180 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.180 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.180 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.181 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "database": { 2021-07-24T17:03:05.182 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "database", 2021-07-24T17:03:05.182 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.182 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.182 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2021-07-24T17:03:05.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.183 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.184 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "hostname": { 2021-07-24T17:03:05.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "hostname", 2021-07-24T17:03:05.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.185 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:05.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.186 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.187 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:03:05.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:03:05.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.188 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "30", 2021-07-24T17:03:05.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.189 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.190 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.191 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.192 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.192 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.192 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.192 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.192 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.193 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.194 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.194 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.194 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.194 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.194 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.195 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.196 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.197 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.198 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.199 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.200 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.201 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.202 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.203 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.204 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "password": { 2021-07-24T17:03:05.205 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "password", 2021-07-24T17:03:05.206 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.206 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.206 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.206 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:05.206 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.207 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "port": { 2021-07-24T17:03:05.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "port", 2021-07-24T17:03:05.208 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.209 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.209 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.209 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2021-07-24T17:03:05.209 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.209 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.210 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.210 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.210 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.210 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ssl": { 2021-07-24T17:03:05.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ssl", 2021-07-24T17:03:05.211 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.212 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.212 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.212 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "false", 2021-07-24T17:03:05.212 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.212 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.213 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.213 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.213 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.213 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "threads": { 2021-07-24T17:03:05.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "threads", 2021-07-24T17:03:05.214 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.215 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.215 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.215 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5", 2021-07-24T17:03:05.215 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.216 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "username": { 2021-07-24T17:03:05.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "username", 2021-07-24T17:03:05.217 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.218 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.218 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.218 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:05.218 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.219 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.220 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.220 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.220 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2021-07-24T17:03:05.220 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2021-07-24T17:03:05.220 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "true", 2021-07-24T17:03:05.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.221 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.222 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.223 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.223 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.223 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.223 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "insights", 2021-07-24T17:03:05.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.224 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.225 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.225 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.225 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.225 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.225 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.226 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.227 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.227 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.227 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.227 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.228 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.228 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.228 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.228 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.228 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.229 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.230 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.230 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.230 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.230 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.231 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.231 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.231 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.231 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.231 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.232 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.233 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.233 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.233 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.233 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.234 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.234 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.234 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.234 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.234 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.235 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.236 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.236 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.236 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.236 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.237 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.237 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.237 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.237 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.237 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.238 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.239 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.239 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.239 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.239 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.240 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.240 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.240 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "iostat", 2021-07-24T17:03:05.240 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.240 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.241 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.242 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.242 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.242 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.242 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.243 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.243 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.243 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.243 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.243 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.244 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.245 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.246 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.246 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.246 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.246 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.247 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.247 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.247 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.247 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.247 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.248 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.249 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.250 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.251 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.251 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.251 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.251 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.252 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.253 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.254 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.254 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.254 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.254 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.254 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.255 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.256 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2021-07-24T17:03:05.256 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.256 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.256 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2021-07-24T17:03:05.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2021-07-24T17:03:05.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.257 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.258 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "7", 2021-07-24T17:03:05.258 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.258 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.258 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.258 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2021-07-24T17:03:05.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.259 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2021-07-24T17:03:05.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2021-07-24T17:03:05.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.260 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:03:05.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "10", 2021-07-24T17:03:05.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2021-07-24T17:03:05.261 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.262 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.262 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.262 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.262 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.262 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.263 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.264 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.265 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.265 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.265 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.265 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.266 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.267 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.267 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.267 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.267 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.268 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.268 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.268 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.268 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.268 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.269 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.270 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.270 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.270 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.270 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.271 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.272 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.272 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.272 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.272 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.273 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.274 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.274 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.274 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.274 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.275 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.276 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "localpool", 2021-07-24T17:03:05.277 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "failure_domain": { 2021-07-24T17:03:05.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2021-07-24T17:03:05.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.278 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "host", 2021-07-24T17:03:05.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.279 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2021-07-24T17:03:05.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.280 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.281 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.282 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.283 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.284 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.285 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.286 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.287 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.288 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.289 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.290 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.291 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.292 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.293 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.294 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.295 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min_size": { 2021-07-24T17:03:05.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "min_size", 2021-07-24T17:03:05.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.296 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.297 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2021-07-24T17:03:05.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.298 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "num_rep": { 2021-07-24T17:03:05.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2021-07-24T17:03:05.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.299 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "3", 2021-07-24T17:03:05.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.300 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2021-07-24T17:03:05.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.301 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pg_num": { 2021-07-24T17:03:05.302 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2021-07-24T17:03:05.302 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.302 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.302 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "128", 2021-07-24T17:03:05.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.303 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2021-07-24T17:03:05.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.304 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "prefix": { 2021-07-24T17:03:05.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "prefix", 2021-07-24T17:03:05.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.305 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2021-07-24T17:03:05.306 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "subtree": { 2021-07-24T17:03:05.307 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "subtree", 2021-07-24T17:03:05.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.308 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2021-07-24T17:03:05.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2021-07-24T17:03:05.309 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.310 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2021-07-24T17:03:05.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.311 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.312 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.313 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.314 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.315 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.316 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.317 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.318 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.319 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.320 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.321 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.322 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.323 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.324 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.325 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.326 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "orchestrator": { 2021-07-24T17:03:05.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2021-07-24T17:03:05.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.327 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:05.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.328 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "cephadm", 2021-07-24T17:03:05.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rook", 2021-07-24T17:03:05.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2021-07-24T17:03:05.329 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2021-07-24T17:03:05.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.330 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.331 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2021-07-24T17:03:05.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.332 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.333 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.334 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.335 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.336 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.337 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.338 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.339 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.340 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.341 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.342 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.343 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.344 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.344 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.344 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.344 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.345 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.345 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.345 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.345 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.345 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.346 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.347 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.347 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.347 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.347 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2021-07-24T17:03:05.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.348 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.349 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.349 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.349 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.349 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.349 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.350 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.350 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.350 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.350 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.351 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.351 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.351 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.351 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.351 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.352 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.353 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.353 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.353 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.353 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.353 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.354 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.354 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.354 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.354 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.360 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.360 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.360 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.361 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.361 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.361 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.361 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.362 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.363 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.363 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.363 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.363 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.363 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.364 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.364 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.364 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.364 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.365 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.366 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.366 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.366 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.366 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.366 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.367 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.367 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.367 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.367 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.368 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2021-07-24T17:03:05.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2021-07-24T17:03:05.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.369 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:03:05.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.370 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.371 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.371 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.371 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.371 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.372 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "progress", 2021-07-24T17:03:05.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enabled": { 2021-07-24T17:03:05.373 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "enabled", 2021-07-24T17:03:05.374 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.374 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.374 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.374 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.374 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.375 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.376 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.376 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.376 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.376 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.376 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.377 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.378 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.378 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.378 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.378 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.378 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.379 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.380 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.381 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.381 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.381 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.381 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.382 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.382 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.382 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.382 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.382 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.383 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.383 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.383 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.383 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.384 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.385 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.385 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.385 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.385 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.385 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.386 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.387 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.387 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.387 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.387 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.388 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.389 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.389 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.389 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.389 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.389 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.390 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.391 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.391 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2021-07-24T17:03:05.391 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2021-07-24T17:03:05.391 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "50", 2021-07-24T17:03:05.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.392 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2021-07-24T17:03:05.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.393 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.394 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.394 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "persist_interval": { 2021-07-24T17:03:05.394 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2021-07-24T17:03:05.394 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:05.394 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "5", 2021-07-24T17:03:05.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.395 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.396 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2021-07-24T17:03:05.396 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.396 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.396 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.397 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.397 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.397 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.397 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.397 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2021-07-24T17:03:05.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.398 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.399 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.399 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.399 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.399 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.399 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.400 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.401 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.401 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.401 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.401 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.402 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.402 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.402 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.402 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.402 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.403 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.404 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.405 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.405 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.405 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.405 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.405 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.406 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.406 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.406 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.406 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.407 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.408 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.408 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.408 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.408 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.408 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.409 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.410 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.410 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.410 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.410 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.411 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.412 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.413 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.413 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2021-07-24T17:03:05.413 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2021-07-24T17:03:05.413 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.414 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.415 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2021-07-24T17:03:05.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2021-07-24T17:03:05.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.416 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.417 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.417 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "300", 2021-07-24T17:03:05.417 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.417 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.417 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.418 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.418 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.418 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.418 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2021-07-24T17:03:05.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2021-07-24T17:03:05.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.419 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.420 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.420 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.420 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.420 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.420 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.421 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.422 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_addr": { 2021-07-24T17:03:05.422 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2021-07-24T17:03:05.422 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.422 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.423 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.423 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.423 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.423 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.423 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.424 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_port": { 2021-07-24T17:03:05.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_port", 2021-07-24T17:03:05.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.425 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.426 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.426 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.426 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.426 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.426 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.427 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.427 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.427 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.427 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2021-07-24T17:03:05.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2021-07-24T17:03:05.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.428 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.429 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.429 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.429 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.429 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.429 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.430 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.431 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.431 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.431 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2021-07-24T17:03:05.431 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.431 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.432 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.433 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.434 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.434 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.434 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.434 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.435 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.436 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.437 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.438 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.439 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.439 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.439 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.439 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.440 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.441 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.442 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.443 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.443 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.443 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.443 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.444 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.445 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.446 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.446 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.446 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.446 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.446 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2021-07-24T17:03:05.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2021-07-24T17:03:05.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.447 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10", 2021-07-24T17:03:05.448 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.448 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.448 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.448 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.449 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2021-07-24T17:03:05.450 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2021-07-24T17:03:05.450 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.450 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.450 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.450 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.451 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.452 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.452 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.452 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.452 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2021-07-24T17:03:05.453 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2021-07-24T17:03:05.453 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.453 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.453 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.453 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.454 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.455 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.456 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.456 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "restful", 2021-07-24T17:03:05.456 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.456 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.457 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.457 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "key_file": { 2021-07-24T17:03:05.457 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "key_file", 2021-07-24T17:03:05.457 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.457 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.458 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.459 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.460 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.460 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.460 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.460 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.461 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.462 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.462 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.462 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.462 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.462 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.463 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.463 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.463 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.463 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.464 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.464 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.464 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.464 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.464 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.465 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.466 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.466 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.466 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.466 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.467 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.468 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.469 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.469 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.469 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.469 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.469 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.470 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.470 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.470 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.470 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.471 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.471 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.471 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.471 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.471 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.472 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.472 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.472 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.472 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.473 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.474 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.475 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_addr": { 2021-07-24T17:03:05.475 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2021-07-24T17:03:05.475 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.475 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.476 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.477 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.478 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "server_port": { 2021-07-24T17:03:05.478 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "server_port", 2021-07-24T17:03:05.478 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.478 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.478 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.479 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.479 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.479 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.479 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.480 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.481 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.481 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.481 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.481 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rook", 2021-07-24T17:03:05.481 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.482 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.483 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.483 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.483 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.483 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.484 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.484 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.484 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.484 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.484 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.486 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.486 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.486 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.486 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.487 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.487 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.487 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.487 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.487 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.488 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.489 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.490 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.491 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.492 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.493 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.494 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.494 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.494 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.494 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.494 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.495 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.495 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.495 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.495 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.496 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.496 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.496 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.496 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.496 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.497 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.498 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "selftest", 2021-07-24T17:03:05.498 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.498 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.498 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.499 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.500 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.501 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.501 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.501 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.501 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.502 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.503 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.503 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.503 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.503 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.503 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.504 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.505 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.506 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.507 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.508 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.509 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.510 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.511 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.512 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.513 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "roption1": { 2021-07-24T17:03:05.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "roption1", 2021-07-24T17:03:05.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.514 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.515 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.516 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.517 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "roption2": { 2021-07-24T17:03:05.517 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "roption2", 2021-07-24T17:03:05.517 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.517 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.517 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.518 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2021-07-24T17:03:05.518 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.518 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.518 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.519 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption1": { 2021-07-24T17:03:05.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2021-07-24T17:03:05.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.520 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.521 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.521 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.521 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.521 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.522 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption2": { 2021-07-24T17:03:05.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2021-07-24T17:03:05.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.523 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.524 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.525 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption3": { 2021-07-24T17:03:05.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2021-07-24T17:03:05.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "float", 2021-07-24T17:03:05.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.526 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.527 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.528 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption4": { 2021-07-24T17:03:05.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2021-07-24T17:03:05.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.529 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.530 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.531 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption5": { 2021-07-24T17:03:05.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2021-07-24T17:03:05.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.532 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.533 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.534 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rwoption6": { 2021-07-24T17:03:05.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2021-07-24T17:03:05.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.535 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.536 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.537 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "testkey": { 2021-07-24T17:03:05.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "testkey", 2021-07-24T17:03:05.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.538 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.539 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.540 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "testlkey": { 2021-07-24T17:03:05.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2021-07-24T17:03:05.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.541 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.542 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.543 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "testnewline": { 2021-07-24T17:03:05.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2021-07-24T17:03:05.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.544 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.545 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.546 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "status", 2021-07-24T17:03:05.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.547 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.548 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.549 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.550 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.551 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.552 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.553 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.554 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.555 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.556 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.557 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.558 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.559 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.560 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.561 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.561 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.561 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.561 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.562 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.563 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.563 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.563 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.563 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2021-07-24T17:03:05.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "address": { 2021-07-24T17:03:05.564 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "address", 2021-07-24T17:03:05.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2021-07-24T17:03:05.565 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.566 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.566 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.566 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.566 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.566 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.567 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.567 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.567 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:03:05.567 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:03:05.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:05.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "15", 2021-07-24T17:03:05.568 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.569 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.569 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.569 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.569 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.569 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.570 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.571 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.571 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.571 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.571 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.572 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.573 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.574 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.574 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.574 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.574 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.574 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.575 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.575 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.575 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.575 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.576 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.577 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.577 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.577 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.577 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.577 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.578 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.579 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.580 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.580 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.580 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.580 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.581 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.582 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.582 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.582 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.582 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.582 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.583 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.583 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.583 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.583 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.584 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.585 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.585 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.585 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.585 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.585 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2021-07-24T17:03:05.586 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.586 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.586 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.586 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "channel_basic": { 2021-07-24T17:03:05.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2021-07-24T17:03:05.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.587 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.588 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.588 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.588 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.588 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2021-07-24T17:03:05.588 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "channel_crash": { 2021-07-24T17:03:05.589 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2021-07-24T17:03:05.590 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.590 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.590 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.590 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.591 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.591 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.591 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.591 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.591 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "channel_device": { 2021-07-24T17:03:05.592 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2021-07-24T17:03:05.593 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.593 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.593 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.593 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "True", 2021-07-24T17:03:05.594 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.594 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.594 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.594 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.594 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "channel_ident": { 2021-07-24T17:03:05.595 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2021-07-24T17:03:05.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.596 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.597 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.597 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.597 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.597 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "contact": { 2021-07-24T17:03:05.598 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "contact", 2021-07-24T17:03:05.599 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.599 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.599 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.599 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:05.600 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.600 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.600 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.600 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.600 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "description": { 2021-07-24T17:03:05.601 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "description", 2021-07-24T17:03:05.602 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.602 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.602 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.602 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:05.603 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.603 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.603 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.603 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.603 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "device_url": { 2021-07-24T17:03:05.604 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "device_url", 2021-07-24T17:03:05.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2021-07-24T17:03:05.605 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.606 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.606 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.606 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.606 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enabled": { 2021-07-24T17:03:05.607 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "enabled", 2021-07-24T17:03:05.608 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.608 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.608 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.608 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.609 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:03:05.610 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:03:05.611 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.611 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.611 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.611 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "24", 2021-07-24T17:03:05.612 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "8", 2021-07-24T17:03:05.612 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.612 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.612 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.612 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.613 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.613 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.613 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.613 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2021-07-24T17:03:05.613 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2021-07-24T17:03:05.614 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.614 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.614 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.614 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "1", 2021-07-24T17:03:05.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.615 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "leaderboard": { 2021-07-24T17:03:05.616 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2021-07-24T17:03:05.617 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.617 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.617 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.617 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.618 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.619 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.620 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.620 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.620 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.620 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.621 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.622 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.623 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.623 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.623 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.623 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.624 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.624 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.624 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.624 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.624 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.625 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.625 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.625 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.625 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.625 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.626 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.627 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.627 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.627 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.627 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.627 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.628 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.628 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.628 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.628 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.629 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.629 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.629 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.629 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.629 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.630 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.630 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.630 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.630 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.630 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.631 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.631 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.631 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.631 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.632 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.632 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.632 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.632 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.632 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.633 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.633 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.633 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.633 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.633 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.634 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.634 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.634 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "organization": { 2021-07-24T17:03:05.634 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "organization", 2021-07-24T17:03:05.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:05.635 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.636 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.636 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.636 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.636 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.636 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.637 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.637 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.637 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "proxy": { 2021-07-24T17:03:05.637 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "proxy", 2021-07-24T17:03:05.638 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.638 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.638 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.638 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:05.638 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.639 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.639 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.639 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.639 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.639 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "url": { 2021-07-24T17:03:05.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "url", 2021-07-24T17:03:05.640 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.641 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.641 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.641 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2021-07-24T17:03:05.641 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.642 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.643 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.643 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.643 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.643 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.643 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.644 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2021-07-24T17:03:05.644 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.644 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.644 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.645 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.646 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.647 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.647 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.647 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.647 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.647 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.648 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.649 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.649 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.649 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.649 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.650 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.650 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.650 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.650 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.650 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.651 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.651 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.651 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.651 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.651 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.652 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.652 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.652 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.652 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.653 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.654 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.654 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.654 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.654 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.654 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.655 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.655 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.655 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.655 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.656 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.656 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.656 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.656 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.656 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.657 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.658 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.658 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.658 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.658 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.658 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.659 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.659 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.659 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.659 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "volumes", 2021-07-24T17:03:05.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.660 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.661 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.661 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.661 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.661 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.661 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.662 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.662 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.662 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.662 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.663 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.664 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.664 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.664 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.664 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.664 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.665 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.665 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.665 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.665 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.666 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.667 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.667 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.667 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.667 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.667 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.668 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.669 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.670 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.670 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.670 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.670 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.671 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.671 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.671 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.671 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.671 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.672 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.673 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.674 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.674 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.674 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.674 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.675 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2021-07-24T17:03:05.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2021-07-24T17:03:05.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.676 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "4", 2021-07-24T17:03:05.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.677 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2021-07-24T17:03:05.678 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.678 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.678 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.678 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.678 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.679 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.679 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.679 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2021-07-24T17:03:05.679 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "can_run": true, 2021-07-24T17:03:05.680 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error_string": "", 2021-07-24T17:03:05.680 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "module_options": { 2021-07-24T17:03:05.680 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2021-07-24T17:03:05.680 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2021-07-24T17:03:05.680 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "100", 2021-07-24T17:03:05.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.681 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.682 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.682 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.682 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.682 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.682 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.683 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.683 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "identifier": { 2021-07-24T17:03:05.683 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "identifier", 2021-07-24T17:03:05.683 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.684 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.685 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.685 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.685 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.685 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.685 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "interval": { 2021-07-24T17:03:05.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "interval", 2021-07-24T17:03:05.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "secs", 2021-07-24T17:03:05.686 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.687 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.687 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "60", 2021-07-24T17:03:05.687 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.687 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.687 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.688 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.689 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_level": { 2021-07-24T17:03:05.689 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_level", 2021-07-24T17:03:05.689 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.689 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.690 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.690 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "", 2021-07-24T17:03:05.690 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.690 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.690 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.691 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.691 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.691 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.691 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.691 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.692 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.693 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.693 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.693 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2021-07-24T17:03:05.693 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2021-07-24T17:03:05.694 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.694 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.694 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.694 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.694 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.695 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2021-07-24T17:03:05.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2021-07-24T17:03:05.696 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.697 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.697 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.697 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "info", 2021-07-24T17:03:05.697 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2021-07-24T17:03:05.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "", 2021-07-24T17:03:05.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "critical", 2021-07-24T17:03:05.698 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "debug", 2021-07-24T17:03:05.699 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "error", 2021-07-24T17:03:05.699 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "info", 2021-07-24T17:03:05.699 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "warning" 2021-07-24T17:03:05.699 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.699 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.700 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "log_to_file": { 2021-07-24T17:03:05.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2021-07-24T17:03:05.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "bool", 2021-07-24T17:03:05.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 1, 2021-07-24T17:03:05.701 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "False", 2021-07-24T17:03:05.702 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.702 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.702 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.702 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.703 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2021-07-24T17:03:05.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2021-07-24T17:03:05.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.704 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "None", 2021-07-24T17:03:05.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.705 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.706 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.706 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.706 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.706 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2021-07-24T17:03:05.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2021-07-24T17:03:05.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "int", 2021-07-24T17:03:05.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.707 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2021-07-24T17:03:05.708 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.708 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.708 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.708 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.708 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2021-07-24T17:03:05.709 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2021-07-24T17:03:05.710 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "str", 2021-07-24T17:03:05.710 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "level": "advanced", 2021-07-24T17:03:05.710 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "flags": 0, 2021-07-24T17:03:05.710 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2021-07-24T17:03:05.711 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "min": "", 2021-07-24T17:03:05.711 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "max": "", 2021-07-24T17:03:05.711 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2021-07-24T17:03:05.711 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "desc": "", 2021-07-24T17:03:05.711 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "long_desc": "", 2021-07-24T17:03:05.712 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "tags": [], 2021-07-24T17:03:05.712 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "see_also": [] 2021-07-24T17:03:05.712 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.712 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.713 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.713 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.713 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "services": {}, 2021-07-24T17:03:05.713 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2021-07-24T17:03:05.713 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nautilus": [ 2021-07-24T17:03:05.714 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "balancer", 2021-07-24T17:03:05.714 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crash", 2021-07-24T17:03:05.714 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "devicehealth", 2021-07-24T17:03:05.714 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2021-07-24T17:03:05.714 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "progress", 2021-07-24T17:03:05.715 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rbd_support", 2021-07-24T17:03:05.715 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "status", 2021-07-24T17:03:05.715 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "volumes" 2021-07-24T17:03:05.715 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.715 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "octopus": [ 2021-07-24T17:03:05.716 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "balancer", 2021-07-24T17:03:05.716 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "crash", 2021-07-24T17:03:05.716 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "devicehealth", 2021-07-24T17:03:05.716 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "orchestrator", 2021-07-24T17:03:05.717 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2021-07-24T17:03:05.717 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "progress", 2021-07-24T17:03:05.717 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "rbd_support", 2021-07-24T17:03:05.717 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "status", 2021-07-24T17:03:05.717 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "telemetry", 2021-07-24T17:03:05.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "volumes" 2021-07-24T17:03:05.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ], 2021-07-24T17:03:05.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 2, 2021-07-24T17:03:05.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "active_clients": [ 2021-07-24T17:03:05.718 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addrvec": [ 2021-07-24T17:03:05.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "v2", 2021-07-24T17:03:05.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.6:0", 2021-07-24T17:03:05.719 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nonce": 4206750959 2021-07-24T17:03:05.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ] 2021-07-24T17:03:05.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout }, 2021-07-24T17:03:05.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.720 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addrvec": [ 2021-07-24T17:03:05.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:05.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "type": "v2", 2021-07-24T17:03:05.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.6:0", 2021-07-24T17:03:05.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "nonce": 1211624837 2021-07-24T17:03:05.721 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ] 2021-07-24T17:03:05.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout ] 2021-07-24T17:03:05.722 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.723 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:05.724 INFO:teuthology.orchestra.run.smithi006.stderr:Waiting for the mgr to restart... 2021-07-24T17:03:05.724 INFO:teuthology.orchestra.run.smithi006.stderr:Waiting for Mgr epoch 9... 2021-07-24T17:03:05.724 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus tell mgr mgr_status 2021-07-24T17:03:07.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout { 2021-07-24T17:03:07.884 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2021-07-24T17:03:07.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout "initialized": true 2021-07-24T17:03:07.885 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout } 2021-07-24T17:03:08.676 INFO:teuthology.orchestra.run.smithi006.stderr:Mgr epoch 9 is available 2021-07-24T17:03:08.676 INFO:teuthology.orchestra.run.smithi006.stderr:Generating a dashboard self-signed certificate... 2021-07-24T17:03:08.677 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus dashboard create-self-signed-cert 2021-07-24T17:03:09.485 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2021-07-24T17:03:10.612 INFO:teuthology.orchestra.run.smithi006.stderr:Creating initial admin user... 2021-07-24T17:03:10.613 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdc035hg1:/tmp/dashboard.pw:z docker.io/ceph/daemon-base:latest-octopus dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2021-07-24T17:03:11.597 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$QJtmvYUmfnCi/ZkSn8BoBOo9cNyGLL8tNW2YdwUMBzOI3S6nodbBC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1627146191, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2021-07-24T17:03:12.254 INFO:teuthology.orchestra.run.smithi006.stderr:Fetching dashboard port number... 2021-07-24T17:03:12.255 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:latest-octopus -e NODE_NAME=smithi006 -v /var/log/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmp7kai20mj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpz31r3pmd:/etc/ceph/ceph.conf:z docker.io/ceph/daemon-base:latest-octopus config get mgr mgr/dashboard/ssl_server_port 2021-07-24T17:03:12.969 INFO:teuthology.orchestra.run.smithi006.stderr:/usr/bin/ceph: stdout 8443 2021-07-24T17:03:13.590 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-enabled firewalld.service 2021-07-24T17:03:13.599 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout disabled 2021-07-24T17:03:13.600 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: systemctl is-active firewalld.service 2021-07-24T17:03:13.607 INFO:teuthology.orchestra.run.smithi006.stderr:systemctl: stdout inactive 2021-07-24T17:03:13.607 INFO:teuthology.orchestra.run.smithi006.stderr:firewalld.service is not enabled 2021-07-24T17:03:13.608 INFO:teuthology.orchestra.run.smithi006.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2021-07-24T17:03:13.611 INFO:teuthology.orchestra.run.smithi006.stderr:Ceph Dashboard is now available at: 2021-07-24T17:03:13.611 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T17:03:13.611 INFO:teuthology.orchestra.run.smithi006.stderr: URL: https://smithi006.front.sepia.ceph.com:8443/ 2021-07-24T17:03:13.611 INFO:teuthology.orchestra.run.smithi006.stderr: User: admin 2021-07-24T17:03:13.612 INFO:teuthology.orchestra.run.smithi006.stderr: Password: q6f2o7itko 2021-07-24T17:03:13.612 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T17:03:13.612 INFO:teuthology.orchestra.run.smithi006.stderr:You can access the Ceph CLI with: 2021-07-24T17:03:13.612 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T17:03:13.613 INFO:teuthology.orchestra.run.smithi006.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2021-07-24T17:03:13.613 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T17:03:13.613 INFO:teuthology.orchestra.run.smithi006.stderr:Please consider enabling telemetry to help improve Ceph: 2021-07-24T17:03:13.613 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T17:03:13.614 INFO:teuthology.orchestra.run.smithi006.stderr: ceph telemetry on 2021-07-24T17:03:13.614 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T17:03:13.614 INFO:teuthology.orchestra.run.smithi006.stderr:For more information see: 2021-07-24T17:03:13.614 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T17:03:13.615 INFO:teuthology.orchestra.run.smithi006.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2021-07-24T17:03:13.615 INFO:teuthology.orchestra.run.smithi006.stderr: 2021-07-24T17:03:13.615 INFO:teuthology.orchestra.run.smithi006.stderr:Bootstrap complete. 2021-07-24T17:03:13.615 INFO:teuthology.orchestra.run.smithi006.stderr:Releasing lock 139664612328896 on /run/cephadm/d7e97620-eca0-11eb-8c23-001a4aab830c.lock 2021-07-24T17:03:13.615 INFO:teuthology.orchestra.run.smithi006.stderr:Lock 139664612328896 released on /run/cephadm/d7e97620-eca0-11eb-8c23-001a4aab830c.lock 2021-07-24T17:03:13.643 INFO:tasks.cephadm:Fetching config... 2021-07-24T17:03:13.644 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:03:13.644 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2021-07-24T17:03:13.660 INFO:tasks.cephadm:Fetching client.admin keyring... 2021-07-24T17:03:13.661 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:03:13.661 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2021-07-24T17:03:13.716 INFO:tasks.cephadm:Fetching mon keyring... 2021-07-24T17:03:13.717 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:03:13.717 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/keyring of=/dev/stdout 2021-07-24T17:03:13.782 INFO:tasks.cephadm:Fetching pub ssh key... 2021-07-24T17:03:13.783 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:03:13.783 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2021-07-24T17:03:13.839 INFO:tasks.cephadm:Installing pub ssh key for root users... 2021-07-24T17:03:13.840 DEBUG:teuthology.orchestra.run.smithi006:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPb6Gtf/9vzHmMdD1K/iv26NOeT6j6KLJQkArOs0Zt39XiP9pvUNak/X4HFRIJ3M061FoaLkqa3nJQCLLR2FprpVPz4dDh+wnQ295SU2IGF5G9zxBw4wclvwd0ifkN1FP7LmEUQS27znWbqlE8jkTghV7QKt5N1X9WpyK+at+JKQ0iU8wCb1DocKF3eDK8aPt9XkYw6WOKG4UMQg3Do64G4O64n6+f/abc4cOXy7kBfKaQSWK1FESUUkPOnQFGMuKX5mXWdKN+zajfp0gJyCnpCqEd4XgC+yYORGaXr4EvRAyqaLPpIetC+XukX7oqhkVVdCiOdQry5Q9sI8wNtcn7UnXjuMhkQIpPICIuLhNbE0nushNYQrNsOgeMs7PqHSIbuUhv54Bc0efSsvj5lJdx35BFFOKLYWVP3dIVoWq+CE24TNgPcjrvpiCQuNfebNgFy5tUj9LNIAzwAuF6m8ffLPhNVSZ8T+ZTaWxzcBPsi1g10LWM657Cap9vhvn2lLc= ceph-d7e97620-eca0-11eb-8c23-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2021-07-24T17:03:13.914 INFO:teuthology.orchestra.run.smithi006.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPb6Gtf/9vzHmMdD1K/iv26NOeT6j6KLJQkArOs0Zt39XiP9pvUNak/X4HFRIJ3M061FoaLkqa3nJQCLLR2FprpVPz4dDh+wnQ295SU2IGF5G9zxBw4wclvwd0ifkN1FP7LmEUQS27znWbqlE8jkTghV7QKt5N1X9WpyK+at+JKQ0iU8wCb1DocKF3eDK8aPt9XkYw6WOKG4UMQg3Do64G4O64n6+f/abc4cOXy7kBfKaQSWK1FESUUkPOnQFGMuKX5mXWdKN+zajfp0gJyCnpCqEd4XgC+yYORGaXr4EvRAyqaLPpIetC+XukX7oqhkVVdCiOdQry5Q9sI8wNtcn7UnXjuMhkQIpPICIuLhNbE0nushNYQrNsOgeMs7PqHSIbuUhv54Bc0efSsvj5lJdx35BFFOKLYWVP3dIVoWq+CE24TNgPcjrvpiCQuNfebNgFy5tUj9LNIAzwAuF6m8ffLPhNVSZ8T+ZTaWxzcBPsi1g10LWM657Cap9vhvn2lLc= ceph-d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:03:13.925 DEBUG:teuthology.orchestra.run.smithi049:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPb6Gtf/9vzHmMdD1K/iv26NOeT6j6KLJQkArOs0Zt39XiP9pvUNak/X4HFRIJ3M061FoaLkqa3nJQCLLR2FprpVPz4dDh+wnQ295SU2IGF5G9zxBw4wclvwd0ifkN1FP7LmEUQS27znWbqlE8jkTghV7QKt5N1X9WpyK+at+JKQ0iU8wCb1DocKF3eDK8aPt9XkYw6WOKG4UMQg3Do64G4O64n6+f/abc4cOXy7kBfKaQSWK1FESUUkPOnQFGMuKX5mXWdKN+zajfp0gJyCnpCqEd4XgC+yYORGaXr4EvRAyqaLPpIetC+XukX7oqhkVVdCiOdQry5Q9sI8wNtcn7UnXjuMhkQIpPICIuLhNbE0nushNYQrNsOgeMs7PqHSIbuUhv54Bc0efSsvj5lJdx35BFFOKLYWVP3dIVoWq+CE24TNgPcjrvpiCQuNfebNgFy5tUj9LNIAzwAuF6m8ffLPhNVSZ8T+ZTaWxzcBPsi1g10LWM657Cap9vhvn2lLc= ceph-d7e97620-eca0-11eb-8c23-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2021-07-24T17:03:13.969 INFO:teuthology.orchestra.run.smithi049.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPb6Gtf/9vzHmMdD1K/iv26NOeT6j6KLJQkArOs0Zt39XiP9pvUNak/X4HFRIJ3M061FoaLkqa3nJQCLLR2FprpVPz4dDh+wnQ295SU2IGF5G9zxBw4wclvwd0ifkN1FP7LmEUQS27znWbqlE8jkTghV7QKt5N1X9WpyK+at+JKQ0iU8wCb1DocKF3eDK8aPt9XkYw6WOKG4UMQg3Do64G4O64n6+f/abc4cOXy7kBfKaQSWK1FESUUkPOnQFGMuKX5mXWdKN+zajfp0gJyCnpCqEd4XgC+yYORGaXr4EvRAyqaLPpIetC+XukX7oqhkVVdCiOdQry5Q9sI8wNtcn7UnXjuMhkQIpPICIuLhNbE0nushNYQrNsOgeMs7PqHSIbuUhv54Bc0efSsvj5lJdx35BFFOKLYWVP3dIVoWq+CE24TNgPcjrvpiCQuNfebNgFy5tUj9LNIAzwAuF6m8ffLPhNVSZ8T+ZTaWxzcBPsi1g10LWM657Cap9vhvn2lLc= ceph-d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:03:13.982 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph config set mgr mgr/cephadm/allow_ptrace true 2021-07-24T17:03:17.318 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi049 2021-07-24T17:03:17.318 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T17:03:17.319 DEBUG:teuthology.orchestra.run.smithi049:> dd of=/etc/ceph/ceph.conf 2021-07-24T17:03:17.337 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T17:03:17.337 DEBUG:teuthology.orchestra.run.smithi049:> dd of=/etc/ceph/ceph.client.admin.keyring 2021-07-24T17:03:17.394 INFO:tasks.cephadm:Adding host smithi049 to orchestrator... 2021-07-24T17:03:17.395 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch host add smithi049 2021-07-24T17:03:49.624 INFO:teuthology.orchestra.run.smithi049.stdout:Added host 'smithi049' 2021-07-24T17:03:50.330 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch host ls --format=json 2021-07-24T17:03:52.599 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:03:52.599 INFO:teuthology.orchestra.run.smithi049.stdout:[{"addr": "smithi006", "hostname": "smithi006", "labels": [], "status": ""}, {"addr": "smithi049", "hostname": "smithi049", "labels": [], "status": ""}] 2021-07-24T17:03:53.252 INFO:tasks.cephadm:Setting crush tunables to default 2021-07-24T17:03:53.252 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd crush tunables default 2021-07-24T17:03:55.960 INFO:teuthology.orchestra.run.smithi006.stderr:adjusted tunables profile to default 2021-07-24T17:03:56.598 INFO:tasks.cephadm:Adding mon.c on smithi006 2021-07-24T17:03:56.599 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add mon 'smithi006:[v2:172.21.15.6:3301,v1:172.21.15.6:6790]=c' 2021-07-24T17:04:06.724 INFO:teuthology.orchestra.run.smithi006.stdout:Deployed mon.c on host 'smithi006' 2021-07-24T17:04:07.440 DEBUG:teuthology.orchestra.run.smithi006:mon.c> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.c.service 2021-07-24T17:04:07.443 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2021-07-24T17:04:07.443 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph mon dump -f json 2021-07-24T17:04:07.470 INFO:journalctl@ceph.mon.c.smithi006.stdout:-- Logs begin at Sat 2021-07-24 16:52:21 UTC. -- 2021-07-24T17:04:09.476 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:04:09.477 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":2,"fsid":"d7e97620-eca0-11eb-8c23-001a4aab830c","modified":"2021-07-24T17:04:01.696721Z","created":"2021-07-24T17:02:28.272088Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:3300","nonce":0},{"type":"v1","addr":"172.21.15.6:6789","nonce":0}]},"addr":"172.21.15.6:6789/0","public_addr":"172.21.15.6:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:3301","nonce":0},{"type":"v1","addr":"172.21.15.6:6790","nonce":0}]},"addr":"172.21.15.6:6790/0","public_addr":"172.21.15.6:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2021-07-24T17:04:09.478 INFO:teuthology.orchestra.run.smithi006.stderr:dumped monmap epoch 2 2021-07-24T17:04:10.363 INFO:tasks.cephadm:Adding mon.b on smithi049 2021-07-24T17:04:10.363 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add mon smithi049:172.21.15.49=b 2021-07-24T17:04:20.556 INFO:teuthology.orchestra.run.smithi049.stdout:Deployed mon.b on host 'smithi049' 2021-07-24T17:04:21.234 DEBUG:teuthology.orchestra.run.smithi049:mon.b> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mon.b.service 2021-07-24T17:04:21.236 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2021-07-24T17:04:21.237 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph mon dump -f json 2021-07-24T17:04:21.264 INFO:journalctl@ceph.mon.b.smithi049.stdout:-- Logs begin at Sat 2021-07-24 16:52:34 UTC. -- 2021-07-24T17:04:23.128 INFO:teuthology.orchestra.run.smithi049.stdout: 2021-07-24T17:04:23.128 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":3,"fsid":"d7e97620-eca0-11eb-8c23-001a4aab830c","modified":"2021-07-24T17:04:15.517509Z","created":"2021-07-24T17:02:28.272088Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:3300","nonce":0},{"type":"v1","addr":"172.21.15.6:6789","nonce":0}]},"addr":"172.21.15.6:6789/0","public_addr":"172.21.15.6:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:3301","nonce":0},{"type":"v1","addr":"172.21.15.6:6790","nonce":0}]},"addr":"172.21.15.6:6790/0","public_addr":"172.21.15.6:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2021-07-24T17:04:23.129 INFO:teuthology.orchestra.run.smithi049.stderr:dumped monmap epoch 3 2021-07-24T17:04:23.698 INFO:tasks.cephadm:Generating final ceph.conf file... 2021-07-24T17:04:23.699 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph config generate-minimal-conf 2021-07-24T17:04:26.006 INFO:teuthology.orchestra.run.smithi006.stdout:# minimal ceph.conf for d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:04:26.006 INFO:teuthology.orchestra.run.smithi006.stdout:[global] 2021-07-24T17:04:26.007 INFO:teuthology.orchestra.run.smithi006.stdout: fsid = d7e97620-eca0-11eb-8c23-001a4aab830c 2021-07-24T17:04:26.007 INFO:teuthology.orchestra.run.smithi006.stdout: mon_host = [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] [v2:172.21.15.6:3301/0,v1:172.21.15.6:6790/0] 2021-07-24T17:04:26.736 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2021-07-24T17:04:26.736 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:04:26.737 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/ceph/ceph.conf 2021-07-24T17:04:26.766 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:04:26.766 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2021-07-24T17:04:26.832 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T17:04:26.832 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.conf 2021-07-24T17:04:26.867 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T17:04:26.868 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2021-07-24T17:04:26.937 INFO:tasks.cephadm:Adding mgr.y on smithi006 2021-07-24T17:04:26.938 INFO:tasks.cephadm:Adding mgr.x on smithi049 2021-07-24T17:04:26.938 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch apply mgr '2;smithi006=y;smithi049=x' 2021-07-24T17:04:29.382 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled mgr update... 2021-07-24T17:04:30.008 DEBUG:teuthology.orchestra.run.smithi049:mgr.x> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.x.service 2021-07-24T17:04:30.019 INFO:tasks.cephadm:Deploying OSDs... 2021-07-24T17:04:30.019 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:04:30.020 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/scratch_devs of=/dev/stdout 2021-07-24T17:04:30.035 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2021-07-24T17:04:30.035 DEBUG:teuthology.orchestra.run.smithi006:> 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 2021-07-24T17:04:30.048 INFO:journalctl@ceph.mgr.x.smithi049.stdout:-- Logs begin at Sat 2021-07-24 16:52:34 UTC. -- 2021-07-24T17:04:30.090 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2021-07-24T17:04:30.090 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-24T17:04:30.090 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 6h/6d Inode: 112819 Links: 1 2021-07-24T17:04:30.090 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-24T17:04:30.091 INFO:teuthology.orchestra.run.smithi006.stdout:Context: system_u:object_r:device_t:s0 2021-07-24T17:04:30.091 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2021-07-24 17:04:01.184068248 +0000 2021-07-24T17:04:30.091 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2021-07-24 16:57:41.888449652 +0000 2021-07-24T17:04:30.091 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2021-07-24 16:57:41.888449652 +0000 2021-07-24T17:04:30.092 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: - 2021-07-24T17:04:30.101 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2021-07-24T17:04:30.101 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2021-07-24T17:04:30.101 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000250558 s, 2.0 MB/s 2021-07-24T17:04:30.104 DEBUG:teuthology.orchestra.run.smithi006:> 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 2021-07-24T17:04:30.158 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2021-07-24T17:04:30.159 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-24T17:04:30.159 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 6h/6d Inode: 112045 Links: 1 2021-07-24T17:04:30.159 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-24T17:04:30.159 INFO:teuthology.orchestra.run.smithi006.stdout:Context: system_u:object_r:device_t:s0 2021-07-24T17:04:30.160 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2021-07-24 17:04:01.184068248 +0000 2021-07-24T17:04:30.160 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2021-07-24 16:57:42.239445533 +0000 2021-07-24T17:04:30.160 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2021-07-24 16:57:42.239445533 +0000 2021-07-24T17:04:30.160 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: - 2021-07-24T17:04:30.169 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2021-07-24T17:04:30.169 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2021-07-24T17:04:30.169 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000263781 s, 1.9 MB/s 2021-07-24T17:04:30.172 DEBUG:teuthology.orchestra.run.smithi006:> 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 2021-07-24T17:04:30.236 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2021-07-24T17:04:30.237 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-24T17:04:30.237 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 6h/6d Inode: 112936 Links: 1 2021-07-24T17:04:30.237 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-24T17:04:30.237 INFO:teuthology.orchestra.run.smithi006.stdout:Context: system_u:object_r:device_t:s0 2021-07-24T17:04:30.238 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2021-07-24 17:04:01.184068248 +0000 2021-07-24T17:04:30.238 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2021-07-24 16:57:42.726439818 +0000 2021-07-24T17:04:30.238 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2021-07-24 16:57:42.726439818 +0000 2021-07-24T17:04:30.239 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: - 2021-07-24T17:04:30.248 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2021-07-24T17:04:30.249 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2021-07-24T17:04:30.249 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000229102 s, 2.2 MB/s 2021-07-24T17:04:30.251 DEBUG:teuthology.orchestra.run.smithi006:> 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 2021-07-24T17:04:30.312 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2021-07-24T17:04:30.312 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-24T17:04:30.314 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 6h/6d Inode: 112971 Links: 1 2021-07-24T17:04:30.314 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-24T17:04:30.314 INFO:teuthology.orchestra.run.smithi006.stdout:Context: system_u:object_r:device_t:s0 2021-07-24T17:04:30.314 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2021-07-24 17:04:01.184068248 +0000 2021-07-24T17:04:30.315 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2021-07-24 16:57:43.091435536 +0000 2021-07-24T17:04:30.315 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2021-07-24 16:57:43.091435536 +0000 2021-07-24T17:04:30.315 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: - 2021-07-24T17:04:30.322 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2021-07-24T17:04:30.323 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2021-07-24T17:04:30.323 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000182695 s, 2.8 MB/s 2021-07-24T17:04:30.325 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T17:04:30.326 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2021-07-24T17:04:30.344 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2021-07-24T17:04:30.344 DEBUG:teuthology.orchestra.run.smithi049:> 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 2021-07-24T17:04:30.399 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2021-07-24T17:04:30.399 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-24T17:04:30.399 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 109089 Links: 1 2021-07-24T17:04:30.399 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-24T17:04:30.400 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2021-07-24T17:04:30.400 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2021-07-24 17:04:15.031205341 +0000 2021-07-24T17:04:30.400 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2021-07-24 16:57:41.897688513 +0000 2021-07-24T17:04:30.400 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2021-07-24 16:57:41.897688513 +0000 2021-07-24T17:04:30.400 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2021-07-24T17:04:30.409 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2021-07-24T17:04:30.409 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2021-07-24T17:04:30.410 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000100823 s, 5.1 MB/s 2021-07-24T17:04:30.412 DEBUG:teuthology.orchestra.run.smithi049:> 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 2021-07-24T17:04:30.468 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2021-07-24T17:04:30.468 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-24T17:04:30.468 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 107147 Links: 1 2021-07-24T17:04:30.468 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-24T17:04:30.469 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2021-07-24T17:04:30.469 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2021-07-24 17:04:15.031205341 +0000 2021-07-24T17:04:30.469 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2021-07-24 16:57:42.231679262 +0000 2021-07-24T17:04:30.469 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2021-07-24 16:57:42.231679262 +0000 2021-07-24T17:04:30.470 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2021-07-24T17:04:30.477 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2021-07-24T17:04:30.477 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2021-07-24T17:04:30.480 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000100033 s, 5.1 MB/s 2021-07-24T17:04:30.481 DEBUG:teuthology.orchestra.run.smithi049:> 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 2021-07-24T17:04:30.536 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2021-07-24T17:04:30.536 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-24T17:04:30.536 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 106320 Links: 1 2021-07-24T17:04:30.537 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-24T17:04:30.537 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2021-07-24T17:04:30.537 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2021-07-24 17:04:15.032205313 +0000 2021-07-24T17:04:30.537 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2021-07-24 16:57:42.588669374 +0000 2021-07-24T17:04:30.538 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2021-07-24 16:57:42.588669374 +0000 2021-07-24T17:04:30.538 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2021-07-24T17:04:30.546 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2021-07-24T17:04:30.546 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2021-07-24T17:04:30.547 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 9.8989e-05 s, 5.2 MB/s 2021-07-24T17:04:30.549 DEBUG:teuthology.orchestra.run.smithi049:> 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 2021-07-24T17:04:30.604 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2021-07-24T17:04:30.604 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-24T17:04:30.604 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 111273 Links: 1 2021-07-24T17:04:30.605 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-24T17:04:30.605 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2021-07-24T17:04:30.605 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2021-07-24 17:04:15.032205313 +0000 2021-07-24T17:04:30.605 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2021-07-24 16:57:42.923660096 +0000 2021-07-24T17:04:30.606 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2021-07-24 16:57:42.923660096 +0000 2021-07-24T17:04:30.606 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2021-07-24T17:04:30.615 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2021-07-24T17:04:30.615 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2021-07-24T17:04:30.615 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000101744 s, 5.0 MB/s 2021-07-24T17:04:30.617 INFO:tasks.cephadm:Deploying osd.0 on smithi006 with /dev/vg_nvme/lv_4... 2021-07-24T17:04:30.617 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2021-07-24T17:04:32.524 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:04:32 smithi049 systemd[1]: Starting Ceph mgr.x for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:04:32.524 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:04:32 smithi049 podman[32522]: 2021-07-24 17:04:32.39403704 +0000 UTC m=+0.029954769 image pull docker.io/ceph/daemon-base:latest-octopus 2021-07-24T17:04:32.524 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:04:32 smithi049 podman[32522]: 2021-07-24 17:04:32.523326726 +0000 UTC m=+0.159244446 container create e25078f6994259cde669015f67276913c7ffa50d5e99a67b61d0fd4d40ad0c1f (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=master-dc1ab19, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git) 2021-07-24T17:04:32.582 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping: /dev/vg_nvme/lv_4 2021-07-24T17:04:32.582 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2021-07-24T17:04:32.582 INFO:teuthology.orchestra.run.smithi006.stderr: stderr: 10+0 records in 2021-07-24T17:04:32.582 INFO:teuthology.orchestra.run.smithi006.stderr:10+0 records out 2021-07-24T17:04:32.583 INFO:teuthology.orchestra.run.smithi006.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0109419 s, 958 MB/s 2021-07-24T17:04:32.583 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping successful for: 2021-07-24T17:04:33.338 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:04:32 smithi049 podman[32522]: 2021-07-24 17:04:32.840019401 +0000 UTC m=+0.475937123 container init e25078f6994259cde669015f67276913c7ffa50d5e99a67b61d0fd4d40ad0c1f (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x, maintainer=Dimitri Savineau , RELEASE=master-dc1ab19, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2021-07-24T17:04:33.338 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:04:32 smithi049 podman[32522]: 2021-07-24 17:04:32.881603563 +0000 UTC m=+0.517521282 container start e25078f6994259cde669015f67276913c7ffa50d5e99a67b61d0fd4d40ad0c1f (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=master-dc1ab19, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, maintainer=Dimitri Savineau , GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2021-07-24T17:04:33.339 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:04:32 smithi049 bash[32449]: e25078f6994259cde669015f67276913c7ffa50d5e99a67b61d0fd4d40ad0c1f 2021-07-24T17:04:33.339 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:04:32 smithi049 systemd[1]: Started Ceph mgr.x for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:04:33.346 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add osd smithi006:vg_nvme/lv_4 2021-07-24T17:04:47.456 INFO:teuthology.orchestra.run.smithi006.stdout:Created osd(s) 0 on host 'smithi006' 2021-07-24T17:04:48.150 DEBUG:teuthology.orchestra.run.smithi006:osd.0> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@osd.0.service 2021-07-24T17:04:48.153 INFO:tasks.cephadm:Deploying osd.1 on smithi006 with /dev/vg_nvme/lv_3... 2021-07-24T17:04:48.153 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2021-07-24T17:04:48.180 INFO:journalctl@ceph.osd.0.smithi006.stdout:-- Logs begin at Sat 2021-07-24 16:52:21 UTC. -- 2021-07-24T17:04:50.736 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping: /dev/vg_nvme/lv_3 2021-07-24T17:04:50.736 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2021-07-24T17:04:50.737 INFO:teuthology.orchestra.run.smithi006.stderr: stderr: 10+0 records in 2021-07-24T17:04:50.737 INFO:teuthology.orchestra.run.smithi006.stderr:10+0 records out 2021-07-24T17:04:50.737 INFO:teuthology.orchestra.run.smithi006.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0160004 s, 655 MB/s 2021-07-24T17:04:50.737 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping successful for: 2021-07-24T17:04:51.537 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add osd smithi006:vg_nvme/lv_3 2021-07-24T17:05:06.025 INFO:teuthology.orchestra.run.smithi006.stdout:Created osd(s) 1 on host 'smithi006' 2021-07-24T17:05:06.699 DEBUG:teuthology.orchestra.run.smithi006:osd.1> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@osd.1.service 2021-07-24T17:05:06.701 INFO:tasks.cephadm:Deploying osd.2 on smithi006 with /dev/vg_nvme/lv_2... 2021-07-24T17:05:06.701 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2021-07-24T17:05:06.731 INFO:journalctl@ceph.osd.1.smithi006.stdout:-- Logs begin at Sat 2021-07-24 16:52:21 UTC. -- 2021-07-24T17:05:09.052 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping: /dev/vg_nvme/lv_2 2021-07-24T17:05:09.052 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2021-07-24T17:05:09.053 INFO:teuthology.orchestra.run.smithi006.stderr: stderr: 10+0 records in 2021-07-24T17:05:09.053 INFO:teuthology.orchestra.run.smithi006.stderr:10+0 records out 2021-07-24T17:05:09.053 INFO:teuthology.orchestra.run.smithi006.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0117343 s, 894 MB/s 2021-07-24T17:05:09.053 INFO:teuthology.orchestra.run.smithi006.stderr: stderr: 2021-07-24T17:05:09.053 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping successful for: 2021-07-24T17:05:10.166 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add osd smithi006:vg_nvme/lv_2 2021-07-24T17:05:25.119 INFO:teuthology.orchestra.run.smithi006.stdout:Created osd(s) 2 on host 'smithi006' 2021-07-24T17:05:25.821 DEBUG:teuthology.orchestra.run.smithi006:osd.2> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@osd.2.service 2021-07-24T17:05:25.823 INFO:tasks.cephadm:Deploying osd.3 on smithi006 with /dev/vg_nvme/lv_1... 2021-07-24T17:05:25.824 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2021-07-24T17:05:25.850 INFO:journalctl@ceph.osd.2.smithi006.stdout:-- Logs begin at Sat 2021-07-24 16:52:21 UTC. -- 2021-07-24T17:05:27.956 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping: /dev/vg_nvme/lv_1 2021-07-24T17:05:27.956 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2021-07-24T17:05:27.956 INFO:teuthology.orchestra.run.smithi006.stderr: stderr: 10+0 records in 2021-07-24T17:05:27.957 INFO:teuthology.orchestra.run.smithi006.stderr:10+0 records out 2021-07-24T17:05:27.957 INFO:teuthology.orchestra.run.smithi006.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128673 s, 815 MB/s 2021-07-24T17:05:27.957 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping successful for: 2021-07-24T17:05:28.681 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add osd smithi006:vg_nvme/lv_1 2021-07-24T17:05:43.768 INFO:teuthology.orchestra.run.smithi006.stdout:Created osd(s) 3 on host 'smithi006' 2021-07-24T17:05:44.420 DEBUG:teuthology.orchestra.run.smithi006:osd.3> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@osd.3.service 2021-07-24T17:05:44.423 INFO:tasks.cephadm:Deploying osd.4 on smithi049 with /dev/vg_nvme/lv_4... 2021-07-24T17:05:44.423 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2021-07-24T17:05:44.454 INFO:journalctl@ceph.osd.3.smithi006.stdout:-- Logs begin at Sat 2021-07-24 16:52:21 UTC. -- 2021-07-24T17:05:46.383 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping: /dev/vg_nvme/lv_4 2021-07-24T17:05:46.383 INFO:teuthology.orchestra.run.smithi049.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2021-07-24T17:05:46.384 INFO:teuthology.orchestra.run.smithi049.stderr: stderr: 10+0 records in 2021-07-24T17:05:46.384 INFO:teuthology.orchestra.run.smithi049.stderr:10+0 records out 2021-07-24T17:05:46.384 INFO:teuthology.orchestra.run.smithi049.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.007873 s, 1.3 GB/s 2021-07-24T17:05:46.384 INFO:teuthology.orchestra.run.smithi049.stderr: stderr: 2021-07-24T17:05:46.385 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping successful for: 2021-07-24T17:05:47.071 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add osd smithi049:vg_nvme/lv_4 2021-07-24T17:06:00.838 INFO:teuthology.orchestra.run.smithi049.stdout:Created osd(s) 4 on host 'smithi049' 2021-07-24T17:06:01.524 DEBUG:teuthology.orchestra.run.smithi049:osd.4> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@osd.4.service 2021-07-24T17:06:01.527 INFO:tasks.cephadm:Deploying osd.5 on smithi049 with /dev/vg_nvme/lv_3... 2021-07-24T17:06:01.527 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2021-07-24T17:06:01.564 INFO:journalctl@ceph.osd.4.smithi049.stdout:-- Logs begin at Sat 2021-07-24 16:52:34 UTC. -- 2021-07-24T17:06:03.983 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping: /dev/vg_nvme/lv_3 2021-07-24T17:06:03.983 INFO:teuthology.orchestra.run.smithi049.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2021-07-24T17:06:03.984 INFO:teuthology.orchestra.run.smithi049.stderr: stderr: 10+0 records in 2021-07-24T17:06:03.984 INFO:teuthology.orchestra.run.smithi049.stderr:10+0 records out 2021-07-24T17:06:03.984 INFO:teuthology.orchestra.run.smithi049.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00937461 s, 1.1 GB/s 2021-07-24T17:06:03.984 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping successful for: 2021-07-24T17:06:04.788 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add osd smithi049:vg_nvme/lv_3 2021-07-24T17:06:18.842 INFO:teuthology.orchestra.run.smithi049.stdout:Created osd(s) 5 on host 'smithi049' 2021-07-24T17:06:19.589 DEBUG:teuthology.orchestra.run.smithi049:osd.5> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@osd.5.service 2021-07-24T17:06:19.592 INFO:tasks.cephadm:Deploying osd.6 on smithi049 with /dev/vg_nvme/lv_2... 2021-07-24T17:06:19.592 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2021-07-24T17:06:19.628 INFO:journalctl@ceph.osd.5.smithi049.stdout:-- Logs begin at Sat 2021-07-24 16:52:34 UTC. -- 2021-07-24T17:06:21.952 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping: /dev/vg_nvme/lv_2 2021-07-24T17:06:21.952 INFO:teuthology.orchestra.run.smithi049.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2021-07-24T17:06:21.952 INFO:teuthology.orchestra.run.smithi049.stderr: stderr: 10+0 records in 2021-07-24T17:06:21.953 INFO:teuthology.orchestra.run.smithi049.stderr:10+0 records out 2021-07-24T17:06:21.953 INFO:teuthology.orchestra.run.smithi049.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00914003 s, 1.1 GB/s 2021-07-24T17:06:21.953 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping successful for: 2021-07-24T17:06:22.611 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add osd smithi049:vg_nvme/lv_2 2021-07-24T17:06:36.856 INFO:teuthology.orchestra.run.smithi049.stdout:Created osd(s) 6 on host 'smithi049' 2021-07-24T17:06:37.534 DEBUG:teuthology.orchestra.run.smithi049:osd.6> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@osd.6.service 2021-07-24T17:06:37.536 INFO:tasks.cephadm:Deploying osd.7 on smithi049 with /dev/vg_nvme/lv_1... 2021-07-24T17:06:37.537 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2021-07-24T17:06:37.564 INFO:journalctl@ceph.osd.6.smithi049.stdout:-- Logs begin at Sat 2021-07-24 16:52:34 UTC. -- 2021-07-24T17:06:39.677 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping: /dev/vg_nvme/lv_1 2021-07-24T17:06:39.678 INFO:teuthology.orchestra.run.smithi049.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2021-07-24T17:06:39.678 INFO:teuthology.orchestra.run.smithi049.stderr: stderr: 10+0 records in 2021-07-24T17:06:39.678 INFO:teuthology.orchestra.run.smithi049.stderr:10+0 records out 2021-07-24T17:06:39.679 INFO:teuthology.orchestra.run.smithi049.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00811068 s, 1.3 GB/s 2021-07-24T17:06:39.679 INFO:teuthology.orchestra.run.smithi049.stderr: stderr: 2021-07-24T17:06:39.679 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping successful for: 2021-07-24T17:06:41.094 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch daemon add osd smithi049:vg_nvme/lv_1 2021-07-24T17:06:55.246 INFO:teuthology.orchestra.run.smithi049.stdout:Created osd(s) 7 on host 'smithi049' 2021-07-24T17:06:55.866 DEBUG:teuthology.orchestra.run.smithi049:osd.7> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@osd.7.service 2021-07-24T17:06:55.869 INFO:tasks.cephadm:Adding prometheus.a on smithi049 2021-07-24T17:06:55.870 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch apply prometheus '1;smithi049=a' 2021-07-24T17:06:55.898 INFO:journalctl@ceph.osd.7.smithi049.stdout:-- Logs begin at Sat 2021-07-24 16:52:34 UTC. -- 2021-07-24T17:06:57.957 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled prometheus update... 2021-07-24T17:06:59.091 DEBUG:teuthology.orchestra.run.smithi049:prometheus.a> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@prometheus.a.service 2021-07-24T17:06:59.094 INFO:tasks.cephadm:Adding node-exporter.a on smithi006 2021-07-24T17:06:59.094 INFO:tasks.cephadm:Adding node-exporter.b on smithi049 2021-07-24T17:06:59.095 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch apply node-exporter '2;smithi006=a;smithi049=b' 2021-07-24T17:06:59.126 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:-- Logs begin at Sat 2021-07-24 16:52:34 UTC. -- 2021-07-24T17:07:01.180 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled node-exporter update... 2021-07-24T17:07:02.060 DEBUG:teuthology.orchestra.run.smithi006:node-exporter.a> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@node-exporter.a.service 2021-07-24T17:07:02.064 DEBUG:teuthology.orchestra.run.smithi049:node-exporter.b> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@node-exporter.b.service 2021-07-24T17:07:02.067 INFO:tasks.cephadm:Adding alertmanager.a on smithi006 2021-07-24T17:07:02.067 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch apply alertmanager '1;smithi006=a' 2021-07-24T17:07:02.095 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:-- Logs begin at Sat 2021-07-24 16:52:34 UTC. -- 2021-07-24T17:07:02.109 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:-- Logs begin at Sat 2021-07-24 16:52:21 UTC. -- 2021-07-24T17:07:04.100 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled alertmanager update... 2021-07-24T17:07:05.428 DEBUG:teuthology.orchestra.run.smithi006:alertmanager.a> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@alertmanager.a.service 2021-07-24T17:07:05.431 INFO:tasks.cephadm:Adding grafana.a on smithi049 2021-07-24T17:07:05.432 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph orch apply grafana '1;smithi049=a' 2021-07-24T17:07:05.462 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:-- Logs begin at Sat 2021-07-24 16:52:21 UTC. -- 2021-07-24T17:07:11.244 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled grafana update... 2021-07-24T17:07:12.391 DEBUG:teuthology.orchestra.run.smithi049:grafana.a> sudo journalctl -f -n 0 -u ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@grafana.a.service 2021-07-24T17:07:12.393 INFO:tasks.cephadm:Setting up client nodes... 2021-07-24T17:07:12.394 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2021-07-24T17:07:12.421 INFO:journalctl@ceph.grafana.a.smithi049.stdout:-- Logs begin at Sat 2021-07-24 16:52:34 UTC. -- 2021-07-24T17:07:14.077 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:07:13 smithi049 systemd[1]: Starting Ceph prometheus.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:07:14.258 INFO:teuthology.orchestra.run.smithi006.stdout:[client.0] 2021-07-24T17:07:14.258 INFO:teuthology.orchestra.run.smithi006.stdout: key = AQDCSPxgjxonDxAAL4VReOBwYCmErJaN8C3+xw== 2021-07-24T17:07:14.338 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:07:14 smithi049 podman[42690]: 2021-07-24 17:07:13.985169369 +0000 UTC m=+0.030043600 image pull docker.io/prom/prometheus:v2.18.1 2021-07-24T17:07:14.338 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:07:14 smithi049 podman[42690]: 2021-07-24 17:07:14.104877593 +0000 UTC m=+0.149751891 container create 0151a01a0f0ab4c0ab9bc4ebd553f86f03cfeab4856fdbd9e8cf3e43ade090de (image=docker.io/prom/prometheus:v2.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a, maintainer=The Prometheus Authors ) 2021-07-24T17:07:14.838 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:07:14 smithi049 podman[42690]: 2021-07-24 17:07:14.429801446 +0000 UTC m=+0.474675666 container init 0151a01a0f0ab4c0ab9bc4ebd553f86f03cfeab4856fdbd9e8cf3e43ade090de (image=docker.io/prom/prometheus:v2.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a, maintainer=The Prometheus Authors ) 2021-07-24T17:07:14.839 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:07:14 smithi049 podman[42690]: 2021-07-24 17:07:14.471386068 +0000 UTC m=+0.516260480 container start 0151a01a0f0ab4c0ab9bc4ebd553f86f03cfeab4856fdbd9e8cf3e43ade090de (image=docker.io/prom/prometheus:v2.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a, maintainer=The Prometheus Authors ) 2021-07-24T17:07:14.839 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:07:14 smithi049 bash[42617]: 0151a01a0f0ab4c0ab9bc4ebd553f86f03cfeab4856fdbd9e8cf3e43ade090de 2021-07-24T17:07:14.839 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:07:14 smithi049 systemd[1]: Started Ceph prometheus.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:07:14.935 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2021-07-24T17:07:14.936 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2021-07-24T17:07:14.936 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2021-07-24T17:07:14.976 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2021-07-24T17:07:15.316 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:15 smithi049 systemd[1]: Starting Ceph node-exporter.b for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:07:15.588 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:15 smithi049 bash[42865]: Trying to pull docker.io/prom/node-exporter:v0.18.1... 2021-07-24T17:07:15.991 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:15 smithi049 bash[42865]: Getting image source signatures 2021-07-24T17:07:15.991 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:15 smithi049 bash[42865]: Copying blob sha256:3589a6efd9ce96b2f2218a80bacb84f60d5e584d024023617b0f56b87fe798c3 2021-07-24T17:07:15.991 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:15 smithi049 bash[42865]: Copying blob sha256:49a2d53aa1af115e87f7e23a7fe4b7a3e12304d37982fb6528b035d0f68a3b56 2021-07-24T17:07:15.991 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:15 smithi049 bash[42865]: Copying blob sha256:190160031744b0810999dd6f293478be0b41524654c70782cf09437095430f2f 2021-07-24T17:07:17.088 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:16 smithi049 bash[42865]: Copying config sha256:e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87 2021-07-24T17:07:17.088 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:16 smithi049 bash[42865]: Writing manifest to image destination 2021-07-24T17:07:17.089 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:16 smithi049 bash[42865]: Storing signatures 2021-07-24T17:07:18.090 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:17 smithi049 podman[42969]: 2021-07-24 17:07:15.449035779 +0000 UTC m=+0.131420464 image pull docker.io/prom/node-exporter:v0.18.1 2021-07-24T17:07:18.090 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:18 smithi049 podman[42969]: 2021-07-24 17:07:18.02076368 +0000 UTC m=+2.703148370 container create 8e544d47da2fbf7b08f53128461cb3b885b239ae1678843d6b97b90550513df1 (image=docker.io/prom/node-exporter:v0.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-node-exporter.b, maintainer=The Prometheus Authors ) 2021-07-24T17:07:18.568 INFO:teuthology.orchestra.run.smithi049.stdout:[client.1] 2021-07-24T17:07:18.568 INFO:teuthology.orchestra.run.smithi049.stdout: key = AQDGSPxgAsyeIRAAVAPEPB3zrrTSTaKreICduQ== 2021-07-24T17:07:18.755 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:18 smithi049 podman[42969]: 2021-07-24 17:07:18.487343756 +0000 UTC m=+3.169728445 container init 8e544d47da2fbf7b08f53128461cb3b885b239ae1678843d6b97b90550513df1 (image=docker.io/prom/node-exporter:v0.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-node-exporter.b, maintainer=The Prometheus Authors ) 2021-07-24T17:07:18.756 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:18 smithi049 podman[42969]: 2021-07-24 17:07:18.520706014 +0000 UTC m=+3.203090699 container start 8e544d47da2fbf7b08f53128461cb3b885b239ae1678843d6b97b90550513df1 (image=docker.io/prom/node-exporter:v0.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-node-exporter.b, maintainer=The Prometheus Authors ) 2021-07-24T17:07:18.756 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:18 smithi049 bash[42865]: 8e544d47da2fbf7b08f53128461cb3b885b239ae1678843d6b97b90550513df1 2021-07-24T17:07:18.757 INFO:journalctl@ceph.node-exporter.b.smithi049.stdout:Jul 24 17:07:18 smithi049 systemd[1]: Started Ceph node-exporter.b for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:07:19.507 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:19 smithi006 systemd[1]: Starting Ceph node-exporter.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:07:19.508 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:19 smithi006 bash[48550]: Trying to pull docker.io/prom/node-exporter:v0.18.1... 2021-07-24T17:07:19.564 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2021-07-24T17:07:19.564 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2021-07-24T17:07:19.564 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2021-07-24T17:07:19.611 INFO:tasks.cephadm:Waiting for OSDs to come up 2021-07-24T17:07:19.612 DEBUG:teuthology.orchestra.run.smithi006:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2021-07-24T17:07:19.969 INFO:teuthology.misc.health.smithi006.stdout: 2021-07-24T17:07:19.969 INFO:teuthology.misc.health.smithi006.stdout:{"epoch":48,"fsid":"d7e97620-eca0-11eb-8c23-001a4aab830c","created":"2021-07-24T17:02:30.799485+0000","modified":"2021-07-24T17:06:59.986805+0000","last_up_change":"2021-07-24T17:06:58.975264+0000","last_in_change":"2021-07-24T17:06:58.975264+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2021-07-24T17:03:56.391315+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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":"fec10a48-18f4-448f-b53b-9db80e7e8560","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6803","nonce":1394432893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6805","nonce":1394432893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6809","nonce":1394432893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6807","nonce":1394432893}]},"public_addr":"172.21.15.6:6803/1394432893","cluster_addr":"172.21.15.6:6805/1394432893","heartbeat_back_addr":"172.21.15.6:6809/1394432893","heartbeat_front_addr":"172.21.15.6:6807/1394432893","state":["exists","up"]},{"osd":1,"uuid":"50b1e7a7-fc25-4426-9d5c-509eefbca14c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6810","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6811","nonce":3907901110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6812","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6813","nonce":3907901110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6816","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6817","nonce":3907901110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6814","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6815","nonce":3907901110}]},"public_addr":"172.21.15.6:6811/3907901110","cluster_addr":"172.21.15.6:6813/3907901110","heartbeat_back_addr":"172.21.15.6:6817/3907901110","heartbeat_front_addr":"172.21.15.6:6815/3907901110","state":["exists","up"]},{"osd":2,"uuid":"7f30540f-c510-4cfc-9c1f-cabc55f96d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6818","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6819","nonce":1083494494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6820","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6821","nonce":1083494494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6824","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6825","nonce":1083494494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6822","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6823","nonce":1083494494}]},"public_addr":"172.21.15.6:6819/1083494494","cluster_addr":"172.21.15.6:6821/1083494494","heartbeat_back_addr":"172.21.15.6:6825/1083494494","heartbeat_front_addr":"172.21.15.6:6823/1083494494","state":["exists","up"]},{"osd":3,"uuid":"74f6f98a-12e4-4979-a228-8ce1c04c7c3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6826","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6827","nonce":1399880855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6828","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6829","nonce":1399880855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6832","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6833","nonce":1399880855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6830","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6831","nonce":1399880855}]},"public_addr":"172.21.15.6:6827/1399880855","cluster_addr":"172.21.15.6:6829/1399880855","heartbeat_back_addr":"172.21.15.6:6833/1399880855","heartbeat_front_addr":"172.21.15.6:6831/1399880855","state":["exists","up"]},{"osd":4,"uuid":"2e7d2c7e-43c8-4d33-95f3-fbc74c3a64b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6801","nonce":1755052457}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6803","nonce":1755052457}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6807","nonce":1755052457}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6805","nonce":1755052457}]},"public_addr":"172.21.15.49:6801/1755052457","cluster_addr":"172.21.15.49:6803/1755052457","heartbeat_back_addr":"172.21.15.49:6807/1755052457","heartbeat_front_addr":"172.21.15.49:6805/1755052457","state":["exists","up"]},{"osd":5,"uuid":"fc053eb4-6be6-462e-ba49-e3254759d891","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6809","nonce":1186714059}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6811","nonce":1186714059}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6815","nonce":1186714059}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6813","nonce":1186714059}]},"public_addr":"172.21.15.49:6809/1186714059","cluster_addr":"172.21.15.49:6811/1186714059","heartbeat_back_addr":"172.21.15.49:6815/1186714059","heartbeat_front_addr":"172.21.15.49:6813/1186714059","state":["exists","up"]},{"osd":6,"uuid":"7847ea2c-e23b-4a97-914d-31cefe413d8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6817","nonce":3715574293}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6819","nonce":3715574293}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6823","nonce":3715574293}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6821","nonce":3715574293}]},"public_addr":"172.21.15.49:6817/3715574293","cluster_addr":"172.21.15.49:6819/3715574293","heartbeat_back_addr":"172.21.15.49:6823/3715574293","heartbeat_front_addr":"172.21.15.49:6821/3715574293","state":["exists","up"]},{"osd":7,"uuid":"0beab6e7-953a-46ab-a4e1-bf7e802c48fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6825","nonce":3101377235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6827","nonce":3101377235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6831","nonce":3101377235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6829","nonce":3101377235}]},"public_addr":"172.21.15.49:6825/3101377235","cluster_addr":"172.21.15.49:6827/3101377235","heartbeat_back_addr":"172.21.15.49:6831/3101377235","heartbeat_front_addr":"172.21.15.49:6829/3101377235","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:04:49.446933+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:07.943404+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:27.068909+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:45.767230+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:02.804198+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:20.889081+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:38.839887+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:57.168769+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.6:6801/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/1211624837":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/3963393092":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/41547701":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/4206750959":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/1050331260":"2021-07-25T17:02:50.585952+0000","172.21.15.6:6801/1050331260":"2021-07-25T17:02:50.585952+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2021-07-24T17:07:19.980 DEBUG:teuthology.misc:8 of 8 OSDs are up 2021-07-24T17:07:19.981 INFO:tasks.cephadm:Creating RBD pool 2021-07-24T17:07:19.981 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- sudo ceph --cluster ceph osd pool create rbd 8 2021-07-24T17:07:20.005 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:19 smithi006 bash[48550]: Getting image source signatures 2021-07-24T17:07:20.005 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:19 smithi006 bash[48550]: Copying blob sha256:190160031744b0810999dd6f293478be0b41524654c70782cf09437095430f2f 2021-07-24T17:07:20.006 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:19 smithi006 bash[48550]: Copying blob sha256:49a2d53aa1af115e87f7e23a7fe4b7a3e12304d37982fb6528b035d0f68a3b56 2021-07-24T17:07:20.006 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:19 smithi006 bash[48550]: Copying blob sha256:3589a6efd9ce96b2f2218a80bacb84f60d5e584d024023617b0f56b87fe798c3 2021-07-24T17:07:20.257 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:20 smithi006 bash[48550]: Copying config sha256:e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87 2021-07-24T17:07:20.258 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:20 smithi006 bash[48550]: Writing manifest to image destination 2021-07-24T17:07:20.258 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:20 smithi006 bash[48550]: Storing signatures 2021-07-24T17:07:21.204 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:21 smithi006 podman[48622]: 2021-07-24 17:07:19.388501387 +0000 UTC m=+0.029902031 image pull docker.io/prom/node-exporter:v0.18.1 2021-07-24T17:07:21.507 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:21 smithi006 podman[48622]: 2021-07-24 17:07:21.204081124 +0000 UTC m=+1.845481816 container create 6746b81534eae2c84e8441f09c22b2b4f2ac4e003ac2f41678cf07b375309656 (image=docker.io/prom/node-exporter:v0.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-node-exporter.a, maintainer=The Prometheus Authors ) 2021-07-24T17:07:21.906 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:21 smithi006 podman[48622]: 2021-07-24 17:07:21.681582977 +0000 UTC m=+2.322983616 container init 6746b81534eae2c84e8441f09c22b2b4f2ac4e003ac2f41678cf07b375309656 (image=docker.io/prom/node-exporter:v0.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-node-exporter.a, maintainer=The Prometheus Authors ) 2021-07-24T17:07:21.906 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:21 smithi006 podman[48622]: 2021-07-24 17:07:21.728969086 +0000 UTC m=+2.370369724 container start 6746b81534eae2c84e8441f09c22b2b4f2ac4e003ac2f41678cf07b375309656 (image=docker.io/prom/node-exporter:v0.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-node-exporter.a, maintainer=The Prometheus Authors ) 2021-07-24T17:07:21.906 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:21 smithi006 bash[48550]: 6746b81534eae2c84e8441f09c22b2b4f2ac4e003ac2f41678cf07b375309656 2021-07-24T17:07:21.907 INFO:journalctl@ceph.node-exporter.a.smithi006.stdout:Jul 24 17:07:21 smithi006 systemd[1]: Started Ceph node-exporter.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:07:24.009 INFO:teuthology.orchestra.run.smithi006.stderr:pool 'rbd' created 2021-07-24T17:07:24.630 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- sudo ceph --cluster ceph osd pool application enable rbd rbd --yes-i-really-mean-it 2021-07-24T17:07:27.016 INFO:teuthology.orchestra.run.smithi006.stderr:enabled application 'rbd' on pool 'rbd' 2021-07-24T17:07:28.458 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd dump --format=json 2021-07-24T17:07:28.618 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:32.682 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:07:32.683 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":52,"fsid":"d7e97620-eca0-11eb-8c23-001a4aab830c","created":"2021-07-24T17:02:30.799485+0000","modified":"2021-07-24T17:07:27.007211+0000","last_up_change":"2021-07-24T17:06:58.975264+0000","last_in_change":"2021-07-24T17:06:58.975264+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2021-07-24T17:03:56.391315+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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":"2021-07-24T17:07:23.946664+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"52","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":"fec10a48-18f4-448f-b53b-9db80e7e8560","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6803","nonce":1394432893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6805","nonce":1394432893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6809","nonce":1394432893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6807","nonce":1394432893}]},"public_addr":"172.21.15.6:6803/1394432893","cluster_addr":"172.21.15.6:6805/1394432893","heartbeat_back_addr":"172.21.15.6:6809/1394432893","heartbeat_front_addr":"172.21.15.6:6807/1394432893","state":["exists","up"]},{"osd":1,"uuid":"50b1e7a7-fc25-4426-9d5c-509eefbca14c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6810","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6811","nonce":3907901110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6812","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6813","nonce":3907901110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6816","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6817","nonce":3907901110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6814","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6815","nonce":3907901110}]},"public_addr":"172.21.15.6:6811/3907901110","cluster_addr":"172.21.15.6:6813/3907901110","heartbeat_back_addr":"172.21.15.6:6817/3907901110","heartbeat_front_addr":"172.21.15.6:6815/3907901110","state":["exists","up"]},{"osd":2,"uuid":"7f30540f-c510-4cfc-9c1f-cabc55f96d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6818","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6819","nonce":1083494494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6820","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6821","nonce":1083494494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6824","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6825","nonce":1083494494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6822","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6823","nonce":1083494494}]},"public_addr":"172.21.15.6:6819/1083494494","cluster_addr":"172.21.15.6:6821/1083494494","heartbeat_back_addr":"172.21.15.6:6825/1083494494","heartbeat_front_addr":"172.21.15.6:6823/1083494494","state":["exists","up"]},{"osd":3,"uuid":"74f6f98a-12e4-4979-a228-8ce1c04c7c3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6826","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6827","nonce":1399880855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6828","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6829","nonce":1399880855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6832","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6833","nonce":1399880855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6830","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6831","nonce":1399880855}]},"public_addr":"172.21.15.6:6827/1399880855","cluster_addr":"172.21.15.6:6829/1399880855","heartbeat_back_addr":"172.21.15.6:6833/1399880855","heartbeat_front_addr":"172.21.15.6:6831/1399880855","state":["exists","up"]},{"osd":4,"uuid":"2e7d2c7e-43c8-4d33-95f3-fbc74c3a64b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6801","nonce":1755052457}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6803","nonce":1755052457}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6807","nonce":1755052457}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6805","nonce":1755052457}]},"public_addr":"172.21.15.49:6801/1755052457","cluster_addr":"172.21.15.49:6803/1755052457","heartbeat_back_addr":"172.21.15.49:6807/1755052457","heartbeat_front_addr":"172.21.15.49:6805/1755052457","state":["exists","up"]},{"osd":5,"uuid":"fc053eb4-6be6-462e-ba49-e3254759d891","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6809","nonce":1186714059}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6811","nonce":1186714059}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6815","nonce":1186714059}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6813","nonce":1186714059}]},"public_addr":"172.21.15.49:6809/1186714059","cluster_addr":"172.21.15.49:6811/1186714059","heartbeat_back_addr":"172.21.15.49:6815/1186714059","heartbeat_front_addr":"172.21.15.49:6813/1186714059","state":["exists","up"]},{"osd":6,"uuid":"7847ea2c-e23b-4a97-914d-31cefe413d8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6817","nonce":3715574293}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6819","nonce":3715574293}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6823","nonce":3715574293}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6821","nonce":3715574293}]},"public_addr":"172.21.15.49:6817/3715574293","cluster_addr":"172.21.15.49:6819/3715574293","heartbeat_back_addr":"172.21.15.49:6823/3715574293","heartbeat_front_addr":"172.21.15.49:6821/3715574293","state":["exists","up"]},{"osd":7,"uuid":"0beab6e7-953a-46ab-a4e1-bf7e802c48fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6825","nonce":3101377235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6827","nonce":3101377235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6831","nonce":3101377235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6829","nonce":3101377235}]},"public_addr":"172.21.15.49:6825/3101377235","cluster_addr":"172.21.15.49:6827/3101377235","heartbeat_back_addr":"172.21.15.49:6831/3101377235","heartbeat_front_addr":"172.21.15.49:6829/3101377235","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:04:49.446933+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:07.943404+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:27.068909+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:45.767230+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:02.804198+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:20.889081+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:38.839887+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:57.168769+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.6:6801/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/1211624837":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/3963393092":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/41547701":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/4206750959":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/1050331260":"2021-07-25T17:02:50.585952+0000","172.21.15.6:6801/1050331260":"2021-07-25T17:02:50.585952+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2021-07-24T17:07:33.805 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2021-07-24T17:03:56.391315+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, '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': '12', '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': '2021-07-24T17:07:23.946664+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, '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': '52', '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': {}}}] 2021-07-24T17:07:33.806 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool get device_health_metrics pg_num 2021-07-24T17:07:33.977 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:34.558 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:07:34 smithi006 podman[50360]: 2021-07-24 17:07:34.360675822 +0000 UTC m=+0.227421817 container create 3d3e982d868f29f10f0892e2aadbe39a7d2645793425e4c0c13ee12f08fa08f3 (image=docker.io/prom/alertmanager:v0.20.0, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a, maintainer=The Prometheus Authors ) 2021-07-24T17:07:34.809 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:07:34 smithi006 podman[50360]: 2021-07-24 17:07:34.719080326 +0000 UTC m=+0.585826327 container init 3d3e982d868f29f10f0892e2aadbe39a7d2645793425e4c0c13ee12f08fa08f3 (image=docker.io/prom/alertmanager:v0.20.0, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a, maintainer=The Prometheus Authors ) 2021-07-24T17:07:34.809 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:07:34 smithi006 podman[50360]: 2021-07-24 17:07:34.760633938 +0000 UTC m=+0.627379930 container start 3d3e982d868f29f10f0892e2aadbe39a7d2645793425e4c0c13ee12f08fa08f3 (image=docker.io/prom/alertmanager:v0.20.0, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a, maintainer=The Prometheus Authors ) 2021-07-24T17:07:34.809 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:07:34 smithi006 bash[50250]: 3d3e982d868f29f10f0892e2aadbe39a7d2645793425e4c0c13ee12f08fa08f3 2021-07-24T17:07:35.257 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:07:34 smithi006 systemd[1]: Started Ceph alertmanager.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:07:35.963 INFO:teuthology.orchestra.run.smithi006.stdout:pg_num: 1 2021-07-24T17:07:36.674 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool get rbd pg_num 2021-07-24T17:07:36.820 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:38.514 INFO:teuthology.orchestra.run.smithi006.stdout:pg_num: 8 2021-07-24T17:07:39.210 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2021-07-24T17:07:39.211 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2021-07-24T17:07:39.211 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph mgr dump --format=json 2021-07-24T17:07:39.358 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:41.030 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:07:41.647 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":14,"active_gid":14140,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6800","nonce":1974329405},{"type":"v1","addr":"172.21.15.6:6801","nonce":1974329405}]},"active_addr":"172.21.15.6:6801/1974329405","active_change":"2021-07-24T17:03:06.822366+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":34109,"name":"x","mgr_features":4540138292840890367,"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":"False","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":"none","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.7.4","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":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","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":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"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":[]}}},{"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":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","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":"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":"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":{"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":"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":["cephadm","dashboard","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":"False","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":"none","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.7.4","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":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","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":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"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":[]}}},{"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":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","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":"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":"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":{"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":"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":{"dashboard":"https://ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.y:8443/"},"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"],"last_failure_osd_epoch":3,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.6:0","nonce":1874390068}]},{"addrvec":[{"type":"v2","addr":"172.21.15.6:0","nonce":3474670712}]}]}} 2021-07-24T17:07:41.652 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2021-07-24T17:07:41.652 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2021-07-24T17:07:41.653 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd dump --format=json 2021-07-24T17:07:41.798 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:43.469 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:07:43.469 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":52,"fsid":"d7e97620-eca0-11eb-8c23-001a4aab830c","created":"2021-07-24T17:02:30.799485+0000","modified":"2021-07-24T17:07:27.007211+0000","last_up_change":"2021-07-24T17:06:58.975264+0000","last_in_change":"2021-07-24T17:06:58.975264+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2021-07-24T17:03:56.391315+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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":"2021-07-24T17:07:23.946664+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"52","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":"fec10a48-18f4-448f-b53b-9db80e7e8560","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6803","nonce":1394432893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6805","nonce":1394432893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6809","nonce":1394432893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6807","nonce":1394432893}]},"public_addr":"172.21.15.6:6803/1394432893","cluster_addr":"172.21.15.6:6805/1394432893","heartbeat_back_addr":"172.21.15.6:6809/1394432893","heartbeat_front_addr":"172.21.15.6:6807/1394432893","state":["exists","up"]},{"osd":1,"uuid":"50b1e7a7-fc25-4426-9d5c-509eefbca14c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6810","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6811","nonce":3907901110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6812","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6813","nonce":3907901110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6816","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6817","nonce":3907901110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6814","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6815","nonce":3907901110}]},"public_addr":"172.21.15.6:6811/3907901110","cluster_addr":"172.21.15.6:6813/3907901110","heartbeat_back_addr":"172.21.15.6:6817/3907901110","heartbeat_front_addr":"172.21.15.6:6815/3907901110","state":["exists","up"]},{"osd":2,"uuid":"7f30540f-c510-4cfc-9c1f-cabc55f96d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6818","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6819","nonce":1083494494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6820","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6821","nonce":1083494494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6824","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6825","nonce":1083494494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6822","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6823","nonce":1083494494}]},"public_addr":"172.21.15.6:6819/1083494494","cluster_addr":"172.21.15.6:6821/1083494494","heartbeat_back_addr":"172.21.15.6:6825/1083494494","heartbeat_front_addr":"172.21.15.6:6823/1083494494","state":["exists","up"]},{"osd":3,"uuid":"74f6f98a-12e4-4979-a228-8ce1c04c7c3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6826","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6827","nonce":1399880855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6828","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6829","nonce":1399880855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6832","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6833","nonce":1399880855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6830","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6831","nonce":1399880855}]},"public_addr":"172.21.15.6:6827/1399880855","cluster_addr":"172.21.15.6:6829/1399880855","heartbeat_back_addr":"172.21.15.6:6833/1399880855","heartbeat_front_addr":"172.21.15.6:6831/1399880855","state":["exists","up"]},{"osd":4,"uuid":"2e7d2c7e-43c8-4d33-95f3-fbc74c3a64b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6801","nonce":1755052457}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6803","nonce":1755052457}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6807","nonce":1755052457}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6805","nonce":1755052457}]},"public_addr":"172.21.15.49:6801/1755052457","cluster_addr":"172.21.15.49:6803/1755052457","heartbeat_back_addr":"172.21.15.49:6807/1755052457","heartbeat_front_addr":"172.21.15.49:6805/1755052457","state":["exists","up"]},{"osd":5,"uuid":"fc053eb4-6be6-462e-ba49-e3254759d891","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6809","nonce":1186714059}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6811","nonce":1186714059}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6815","nonce":1186714059}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6813","nonce":1186714059}]},"public_addr":"172.21.15.49:6809/1186714059","cluster_addr":"172.21.15.49:6811/1186714059","heartbeat_back_addr":"172.21.15.49:6815/1186714059","heartbeat_front_addr":"172.21.15.49:6813/1186714059","state":["exists","up"]},{"osd":6,"uuid":"7847ea2c-e23b-4a97-914d-31cefe413d8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6817","nonce":3715574293}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6819","nonce":3715574293}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6823","nonce":3715574293}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6821","nonce":3715574293}]},"public_addr":"172.21.15.49:6817/3715574293","cluster_addr":"172.21.15.49:6819/3715574293","heartbeat_back_addr":"172.21.15.49:6823/3715574293","heartbeat_front_addr":"172.21.15.49:6821/3715574293","state":["exists","up"]},{"osd":7,"uuid":"0beab6e7-953a-46ab-a4e1-bf7e802c48fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6825","nonce":3101377235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6827","nonce":3101377235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6831","nonce":3101377235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6829","nonce":3101377235}]},"public_addr":"172.21.15.49:6825/3101377235","cluster_addr":"172.21.15.49:6827/3101377235","heartbeat_back_addr":"172.21.15.49:6831/3101377235","heartbeat_front_addr":"172.21.15.49:6829/3101377235","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:04:49.446933+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:07.943404+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:27.068909+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:45.767230+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:02.804198+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:20.889081+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:38.839887+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:57.168769+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.6:6801/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/1211624837":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/3963393092":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/41547701":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/4206750959":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/1050331260":"2021-07-25T17:02:50.585952+0000","172.21.15.6:6801/1050331260":"2021-07-25T17:02:50.585952+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2021-07-24T17:07:44.191 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2021-07-24T17:07:44.191 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd dump --format=json 2021-07-24T17:07:44.332 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:45.997 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:07:45.997 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":52,"fsid":"d7e97620-eca0-11eb-8c23-001a4aab830c","created":"2021-07-24T17:02:30.799485+0000","modified":"2021-07-24T17:07:27.007211+0000","last_up_change":"2021-07-24T17:06:58.975264+0000","last_in_change":"2021-07-24T17:06:58.975264+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2021-07-24T17:03:56.391315+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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":"2021-07-24T17:07:23.946664+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"52","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":"fec10a48-18f4-448f-b53b-9db80e7e8560","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6803","nonce":1394432893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6805","nonce":1394432893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6809","nonce":1394432893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6807","nonce":1394432893}]},"public_addr":"172.21.15.6:6803/1394432893","cluster_addr":"172.21.15.6:6805/1394432893","heartbeat_back_addr":"172.21.15.6:6809/1394432893","heartbeat_front_addr":"172.21.15.6:6807/1394432893","state":["exists","up"]},{"osd":1,"uuid":"50b1e7a7-fc25-4426-9d5c-509eefbca14c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6810","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6811","nonce":3907901110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6812","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6813","nonce":3907901110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6816","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6817","nonce":3907901110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6814","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6815","nonce":3907901110}]},"public_addr":"172.21.15.6:6811/3907901110","cluster_addr":"172.21.15.6:6813/3907901110","heartbeat_back_addr":"172.21.15.6:6817/3907901110","heartbeat_front_addr":"172.21.15.6:6815/3907901110","state":["exists","up"]},{"osd":2,"uuid":"7f30540f-c510-4cfc-9c1f-cabc55f96d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6818","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6819","nonce":1083494494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6820","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6821","nonce":1083494494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6824","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6825","nonce":1083494494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6822","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6823","nonce":1083494494}]},"public_addr":"172.21.15.6:6819/1083494494","cluster_addr":"172.21.15.6:6821/1083494494","heartbeat_back_addr":"172.21.15.6:6825/1083494494","heartbeat_front_addr":"172.21.15.6:6823/1083494494","state":["exists","up"]},{"osd":3,"uuid":"74f6f98a-12e4-4979-a228-8ce1c04c7c3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6826","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6827","nonce":1399880855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6828","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6829","nonce":1399880855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6832","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6833","nonce":1399880855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6830","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6831","nonce":1399880855}]},"public_addr":"172.21.15.6:6827/1399880855","cluster_addr":"172.21.15.6:6829/1399880855","heartbeat_back_addr":"172.21.15.6:6833/1399880855","heartbeat_front_addr":"172.21.15.6:6831/1399880855","state":["exists","up"]},{"osd":4,"uuid":"2e7d2c7e-43c8-4d33-95f3-fbc74c3a64b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6801","nonce":1755052457}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6803","nonce":1755052457}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6807","nonce":1755052457}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6805","nonce":1755052457}]},"public_addr":"172.21.15.49:6801/1755052457","cluster_addr":"172.21.15.49:6803/1755052457","heartbeat_back_addr":"172.21.15.49:6807/1755052457","heartbeat_front_addr":"172.21.15.49:6805/1755052457","state":["exists","up"]},{"osd":5,"uuid":"fc053eb4-6be6-462e-ba49-e3254759d891","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6809","nonce":1186714059}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6811","nonce":1186714059}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6815","nonce":1186714059}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6813","nonce":1186714059}]},"public_addr":"172.21.15.49:6809/1186714059","cluster_addr":"172.21.15.49:6811/1186714059","heartbeat_back_addr":"172.21.15.49:6815/1186714059","heartbeat_front_addr":"172.21.15.49:6813/1186714059","state":["exists","up"]},{"osd":6,"uuid":"7847ea2c-e23b-4a97-914d-31cefe413d8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6817","nonce":3715574293}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6819","nonce":3715574293}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6823","nonce":3715574293}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6821","nonce":3715574293}]},"public_addr":"172.21.15.49:6817/3715574293","cluster_addr":"172.21.15.49:6819/3715574293","heartbeat_back_addr":"172.21.15.49:6823/3715574293","heartbeat_front_addr":"172.21.15.49:6821/3715574293","state":["exists","up"]},{"osd":7,"uuid":"0beab6e7-953a-46ab-a4e1-bf7e802c48fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6825","nonce":3101377235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6827","nonce":3101377235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6831","nonce":3101377235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6829","nonce":3101377235}]},"public_addr":"172.21.15.49:6825/3101377235","cluster_addr":"172.21.15.49:6827/3101377235","heartbeat_back_addr":"172.21.15.49:6831/3101377235","heartbeat_front_addr":"172.21.15.49:6829/3101377235","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:04:49.446933+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:07.943404+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:27.068909+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:45.767230+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:02.804198+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:20.889081+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:38.839887+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:57.168769+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.6:6801/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/1211624837":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/3963393092":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/41547701":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/4206750959":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/1050331260":"2021-07-25T17:02:50.585952+0000","172.21.15.6:6801/1050331260":"2021-07-25T17:02:50.585952+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2021-07-24T17:07:46.624 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.0 flush_pg_stats 2021-07-24T17:07:46.768 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:48.955 INFO:teuthology.orchestra.run.smithi006.stdout:42949672998 2021-07-24T17:07:48.955 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.1 flush_pg_stats 2021-07-24T17:07:49.098 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:51.186 INFO:teuthology.orchestra.run.smithi006.stdout:68719476771 2021-07-24T17:07:51.187 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.2 flush_pg_stats 2021-07-24T17:07:51.260 INFO:journalctl@ceph.grafana.a.smithi049.stdout:Jul 24 17:07:51 smithi049 systemd[1]: Starting Ceph grafana.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:07:51.329 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:51.573 INFO:journalctl@ceph.grafana.a.smithi049.stdout:Jul 24 17:07:51 smithi049 podman[44154]: 2021-07-24 17:07:51.394447613 +0000 UTC m=+0.030171314 image pull docker.io/ceph/ceph-grafana:6.7.4 2021-07-24T17:07:51.574 INFO:journalctl@ceph.grafana.a.smithi049.stdout:Jul 24 17:07:51 smithi049 podman[44154]: 2021-07-24 17:07:51.498666623 +0000 UTC m=+0.134390308 container create 0fb06e9b937be4cf721c8590814319442fc80853427d43de676a1970092f429b (image=docker.io/ceph/ceph-grafana:6.7.4, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-grafana.a, org.label-schema.vendor=CentOS, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, maintainer=Paul Cuzner , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, description=Ceph Grafana Container, io.buildah.version=1.19.8) 2021-07-24T17:07:52.088 INFO:journalctl@ceph.grafana.a.smithi049.stdout:Jul 24 17:07:51 smithi049 podman[44154]: 2021-07-24 17:07:51.831863424 +0000 UTC m=+0.467587101 container init 0fb06e9b937be4cf721c8590814319442fc80853427d43de676a1970092f429b (image=docker.io/ceph/ceph-grafana:6.7.4, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-grafana.a, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, maintainer=Paul Cuzner , io.buildah.version=1.19.8, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, summary=Grafana Container configured for Ceph mgr/dashboard integration, description=Ceph Grafana Container) 2021-07-24T17:07:52.088 INFO:journalctl@ceph.grafana.a.smithi049.stdout:Jul 24 17:07:51 smithi049 podman[44154]: 2021-07-24 17:07:51.892021658 +0000 UTC m=+0.527745339 container start 0fb06e9b937be4cf721c8590814319442fc80853427d43de676a1970092f429b (image=docker.io/ceph/ceph-grafana:6.7.4, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-grafana.a, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, description=Ceph Grafana Container, org.label-schema.build-date=20201204, maintainer=Paul Cuzner , org.label-schema.license=GPLv2, summary=Grafana Container configured for Ceph mgr/dashboard integration, io.buildah.version=1.19.8) 2021-07-24T17:07:52.089 INFO:journalctl@ceph.grafana.a.smithi049.stdout:Jul 24 17:07:51 smithi049 bash[44081]: 0fb06e9b937be4cf721c8590814319442fc80853427d43de676a1970092f429b 2021-07-24T17:07:52.089 INFO:journalctl@ceph.grafana.a.smithi049.stdout:Jul 24 17:07:51 smithi049 systemd[1]: Started Ceph grafana.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:07:53.815 INFO:teuthology.orchestra.run.smithi006.stdout:90194313247 2021-07-24T17:07:53.816 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.3 flush_pg_stats 2021-07-24T17:07:53.967 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:56.665 INFO:teuthology.orchestra.run.smithi006.stdout:115964117020 2021-07-24T17:07:56.665 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.4 flush_pg_stats 2021-07-24T17:07:56.822 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:07:59.724 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:07:59 smithi006 systemd[1]: Stopping Ceph alertmanager.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:08:00.007 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:07:59 smithi006 podman[53259]: 2021-07-24 17:07:59.955284864 +0000 UTC m=+0.327245945 container stop 3d3e982d868f29f10f0892e2aadbe39a7d2645793425e4c0c13ee12f08fa08f3 (image=docker.io/prom/alertmanager:v0.20.0, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:00.494 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:00 smithi006 podman[53259]: 2021-07-24 17:08:00.174111032 +0000 UTC m=+0.546072013 container died 3d3e982d868f29f10f0892e2aadbe39a7d2645793425e4c0c13ee12f08fa08f3 (image=docker.io/prom/alertmanager:v0.20.0, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a) 2021-07-24T17:08:00.494 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:00 smithi006 podman[53259]: ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a 2021-07-24T17:08:00.563 INFO:teuthology.orchestra.run.smithi006.stdout:137438953497 2021-07-24T17:08:00.563 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.5 flush_pg_stats 2021-07-24T17:08:00.709 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:01.125 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:00 smithi006 podman[53327]: 2021-07-24 17:08:00.983262662 +0000 UTC m=+1.125063738 container remove 3d3e982d868f29f10f0892e2aadbe39a7d2645793425e4c0c13ee12f08fa08f3 (image=docker.io/prom/alertmanager:v0.20.0, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:01.125 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:01 smithi006 podman[53327]: 2021-07-24 17:08:01.007606062 +0000 UTC m=+1.149407147 volume remove 27359846ca5a8f07834d202fd2c16ed5e172d4e5cb8ee419d11db67769be0652 2021-07-24T17:08:01.126 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:01 smithi006 systemd[1]: ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@alertmanager.a.service: Succeeded. 2021-07-24T17:08:01.126 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:01 smithi006 systemd[1]: Stopped Ceph alertmanager.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:08:01.127 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:01 smithi006 systemd[1]: Starting Ceph alertmanager.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:08:01.383 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:01 smithi006 podman[53543]: 2021-07-24 17:08:01.230857821 +0000 UTC m=+0.035469623 image pull docker.io/prom/alertmanager:v0.20.0 2021-07-24T17:08:01.693 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:01 smithi006 podman[53543]: 2021-07-24 17:08:01.38236389 +0000 UTC m=+0.186975732 volume create a9d003fe9754079dd6bda42c17f4820d19198a191ca6943ecacf5d844e68fd81 2021-07-24T17:08:01.693 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:01 smithi006 podman[53543]: 2021-07-24 17:08:01.415742712 +0000 UTC m=+0.220354554 container create 4a97f89f3fa42c7a005d204a297654a4ad201391017bc922128f4f1661ae80c8 (image=docker.io/prom/alertmanager:v0.20.0, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:02.605 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:02 smithi006 podman[53543]: 2021-07-24 17:08:02.348902381 +0000 UTC m=+1.153514185 container init 4a97f89f3fa42c7a005d204a297654a4ad201391017bc922128f4f1661ae80c8 (image=docker.io/prom/alertmanager:v0.20.0, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:02.606 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:02 smithi006 podman[53543]: 2021-07-24 17:08:02.37388382 +0000 UTC m=+1.178495619 container start 4a97f89f3fa42c7a005d204a297654a4ad201391017bc922128f4f1661ae80c8 (image=docker.io/prom/alertmanager:v0.20.0, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-alertmanager.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:02.606 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:02 smithi006 bash[53463]: 4a97f89f3fa42c7a005d204a297654a4ad201391017bc922128f4f1661ae80c8 2021-07-24T17:08:02.606 INFO:journalctl@ceph.alertmanager.a.smithi006.stdout:Jul 24 17:08:02 smithi006 systemd[1]: Started Ceph alertmanager.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:08:03.605 INFO:teuthology.orchestra.run.smithi006.stdout:158913789974 2021-07-24T17:08:03.605 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.6 flush_pg_stats 2021-07-24T17:08:03.754 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:06.352 INFO:teuthology.orchestra.run.smithi006.stdout:180388626450 2021-07-24T17:08:06.352 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.7 flush_pg_stats 2021-07-24T17:08:06.497 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:06.639 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:06 smithi049 systemd[1]: Stopping Ceph prometheus.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:08:06.912 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:06 smithi049 podman[45073]: 2021-07-24 17:08:06.716040061 +0000 UTC m=+0.230574082 container stop 0151a01a0f0ab4c0ab9bc4ebd553f86f03cfeab4856fdbd9e8cf3e43ade090de (image=docker.io/prom/prometheus:v2.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:06.913 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:06 smithi049 podman[45073]: 2021-07-24 17:08:06.792226387 +0000 UTC m=+0.306760395 container died 0151a01a0f0ab4c0ab9bc4ebd553f86f03cfeab4856fdbd9e8cf3e43ade090de (image=docker.io/prom/prometheus:v2.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a) 2021-07-24T17:08:06.913 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:06 smithi049 podman[45073]: ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a 2021-07-24T17:08:07.838 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:07 smithi049 podman[45113]: 2021-07-24 17:08:07.529285865 +0000 UTC m=+0.838326731 container remove 0151a01a0f0ab4c0ab9bc4ebd553f86f03cfeab4856fdbd9e8cf3e43ade090de (image=docker.io/prom/prometheus:v2.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:07.839 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:07 smithi049 systemd[1]: ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@prometheus.a.service: Succeeded. 2021-07-24T17:08:07.839 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:07 smithi049 systemd[1]: Stopped Ceph prometheus.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:08:07.839 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:07 smithi049 systemd[1]: Starting Ceph prometheus.a for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:08:08.292 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:07 smithi049 podman[45233]: 2021-07-24 17:08:07.760625564 +0000 UTC m=+0.030734399 image pull docker.io/prom/prometheus:v2.18.1 2021-07-24T17:08:08.293 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:07 smithi049 podman[45233]: 2021-07-24 17:08:07.989680848 +0000 UTC m=+0.259789676 container create b438b2ea1987fafb5fbc37e4daae73c150b199a3ad089396500592debaece2c0 (image=docker.io/prom/prometheus:v2.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:08.588 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:08 smithi049 podman[45233]: 2021-07-24 17:08:08.337595043 +0000 UTC m=+0.607703873 container init b438b2ea1987fafb5fbc37e4daae73c150b199a3ad089396500592debaece2c0 (image=docker.io/prom/prometheus:v2.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:08.589 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:08 smithi049 podman[45233]: 2021-07-24 17:08:08.387392634 +0000 UTC m=+0.657501463 container start b438b2ea1987fafb5fbc37e4daae73c150b199a3ad089396500592debaece2c0 (image=docker.io/prom/prometheus:v2.18.1, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-prometheus.a, maintainer=The Prometheus Authors ) 2021-07-24T17:08:08.589 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:08 smithi049 bash[45160]: b438b2ea1987fafb5fbc37e4daae73c150b199a3ad089396500592debaece2c0 2021-07-24T17:08:08.589 INFO:journalctl@ceph.prometheus.a.smithi049.stdout:Jul 24 17:08:08 smithi049 systemd[1]: Started Ceph prometheus.a for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:08:08.987 INFO:teuthology.orchestra.run.smithi006.stdout:201863462928 2021-07-24T17:08:08.988 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.0 2021-07-24T17:08:09.137 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:11.022 INFO:teuthology.orchestra.run.smithi006.stdout:42949673002 2021-07-24T17:08:11.832 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949672998 got 42949673002 for osd.0 2021-07-24T17:08:11.833 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.1 2021-07-24T17:08:11.980 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:14.003 INFO:teuthology.orchestra.run.smithi006.stdout:68719476776 2021-07-24T17:08:14.773 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476771 got 68719476776 for osd.1 2021-07-24T17:08:14.773 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.2 2021-07-24T17:08:14.918 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:16.704 INFO:teuthology.orchestra.run.smithi006.stdout:90194313251 2021-07-24T17:08:17.509 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313247 got 90194313251 for osd.2 2021-07-24T17:08:17.510 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.3 2021-07-24T17:08:17.657 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:19.422 INFO:teuthology.orchestra.run.smithi006.stdout:115964117025 2021-07-24T17:08:20.252 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117020 got 115964117025 for osd.3 2021-07-24T17:08:20.252 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.4 2021-07-24T17:08:20.396 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:22.295 INFO:teuthology.orchestra.run.smithi006.stdout:137438953501 2021-07-24T17:08:22.988 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953497 got 137438953501 for osd.4 2021-07-24T17:08:22.989 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.5 2021-07-24T17:08:23.133 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:25.027 INFO:teuthology.orchestra.run.smithi006.stdout:158913789979 2021-07-24T17:08:25.829 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789974 got 158913789979 for osd.5 2021-07-24T17:08:25.829 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.6 2021-07-24T17:08:25.976 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:27.746 INFO:teuthology.orchestra.run.smithi006.stdout:180388626455 2021-07-24T17:08:28.572 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626450 got 180388626455 for osd.6 2021-07-24T17:08:28.572 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.7 2021-07-24T17:08:28.722 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:30.404 INFO:teuthology.orchestra.run.smithi006.stdout:201863462932 2021-07-24T17:08:31.113 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462928 got 201863462932 for osd.7 2021-07-24T17:08:31.114 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2021-07-24T17:08:31.114 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph pg dump --format=json 2021-07-24T17:08:31.258 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:33.045 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:08:33.046 INFO:teuthology.orchestra.run.smithi006.stderr:dumped all 2021-07-24T17:08:33.753 INFO:teuthology.orchestra.run.smithi006.stdout:{"pg_ready":true,"pg_map":{"version":205,"stamp":"2021-07-24T17:08:32.932217+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":27,"acting":27,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":27,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":8392576,"kb_used_data":3904,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568640,"statfs":{"total":767960285184,"available":759366287360,"internally_reserved":8589934592,"allocated":3997696,"data_stored":1614080,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":"0.000000"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.230280+0000","last_change":"2021-07-24T17:07:25.011500+0000","last_active":"2021-07-24T17:07:26.230280+0000","last_peered":"2021-07-24T17:07:26.230280+0000","last_clean":"2021-07-24T17:07:26.230280+0000","last_became_active":"2021-07-24T17:07:25.011066+0000","last_became_peered":"2021-07-24T17:07:25.011066+0000","last_unstale":"2021-07-24T17:07:26.230280+0000","last_undegraded":"2021-07-24T17:07:26.230280+0000","last_fullsized":"2021-07-24T17:07:26.230280+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008099+0000","last_change":"2021-07-24T17:07:25.009157+0000","last_active":"2021-07-24T17:07:26.008099+0000","last_peered":"2021-07-24T17:07:26.008099+0000","last_clean":"2021-07-24T17:07:26.008099+0000","last_became_active":"2021-07-24T17:07:25.008784+0000","last_became_peered":"2021-07-24T17:07:25.008784+0000","last_unstale":"2021-07-24T17:07:26.008099+0000","last_undegraded":"2021-07-24T17:07:26.008099+0000","last_fullsized":"2021-07-24T17:07:26.008099+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008380+0000","last_change":"2021-07-24T17:07:25.103275+0000","last_active":"2021-07-24T17:07:26.008380+0000","last_peered":"2021-07-24T17:07:26.008380+0000","last_clean":"2021-07-24T17:07:26.008380+0000","last_became_active":"2021-07-24T17:07:25.102792+0000","last_became_peered":"2021-07-24T17:07:25.102792+0000","last_unstale":"2021-07-24T17:07:26.008380+0000","last_undegraded":"2021-07-24T17:07:26.008380+0000","last_fullsized":"2021-07-24T17:07:26.008380+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008346+0000","last_change":"2021-07-24T17:07:25.107533+0000","last_active":"2021-07-24T17:07:26.008346+0000","last_peered":"2021-07-24T17:07:26.008346+0000","last_clean":"2021-07-24T17:07:26.008346+0000","last_became_active":"2021-07-24T17:07:25.107216+0000","last_became_peered":"2021-07-24T17:07:25.107216+0000","last_unstale":"2021-07-24T17:07:26.008346+0000","last_undegraded":"2021-07-24T17:07:26.008346+0000","last_fullsized":"2021-07-24T17:07:26.008346+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":"14","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008337+0000","last_change":"2021-07-24T17:07:00.200545+0000","last_active":"2021-07-24T17:07:26.008337+0000","last_peered":"2021-07-24T17:07:26.008337+0000","last_clean":"2021-07-24T17:07:26.008337+0000","last_became_active":"2021-07-24T17:07:00.200250+0000","last_became_peered":"2021-07-24T17:07:00.200250+0000","last_unstale":"2021-07-24T17:07:26.008337+0000","last_undegraded":"2021-07-24T17:07:26.008337+0000","last_fullsized":"2021-07-24T17:07:26.008337+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":5,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:03:56.953968+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:03:56.953968+0000","last_clean_scrub_stamp":"2021-07-24T17:03:56.953968+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,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"10","reported_epoch":"50","state":"active+clean","last_fresh":"2021-07-24T17:07:25.011125+0000","last_change":"2021-07-24T17:07:25.010860+0000","last_active":"2021-07-24T17:07:25.011125+0000","last_peered":"2021-07-24T17:07:25.011125+0000","last_clean":"2021-07-24T17:07:25.011125+0000","last_became_active":"2021-07-24T17:07:25.010027+0000","last_became_peered":"2021-07-24T17:07:25.010027+0000","last_unstale":"2021-07-24T17:07:25.011125+0000","last_undegraded":"2021-07-24T17:07:25.011125+0000","last_fullsized":"2021-07-24T17:07:25.011125+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008331+0000","last_change":"2021-07-24T17:07:25.110565+0000","last_active":"2021-07-24T17:07:26.008331+0000","last_peered":"2021-07-24T17:07:26.008331+0000","last_clean":"2021-07-24T17:07:26.008331+0000","last_became_active":"2021-07-24T17:07:25.109587+0000","last_became_peered":"2021-07-24T17:07:25.109587+0000","last_unstale":"2021-07-24T17:07:26.008331+0000","last_undegraded":"2021-07-24T17:07:26.008331+0000","last_fullsized":"2021-07-24T17:07:26.008331+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":"10","reported_epoch":"50","state":"active+clean","last_fresh":"2021-07-24T17:07:25.011263+0000","last_change":"2021-07-24T17:07:25.010969+0000","last_active":"2021-07-24T17:07:25.011263+0000","last_peered":"2021-07-24T17:07:25.011263+0000","last_clean":"2021-07-24T17:07:25.011263+0000","last_became_active":"2021-07-24T17:07:25.009939+0000","last_became_peered":"2021-07-24T17:07:25.009939+0000","last_unstale":"2021-07-24T17:07:25.011263+0000","last_undegraded":"2021-07-24T17:07:25.011263+0000","last_fullsized":"2021-07-24T17:07:25.011263+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.007941+0000","last_change":"2021-07-24T17:07:25.104362+0000","last_active":"2021-07-24T17:07:26.007941+0000","last_peered":"2021-07-24T17:07:26.007941+0000","last_clean":"2021-07-24T17:07:26.007941+0000","last_became_active":"2021-07-24T17:07:25.103384+0000","last_became_peered":"2021-07-24T17:07:25.103384+0000","last_unstale":"2021-07-24T17:07:26.007941+0000","last_undegraded":"2021-07-24T17:07:26.007941+0000","last_fullsized":"2021-07-24T17:07:26.007941+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":24,"acting":24,"num_store_stats":8},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462933,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.64800000000000002}]},{"osd":1,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.50700000000000001}]},{"osd":2,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.72999999999999998}]},{"osd":3,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.68500000000000005}]},{"osd":4,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.63},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.74399999999999999}]},{"osd":5,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.69999999999999996}]},{"osd":6,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.79600000000000004}]}]},{"osd":6,"up_from":42,"seq":180388626456,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.442},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.50700000000000001}]},{"osd":1,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.47099999999999997}]},{"osd":2,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.42499999999999999}]},{"osd":3,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.497},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.53300000000000003}]},{"osd":4,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.307}]},{"osd":5,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.37},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.35299999999999998}]},{"osd":7,"last update":"Sat Jul 24 17:08:03 2021","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.38800000000000001}]}]},{"osd":1,"up_from":16,"seq":68719476780,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:15 2021","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.33900000000000002,"15min":0.32700000000000001},"min":{"1min":0.17899999999999999,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.54400000000000004,"5min":0.747,"15min":0.747},"last":0.23000000000000001},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.36099999999999999,"15min":0.34300000000000003},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.58299999999999996,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.34100000000000003}]},{"osd":2,"last update":"Sat Jul 24 17:07:33 2021","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.35099999999999998,"15min":0.34300000000000003},"min":{"1min":0.26500000000000001,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.252},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.39200000000000002,"15min":0.38600000000000001},"min":{"1min":0.27400000000000002,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.28100000000000003}]},{"osd":3,"last update":"Sat Jul 24 17:07:52 2021","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.42599999999999999,"15min":0.42799999999999999},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.317},{"interface":"front","average":{"1min":0.436,"5min":0.40400000000000003,"15min":0.39800000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.30199999999999999}]},{"osd":4,"last update":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.49299999999999999,"15min":0.48299999999999998},"min":{"1min":0.33900000000000002,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.51000000000000001,"15min":0.504},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.63100000000000001}]},{"osd":5,"last update":"Sat Jul 24 17:08:26 2021","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.52500000000000002,"15min":0.52800000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.67700000000000005,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.57599999999999996,"15min":0.58399999999999996},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76800000000000002,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.66600000000000004}]},{"osd":6,"last update":"Sat Jul 24 17:07:42 2021","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.036,"5min":1.036,"15min":1.036},"last":0.67500000000000004}]},{"osd":7,"last update":"Sat Jul 24 17:08:03 2021","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":1.0169999999999999,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.65300000000000002}]}]},{"osd":0,"up_from":10,"seq":42949673007,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:16 2021","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.34899999999999998,"15min":0.33100000000000002},"min":{"1min":0.23699999999999999,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.97599999999999998,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.35099999999999998,"15min":0.32700000000000001},"min":{"1min":0.23499999999999999,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.26500000000000001}]},{"osd":2,"last update":"Sat Jul 24 17:07:32 2021","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.371,"15min":0.35799999999999998},"min":{"1min":0.24299999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.498,"5min":0.39500000000000002,"15min":0.378},"min":{"1min":0.32100000000000001,"5min":0.253,"15min":0.253},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.28999999999999998}]},{"osd":3,"last update":"Sat Jul 24 17:07:56 2021","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.46800000000000003,"15min":0.47099999999999997},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.443,"5min":0.45100000000000001,"15min":0.45200000000000001},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.34999999999999998}]},{"osd":4,"last update":"Sat Jul 24 17:08:10 2021","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.57699999999999996,"15min":0.57199999999999995},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":1.54,"5min":1.54,"15min":1.54},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.58899999999999997,"15min":0.59099999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.502}]},{"osd":5,"last update":"Sat Jul 24 17:08:30 2021","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.61599999999999999,"15min":0.63100000000000001},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.84699999999999998,"5min":1.579,"15min":1.579},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.64300000000000002,"15min":0.66000000000000003},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.96999999999999997,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.55500000000000005}]},{"osd":6,"last update":"Sat Jul 24 17:07:41 2021","interfaces":[{"interface":"back","average":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":11.569000000000001,"5min":11.569000000000001,"15min":11.569000000000001},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.496,"5min":1.496,"15min":1.496},"last":0.50900000000000001}]},{"osd":7,"last update":"Sat Jul 24 17:08:01 2021","interfaces":[{"interface":"back","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.629,"5min":1.629,"15min":1.629},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.669,"5min":1.669,"15min":1.669},"last":0.48699999999999999}]}]},{"osd":2,"up_from":21,"seq":90194313255,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:07:33 2021","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.35599999999999998,"15min":0.35399999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.29599999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.38300000000000001,"15min":0.374},"min":{"1min":0.26600000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.40500000000000003}]},{"osd":1,"last update":"Sat Jul 24 17:07:33 2021","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.375,"15min":0.37},"min":{"1min":0.23499999999999999,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":1.004,"5min":1.004,"15min":1.004},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.433,"5min":0.39700000000000002,"15min":0.39100000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.36899999999999999}]},{"osd":3,"last update":"Sat Jul 24 17:07:48 2021","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.40600000000000003,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.52600000000000002,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.316},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.42999999999999999,"15min":0.42799999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":0.38300000000000001}]},{"osd":4,"last update":"Sat Jul 24 17:08:06 2021","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.55600000000000005,"15min":0.52900000000000003},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":3.9430000000000001,"5min":3.9430000000000001,"15min":3.9430000000000001},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.753,"5min":0.55000000000000004,"15min":0.51600000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":3.6400000000000001,"5min":3.6400000000000001,"15min":3.6400000000000001},"last":0.70599999999999996}]},{"osd":5,"last update":"Sat Jul 24 17:08:25 2021","interfaces":[{"interface":"back","average":{"1min":0.75600000000000001,"5min":0.57599999999999996,"15min":0.54600000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":4.5999999999999996,"5min":4.5999999999999996,"15min":4.5999999999999996},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.77900000000000003,"5min":0.59199999999999997,"15min":0.56100000000000005},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":4.0129999999999999,"5min":4.0129999999999999,"15min":4.0129999999999999},"last":0.44800000000000001}]},{"osd":6,"last update":"Sat Jul 24 17:07:40 2021","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.69799999999999995}]},{"osd":7,"last update":"Sat Jul 24 17:08:04 2021","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":3.6970000000000001,"5min":3.6970000000000001,"15min":3.6970000000000001},"last":0.748},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":4.0759999999999996,"5min":4.0759999999999996,"15min":4.0759999999999996},"last":0.67600000000000005}]}]},{"osd":3,"up_from":27,"seq":115964117027,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:07:53 2021","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.38400000000000001,"15min":0.38800000000000001},"min":{"1min":0.188,"5min":0.188,"15min":0.188},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.374,"5min":0.38700000000000001,"15min":0.38900000000000001},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.216}]},{"osd":1,"last update":"Sat Jul 24 17:07:53 2021","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.41399999999999998,"15min":0.42199999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.374,"5min":0.38100000000000001,"15min":0.38200000000000001},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.32200000000000001}]},{"osd":2,"last update":"Sat Jul 24 17:07:53 2021","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.42799999999999999,"15min":0.43099999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.63100000000000001,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.23200000000000001},{"interface":"front","average":{"1min":0.376,"5min":0.40999999999999998,"15min":0.41599999999999998},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.57099999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.39300000000000002}]},{"osd":4,"last update":"Sat Jul 24 17:08:06 2021","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.55600000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.63}]},{"osd":5,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55300000000000005,"15min":0.55200000000000005},"min":{"1min":0.39500000000000002,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.56399999999999995,"15min":0.56200000000000006},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.89300000000000002,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.54800000000000004}]},{"osd":6,"last update":"Sat Jul 24 17:07:44 2021","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.63800000000000001}]},{"osd":7,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.57399999999999995}]}]},{"osd":4,"up_from":32,"seq":137438953503,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.48999999999999999,"15min":0.49299999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.52900000000000003,"15min":0.53600000000000003},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.56399999999999995}]},{"osd":1,"last update":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.495,"15min":0.499},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.52800000000000002,"15min":0.52600000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.8169999999999999,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":0.63600000000000001}]},{"osd":2,"last update":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.50800000000000001,"15min":0.51000000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.76800000000000002,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.505,"5min":0.52400000000000002,"15min":0.52700000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.59299999999999997}]},{"osd":3,"last update":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.52000000000000002,"15min":0.52200000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.54000000000000004,"15min":0.54200000000000004},"min":{"1min":0.36499999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.86799999999999999,"5min":0.996,"15min":0.996},"last":0.57999999999999996}]},{"osd":5,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.41499999999999998,"15min":0.40699999999999997},"min":{"1min":0.30499999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.73999999999999999,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.41699999999999998,"15min":0.41099999999999998},"min":{"1min":0.27900000000000003,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.46400000000000002}]},{"osd":6,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.49099999999999999}]},{"osd":7,"last update":"Sat Jul 24 17:08:01 2021","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.624}]}]},{"osd":5,"up_from":37,"seq":158913789981,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.51400000000000001,"15min":0.52000000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.67100000000000004,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.5},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.51400000000000001,"15min":0.52200000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.65100000000000002,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.50800000000000001}]},{"osd":1,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.50900000000000001,"15min":0.51300000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63400000000000001,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.52000000000000002,"15min":0.52800000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.61799999999999999,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.55000000000000004}]},{"osd":2,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.502,"15min":0.50600000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.59399999999999997,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.53400000000000003,"15min":0.53800000000000003},"min":{"1min":0.38300000000000001,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.64200000000000002,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.45600000000000002}]},{"osd":3,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.504,"15min":0.50600000000000001},"min":{"1min":0.39000000000000001,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.61699999999999999,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.498,"5min":0.52800000000000002,"15min":0.53300000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.69399999999999995,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.41599999999999998}]},{"osd":4,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.378,"15min":0.371},"min":{"1min":0.27100000000000002,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.57799999999999996,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.379,"15min":0.36499999999999999},"min":{"1min":0.28000000000000003,"5min":0.254,"15min":0.254},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.38500000000000001}]},{"osd":6,"last update":"Sat Jul 24 17:07:42 2021","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.59499999999999997}]},{"osd":7,"last update":"Sat Jul 24 17:08:01 2021","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.61599999999999999}]}]}]}} 2021-07-24T17:08:33.756 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph pg dump --format=json 2021-07-24T17:08:33.899 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:35.660 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:08:35.661 INFO:teuthology.orchestra.run.smithi006.stderr:dumped all 2021-07-24T17:08:36.287 INFO:teuthology.orchestra.run.smithi006.stdout:{"pg_ready":true,"pg_map":{"version":206,"stamp":"2021-07-24T17:08:34.932652+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":27,"acting":27,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":27,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":8392576,"kb_used_data":3904,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568640,"statfs":{"total":767960285184,"available":759366287360,"internally_reserved":8589934592,"allocated":3997696,"data_stored":1614080,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":"0.000000"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.230280+0000","last_change":"2021-07-24T17:07:25.011500+0000","last_active":"2021-07-24T17:07:26.230280+0000","last_peered":"2021-07-24T17:07:26.230280+0000","last_clean":"2021-07-24T17:07:26.230280+0000","last_became_active":"2021-07-24T17:07:25.011066+0000","last_became_peered":"2021-07-24T17:07:25.011066+0000","last_unstale":"2021-07-24T17:07:26.230280+0000","last_undegraded":"2021-07-24T17:07:26.230280+0000","last_fullsized":"2021-07-24T17:07:26.230280+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008099+0000","last_change":"2021-07-24T17:07:25.009157+0000","last_active":"2021-07-24T17:07:26.008099+0000","last_peered":"2021-07-24T17:07:26.008099+0000","last_clean":"2021-07-24T17:07:26.008099+0000","last_became_active":"2021-07-24T17:07:25.008784+0000","last_became_peered":"2021-07-24T17:07:25.008784+0000","last_unstale":"2021-07-24T17:07:26.008099+0000","last_undegraded":"2021-07-24T17:07:26.008099+0000","last_fullsized":"2021-07-24T17:07:26.008099+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008380+0000","last_change":"2021-07-24T17:07:25.103275+0000","last_active":"2021-07-24T17:07:26.008380+0000","last_peered":"2021-07-24T17:07:26.008380+0000","last_clean":"2021-07-24T17:07:26.008380+0000","last_became_active":"2021-07-24T17:07:25.102792+0000","last_became_peered":"2021-07-24T17:07:25.102792+0000","last_unstale":"2021-07-24T17:07:26.008380+0000","last_undegraded":"2021-07-24T17:07:26.008380+0000","last_fullsized":"2021-07-24T17:07:26.008380+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008346+0000","last_change":"2021-07-24T17:07:25.107533+0000","last_active":"2021-07-24T17:07:26.008346+0000","last_peered":"2021-07-24T17:07:26.008346+0000","last_clean":"2021-07-24T17:07:26.008346+0000","last_became_active":"2021-07-24T17:07:25.107216+0000","last_became_peered":"2021-07-24T17:07:25.107216+0000","last_unstale":"2021-07-24T17:07:26.008346+0000","last_undegraded":"2021-07-24T17:07:26.008346+0000","last_fullsized":"2021-07-24T17:07:26.008346+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":"14","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008337+0000","last_change":"2021-07-24T17:07:00.200545+0000","last_active":"2021-07-24T17:07:26.008337+0000","last_peered":"2021-07-24T17:07:26.008337+0000","last_clean":"2021-07-24T17:07:26.008337+0000","last_became_active":"2021-07-24T17:07:00.200250+0000","last_became_peered":"2021-07-24T17:07:00.200250+0000","last_unstale":"2021-07-24T17:07:26.008337+0000","last_undegraded":"2021-07-24T17:07:26.008337+0000","last_fullsized":"2021-07-24T17:07:26.008337+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":5,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:03:56.953968+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:03:56.953968+0000","last_clean_scrub_stamp":"2021-07-24T17:03:56.953968+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,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"10","reported_epoch":"50","state":"active+clean","last_fresh":"2021-07-24T17:07:25.011125+0000","last_change":"2021-07-24T17:07:25.010860+0000","last_active":"2021-07-24T17:07:25.011125+0000","last_peered":"2021-07-24T17:07:25.011125+0000","last_clean":"2021-07-24T17:07:25.011125+0000","last_became_active":"2021-07-24T17:07:25.010027+0000","last_became_peered":"2021-07-24T17:07:25.010027+0000","last_unstale":"2021-07-24T17:07:25.011125+0000","last_undegraded":"2021-07-24T17:07:25.011125+0000","last_fullsized":"2021-07-24T17:07:25.011125+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.008331+0000","last_change":"2021-07-24T17:07:25.110565+0000","last_active":"2021-07-24T17:07:26.008331+0000","last_peered":"2021-07-24T17:07:26.008331+0000","last_clean":"2021-07-24T17:07:26.008331+0000","last_became_active":"2021-07-24T17:07:25.109587+0000","last_became_peered":"2021-07-24T17:07:25.109587+0000","last_unstale":"2021-07-24T17:07:26.008331+0000","last_undegraded":"2021-07-24T17:07:26.008331+0000","last_fullsized":"2021-07-24T17:07:26.008331+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":"10","reported_epoch":"50","state":"active+clean","last_fresh":"2021-07-24T17:07:25.011263+0000","last_change":"2021-07-24T17:07:25.010969+0000","last_active":"2021-07-24T17:07:25.011263+0000","last_peered":"2021-07-24T17:07:25.011263+0000","last_clean":"2021-07-24T17:07:25.011263+0000","last_became_active":"2021-07-24T17:07:25.009939+0000","last_became_peered":"2021-07-24T17:07:25.009939+0000","last_unstale":"2021-07-24T17:07:25.011263+0000","last_undegraded":"2021-07-24T17:07:25.011263+0000","last_fullsized":"2021-07-24T17:07:25.011263+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":"11","reported_epoch":"51","state":"active+clean","last_fresh":"2021-07-24T17:07:26.007941+0000","last_change":"2021-07-24T17:07:25.104362+0000","last_active":"2021-07-24T17:07:26.007941+0000","last_peered":"2021-07-24T17:07:26.007941+0000","last_clean":"2021-07-24T17:07:26.007941+0000","last_became_active":"2021-07-24T17:07:25.103384+0000","last_became_peered":"2021-07-24T17:07:25.103384+0000","last_unstale":"2021-07-24T17:07:26.007941+0000","last_undegraded":"2021-07-24T17:07:26.007941+0000","last_fullsized":"2021-07-24T17:07:26.007941+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":24,"acting":24,"num_store_stats":8},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462934,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.46400000000000002}]},{"osd":1,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.48699999999999999}]},{"osd":2,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.503}]},{"osd":3,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.54100000000000004}]},{"osd":4,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.40899999999999997}]},{"osd":5,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.32500000000000001}]},{"osd":6,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.44700000000000001}]}]},{"osd":6,"up_from":42,"seq":180388626456,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.442},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.50700000000000001}]},{"osd":1,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.47099999999999997}]},{"osd":2,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.42499999999999999}]},{"osd":3,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.497},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.53300000000000003}]},{"osd":4,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.307}]},{"osd":5,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.37},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.35299999999999998}]},{"osd":7,"last update":"Sat Jul 24 17:08:03 2021","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.38800000000000001}]}]},{"osd":1,"up_from":16,"seq":68719476780,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:15 2021","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.33900000000000002,"15min":0.32700000000000001},"min":{"1min":0.17899999999999999,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.54400000000000004,"5min":0.747,"15min":0.747},"last":0.23000000000000001},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.36099999999999999,"15min":0.34300000000000003},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.58299999999999996,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.34100000000000003}]},{"osd":2,"last update":"Sat Jul 24 17:07:33 2021","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.35099999999999998,"15min":0.34300000000000003},"min":{"1min":0.26500000000000001,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.252},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.39200000000000002,"15min":0.38600000000000001},"min":{"1min":0.27400000000000002,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.28100000000000003}]},{"osd":3,"last update":"Sat Jul 24 17:07:52 2021","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.42599999999999999,"15min":0.42799999999999999},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.317},{"interface":"front","average":{"1min":0.436,"5min":0.40400000000000003,"15min":0.39800000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.30199999999999999}]},{"osd":4,"last update":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.49299999999999999,"15min":0.48299999999999998},"min":{"1min":0.33900000000000002,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.51000000000000001,"15min":0.504},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.63100000000000001}]},{"osd":5,"last update":"Sat Jul 24 17:08:26 2021","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.52500000000000002,"15min":0.52800000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.67700000000000005,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.57599999999999996,"15min":0.58399999999999996},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76800000000000002,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.66600000000000004}]},{"osd":6,"last update":"Sat Jul 24 17:07:42 2021","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.036,"5min":1.036,"15min":1.036},"last":0.67500000000000004}]},{"osd":7,"last update":"Sat Jul 24 17:08:03 2021","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":1.0169999999999999,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.65300000000000002}]}]},{"osd":0,"up_from":10,"seq":42949673007,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:16 2021","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.34899999999999998,"15min":0.33100000000000002},"min":{"1min":0.23699999999999999,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.97599999999999998,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.35099999999999998,"15min":0.32700000000000001},"min":{"1min":0.23499999999999999,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.26500000000000001}]},{"osd":2,"last update":"Sat Jul 24 17:07:32 2021","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.371,"15min":0.35799999999999998},"min":{"1min":0.24299999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.498,"5min":0.39500000000000002,"15min":0.378},"min":{"1min":0.32100000000000001,"5min":0.253,"15min":0.253},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.28999999999999998}]},{"osd":3,"last update":"Sat Jul 24 17:07:56 2021","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.46800000000000003,"15min":0.47099999999999997},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.443,"5min":0.45100000000000001,"15min":0.45200000000000001},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.34999999999999998}]},{"osd":4,"last update":"Sat Jul 24 17:08:10 2021","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.57699999999999996,"15min":0.57199999999999995},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":1.54,"5min":1.54,"15min":1.54},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.58899999999999997,"15min":0.59099999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.502}]},{"osd":5,"last update":"Sat Jul 24 17:08:30 2021","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.61599999999999999,"15min":0.63100000000000001},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.84699999999999998,"5min":1.579,"15min":1.579},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.64300000000000002,"15min":0.66000000000000003},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.96999999999999997,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.55500000000000005}]},{"osd":6,"last update":"Sat Jul 24 17:07:41 2021","interfaces":[{"interface":"back","average":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":11.569000000000001,"5min":11.569000000000001,"15min":11.569000000000001},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.496,"5min":1.496,"15min":1.496},"last":0.50900000000000001}]},{"osd":7,"last update":"Sat Jul 24 17:08:01 2021","interfaces":[{"interface":"back","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.629,"5min":1.629,"15min":1.629},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.669,"5min":1.669,"15min":1.669},"last":0.48699999999999999}]}]},{"osd":2,"up_from":21,"seq":90194313255,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:07:33 2021","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.35599999999999998,"15min":0.35399999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.29599999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.38300000000000001,"15min":0.374},"min":{"1min":0.26600000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.40500000000000003}]},{"osd":1,"last update":"Sat Jul 24 17:07:33 2021","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.375,"15min":0.37},"min":{"1min":0.23499999999999999,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":1.004,"5min":1.004,"15min":1.004},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.433,"5min":0.39700000000000002,"15min":0.39100000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.36899999999999999}]},{"osd":3,"last update":"Sat Jul 24 17:07:48 2021","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.40600000000000003,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.52600000000000002,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.316},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.42999999999999999,"15min":0.42799999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":0.38300000000000001}]},{"osd":4,"last update":"Sat Jul 24 17:08:06 2021","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.55600000000000005,"15min":0.52900000000000003},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":3.9430000000000001,"5min":3.9430000000000001,"15min":3.9430000000000001},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.753,"5min":0.55000000000000004,"15min":0.51600000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":3.6400000000000001,"5min":3.6400000000000001,"15min":3.6400000000000001},"last":0.70599999999999996}]},{"osd":5,"last update":"Sat Jul 24 17:08:25 2021","interfaces":[{"interface":"back","average":{"1min":0.75600000000000001,"5min":0.57599999999999996,"15min":0.54600000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":4.5999999999999996,"5min":4.5999999999999996,"15min":4.5999999999999996},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.77900000000000003,"5min":0.59199999999999997,"15min":0.56100000000000005},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":4.0129999999999999,"5min":4.0129999999999999,"15min":4.0129999999999999},"last":0.44800000000000001}]},{"osd":6,"last update":"Sat Jul 24 17:07:40 2021","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.69799999999999995}]},{"osd":7,"last update":"Sat Jul 24 17:08:04 2021","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":3.6970000000000001,"5min":3.6970000000000001,"15min":3.6970000000000001},"last":0.748},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":4.0759999999999996,"5min":4.0759999999999996,"15min":4.0759999999999996},"last":0.67600000000000005}]}]},{"osd":3,"up_from":27,"seq":115964117028,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:07:53 2021","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.38400000000000001,"15min":0.38800000000000001},"min":{"1min":0.188,"5min":0.188,"15min":0.188},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.374,"5min":0.38700000000000001,"15min":0.38900000000000001},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.32100000000000001}]},{"osd":1,"last update":"Sat Jul 24 17:07:53 2021","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.41399999999999998,"15min":0.42199999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.374},{"interface":"front","average":{"1min":0.374,"5min":0.38100000000000001,"15min":0.38200000000000001},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.22500000000000001}]},{"osd":2,"last update":"Sat Jul 24 17:07:53 2021","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.42799999999999999,"15min":0.43099999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.63100000000000001,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.376,"5min":0.40999999999999998,"15min":0.41599999999999998},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.57099999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.33400000000000002}]},{"osd":4,"last update":"Sat Jul 24 17:08:06 2021","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.55600000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.68100000000000005}]},{"osd":5,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55300000000000005,"15min":0.55200000000000005},"min":{"1min":0.39500000000000002,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.56399999999999995,"15min":0.56200000000000006},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.89300000000000002,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.69799999999999995}]},{"osd":6,"last update":"Sat Jul 24 17:07:44 2021","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.623},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.53300000000000003}]},{"osd":7,"last update":"Sat Jul 24 17:08:00 2021","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.67200000000000004}]}]},{"osd":4,"up_from":32,"seq":137438953504,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.48999999999999999,"15min":0.49299999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.52900000000000003,"15min":0.53600000000000003},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.47499999999999998}]},{"osd":1,"last update":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.495,"15min":0.499},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.52800000000000002,"15min":0.52600000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.8169999999999999,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":0.371}]},{"osd":2,"last update":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.50800000000000001,"15min":0.51000000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.76800000000000002,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.505,"5min":0.52400000000000002,"15min":0.52700000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.41599999999999998}]},{"osd":3,"last update":"Sat Jul 24 17:08:09 2021","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.52000000000000002,"15min":0.52200000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.54000000000000004,"15min":0.54200000000000004},"min":{"1min":0.36499999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.86799999999999999,"5min":0.996,"15min":0.996},"last":0.46100000000000002}]},{"osd":5,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.41499999999999998,"15min":0.40699999999999997},"min":{"1min":0.30499999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.73999999999999999,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.41699999999999998,"15min":0.41099999999999998},"min":{"1min":0.27900000000000003,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.55400000000000005}]},{"osd":6,"last update":"Sat Jul 24 17:07:43 2021","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.53900000000000003}]},{"osd":7,"last update":"Sat Jul 24 17:08:01 2021","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.53100000000000003}]}]},{"osd":5,"up_from":37,"seq":158913789981,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.51400000000000001,"15min":0.52000000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.67100000000000004,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.5},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.51400000000000001,"15min":0.52200000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.65100000000000002,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.50800000000000001}]},{"osd":1,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.50900000000000001,"15min":0.51300000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63400000000000001,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.52000000000000002,"15min":0.52800000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.61799999999999999,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.55000000000000004}]},{"osd":2,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.502,"15min":0.50600000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.59399999999999997,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.53400000000000003,"15min":0.53800000000000003},"min":{"1min":0.38300000000000001,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.64200000000000002,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.45600000000000002}]},{"osd":3,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.504,"15min":0.50600000000000001},"min":{"1min":0.39000000000000001,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.61699999999999999,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.498,"5min":0.52800000000000002,"15min":0.53300000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.69399999999999995,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.41599999999999998}]},{"osd":4,"last update":"Sat Jul 24 17:08:27 2021","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.378,"15min":0.371},"min":{"1min":0.27100000000000002,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.57799999999999996,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.379,"15min":0.36499999999999999},"min":{"1min":0.28000000000000003,"5min":0.254,"15min":0.254},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.38500000000000001}]},{"osd":6,"last update":"Sat Jul 24 17:07:42 2021","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.59499999999999997}]},{"osd":7,"last update":"Sat Jul 24 17:08:01 2021","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.61599999999999999}]}]}]}} 2021-07-24T17:08:36.289 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2021-07-24T17:08:36.290 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2021-07-24T17:08:36.290 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2021-07-24T17:08:36.290 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph health --format=json 2021-07-24T17:08:36.432 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:38.172 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:08:38.926 INFO:teuthology.orchestra.run.smithi006.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2021-07-24T17:08:38.927 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2021-07-24T17:08:38.927 INFO:tasks.cephadm:Setup complete, yielding 2021-07-24T17:08:38.928 INFO:teuthology.run_tasks:Running task cephadm.shell... 2021-07-24T17:08:38.939 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi006.front.sepia.ceph.com 2021-07-24T17:08:38.940 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- bash -c 'ceph fs volume create foo' 2021-07-24T17:08:43.589 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2021-07-24T17:08:46.330 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2021-07-24T17:08:49.773 INFO:teuthology.run_tasks:Running task ceph.healthy... 2021-07-24T17:08:49.783 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2021-07-24T17:08:49.783 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2021-07-24T17:08:49.784 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph mgr dump --format=json 2021-07-24T17:08:49.928 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:51.966 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:08:52.717 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":14,"active_gid":14140,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6800","nonce":1974329405},{"type":"v1","addr":"172.21.15.6:6801","nonce":1974329405}]},"active_addr":"172.21.15.6:6801/1974329405","active_change":"2021-07-24T17:03:06.822366+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":34109,"name":"x","mgr_features":4540138292840890367,"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":"False","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":"none","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.7.4","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":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","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":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"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":[]}}},{"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":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","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":"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":"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":{"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":"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":["cephadm","dashboard","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":"False","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":"none","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.7.4","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":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","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":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"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":[]}}},{"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":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","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":"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":"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":{"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":"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":{"dashboard":"https://ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.y:8443/"},"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"],"last_failure_osd_epoch":3,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.6:0","nonce":1874390068}]},{"addrvec":[{"type":"v2","addr":"172.21.15.6:0","nonce":3474670712}]}]}} 2021-07-24T17:08:52.721 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2021-07-24T17:08:52.721 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2021-07-24T17:08:52.721 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd dump --format=json 2021-07-24T17:08:52.870 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:54.974 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:08:54.975 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":57,"fsid":"d7e97620-eca0-11eb-8c23-001a4aab830c","created":"2021-07-24T17:02:30.799485+0000","modified":"2021-07-24T17:08:44.792040+0000","last_up_change":"2021-07-24T17:06:58.975264+0000","last_in_change":"2021-07-24T17:06:58.975264+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":4,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2021-07-24T17:03:56.391315+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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":"2021-07-24T17:07:23.946664+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"52","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":"cephfs.foo.meta","create_time":"2021-07-24T17:08:41.444895+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"56","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"foo"}}},{"pool":4,"pool_name":"cephfs.foo.data","create_time":"2021-07-24T17:08:42.211961+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"57","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":{"cephfs":{"data":"foo"}}}],"osds":[{"osd":0,"uuid":"fec10a48-18f4-448f-b53b-9db80e7e8560","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6803","nonce":1394432893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6805","nonce":1394432893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6809","nonce":1394432893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6807","nonce":1394432893}]},"public_addr":"172.21.15.6:6803/1394432893","cluster_addr":"172.21.15.6:6805/1394432893","heartbeat_back_addr":"172.21.15.6:6809/1394432893","heartbeat_front_addr":"172.21.15.6:6807/1394432893","state":["exists","up"]},{"osd":1,"uuid":"50b1e7a7-fc25-4426-9d5c-509eefbca14c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6810","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6811","nonce":3907901110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6812","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6813","nonce":3907901110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6816","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6817","nonce":3907901110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6814","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6815","nonce":3907901110}]},"public_addr":"172.21.15.6:6811/3907901110","cluster_addr":"172.21.15.6:6813/3907901110","heartbeat_back_addr":"172.21.15.6:6817/3907901110","heartbeat_front_addr":"172.21.15.6:6815/3907901110","state":["exists","up"]},{"osd":2,"uuid":"7f30540f-c510-4cfc-9c1f-cabc55f96d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6818","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6819","nonce":1083494494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6820","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6821","nonce":1083494494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6824","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6825","nonce":1083494494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6822","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6823","nonce":1083494494}]},"public_addr":"172.21.15.6:6819/1083494494","cluster_addr":"172.21.15.6:6821/1083494494","heartbeat_back_addr":"172.21.15.6:6825/1083494494","heartbeat_front_addr":"172.21.15.6:6823/1083494494","state":["exists","up"]},{"osd":3,"uuid":"74f6f98a-12e4-4979-a228-8ce1c04c7c3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6826","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6827","nonce":1399880855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6828","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6829","nonce":1399880855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6832","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6833","nonce":1399880855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6830","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6831","nonce":1399880855}]},"public_addr":"172.21.15.6:6827/1399880855","cluster_addr":"172.21.15.6:6829/1399880855","heartbeat_back_addr":"172.21.15.6:6833/1399880855","heartbeat_front_addr":"172.21.15.6:6831/1399880855","state":["exists","up"]},{"osd":4,"uuid":"2e7d2c7e-43c8-4d33-95f3-fbc74c3a64b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6801","nonce":1755052457}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6803","nonce":1755052457}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6807","nonce":1755052457}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6805","nonce":1755052457}]},"public_addr":"172.21.15.49:6801/1755052457","cluster_addr":"172.21.15.49:6803/1755052457","heartbeat_back_addr":"172.21.15.49:6807/1755052457","heartbeat_front_addr":"172.21.15.49:6805/1755052457","state":["exists","up"]},{"osd":5,"uuid":"fc053eb4-6be6-462e-ba49-e3254759d891","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6809","nonce":1186714059}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6811","nonce":1186714059}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6815","nonce":1186714059}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6813","nonce":1186714059}]},"public_addr":"172.21.15.49:6809/1186714059","cluster_addr":"172.21.15.49:6811/1186714059","heartbeat_back_addr":"172.21.15.49:6815/1186714059","heartbeat_front_addr":"172.21.15.49:6813/1186714059","state":["exists","up"]},{"osd":6,"uuid":"7847ea2c-e23b-4a97-914d-31cefe413d8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6817","nonce":3715574293}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6819","nonce":3715574293}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6823","nonce":3715574293}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6821","nonce":3715574293}]},"public_addr":"172.21.15.49:6817/3715574293","cluster_addr":"172.21.15.49:6819/3715574293","heartbeat_back_addr":"172.21.15.49:6823/3715574293","heartbeat_front_addr":"172.21.15.49:6821/3715574293","state":["exists","up"]},{"osd":7,"uuid":"0beab6e7-953a-46ab-a4e1-bf7e802c48fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6825","nonce":3101377235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6827","nonce":3101377235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6831","nonce":3101377235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6829","nonce":3101377235}]},"public_addr":"172.21.15.49:6825/3101377235","cluster_addr":"172.21.15.49:6827/3101377235","heartbeat_back_addr":"172.21.15.49:6831/3101377235","heartbeat_front_addr":"172.21.15.49:6829/3101377235","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:04:49.446933+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:07.943404+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:27.068909+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:45.767230+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:02.804198+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:20.889081+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:38.839887+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:57.168769+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.6:6801/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/1211624837":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/3963393092":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/41547701":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/4206750959":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/1050331260":"2021-07-25T17:02:50.585952+0000","172.21.15.6:6801/1050331260":"2021-07-25T17:02:50.585952+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2021-07-24T17:08:55.758 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2021-07-24T17:08:55.758 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd dump --format=json 2021-07-24T17:08:55.905 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:08:57.685 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:08:57.686 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":57,"fsid":"d7e97620-eca0-11eb-8c23-001a4aab830c","created":"2021-07-24T17:02:30.799485+0000","modified":"2021-07-24T17:08:44.792040+0000","last_up_change":"2021-07-24T17:06:58.975264+0000","last_in_change":"2021-07-24T17:06:58.975264+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":4,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2021-07-24T17:03:56.391315+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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":"2021-07-24T17:07:23.946664+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"52","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":"cephfs.foo.meta","create_time":"2021-07-24T17:08:41.444895+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"56","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"foo"}}},{"pool":4,"pool_name":"cephfs.foo.data","create_time":"2021-07-24T17:08:42.211961+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"57","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":{"cephfs":{"data":"foo"}}}],"osds":[{"osd":0,"uuid":"fec10a48-18f4-448f-b53b-9db80e7e8560","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6803","nonce":1394432893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6805","nonce":1394432893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6809","nonce":1394432893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":1394432893},{"type":"v1","addr":"172.21.15.6:6807","nonce":1394432893}]},"public_addr":"172.21.15.6:6803/1394432893","cluster_addr":"172.21.15.6:6805/1394432893","heartbeat_back_addr":"172.21.15.6:6809/1394432893","heartbeat_front_addr":"172.21.15.6:6807/1394432893","state":["exists","up"]},{"osd":1,"uuid":"50b1e7a7-fc25-4426-9d5c-509eefbca14c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6810","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6811","nonce":3907901110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6812","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6813","nonce":3907901110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6816","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6817","nonce":3907901110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6814","nonce":3907901110},{"type":"v1","addr":"172.21.15.6:6815","nonce":3907901110}]},"public_addr":"172.21.15.6:6811/3907901110","cluster_addr":"172.21.15.6:6813/3907901110","heartbeat_back_addr":"172.21.15.6:6817/3907901110","heartbeat_front_addr":"172.21.15.6:6815/3907901110","state":["exists","up"]},{"osd":2,"uuid":"7f30540f-c510-4cfc-9c1f-cabc55f96d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6818","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6819","nonce":1083494494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6820","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6821","nonce":1083494494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6824","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6825","nonce":1083494494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6822","nonce":1083494494},{"type":"v1","addr":"172.21.15.6:6823","nonce":1083494494}]},"public_addr":"172.21.15.6:6819/1083494494","cluster_addr":"172.21.15.6:6821/1083494494","heartbeat_back_addr":"172.21.15.6:6825/1083494494","heartbeat_front_addr":"172.21.15.6:6823/1083494494","state":["exists","up"]},{"osd":3,"uuid":"74f6f98a-12e4-4979-a228-8ce1c04c7c3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6826","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6827","nonce":1399880855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6828","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6829","nonce":1399880855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6832","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6833","nonce":1399880855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6830","nonce":1399880855},{"type":"v1","addr":"172.21.15.6:6831","nonce":1399880855}]},"public_addr":"172.21.15.6:6827/1399880855","cluster_addr":"172.21.15.6:6829/1399880855","heartbeat_back_addr":"172.21.15.6:6833/1399880855","heartbeat_front_addr":"172.21.15.6:6831/1399880855","state":["exists","up"]},{"osd":4,"uuid":"2e7d2c7e-43c8-4d33-95f3-fbc74c3a64b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6801","nonce":1755052457}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6803","nonce":1755052457}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6807","nonce":1755052457}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":1755052457},{"type":"v1","addr":"172.21.15.49:6805","nonce":1755052457}]},"public_addr":"172.21.15.49:6801/1755052457","cluster_addr":"172.21.15.49:6803/1755052457","heartbeat_back_addr":"172.21.15.49:6807/1755052457","heartbeat_front_addr":"172.21.15.49:6805/1755052457","state":["exists","up"]},{"osd":5,"uuid":"fc053eb4-6be6-462e-ba49-e3254759d891","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6809","nonce":1186714059}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6811","nonce":1186714059}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6815","nonce":1186714059}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":1186714059},{"type":"v1","addr":"172.21.15.49:6813","nonce":1186714059}]},"public_addr":"172.21.15.49:6809/1186714059","cluster_addr":"172.21.15.49:6811/1186714059","heartbeat_back_addr":"172.21.15.49:6815/1186714059","heartbeat_front_addr":"172.21.15.49:6813/1186714059","state":["exists","up"]},{"osd":6,"uuid":"7847ea2c-e23b-4a97-914d-31cefe413d8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6817","nonce":3715574293}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6819","nonce":3715574293}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6823","nonce":3715574293}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":3715574293},{"type":"v1","addr":"172.21.15.49:6821","nonce":3715574293}]},"public_addr":"172.21.15.49:6817/3715574293","cluster_addr":"172.21.15.49:6819/3715574293","heartbeat_back_addr":"172.21.15.49:6823/3715574293","heartbeat_front_addr":"172.21.15.49:6821/3715574293","state":["exists","up"]},{"osd":7,"uuid":"0beab6e7-953a-46ab-a4e1-bf7e802c48fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6825","nonce":3101377235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6827","nonce":3101377235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6831","nonce":3101377235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":3101377235},{"type":"v1","addr":"172.21.15.49:6829","nonce":3101377235}]},"public_addr":"172.21.15.49:6825/3101377235","cluster_addr":"172.21.15.49:6827/3101377235","heartbeat_back_addr":"172.21.15.49:6831/3101377235","heartbeat_front_addr":"172.21.15.49:6829/3101377235","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:04:49.446933+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:07.943404+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:27.068909+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:05:45.767230+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:02.804198+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:20.889081+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:38.839887+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2021-07-24T17:06:57.168769+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.6:6801/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/1211624837":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/615585280":"2021-07-25T17:03:06.822055+0000","172.21.15.6:0/3963393092":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/41547701":"2021-07-25T17:02:50.585952+0000","172.21.15.6:0/4206750959":"2021-07-25T17:03:06.822055+0000","172.21.15.6:6800/1050331260":"2021-07-25T17:02:50.585952+0000","172.21.15.6:6801/1050331260":"2021-07-25T17:02:50.585952+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2021-07-24T17:08:58.395 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.0 flush_pg_stats 2021-07-24T17:08:58.539 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:00.835 INFO:teuthology.orchestra.run.smithi006.stdout:42949673013 2021-07-24T17:09:00.835 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.1 flush_pg_stats 2021-07-24T17:09:00.979 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:03.476 INFO:teuthology.orchestra.run.smithi006.stdout:68719476787 2021-07-24T17:09:03.476 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.2 flush_pg_stats 2021-07-24T17:09:03.622 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:06.015 INFO:teuthology.orchestra.run.smithi006.stdout:90194313263 2021-07-24T17:09:06.015 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.3 flush_pg_stats 2021-07-24T17:09:06.166 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:08.458 INFO:teuthology.orchestra.run.smithi006.stdout:115964117035 2021-07-24T17:09:08.459 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.4 flush_pg_stats 2021-07-24T17:09:08.606 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:10.996 INFO:teuthology.orchestra.run.smithi006.stdout:137438953512 2021-07-24T17:09:10.997 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.5 flush_pg_stats 2021-07-24T17:09:11.141 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:13.533 INFO:teuthology.orchestra.run.smithi006.stdout:158913789989 2021-07-24T17:09:13.534 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.6 flush_pg_stats 2021-07-24T17:09:13.679 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:16.068 INFO:teuthology.orchestra.run.smithi006.stdout:180388626465 2021-07-24T17:09:16.069 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph tell osd.7 flush_pg_stats 2021-07-24T17:09:16.211 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:18.704 INFO:teuthology.orchestra.run.smithi006.stdout:201863462943 2021-07-24T17:09:18.704 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.0 2021-07-24T17:09:18.847 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:20.625 INFO:teuthology.orchestra.run.smithi006.stdout:42949673017 2021-07-24T17:09:21.341 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949673013 got 42949673017 for osd.0 2021-07-24T17:09:21.341 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.1 2021-07-24T17:09:21.485 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:23.376 INFO:teuthology.orchestra.run.smithi006.stdout:68719476791 2021-07-24T17:09:24.082 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476787 got 68719476791 for osd.1 2021-07-24T17:09:24.083 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.2 2021-07-24T17:09:24.227 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:26.113 INFO:teuthology.orchestra.run.smithi006.stdout:90194313266 2021-07-24T17:09:26.824 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313263 got 90194313266 for osd.2 2021-07-24T17:09:26.825 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.3 2021-07-24T17:09:26.970 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:28.847 INFO:teuthology.orchestra.run.smithi006.stdout:115964117039 2021-07-24T17:09:29.566 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117035 got 115964117039 for osd.3 2021-07-24T17:09:29.567 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.4 2021-07-24T17:09:29.713 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:31.527 INFO:teuthology.orchestra.run.smithi006.stdout:137438953515 2021-07-24T17:09:32.306 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953512 got 137438953515 for osd.4 2021-07-24T17:09:32.307 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.5 2021-07-24T17:09:32.451 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:34.296 INFO:teuthology.orchestra.run.smithi006.stdout:158913789994 2021-07-24T17:09:35.045 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789989 got 158913789994 for osd.5 2021-07-24T17:09:35.046 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.6 2021-07-24T17:09:35.189 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:36.869 INFO:teuthology.orchestra.run.smithi006.stdout:180388626469 2021-07-24T17:09:37.581 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626465 got 180388626469 for osd.6 2021-07-24T17:09:37.582 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd last-stat-seq osd.7 2021-07-24T17:09:37.729 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:39.406 INFO:teuthology.orchestra.run.smithi006.stdout:201863462947 2021-07-24T17:09:40.126 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462943 got 201863462947 for osd.7 2021-07-24T17:09:40.127 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2021-07-24T17:09:40.128 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph pg dump --format=json 2021-07-24T17:09:40.270 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:42.054 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:09:42.055 INFO:teuthology.orchestra.run.smithi006.stderr:dumped all 2021-07-24T17:09:42.758 INFO:teuthology.orchestra.run.smithi006.stdout:{"pg_ready":true,"pg_map":{"version":244,"stamp":"2021-07-24T17:09:40.947578+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":2304,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":45,"num_write_kb":13,"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":14,"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":39,"ondisk_log_size":39,"up":219,"acting":219,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":219,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":8393152,"kb_used_data":4480,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568064,"statfs":{"total":767960285184,"available":759365697536,"internally_reserved":8589934592,"allocated":4587520,"data_stored":1898464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":"12.003456"},"pg_stats":[{"pgid":"4.18","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809697+0000","last_change":"2021-07-24T17:08:43.809311+0000","last_active":"2021-07-24T17:08:43.809697+0000","last_peered":"2021-07-24T17:08:43.809697+0000","last_clean":"2021-07-24T17:08:43.809697+0000","last_became_active":"2021-07-24T17:08:43.808314+0000","last_became_peered":"2021-07-24T17:08:43.808314+0000","last_unstale":"2021-07-24T17:08:43.809697+0000","last_undegraded":"2021-07-24T17:08:43.809697+0000","last_fullsized":"2021-07-24T17:08:43.809697+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,6,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"57'4","reported_seq":"16","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.774210+0000","last_change":"2021-07-24T17:08:42.792497+0000","last_active":"2021-07-24T17:08:45.774210+0000","last_peered":"2021-07-24T17:08:45.774210+0000","last_clean":"2021-07-24T17:08:45.774210+0000","last_became_active":"2021-07-24T17:08:42.792120+0000","last_became_peered":"2021-07-24T17:08:42.792120+0000","last_unstale":"2021-07-24T17:08:45.774210+0000","last_undegraded":"2021-07-24T17:08:45.774210+0000","last_fullsized":"2021-07-24T17:08:45.774210+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":553,"num_objects":2,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"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":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":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.806127+0000","last_change":"2021-07-24T17:08:43.805690+0000","last_active":"2021-07-24T17:08:43.806127+0000","last_peered":"2021-07-24T17:08:43.806127+0000","last_clean":"2021-07-24T17:08:43.806127+0000","last_became_active":"2021-07-24T17:08:43.805298+0000","last_became_peered":"2021-07-24T17:08:43.805298+0000","last_unstale":"2021-07-24T17:08:43.806127+0000","last_undegraded":"2021-07-24T17:08:43.806127+0000","last_fullsized":"2021-07-24T17:08:43.806127+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"57'1","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.245450+0000","last_change":"2021-07-24T17:08:42.789481+0000","last_active":"2021-07-24T17:08:45.245450+0000","last_peered":"2021-07-24T17:08:45.245450+0000","last_clean":"2021-07-24T17:08:45.245450+0000","last_became_active":"2021-07-24T17:08:42.789035+0000","last_became_peered":"2021-07-24T17:08:42.789035+0000","last_unstale":"2021-07-24T17:08:45.245450+0000","last_undegraded":"2021-07-24T17:08:45.245450+0000","last_fullsized":"2021-07-24T17:08:45.245450+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":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,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804796+0000","last_change":"2021-07-24T17:08:43.804538+0000","last_active":"2021-07-24T17:08:43.804796+0000","last_peered":"2021-07-24T17:08:43.804796+0000","last_clean":"2021-07-24T17:08:43.804796+0000","last_became_active":"2021-07-24T17:08:43.804184+0000","last_became_peered":"2021-07-24T17:08:43.804184+0000","last_unstale":"2021-07-24T17:08:43.804796+0000","last_undegraded":"2021-07-24T17:08:43.804796+0000","last_fullsized":"2021-07-24T17:08:43.804796+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,3,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"57'2","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.774780+0000","last_change":"2021-07-24T17:08:42.790720+0000","last_active":"2021-07-24T17:08:45.774780+0000","last_peered":"2021-07-24T17:08:45.774780+0000","last_clean":"2021-07-24T17:08:45.774780+0000","last_became_active":"2021-07-24T17:08:42.790337+0000","last_became_peered":"2021-07-24T17:08:42.790337+0000","last_unstale":"2021-07-24T17:08:45.774780+0000","last_undegraded":"2021-07-24T17:08:45.774780+0000","last_fullsized":"2021-07-24T17:08:45.774780+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":3,"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":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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1b","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.810846+0000","last_change":"2021-07-24T17:08:43.810461+0000","last_active":"2021-07-24T17:08:43.810846+0000","last_peered":"2021-07-24T17:08:43.810846+0000","last_clean":"2021-07-24T17:08:43.810846+0000","last_became_active":"2021-07-24T17:08:43.807831+0000","last_became_peered":"2021-07-24T17:08:43.807831+0000","last_unstale":"2021-07-24T17:08:43.810846+0000","last_undegraded":"2021-07-24T17:08:43.810846+0000","last_fullsized":"2021-07-24T17:08:43.810846+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,3,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"57'2","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.775326+0000","last_change":"2021-07-24T17:08:42.789115+0000","last_active":"2021-07-24T17:08:45.775326+0000","last_peered":"2021-07-24T17:08:45.775326+0000","last_clean":"2021-07-24T17:08:45.775326+0000","last_became_active":"2021-07-24T17:08:42.787779+0000","last_became_peered":"2021-07-24T17:08:42.787779+0000","last_unstale":"2021-07-24T17:08:45.775326+0000","last_undegraded":"2021-07-24T17:08:45.775326+0000","last_fullsized":"2021-07-24T17:08:45.775326+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":3,"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":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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1c","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.806353+0000","last_change":"2021-07-24T17:08:43.805878+0000","last_active":"2021-07-24T17:08:43.806353+0000","last_peered":"2021-07-24T17:08:43.806353+0000","last_clean":"2021-07-24T17:08:43.806353+0000","last_became_active":"2021-07-24T17:08:43.805452+0000","last_became_peered":"2021-07-24T17:08:43.805452+0000","last_unstale":"2021-07-24T17:08:43.806353+0000","last_undegraded":"2021-07-24T17:08:43.806353+0000","last_fullsized":"2021-07-24T17:08:43.806353+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[2,1,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"57'1","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:44.795589+0000","last_change":"2021-07-24T17:08:42.790046+0000","last_active":"2021-07-24T17:08:44.795589+0000","last_peered":"2021-07-24T17:08:44.795589+0000","last_clean":"2021-07-24T17:08:44.795589+0000","last_became_active":"2021-07-24T17:08:42.789619+0000","last_became_peered":"2021-07-24T17:08:42.789619+0000","last_unstale":"2021-07-24T17:08:44.795589+0000","last_undegraded":"2021-07-24T17:08:44.795589+0000","last_fullsized":"2021-07-24T17:08:44.795589+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":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":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.801327+0000","last_change":"2021-07-24T17:08:43.800905+0000","last_active":"2021-07-24T17:08:43.801327+0000","last_peered":"2021-07-24T17:08:43.801327+0000","last_clean":"2021-07-24T17:08:43.801327+0000","last_became_active":"2021-07-24T17:08:43.800571+0000","last_became_peered":"2021-07-24T17:08:43.800571+0000","last_unstale":"2021-07-24T17:08:43.801327+0000","last_undegraded":"2021-07-24T17:08:43.801327+0000","last_fullsized":"2021-07-24T17:08:43.801327+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.6","version":"57'1","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:44.795284+0000","last_change":"2021-07-24T17:08:42.792199+0000","last_active":"2021-07-24T17:08:44.795284+0000","last_peered":"2021-07-24T17:08:44.795284+0000","last_clean":"2021-07-24T17:08:44.795284+0000","last_became_active":"2021-07-24T17:08:42.791806+0000","last_became_peered":"2021-07-24T17:08:42.791806+0000","last_unstale":"2021-07-24T17:08:44.795284+0000","last_undegraded":"2021-07-24T17:08:44.795284+0000","last_fullsized":"2021-07-24T17:08:44.795284+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":1,"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":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":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":"16","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.797265+0000","last_change":"2021-07-24T17:07:25.011500+0000","last_active":"2021-07-24T17:08:43.797265+0000","last_peered":"2021-07-24T17:08:43.797265+0000","last_clean":"2021-07-24T17:08:43.797265+0000","last_became_active":"2021-07-24T17:07:25.011066+0000","last_became_peered":"2021-07-24T17:07:25.011066+0000","last_unstale":"2021-07-24T17:08:43.797265+0000","last_undegraded":"2021-07-24T17:08:43.797265+0000","last_fullsized":"2021-07-24T17:08:43.797265+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952652+0000","last_change":"2021-07-24T17:08:43.952448+0000","last_active":"2021-07-24T17:08:43.952652+0000","last_peered":"2021-07-24T17:08:43.952652+0000","last_clean":"2021-07-24T17:08:43.952652+0000","last_became_active":"2021-07-24T17:08:43.952191+0000","last_became_peered":"2021-07-24T17:08:43.952191+0000","last_unstale":"2021-07-24T17:08:43.952652+0000","last_undegraded":"2021-07-24T17:08:43.952652+0000","last_fullsized":"2021-07-24T17:08:43.952652+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,0],"acting":[3,7,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":"16","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804588+0000","last_change":"2021-07-24T17:07:25.009157+0000","last_active":"2021-07-24T17:08:43.804588+0000","last_peered":"2021-07-24T17:08:43.804588+0000","last_clean":"2021-07-24T17:08:43.804588+0000","last_became_active":"2021-07-24T17:07:25.008784+0000","last_became_peered":"2021-07-24T17:07:25.008784+0000","last_unstale":"2021-07-24T17:08:43.804588+0000","last_undegraded":"2021-07-24T17:08:43.804588+0000","last_fullsized":"2021-07-24T17:08:43.804588+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"57'2","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.773388+0000","last_change":"2021-07-24T17:08:42.795404+0000","last_active":"2021-07-24T17:08:45.773388+0000","last_peered":"2021-07-24T17:08:45.773388+0000","last_clean":"2021-07-24T17:08:45.773388+0000","last_became_active":"2021-07-24T17:08:42.793988+0000","last_became_peered":"2021-07-24T17:08:42.793988+0000","last_unstale":"2021-07-24T17:08:45.773388+0000","last_undegraded":"2021-07-24T17:08:45.773388+0000","last_fullsized":"2021-07-24T17:08:45.773388+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":3,"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":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,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952017+0000","last_change":"2021-07-24T17:08:43.951736+0000","last_active":"2021-07-24T17:08:43.952017+0000","last_peered":"2021-07-24T17:08:43.952017+0000","last_clean":"2021-07-24T17:08:43.952017+0000","last_became_active":"2021-07-24T17:08:43.951306+0000","last_became_peered":"2021-07-24T17:08:43.951306+0000","last_unstale":"2021-07-24T17:08:43.952017+0000","last_undegraded":"2021-07-24T17:08:43.952017+0000","last_fullsized":"2021-07-24T17:08:43.952017+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804934+0000","last_change":"2021-07-24T17:08:42.786547+0000","last_active":"2021-07-24T17:08:43.804934+0000","last_peered":"2021-07-24T17:08:43.804934+0000","last_clean":"2021-07-24T17:08:43.804934+0000","last_became_active":"2021-07-24T17:08:42.786159+0000","last_became_peered":"2021-07-24T17:08:42.786159+0000","last_unstale":"2021-07-24T17:08:43.804934+0000","last_undegraded":"2021-07-24T17:08:43.804934+0000","last_fullsized":"2021-07-24T17:08:43.804934+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":"15","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952672+0000","last_change":"2021-07-24T17:07:25.103275+0000","last_active":"2021-07-24T17:08:43.952672+0000","last_peered":"2021-07-24T17:08:43.952672+0000","last_clean":"2021-07-24T17:08:43.952672+0000","last_became_active":"2021-07-24T17:07:25.102792+0000","last_became_peered":"2021-07-24T17:07:25.102792+0000","last_unstale":"2021-07-24T17:08:43.952672+0000","last_undegraded":"2021-07-24T17:08:43.952672+0000","last_fullsized":"2021-07-24T17:08:43.952672+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.813627+0000","last_change":"2021-07-24T17:08:43.813381+0000","last_active":"2021-07-24T17:08:43.813627+0000","last_peered":"2021-07-24T17:08:43.813627+0000","last_clean":"2021-07-24T17:08:43.813627+0000","last_became_active":"2021-07-24T17:08:43.813014+0000","last_became_peered":"2021-07-24T17:08:43.813014+0000","last_unstale":"2021-07-24T17:08:43.813627+0000","last_undegraded":"2021-07-24T17:08:43.813627+0000","last_fullsized":"2021-07-24T17:08:43.813627+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,1,2],"acting":[0,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799990+0000","last_change":"2021-07-24T17:08:42.794502+0000","last_active":"2021-07-24T17:08:43.799990+0000","last_peered":"2021-07-24T17:08:43.799990+0000","last_clean":"2021-07-24T17:08:43.799990+0000","last_became_active":"2021-07-24T17:08:42.793970+0000","last_became_peered":"2021-07-24T17:08:42.793970+0000","last_unstale":"2021-07-24T17:08:43.799990+0000","last_undegraded":"2021-07-24T17:08:43.799990+0000","last_fullsized":"2021-07-24T17:08:43.799990+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":"15","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952548+0000","last_change":"2021-07-24T17:07:25.107533+0000","last_active":"2021-07-24T17:08:43.952548+0000","last_peered":"2021-07-24T17:08:43.952548+0000","last_clean":"2021-07-24T17:08:43.952548+0000","last_became_active":"2021-07-24T17:07:25.107216+0000","last_became_peered":"2021-07-24T17:07:25.107216+0000","last_unstale":"2021-07-24T17:08:43.952548+0000","last_undegraded":"2021-07-24T17:08:43.952548+0000","last_fullsized":"2021-07-24T17:08:43.952548+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.953093+0000","last_change":"2021-07-24T17:08:43.952368+0000","last_active":"2021-07-24T17:08:43.953093+0000","last_peered":"2021-07-24T17:08:43.953093+0000","last_clean":"2021-07-24T17:08:43.953093+0000","last_became_active":"2021-07-24T17:08:43.951991+0000","last_became_peered":"2021-07-24T17:08:43.951991+0000","last_unstale":"2021-07-24T17:08:43.953093+0000","last_undegraded":"2021-07-24T17:08:43.953093+0000","last_fullsized":"2021-07-24T17:08:43.953093+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.795239+0000","last_change":"2021-07-24T17:08:42.795810+0000","last_active":"2021-07-24T17:08:43.795239+0000","last_peered":"2021-07-24T17:08:43.795239+0000","last_clean":"2021-07-24T17:08:43.795239+0000","last_became_active":"2021-07-24T17:08:42.795300+0000","last_became_peered":"2021-07-24T17:08:42.795300+0000","last_unstale":"2021-07-24T17:08:43.795239+0000","last_undegraded":"2021-07-24T17:08:43.795239+0000","last_fullsized":"2021-07-24T17:08:43.795239+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":"18","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952395+0000","last_change":"2021-07-24T17:07:00.200545+0000","last_active":"2021-07-24T17:08:43.952395+0000","last_peered":"2021-07-24T17:08:43.952395+0000","last_clean":"2021-07-24T17:08:43.952395+0000","last_became_active":"2021-07-24T17:07:00.200250+0000","last_became_peered":"2021-07-24T17:07:00.200250+0000","last_unstale":"2021-07-24T17:08:43.952395+0000","last_undegraded":"2021-07-24T17:08:43.952395+0000","last_fullsized":"2021-07-24T17:08:43.952395+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":5,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:03:56.953968+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:03:56.953968+0000","last_clean_scrub_stamp":"2021-07-24T17:03:56.953968+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,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"15","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799269+0000","last_change":"2021-07-24T17:07:25.010860+0000","last_active":"2021-07-24T17:08:43.799269+0000","last_peered":"2021-07-24T17:08:43.799269+0000","last_clean":"2021-07-24T17:08:43.799269+0000","last_became_active":"2021-07-24T17:07:25.010027+0000","last_became_peered":"2021-07-24T17:07:25.010027+0000","last_unstale":"2021-07-24T17:08:43.799269+0000","last_undegraded":"2021-07-24T17:08:43.799269+0000","last_fullsized":"2021-07-24T17:08:43.799269+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809814+0000","last_change":"2021-07-24T17:08:43.809511+0000","last_active":"2021-07-24T17:08:43.809814+0000","last_peered":"2021-07-24T17:08:43.809814+0000","last_clean":"2021-07-24T17:08:43.809814+0000","last_became_active":"2021-07-24T17:08:43.808966+0000","last_became_peered":"2021-07-24T17:08:43.808966+0000","last_unstale":"2021-07-24T17:08:43.809814+0000","last_undegraded":"2021-07-24T17:08:43.809814+0000","last_fullsized":"2021-07-24T17:08:43.809814+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804653+0000","last_change":"2021-07-24T17:08:42.788990+0000","last_active":"2021-07-24T17:08:43.804653+0000","last_peered":"2021-07-24T17:08:43.804653+0000","last_clean":"2021-07-24T17:08:43.804653+0000","last_became_active":"2021-07-24T17:08:42.788141+0000","last_became_peered":"2021-07-24T17:08:42.788141+0000","last_unstale":"2021-07-24T17:08:43.804653+0000","last_undegraded":"2021-07-24T17:08:43.804653+0000","last_fullsized":"2021-07-24T17:08:43.804653+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"16","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.795933+0000","last_change":"2021-07-24T17:07:25.110565+0000","last_active":"2021-07-24T17:08:43.795933+0000","last_peered":"2021-07-24T17:08:43.795933+0000","last_clean":"2021-07-24T17:08:43.795933+0000","last_became_active":"2021-07-24T17:07:25.109587+0000","last_became_peered":"2021-07-24T17:07:25.109587+0000","last_unstale":"2021-07-24T17:08:43.795933+0000","last_undegraded":"2021-07-24T17:08:43.795933+0000","last_fullsized":"2021-07-24T17:08:43.795933+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.813925+0000","last_change":"2021-07-24T17:08:43.813267+0000","last_active":"2021-07-24T17:08:43.813925+0000","last_peered":"2021-07-24T17:08:43.813925+0000","last_clean":"2021-07-24T17:08:43.813925+0000","last_became_active":"2021-07-24T17:08:43.812912+0000","last_became_peered":"2021-07-24T17:08:43.812912+0000","last_unstale":"2021-07-24T17:08:43.813925+0000","last_undegraded":"2021-07-24T17:08:43.813925+0000","last_fullsized":"2021-07-24T17:08:43.813925+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.794686+0000","last_change":"2021-07-24T17:08:42.796578+0000","last_active":"2021-07-24T17:08:43.794686+0000","last_peered":"2021-07-24T17:08:43.794686+0000","last_clean":"2021-07-24T17:08:43.794686+0000","last_became_active":"2021-07-24T17:08:42.796075+0000","last_became_peered":"2021-07-24T17:08:42.796075+0000","last_unstale":"2021-07-24T17:08:43.794686+0000","last_undegraded":"2021-07-24T17:08:43.794686+0000","last_fullsized":"2021-07-24T17:08:43.794686+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":"15","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799331+0000","last_change":"2021-07-24T17:07:25.010969+0000","last_active":"2021-07-24T17:08:43.799331+0000","last_peered":"2021-07-24T17:08:43.799331+0000","last_clean":"2021-07-24T17:08:43.799331+0000","last_became_active":"2021-07-24T17:07:25.009939+0000","last_became_peered":"2021-07-24T17:07:25.009939+0000","last_unstale":"2021-07-24T17:08:43.799331+0000","last_undegraded":"2021-07-24T17:08:43.799331+0000","last_fullsized":"2021-07-24T17:08:43.799331+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.812474+0000","last_change":"2021-07-24T17:08:43.812265+0000","last_active":"2021-07-24T17:08:43.812474+0000","last_peered":"2021-07-24T17:08:43.812474+0000","last_clean":"2021-07-24T17:08:43.812474+0000","last_became_active":"2021-07-24T17:08:43.811884+0000","last_became_peered":"2021-07-24T17:08:43.811884+0000","last_unstale":"2021-07-24T17:08:43.812474+0000","last_undegraded":"2021-07-24T17:08:43.812474+0000","last_fullsized":"2021-07-24T17:08:43.812474+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799745+0000","last_change":"2021-07-24T17:08:42.801171+0000","last_active":"2021-07-24T17:08:43.799745+0000","last_peered":"2021-07-24T17:08:43.799745+0000","last_clean":"2021-07-24T17:08:43.799745+0000","last_became_active":"2021-07-24T17:08:42.800841+0000","last_became_peered":"2021-07-24T17:08:42.800841+0000","last_unstale":"2021-07-24T17:08:43.799745+0000","last_undegraded":"2021-07-24T17:08:43.799745+0000","last_fullsized":"2021-07-24T17:08:43.799745+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":"16","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.805001+0000","last_change":"2021-07-24T17:07:25.104362+0000","last_active":"2021-07-24T17:08:43.805001+0000","last_peered":"2021-07-24T17:08:43.805001+0000","last_clean":"2021-07-24T17:08:43.805001+0000","last_became_active":"2021-07-24T17:07:25.103384+0000","last_became_peered":"2021-07-24T17:07:25.103384+0000","last_unstale":"2021-07-24T17:08:43.805001+0000","last_undegraded":"2021-07-24T17:08:43.805001+0000","last_fullsized":"2021-07-24T17:08:43.805001+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.f","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.812823+0000","last_change":"2021-07-24T17:08:43.812556+0000","last_active":"2021-07-24T17:08:43.812823+0000","last_peered":"2021-07-24T17:08:43.812823+0000","last_clean":"2021-07-24T17:08:43.812823+0000","last_became_active":"2021-07-24T17:08:43.812360+0000","last_became_peered":"2021-07-24T17:08:43.812360+0000","last_unstale":"2021-07-24T17:08:43.812823+0000","last_undegraded":"2021-07-24T17:08:43.812823+0000","last_fullsized":"2021-07-24T17:08:43.812823+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.793298+0000","last_change":"2021-07-24T17:08:42.792789+0000","last_active":"2021-07-24T17:08:43.793298+0000","last_peered":"2021-07-24T17:08:43.793298+0000","last_clean":"2021-07-24T17:08:43.793298+0000","last_became_active":"2021-07-24T17:08:42.792398+0000","last_became_peered":"2021-07-24T17:08:42.792398+0000","last_unstale":"2021-07-24T17:08:43.793298+0000","last_undegraded":"2021-07-24T17:08:43.793298+0000","last_fullsized":"2021-07-24T17:08:43.793298+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.810108+0000","last_change":"2021-07-24T17:08:43.809552+0000","last_active":"2021-07-24T17:08:43.810108+0000","last_peered":"2021-07-24T17:08:43.810108+0000","last_clean":"2021-07-24T17:08:43.810108+0000","last_became_active":"2021-07-24T17:08:43.809107+0000","last_became_peered":"2021-07-24T17:08:43.809107+0000","last_unstale":"2021-07-24T17:08:43.810108+0000","last_undegraded":"2021-07-24T17:08:43.810108+0000","last_fullsized":"2021-07-24T17:08:43.810108+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,6,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.794872+0000","last_change":"2021-07-24T17:08:42.784731+0000","last_active":"2021-07-24T17:08:43.794872+0000","last_peered":"2021-07-24T17:08:43.794872+0000","last_clean":"2021-07-24T17:08:43.794872+0000","last_became_active":"2021-07-24T17:08:42.784319+0000","last_became_peered":"2021-07-24T17:08:42.784319+0000","last_unstale":"2021-07-24T17:08:43.794872+0000","last_undegraded":"2021-07-24T17:08:43.794872+0000","last_fullsized":"2021-07-24T17:08:43.794872+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809578+0000","last_change":"2021-07-24T17:08:43.809019+0000","last_active":"2021-07-24T17:08:43.809578+0000","last_peered":"2021-07-24T17:08:43.809578+0000","last_clean":"2021-07-24T17:08:43.809578+0000","last_became_active":"2021-07-24T17:08:43.807942+0000","last_became_peered":"2021-07-24T17:08:43.807942+0000","last_unstale":"2021-07-24T17:08:43.809578+0000","last_undegraded":"2021-07-24T17:08:43.809578+0000","last_fullsized":"2021-07-24T17:08:43.809578+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.797355+0000","last_change":"2021-07-24T17:08:42.798348+0000","last_active":"2021-07-24T17:08:43.797355+0000","last_peered":"2021-07-24T17:08:43.797355+0000","last_clean":"2021-07-24T17:08:43.797355+0000","last_became_active":"2021-07-24T17:08:42.797144+0000","last_became_peered":"2021-07-24T17:08:42.797144+0000","last_unstale":"2021-07-24T17:08:43.797355+0000","last_undegraded":"2021-07-24T17:08:43.797355+0000","last_fullsized":"2021-07-24T17:08:43.797355+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804896+0000","last_change":"2021-07-24T17:08:43.804675+0000","last_active":"2021-07-24T17:08:43.804896+0000","last_peered":"2021-07-24T17:08:43.804896+0000","last_clean":"2021-07-24T17:08:43.804896+0000","last_became_active":"2021-07-24T17:08:43.804392+0000","last_became_peered":"2021-07-24T17:08:43.804392+0000","last_unstale":"2021-07-24T17:08:43.804896+0000","last_undegraded":"2021-07-24T17:08:43.804896+0000","last_fullsized":"2021-07-24T17:08:43.804896+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,3,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.b","version":"57'2","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.775416+0000","last_change":"2021-07-24T17:08:42.794660+0000","last_active":"2021-07-24T17:08:45.775416+0000","last_peered":"2021-07-24T17:08:45.775416+0000","last_clean":"2021-07-24T17:08:45.775416+0000","last_became_active":"2021-07-24T17:08:42.794320+0000","last_became_peered":"2021-07-24T17:08:42.794320+0000","last_unstale":"2021-07-24T17:08:45.775416+0000","last_undegraded":"2021-07-24T17:08:45.775416+0000","last_fullsized":"2021-07-24T17:08:45.775416+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":1,"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":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,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.811377+0000","last_change":"2021-07-24T17:08:43.810900+0000","last_active":"2021-07-24T17:08:43.811377+0000","last_peered":"2021-07-24T17:08:43.811377+0000","last_clean":"2021-07-24T17:08:43.811377+0000","last_became_active":"2021-07-24T17:08:43.810488+0000","last_became_peered":"2021-07-24T17:08:43.810488+0000","last_unstale":"2021-07-24T17:08:43.811377+0000","last_undegraded":"2021-07-24T17:08:43.811377+0000","last_fullsized":"2021-07-24T17:08:43.811377+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799615+0000","last_change":"2021-07-24T17:08:42.791773+0000","last_active":"2021-07-24T17:08:43.799615+0000","last_peered":"2021-07-24T17:08:43.799615+0000","last_clean":"2021-07-24T17:08:43.799615+0000","last_became_active":"2021-07-24T17:08:42.791242+0000","last_became_peered":"2021-07-24T17:08:42.791242+0000","last_unstale":"2021-07-24T17:08:43.799615+0000","last_undegraded":"2021-07-24T17:08:43.799615+0000","last_fullsized":"2021-07-24T17:08:43.799615+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952239+0000","last_change":"2021-07-24T17:08:43.951677+0000","last_active":"2021-07-24T17:08:43.952239+0000","last_peered":"2021-07-24T17:08:43.952239+0000","last_clean":"2021-07-24T17:08:43.952239+0000","last_became_active":"2021-07-24T17:08:43.951262+0000","last_became_peered":"2021-07-24T17:08:43.951262+0000","last_unstale":"2021-07-24T17:08:43.952239+0000","last_undegraded":"2021-07-24T17:08:43.952239+0000","last_fullsized":"2021-07-24T17:08:43.952239+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[6,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.d","version":"57'1","reported_seq":"12","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.568712+0000","last_change":"2021-07-24T17:08:42.792828+0000","last_active":"2021-07-24T17:08:45.568712+0000","last_peered":"2021-07-24T17:08:45.568712+0000","last_clean":"2021-07-24T17:08:45.568712+0000","last_became_active":"2021-07-24T17:08:42.792419+0000","last_became_peered":"2021-07-24T17:08:42.792419+0000","last_unstale":"2021-07-24T17:08:45.568712+0000","last_undegraded":"2021-07-24T17:08:45.568712+0000","last_fullsized":"2021-07-24T17:08:45.568712+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"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":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809932+0000","last_change":"2021-07-24T17:08:43.808265+0000","last_active":"2021-07-24T17:08:43.809932+0000","last_peered":"2021-07-24T17:08:43.809932+0000","last_clean":"2021-07-24T17:08:43.809932+0000","last_became_active":"2021-07-24T17:08:43.807809+0000","last_became_peered":"2021-07-24T17:08:43.807809+0000","last_unstale":"2021-07-24T17:08:43.809932+0000","last_undegraded":"2021-07-24T17:08:43.809932+0000","last_fullsized":"2021-07-24T17:08:43.809932+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,1,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"57'2","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.776908+0000","last_change":"2021-07-24T17:08:42.789264+0000","last_active":"2021-07-24T17:08:45.776908+0000","last_peered":"2021-07-24T17:08:45.776908+0000","last_clean":"2021-07-24T17:08:45.776908+0000","last_became_active":"2021-07-24T17:08:42.788138+0000","last_became_peered":"2021-07-24T17:08:42.788138+0000","last_unstale":"2021-07-24T17:08:45.776908+0000","last_undegraded":"2021-07-24T17:08:45.776908+0000","last_fullsized":"2021-07-24T17:08:45.776908+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":3,"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":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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952904+0000","last_change":"2021-07-24T17:08:43.952665+0000","last_active":"2021-07-24T17:08:43.952904+0000","last_peered":"2021-07-24T17:08:43.952904+0000","last_clean":"2021-07-24T17:08:43.952904+0000","last_became_active":"2021-07-24T17:08:43.951351+0000","last_became_peered":"2021-07-24T17:08:43.951351+0000","last_unstale":"2021-07-24T17:08:43.952904+0000","last_undegraded":"2021-07-24T17:08:43.952904+0000","last_fullsized":"2021-07-24T17:08:43.952904+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"57'1","reported_seq":"12","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.568783+0000","last_change":"2021-07-24T17:08:42.794539+0000","last_active":"2021-07-24T17:08:45.568783+0000","last_peered":"2021-07-24T17:08:45.568783+0000","last_clean":"2021-07-24T17:08:45.568783+0000","last_became_active":"2021-07-24T17:08:42.794169+0000","last_became_peered":"2021-07-24T17:08:42.794169+0000","last_unstale":"2021-07-24T17:08:45.568783+0000","last_undegraded":"2021-07-24T17:08:45.568783+0000","last_fullsized":"2021-07-24T17:08:45.568783+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952181+0000","last_change":"2021-07-24T17:08:43.951735+0000","last_active":"2021-07-24T17:08:43.952181+0000","last_peered":"2021-07-24T17:08:43.952181+0000","last_clean":"2021-07-24T17:08:43.952181+0000","last_became_active":"2021-07-24T17:08:43.951175+0000","last_became_peered":"2021-07-24T17:08:43.951175+0000","last_unstale":"2021-07-24T17:08:43.952181+0000","last_undegraded":"2021-07-24T17:08:43.952181+0000","last_fullsized":"2021-07-24T17:08:43.952181+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"57'8","reported_seq":"20","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.777576+0000","last_change":"2021-07-24T17:08:42.792817+0000","last_active":"2021-07-24T17:08:45.777576+0000","last_peered":"2021-07-24T17:08:45.777576+0000","last_clean":"2021-07-24T17:08:45.777576+0000","last_became_active":"2021-07-24T17:08:42.792457+0000","last_became_peered":"2021-07-24T17:08:42.792457+0000","last_unstale":"2021-07-24T17:08:45.777576+0000","last_undegraded":"2021-07-24T17:08:45.777576+0000","last_fullsized":"2021-07-24T17:08:45.777576+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+0000","log_size":8,"ondisk_log_size":8,"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":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"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":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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.16","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.954883+0000","last_change":"2021-07-24T17:08:43.954681+0000","last_active":"2021-07-24T17:08:43.954883+0000","last_peered":"2021-07-24T17:08:43.954883+0000","last_clean":"2021-07-24T17:08:43.954883+0000","last_became_active":"2021-07-24T17:08:43.954244+0000","last_became_peered":"2021-07-24T17:08:43.954244+0000","last_unstale":"2021-07-24T17:08:43.954883+0000","last_undegraded":"2021-07-24T17:08:43.954883+0000","last_fullsized":"2021-07-24T17:08:43.954883+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,3,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952558+0000","last_change":"2021-07-24T17:08:42.788975+0000","last_active":"2021-07-24T17:08:43.952558+0000","last_peered":"2021-07-24T17:08:43.952558+0000","last_clean":"2021-07-24T17:08:43.952558+0000","last_became_active":"2021-07-24T17:08:42.788558+0000","last_became_peered":"2021-07-24T17:08:42.788558+0000","last_unstale":"2021-07-24T17:08:43.952558+0000","last_undegraded":"2021-07-24T17:08:43.952558+0000","last_fullsized":"2021-07-24T17:08:43.952558+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.954372+0000","last_change":"2021-07-24T17:08:43.953905+0000","last_active":"2021-07-24T17:08:43.954372+0000","last_peered":"2021-07-24T17:08:43.954372+0000","last_clean":"2021-07-24T17:08:43.954372+0000","last_became_active":"2021-07-24T17:08:43.953530+0000","last_became_peered":"2021-07-24T17:08:43.953530+0000","last_unstale":"2021-07-24T17:08:43.954372+0000","last_undegraded":"2021-07-24T17:08:43.954372+0000","last_fullsized":"2021-07-24T17:08:43.954372+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799705+0000","last_change":"2021-07-24T17:08:42.796997+0000","last_active":"2021-07-24T17:08:43.799705+0000","last_peered":"2021-07-24T17:08:43.799705+0000","last_clean":"2021-07-24T17:08:43.799705+0000","last_became_active":"2021-07-24T17:08:42.796622+0000","last_became_peered":"2021-07-24T17:08:42.796622+0000","last_unstale":"2021-07-24T17:08:43.799705+0000","last_undegraded":"2021-07-24T17:08:43.799705+0000","last_fullsized":"2021-07-24T17:08:43.799705+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.14","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.953442+0000","last_change":"2021-07-24T17:08:43.953214+0000","last_active":"2021-07-24T17:08:43.953442+0000","last_peered":"2021-07-24T17:08:43.953442+0000","last_clean":"2021-07-24T17:08:43.953442+0000","last_became_active":"2021-07-24T17:08:43.952876+0000","last_became_peered":"2021-07-24T17:08:43.952876+0000","last_unstale":"2021-07-24T17:08:43.953442+0000","last_undegraded":"2021-07-24T17:08:43.953442+0000","last_fullsized":"2021-07-24T17:08:43.953442+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.13","version":"57'2","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.776875+0000","last_change":"2021-07-24T17:08:42.789431+0000","last_active":"2021-07-24T17:08:45.776875+0000","last_peered":"2021-07-24T17:08:45.776875+0000","last_clean":"2021-07-24T17:08:45.776875+0000","last_became_active":"2021-07-24T17:08:42.789003+0000","last_became_peered":"2021-07-24T17:08:42.789003+0000","last_unstale":"2021-07-24T17:08:45.776875+0000","last_undegraded":"2021-07-24T17:08:45.776875+0000","last_fullsized":"2021-07-24T17:08:45.776875+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":34,"num_objects":2,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":6,"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,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.13","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809600+0000","last_change":"2021-07-24T17:08:43.808320+0000","last_active":"2021-07-24T17:08:43.809600+0000","last_peered":"2021-07-24T17:08:43.809600+0000","last_clean":"2021-07-24T17:08:43.809600+0000","last_became_active":"2021-07-24T17:08:43.807873+0000","last_became_peered":"2021-07-24T17:08:43.807873+0000","last_unstale":"2021-07-24T17:08:43.809600+0000","last_undegraded":"2021-07-24T17:08:43.809600+0000","last_fullsized":"2021-07-24T17:08:43.809600+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,6,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"57'6","reported_seq":"18","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.776609+0000","last_change":"2021-07-24T17:08:42.795295+0000","last_active":"2021-07-24T17:08:45.776609+0000","last_peered":"2021-07-24T17:08:45.776609+0000","last_clean":"2021-07-24T17:08:45.776609+0000","last_became_active":"2021-07-24T17:08:42.794941+0000","last_became_peered":"2021-07-24T17:08:42.794941+0000","last_unstale":"2021-07-24T17:08:45.776609+0000","last_undegraded":"2021-07-24T17:08:45.776609+0000","last_fullsized":"2021-07-24T17:08:45.776609+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+0000","log_size":6,"ondisk_log_size":6,"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":1535,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.810951+0000","last_change":"2021-07-24T17:08:43.810282+0000","last_active":"2021-07-24T17:08:43.810951+0000","last_peered":"2021-07-24T17:08:43.810951+0000","last_clean":"2021-07-24T17:08:43.810951+0000","last_became_active":"2021-07-24T17:08:43.809916+0000","last_became_peered":"2021-07-24T17:08:43.809916+0000","last_unstale":"2021-07-24T17:08:43.810951+0000","last_undegraded":"2021-07-24T17:08:43.810951+0000","last_fullsized":"2021-07-24T17:08:43.810951+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,6,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"57'3","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.776078+0000","last_change":"2021-07-24T17:08:42.793587+0000","last_active":"2021-07-24T17:08:45.776078+0000","last_peered":"2021-07-24T17:08:45.776078+0000","last_clean":"2021-07-24T17:08:45.776078+0000","last_became_active":"2021-07-24T17:08:42.793124+0000","last_became_peered":"2021-07-24T17:08:42.793124+0000","last_unstale":"2021-07-24T17:08:45.776078+0000","last_undegraded":"2021-07-24T17:08:45.776078+0000","last_fullsized":"2021-07-24T17:08:45.776078+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+0000","log_size":3,"ondisk_log_size":3,"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":90,"num_objects":2,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"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":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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.11","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.951994+0000","last_change":"2021-07-24T17:08:43.951627+0000","last_active":"2021-07-24T17:08:43.951994+0000","last_peered":"2021-07-24T17:08:43.951994+0000","last_clean":"2021-07-24T17:08:43.951994+0000","last_became_active":"2021-07-24T17:08:43.951104+0000","last_became_peered":"2021-07-24T17:08:43.951104+0000","last_unstale":"2021-07-24T17:08:43.951994+0000","last_undegraded":"2021-07-24T17:08:43.951994+0000","last_fullsized":"2021-07-24T17:08:43.951994+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799708+0000","last_change":"2021-07-24T17:08:42.785740+0000","last_active":"2021-07-24T17:08:43.799708+0000","last_peered":"2021-07-24T17:08:43.799708+0000","last_clean":"2021-07-24T17:08:43.799708+0000","last_became_active":"2021-07-24T17:08:42.785279+0000","last_became_peered":"2021-07-24T17:08:42.785279+0000","last_unstale":"2021-07-24T17:08:43.799708+0000","last_undegraded":"2021-07-24T17:08:43.799708+0000","last_fullsized":"2021-07-24T17:08:43.799708+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.10","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.812759+0000","last_change":"2021-07-24T17:08:43.808995+0000","last_active":"2021-07-24T17:08:43.812759+0000","last_peered":"2021-07-24T17:08:43.812759+0000","last_clean":"2021-07-24T17:08:43.812759+0000","last_became_active":"2021-07-24T17:08:43.808620+0000","last_became_peered":"2021-07-24T17:08:43.808620+0000","last_unstale":"2021-07-24T17:08:43.812759+0000","last_undegraded":"2021-07-24T17:08:43.812759+0000","last_fullsized":"2021-07-24T17:08:43.812759+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,1,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.802502+0000","last_change":"2021-07-24T17:08:42.795224+0000","last_active":"2021-07-24T17:08:43.802502+0000","last_peered":"2021-07-24T17:08:43.802502+0000","last_clean":"2021-07-24T17:08:43.802502+0000","last_became_active":"2021-07-24T17:08:42.794788+0000","last_became_peered":"2021-07-24T17:08:42.794788+0000","last_unstale":"2021-07-24T17:08:43.802502+0000","last_undegraded":"2021-07-24T17:08:43.802502+0000","last_fullsized":"2021-07-24T17:08:43.802502+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.810644+0000","last_change":"2021-07-24T17:08:43.810387+0000","last_active":"2021-07-24T17:08:43.810644+0000","last_peered":"2021-07-24T17:08:43.810644+0000","last_clean":"2021-07-24T17:08:43.810644+0000","last_became_active":"2021-07-24T17:08:43.810058+0000","last_became_peered":"2021-07-24T17:08:43.810058+0000","last_unstale":"2021-07-24T17:08:43.810644+0000","last_undegraded":"2021-07-24T17:08:43.810644+0000","last_fullsized":"2021-07-24T17:08:43.810644+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.793806+0000","last_change":"2021-07-24T17:08:42.790677+0000","last_active":"2021-07-24T17:08:43.793806+0000","last_peered":"2021-07-24T17:08:43.793806+0000","last_clean":"2021-07-24T17:08:43.793806+0000","last_became_active":"2021-07-24T17:08:42.790328+0000","last_became_peered":"2021-07-24T17:08:42.790328+0000","last_unstale":"2021-07-24T17:08:43.793806+0000","last_undegraded":"2021-07-24T17:08:43.793806+0000","last_fullsized":"2021-07-24T17:08:43.793806+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1e","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.954743+0000","last_change":"2021-07-24T17:08:43.954552+0000","last_active":"2021-07-24T17:08:43.954743+0000","last_peered":"2021-07-24T17:08:43.954743+0000","last_clean":"2021-07-24T17:08:43.954743+0000","last_became_active":"2021-07-24T17:08:43.953791+0000","last_became_peered":"2021-07-24T17:08:43.953791+0000","last_unstale":"2021-07-24T17:08:43.954743+0000","last_undegraded":"2021-07-24T17:08:43.954743+0000","last_fullsized":"2021-07-24T17:08:43.954743+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804164+0000","last_change":"2021-07-24T17:08:42.793240+0000","last_active":"2021-07-24T17:08:43.804164+0000","last_peered":"2021-07-24T17:08:43.804164+0000","last_clean":"2021-07-24T17:08:43.804164+0000","last_became_active":"2021-07-24T17:08:42.791969+0000","last_became_peered":"2021-07-24T17:08:42.791969+0000","last_unstale":"2021-07-24T17:08:43.804164+0000","last_undegraded":"2021-07-24T17:08:43.804164+0000","last_fullsized":"2021-07-24T17:08:43.804164+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.1d","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.812716+0000","last_change":"2021-07-24T17:08:43.809467+0000","last_active":"2021-07-24T17:08:43.812716+0000","last_peered":"2021-07-24T17:08:43.812716+0000","last_clean":"2021-07-24T17:08:43.812716+0000","last_became_active":"2021-07-24T17:08:43.809088+0000","last_became_peered":"2021-07-24T17:08:43.809088+0000","last_unstale":"2021-07-24T17:08:43.812716+0000","last_undegraded":"2021-07-24T17:08:43.812716+0000","last_fullsized":"2021-07-24T17:08:43.812716+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,1,4],"acting":[3,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"57'1","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:44.795016+0000","last_change":"2021-07-24T17:08:42.785969+0000","last_active":"2021-07-24T17:08:44.795016+0000","last_peered":"2021-07-24T17:08:44.795016+0000","last_clean":"2021-07-24T17:08:44.795016+0000","last_became_active":"2021-07-24T17:08:42.785543+0000","last_became_peered":"2021-07-24T17:08:42.785543+0000","last_unstale":"2021-07-24T17:08:44.795016+0000","last_undegraded":"2021-07-24T17:08:44.795016+0000","last_fullsized":"2021-07-24T17:08:44.795016+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":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,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":2304,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":45,"num_write_kb":13,"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":14,"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":98304,"data_stored":6912,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":39,"ondisk_log_size":39,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7},{"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":24,"acting":24,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462948,"num_pgs":30,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049160,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695992,"statfs":{"total":95995035648,"available":94920695808,"internally_reserved":1073741824,"allocated":589824,"data_stored":238195,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.36299999999999999,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.49299999999999999,"15min":0.49399999999999999},"min":{"1min":0.32800000000000001,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.67100000000000004,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.34599999999999997}]},{"osd":1,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.52100000000000002,"15min":0.52200000000000002},"min":{"1min":0.35899999999999999,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.68500000000000005,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33900000000000002,"5min":0.308,"15min":0.308},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.314}]},{"osd":2,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.51400000000000001,"15min":0.51100000000000001},"min":{"1min":0.36899999999999999,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.70299999999999996,"5min":0.755,"15min":0.755},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55800000000000005,"15min":0.56000000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.56399999999999995}]},{"osd":3,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.50800000000000001,"15min":0.505},"min":{"1min":0.33100000000000002,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.65600000000000003,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38100000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.68700000000000006,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.61099999999999999}]},{"osd":4,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.45200000000000001,"15min":0.45400000000000001},"min":{"1min":0.29099999999999998,"5min":0.245,"15min":0.245},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.504,"5min":0.51200000000000001,"15min":0.51300000000000001},"min":{"1min":0.27600000000000002,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.74399999999999999,"5min":0.752,"15min":0.752},"last":0.51200000000000001}]},{"osd":5,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.48799999999999999,"15min":0.48599999999999999},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.52100000000000002,"15min":0.51900000000000002},"min":{"1min":0.316,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.71199999999999997,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.55100000000000005}]},{"osd":6,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.50900000000000001,"15min":0.50700000000000001},"min":{"1min":0.32300000000000001,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.626},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.54100000000000004,"15min":0.53300000000000003},"min":{"1min":0.36399999999999999,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.60499999999999998}]}]},{"osd":6,"up_from":42,"seq":180388626471,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049148,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696004,"statfs":{"total":95995035648,"available":94920708096,"internally_reserved":1073741824,"allocated":577536,"data_stored":238049,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.50700000000000001,"15min":0.502},"min":{"1min":0.35599999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.501,"15min":0.498},"min":{"1min":0.36899999999999999,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.68600000000000005,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.40600000000000003}]},{"osd":1,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.499,"15min":0.49099999999999999},"min":{"1min":0.35999999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.51100000000000001,"15min":0.50600000000000001},"min":{"1min":0.40300000000000002,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.54200000000000004}]},{"osd":2,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.48999999999999999,"15min":0.48799999999999999},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.65700000000000003,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.499},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.49399999999999999,"15min":0.48699999999999999},"min":{"1min":0.33400000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.39300000000000002}]},{"osd":3,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.51700000000000002,"15min":0.51300000000000001},"min":{"1min":0.39000000000000001,"5min":0.316,"15min":0.316},"max":{"1min":0.70399999999999996,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.53200000000000003,"15min":0.52800000000000002},"min":{"1min":0.40799999999999997,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.45400000000000001}]},{"osd":4,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.41699999999999998,"15min":0.40899999999999997},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66700000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.443},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.41899999999999998,"15min":0.40899999999999997},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.47399999999999998}]},{"osd":5,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.42399999999999999,"15min":0.41599999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.503,"5min":0.44400000000000001,"15min":0.434},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.52700000000000002}]},{"osd":7,"last update":"Sat Jul 24 17:09:04 2021","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.66500000000000004,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.51200000000000001,"15min":0.50800000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.58399999999999996}]}]},{"osd":1,"up_from":16,"seq":68719476794,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049132,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696020,"statfs":{"total":95995035648,"available":94920724480,"internally_reserved":1073741824,"allocated":561152,"data_stored":236444,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:16 2021","interfaces":[{"interface":"back","average":{"1min":0.29499999999999998,"5min":0.33300000000000002,"15min":0.32500000000000001},"min":{"1min":0.189,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.47999999999999998,"5min":0.747,"15min":0.747},"last":0.22},{"interface":"front","average":{"1min":0.311,"5min":0.35599999999999998,"15min":0.34200000000000003},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.51200000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.29099999999999998}]},{"osd":2,"last update":"Sat Jul 24 17:08:37 2021","interfaces":[{"interface":"back","average":{"1min":0.33300000000000002,"5min":0.34899999999999998,"15min":0.34200000000000003},"min":{"1min":0.224,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.50800000000000001,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.255},{"interface":"front","average":{"1min":0.36599999999999999,"5min":0.38800000000000001,"15min":0.38400000000000001},"min":{"1min":0.248,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.56499999999999995,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.24399999999999999}]},{"osd":3,"last update":"Sat Jul 24 17:08:54 2021","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.41899999999999998,"15min":0.42599999999999999},"min":{"1min":0.29999999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.55800000000000005,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.39800000000000002,"15min":0.39600000000000002},"min":{"1min":0.28000000000000003,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.52900000000000003,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.32100000000000001}]},{"osd":4,"last update":"Sat Jul 24 17:09:13 2021","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.503,"15min":0.48599999999999999},"min":{"1min":0.33000000000000002,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.72999999999999998,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.51900000000000002,"15min":0.50700000000000001},"min":{"1min":0.40200000000000002,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.83399999999999996,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.57999999999999996}]},{"osd":5,"last update":"Sat Jul 24 17:09:27 2021","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.53400000000000003,"15min":0.53100000000000003},"min":{"1min":0.41499999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.57199999999999995,"15min":0.58299999999999996},"min":{"1min":0.39200000000000002,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76400000000000001,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.57199999999999995}]},{"osd":6,"last update":"Sat Jul 24 17:08:44 2021","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.58499999999999996,"15min":0.59299999999999997},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71499999999999997,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.501},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.57399999999999995,"15min":0.57699999999999996},"min":{"1min":0.38500000000000001,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.78500000000000003,"5min":1.036,"15min":1.036},"last":0.64500000000000002}]},{"osd":7,"last update":"Sat Jul 24 17:09:05 2021","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.58499999999999996,"15min":0.59099999999999997},"min":{"1min":0.443,"5min":0.379,"15min":0.379},"max":{"1min":0.75700000000000001,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.59699999999999998,"15min":0.60099999999999998},"min":{"1min":0.438,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.85499999999999998,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.67000000000000004}]}]},{"osd":0,"up_from":10,"seq":42949673021,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":237019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:21 2021","interfaces":[{"interface":"back","average":{"1min":0.31900000000000001,"5min":0.34799999999999998,"15min":0.33100000000000002},"min":{"1min":0.182,"5min":0.182,"15min":0.182},"max":{"1min":0.60999999999999999,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.25},{"interface":"front","average":{"1min":0.307,"5min":0.34999999999999998,"15min":0.32700000000000001},"min":{"1min":0.20399999999999999,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.40500000000000003,"5min":1.014,"15min":1.014},"last":0.315}]},{"osd":2,"last update":"Sat Jul 24 17:09:35 2021","interfaces":[{"interface":"back","average":{"1min":0.311,"5min":0.35499999999999998,"15min":0.35299999999999998},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.40699999999999997,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.38200000000000001,"15min":0.374},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.48399999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.36199999999999999}]},{"osd":3,"last update":"Sat Jul 24 17:08:58 2021","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.442,"15min":0.46200000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.44900000000000001,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.31,"5min":0.42199999999999999,"15min":0.442},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.50800000000000001,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.35099999999999998}]},{"osd":4,"last update":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.56599999999999995,"15min":0.56799999999999995},"min":{"1min":0.377,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.68899999999999995,"5min":1.54,"15min":1.54},"last":0.432},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.57599999999999996,"15min":0.58599999999999997},"min":{"1min":0.40200000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.78500000000000003,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.47399999999999998}]},{"osd":5,"last update":"Sat Jul 24 17:09:35 2021","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.59699999999999998,"15min":0.625},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.80200000000000005,"5min":1.579,"15min":1.579},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.621,"15min":0.65300000000000002},"min":{"1min":0.42399999999999999,"5min":0.312,"15min":0.312},"max":{"1min":0.81699999999999995,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.42399999999999999}]},{"osd":6,"last update":"Sat Jul 24 17:08:41 2021","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":1.0589999999999999,"15min":1.147},"min":{"1min":0.42999999999999999,"5min":0.37,"15min":0.37},"max":{"1min":0.73699999999999999,"5min":11.569000000000001,"15min":11.569000000000001},"last":0.436},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.64200000000000002,"15min":0.65900000000000003},"min":{"1min":0.38800000000000001,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.76100000000000001,"5min":1.496,"15min":1.496},"last":0.40200000000000002}]},{"osd":7,"last update":"Sat Jul 24 17:09:02 2021","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.63700000000000001,"15min":0.65100000000000002},"min":{"1min":0.42399999999999999,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.67800000000000005,"5min":1.629,"15min":1.629},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.67500000000000004,"15min":0.69899999999999995},"min":{"1min":0.39100000000000001,"5min":0.378,"15min":0.378},"max":{"1min":0.68300000000000005,"5min":1.669,"15min":1.669},"last":0.378}]}]},{"osd":2,"up_from":21,"seq":90194313270,"num_pgs":17,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":237031,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:38 2021","interfaces":[{"interface":"back","average":{"1min":0.28999999999999998,"5min":0.36099999999999999,"15min":0.35599999999999998},"min":{"1min":0.20000000000000001,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.434,"5min":2.9209999999999998,"15min":2.9209999999999998},"last":0.312},{"interface":"front","average":{"1min":0.28599999999999998,"5min":0.38700000000000001,"15min":0.375},"min":{"1min":0.17999999999999999,"5min":0.17999999999999999,"15min":0.17999999999999999},"max":{"1min":0.45100000000000001,"5min":2.9910000000000001,"15min":2.9910000000000001},"last":0.26300000000000001}]},{"osd":1,"last update":"Sat Jul 24 17:09:38 2021","interfaces":[{"interface":"back","average":{"1min":0.29899999999999999,"5min":0.38500000000000001,"15min":0.373},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.55800000000000005,"5min":3.512,"15min":3.512},"last":0.22600000000000001},{"interface":"front","average":{"1min":0.312,"5min":0.40600000000000003,"15min":0.39400000000000002},"min":{"1min":0.249,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.46500000000000002,"5min":3.73,"15min":3.73},"last":0.34100000000000003}]},{"osd":3,"last update":"Sat Jul 24 17:08:48 2021","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.42899999999999999,"15min":0.41799999999999998},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":3.8839999999999999,"5min":3.8839999999999999,"15min":3.8839999999999999},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.46300000000000002,"15min":0.439},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":4.9690000000000003,"5min":4.9690000000000003,"15min":4.9690000000000003},"last":0.29599999999999999}]},{"osd":4,"last update":"Sat Jul 24 17:09:09 2021","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.56299999999999994,"15min":0.53100000000000003},"min":{"1min":0.39000000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.79300000000000004,"5min":3.9430000000000001,"15min":3.9430000000000001},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56399999999999995,"15min":0.52100000000000002},"min":{"1min":0.41899999999999998,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.77800000000000002,"5min":3.6400000000000001,"15min":3.6400000000000001},"last":0.56999999999999995}]},{"osd":5,"last update":"Sat Jul 24 17:09:28 2021","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.58099999999999996,"15min":0.54700000000000004},"min":{"1min":0.40100000000000002,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.67100000000000004,"5min":4.5999999999999996,"15min":4.5999999999999996},"last":0.504},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.58899999999999997,"15min":0.56000000000000005},"min":{"1min":0.40600000000000003,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.82799999999999996,"5min":4.0129999999999999,"15min":4.0129999999999999},"last":0.67600000000000005}]},{"osd":6,"last update":"Sat Jul 24 17:08:42 2021","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.64200000000000002,"15min":0.622},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":4.1230000000000002,"5min":4.1230000000000002,"15min":4.1230000000000002},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.628,"15min":0.59799999999999998},"min":{"1min":0.375,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":5.2709999999999999,"5min":5.2709999999999999,"15min":5.2709999999999999},"last":0.58099999999999996}]},{"osd":7,"last update":"Sat Jul 24 17:09:09 2021","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.72699999999999998,"15min":0.754},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.81100000000000005,"5min":3.6970000000000001,"15min":3.6970000000000001},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.78600000000000003,"15min":0.81899999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77400000000000002,"5min":4.0759999999999996,"15min":4.0759999999999996},"last":0.72199999999999998}]}]},{"osd":3,"up_from":27,"seq":115964117042,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049136,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696016,"statfs":{"total":95995035648,"available":94920720384,"internally_reserved":1073741824,"allocated":565248,"data_stored":236534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:55 2021","interfaces":[{"interface":"back","average":{"1min":0.32200000000000001,"5min":0.37,"15min":0.38400000000000001},"min":{"1min":0.19,"5min":0.188,"15min":0.188},"max":{"1min":0.59599999999999997,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.32100000000000001,"5min":0.373,"15min":0.38500000000000001},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.38700000000000001}]},{"osd":1,"last update":"Sat Jul 24 17:08:55 2021","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.40200000000000002,"15min":0.41799999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.27000000000000002},{"interface":"front","average":{"1min":0.33800000000000002,"5min":0.372,"15min":0.379},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.33400000000000002}]},{"osd":2,"last update":"Sat Jul 24 17:08:55 2021","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.40899999999999997,"15min":0.42499999999999999},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.33100000000000002,"5min":0.39200000000000002,"15min":0.40999999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.56699999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.308}]},{"osd":4,"last update":"Sat Jul 24 17:09:10 2021","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.751,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55700000000000005,"15min":0.55100000000000005},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72799999999999998,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.62}]},{"osd":5,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.55900000000000005,"15min":0.55400000000000005},"min":{"1min":0.437,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.57499999999999996,"15min":0.56499999999999995},"min":{"1min":0.44500000000000001,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.89700000000000002,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.48999999999999999}]},{"osd":6,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.55500000000000005,"15min":0.56100000000000005},"min":{"1min":0.36599999999999999,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.753,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.56799999999999995,"15min":0.57199999999999995},"min":{"1min":0.376,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.70299999999999996,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.499}]},{"osd":7,"last update":"Sat Jul 24 17:09:05 2021","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.57399999999999995,"15min":0.57599999999999996},"min":{"1min":0.36599999999999999,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.70199999999999996,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.56299999999999994,"15min":0.56499999999999995},"min":{"1min":0.42699999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.67200000000000004,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.55500000000000005}]}]},{"osd":4,"up_from":32,"seq":137438953518,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":238125,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.48999999999999999,"15min":0.49299999999999999},"min":{"1min":0.311,"5min":0.255,"15min":0.255},"max":{"1min":0.68999999999999995,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.498,"5min":0.52000000000000002,"15min":0.53300000000000003},"min":{"1min":0.34300000000000003,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.65100000000000002,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.372}]},{"osd":1,"last update":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.48599999999999999,"15min":0.496},"min":{"1min":0.316,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.629,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.72499999999999998,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":0.436}]},{"osd":2,"last update":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.504,"15min":0.50900000000000001},"min":{"1min":0.36599999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.65800000000000003,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52200000000000002,"15min":0.52600000000000002},"min":{"1min":0.36399999999999999,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.68899999999999995,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.5}]},{"osd":3,"last update":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51900000000000002,"15min":0.52100000000000002},"min":{"1min":0.308,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.68100000000000005,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54000000000000004,"15min":0.54200000000000004},"min":{"1min":0.39500000000000002,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.88600000000000001,"5min":0.996,"15min":0.996},"last":0.42799999999999999}]},{"osd":5,"last update":"Sat Jul 24 17:09:27 2021","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.437,"15min":0.41499999999999998},"min":{"1min":0.30399999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.80600000000000005,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.495,"5min":0.434,"15min":0.41599999999999998},"min":{"1min":0.32400000000000001,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.67900000000000005,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.32500000000000001}]},{"osd":6,"last update":"Sat Jul 24 17:08:44 2021","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.435,"15min":0.42799999999999999},"min":{"1min":0.29999999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.498,"5min":0.47699999999999998,"15min":0.47299999999999998},"min":{"1min":0.32400000000000001,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.69599999999999995,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.48799999999999999}]},{"osd":7,"last update":"Sat Jul 24 17:09:03 2021","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.52100000000000002,"15min":0.51800000000000002},"min":{"1min":0.36599999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.77500000000000002,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.55400000000000005,"15min":0.55200000000000005},"min":{"1min":0.36199999999999999,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.90700000000000003,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.38600000000000001}]}]},{"osd":5,"up_from":37,"seq":158913789995,"num_pgs":20,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":237067,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.50800000000000001,"15min":0.51800000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68600000000000005,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.503,"15min":0.51800000000000002},"min":{"1min":0.314,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.76500000000000001,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.438}]},{"osd":1,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.51400000000000001,"15min":0.51500000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":1.5489999999999999,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.51600000000000001,"15min":0.52700000000000002},"min":{"1min":0.36299999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.46500000000000002}]},{"osd":2,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.49399999999999999,"15min":0.503},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.53000000000000003,"15min":0.53600000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.48699999999999999}]},{"osd":3,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.505,"15min":0.50700000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":2.0299999999999998,"5min":2.0299999999999998,"15min":2.0299999999999998},"last":0.625}]},{"osd":4,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.39300000000000002,"15min":0.376},"min":{"1min":0.27500000000000002,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.67500000000000004,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.40400000000000003,"15min":0.373},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.68500000000000005,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.42999999999999999}]},{"osd":6,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.434,"15min":0.42799999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.46100000000000002,"15min":0.45600000000000002},"min":{"1min":0.28999999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.70599999999999996,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.66200000000000003}]},{"osd":7,"last update":"Sat Jul 24 17:09:05 2021","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52100000000000002,"15min":0.52000000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.71899999999999997,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.318,"5min":0.312,"15min":0.312},"max":{"1min":0.72699999999999998,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.61699999999999999}]}]}]}} 2021-07-24T17:09:42.764 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph pg dump --format=json 2021-07-24T17:09:42.908 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:44.715 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:09:44.716 INFO:teuthology.orchestra.run.smithi006.stderr:dumped all 2021-07-24T17:09:45.399 INFO:teuthology.orchestra.run.smithi006.stdout:{"pg_ready":true,"pg_map":{"version":245,"stamp":"2021-07-24T17:09:42.947946+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":2304,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":45,"num_write_kb":13,"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":14,"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":39,"ondisk_log_size":39,"up":219,"acting":219,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":219,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":8393152,"kb_used_data":4480,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568064,"statfs":{"total":767960285184,"available":759365697536,"internally_reserved":8589934592,"allocated":4587520,"data_stored":1898464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":"12.003251"},"pg_stats":[{"pgid":"4.18","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809697+0000","last_change":"2021-07-24T17:08:43.809311+0000","last_active":"2021-07-24T17:08:43.809697+0000","last_peered":"2021-07-24T17:08:43.809697+0000","last_clean":"2021-07-24T17:08:43.809697+0000","last_became_active":"2021-07-24T17:08:43.808314+0000","last_became_peered":"2021-07-24T17:08:43.808314+0000","last_unstale":"2021-07-24T17:08:43.809697+0000","last_undegraded":"2021-07-24T17:08:43.809697+0000","last_fullsized":"2021-07-24T17:08:43.809697+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,6,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"57'4","reported_seq":"16","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.774210+0000","last_change":"2021-07-24T17:08:42.792497+0000","last_active":"2021-07-24T17:08:45.774210+0000","last_peered":"2021-07-24T17:08:45.774210+0000","last_clean":"2021-07-24T17:08:45.774210+0000","last_became_active":"2021-07-24T17:08:42.792120+0000","last_became_peered":"2021-07-24T17:08:42.792120+0000","last_unstale":"2021-07-24T17:08:45.774210+0000","last_undegraded":"2021-07-24T17:08:45.774210+0000","last_fullsized":"2021-07-24T17:08:45.774210+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":553,"num_objects":2,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"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":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":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.806127+0000","last_change":"2021-07-24T17:08:43.805690+0000","last_active":"2021-07-24T17:08:43.806127+0000","last_peered":"2021-07-24T17:08:43.806127+0000","last_clean":"2021-07-24T17:08:43.806127+0000","last_became_active":"2021-07-24T17:08:43.805298+0000","last_became_peered":"2021-07-24T17:08:43.805298+0000","last_unstale":"2021-07-24T17:08:43.806127+0000","last_undegraded":"2021-07-24T17:08:43.806127+0000","last_fullsized":"2021-07-24T17:08:43.806127+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"57'1","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.245450+0000","last_change":"2021-07-24T17:08:42.789481+0000","last_active":"2021-07-24T17:08:45.245450+0000","last_peered":"2021-07-24T17:08:45.245450+0000","last_clean":"2021-07-24T17:08:45.245450+0000","last_became_active":"2021-07-24T17:08:42.789035+0000","last_became_peered":"2021-07-24T17:08:42.789035+0000","last_unstale":"2021-07-24T17:08:45.245450+0000","last_undegraded":"2021-07-24T17:08:45.245450+0000","last_fullsized":"2021-07-24T17:08:45.245450+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":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,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804796+0000","last_change":"2021-07-24T17:08:43.804538+0000","last_active":"2021-07-24T17:08:43.804796+0000","last_peered":"2021-07-24T17:08:43.804796+0000","last_clean":"2021-07-24T17:08:43.804796+0000","last_became_active":"2021-07-24T17:08:43.804184+0000","last_became_peered":"2021-07-24T17:08:43.804184+0000","last_unstale":"2021-07-24T17:08:43.804796+0000","last_undegraded":"2021-07-24T17:08:43.804796+0000","last_fullsized":"2021-07-24T17:08:43.804796+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,3,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"57'2","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.774780+0000","last_change":"2021-07-24T17:08:42.790720+0000","last_active":"2021-07-24T17:08:45.774780+0000","last_peered":"2021-07-24T17:08:45.774780+0000","last_clean":"2021-07-24T17:08:45.774780+0000","last_became_active":"2021-07-24T17:08:42.790337+0000","last_became_peered":"2021-07-24T17:08:42.790337+0000","last_unstale":"2021-07-24T17:08:45.774780+0000","last_undegraded":"2021-07-24T17:08:45.774780+0000","last_fullsized":"2021-07-24T17:08:45.774780+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":3,"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":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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1b","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.810846+0000","last_change":"2021-07-24T17:08:43.810461+0000","last_active":"2021-07-24T17:08:43.810846+0000","last_peered":"2021-07-24T17:08:43.810846+0000","last_clean":"2021-07-24T17:08:43.810846+0000","last_became_active":"2021-07-24T17:08:43.807831+0000","last_became_peered":"2021-07-24T17:08:43.807831+0000","last_unstale":"2021-07-24T17:08:43.810846+0000","last_undegraded":"2021-07-24T17:08:43.810846+0000","last_fullsized":"2021-07-24T17:08:43.810846+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,3,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"57'2","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.775326+0000","last_change":"2021-07-24T17:08:42.789115+0000","last_active":"2021-07-24T17:08:45.775326+0000","last_peered":"2021-07-24T17:08:45.775326+0000","last_clean":"2021-07-24T17:08:45.775326+0000","last_became_active":"2021-07-24T17:08:42.787779+0000","last_became_peered":"2021-07-24T17:08:42.787779+0000","last_unstale":"2021-07-24T17:08:45.775326+0000","last_undegraded":"2021-07-24T17:08:45.775326+0000","last_fullsized":"2021-07-24T17:08:45.775326+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":3,"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":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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1c","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.806353+0000","last_change":"2021-07-24T17:08:43.805878+0000","last_active":"2021-07-24T17:08:43.806353+0000","last_peered":"2021-07-24T17:08:43.806353+0000","last_clean":"2021-07-24T17:08:43.806353+0000","last_became_active":"2021-07-24T17:08:43.805452+0000","last_became_peered":"2021-07-24T17:08:43.805452+0000","last_unstale":"2021-07-24T17:08:43.806353+0000","last_undegraded":"2021-07-24T17:08:43.806353+0000","last_fullsized":"2021-07-24T17:08:43.806353+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[2,1,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"57'1","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:44.795589+0000","last_change":"2021-07-24T17:08:42.790046+0000","last_active":"2021-07-24T17:08:44.795589+0000","last_peered":"2021-07-24T17:08:44.795589+0000","last_clean":"2021-07-24T17:08:44.795589+0000","last_became_active":"2021-07-24T17:08:42.789619+0000","last_became_peered":"2021-07-24T17:08:42.789619+0000","last_unstale":"2021-07-24T17:08:44.795589+0000","last_undegraded":"2021-07-24T17:08:44.795589+0000","last_fullsized":"2021-07-24T17:08:44.795589+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":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":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.801327+0000","last_change":"2021-07-24T17:08:43.800905+0000","last_active":"2021-07-24T17:08:43.801327+0000","last_peered":"2021-07-24T17:08:43.801327+0000","last_clean":"2021-07-24T17:08:43.801327+0000","last_became_active":"2021-07-24T17:08:43.800571+0000","last_became_peered":"2021-07-24T17:08:43.800571+0000","last_unstale":"2021-07-24T17:08:43.801327+0000","last_undegraded":"2021-07-24T17:08:43.801327+0000","last_fullsized":"2021-07-24T17:08:43.801327+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.6","version":"57'1","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:44.795284+0000","last_change":"2021-07-24T17:08:42.792199+0000","last_active":"2021-07-24T17:08:44.795284+0000","last_peered":"2021-07-24T17:08:44.795284+0000","last_clean":"2021-07-24T17:08:44.795284+0000","last_became_active":"2021-07-24T17:08:42.791806+0000","last_became_peered":"2021-07-24T17:08:42.791806+0000","last_unstale":"2021-07-24T17:08:44.795284+0000","last_undegraded":"2021-07-24T17:08:44.795284+0000","last_fullsized":"2021-07-24T17:08:44.795284+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":1,"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":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":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":"16","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.797265+0000","last_change":"2021-07-24T17:07:25.011500+0000","last_active":"2021-07-24T17:08:43.797265+0000","last_peered":"2021-07-24T17:08:43.797265+0000","last_clean":"2021-07-24T17:08:43.797265+0000","last_became_active":"2021-07-24T17:07:25.011066+0000","last_became_peered":"2021-07-24T17:07:25.011066+0000","last_unstale":"2021-07-24T17:08:43.797265+0000","last_undegraded":"2021-07-24T17:08:43.797265+0000","last_fullsized":"2021-07-24T17:08:43.797265+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952652+0000","last_change":"2021-07-24T17:08:43.952448+0000","last_active":"2021-07-24T17:08:43.952652+0000","last_peered":"2021-07-24T17:08:43.952652+0000","last_clean":"2021-07-24T17:08:43.952652+0000","last_became_active":"2021-07-24T17:08:43.952191+0000","last_became_peered":"2021-07-24T17:08:43.952191+0000","last_unstale":"2021-07-24T17:08:43.952652+0000","last_undegraded":"2021-07-24T17:08:43.952652+0000","last_fullsized":"2021-07-24T17:08:43.952652+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,0],"acting":[3,7,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":"16","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804588+0000","last_change":"2021-07-24T17:07:25.009157+0000","last_active":"2021-07-24T17:08:43.804588+0000","last_peered":"2021-07-24T17:08:43.804588+0000","last_clean":"2021-07-24T17:08:43.804588+0000","last_became_active":"2021-07-24T17:07:25.008784+0000","last_became_peered":"2021-07-24T17:07:25.008784+0000","last_unstale":"2021-07-24T17:08:43.804588+0000","last_undegraded":"2021-07-24T17:08:43.804588+0000","last_fullsized":"2021-07-24T17:08:43.804588+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"57'2","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.773388+0000","last_change":"2021-07-24T17:08:42.795404+0000","last_active":"2021-07-24T17:08:45.773388+0000","last_peered":"2021-07-24T17:08:45.773388+0000","last_clean":"2021-07-24T17:08:45.773388+0000","last_became_active":"2021-07-24T17:08:42.793988+0000","last_became_peered":"2021-07-24T17:08:42.793988+0000","last_unstale":"2021-07-24T17:08:45.773388+0000","last_undegraded":"2021-07-24T17:08:45.773388+0000","last_fullsized":"2021-07-24T17:08:45.773388+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":3,"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":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,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952017+0000","last_change":"2021-07-24T17:08:43.951736+0000","last_active":"2021-07-24T17:08:43.952017+0000","last_peered":"2021-07-24T17:08:43.952017+0000","last_clean":"2021-07-24T17:08:43.952017+0000","last_became_active":"2021-07-24T17:08:43.951306+0000","last_became_peered":"2021-07-24T17:08:43.951306+0000","last_unstale":"2021-07-24T17:08:43.952017+0000","last_undegraded":"2021-07-24T17:08:43.952017+0000","last_fullsized":"2021-07-24T17:08:43.952017+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804934+0000","last_change":"2021-07-24T17:08:42.786547+0000","last_active":"2021-07-24T17:08:43.804934+0000","last_peered":"2021-07-24T17:08:43.804934+0000","last_clean":"2021-07-24T17:08:43.804934+0000","last_became_active":"2021-07-24T17:08:42.786159+0000","last_became_peered":"2021-07-24T17:08:42.786159+0000","last_unstale":"2021-07-24T17:08:43.804934+0000","last_undegraded":"2021-07-24T17:08:43.804934+0000","last_fullsized":"2021-07-24T17:08:43.804934+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":"15","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952672+0000","last_change":"2021-07-24T17:07:25.103275+0000","last_active":"2021-07-24T17:08:43.952672+0000","last_peered":"2021-07-24T17:08:43.952672+0000","last_clean":"2021-07-24T17:08:43.952672+0000","last_became_active":"2021-07-24T17:07:25.102792+0000","last_became_peered":"2021-07-24T17:07:25.102792+0000","last_unstale":"2021-07-24T17:08:43.952672+0000","last_undegraded":"2021-07-24T17:08:43.952672+0000","last_fullsized":"2021-07-24T17:08:43.952672+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.813627+0000","last_change":"2021-07-24T17:08:43.813381+0000","last_active":"2021-07-24T17:08:43.813627+0000","last_peered":"2021-07-24T17:08:43.813627+0000","last_clean":"2021-07-24T17:08:43.813627+0000","last_became_active":"2021-07-24T17:08:43.813014+0000","last_became_peered":"2021-07-24T17:08:43.813014+0000","last_unstale":"2021-07-24T17:08:43.813627+0000","last_undegraded":"2021-07-24T17:08:43.813627+0000","last_fullsized":"2021-07-24T17:08:43.813627+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,1,2],"acting":[0,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799990+0000","last_change":"2021-07-24T17:08:42.794502+0000","last_active":"2021-07-24T17:08:43.799990+0000","last_peered":"2021-07-24T17:08:43.799990+0000","last_clean":"2021-07-24T17:08:43.799990+0000","last_became_active":"2021-07-24T17:08:42.793970+0000","last_became_peered":"2021-07-24T17:08:42.793970+0000","last_unstale":"2021-07-24T17:08:43.799990+0000","last_undegraded":"2021-07-24T17:08:43.799990+0000","last_fullsized":"2021-07-24T17:08:43.799990+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":"15","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952548+0000","last_change":"2021-07-24T17:07:25.107533+0000","last_active":"2021-07-24T17:08:43.952548+0000","last_peered":"2021-07-24T17:08:43.952548+0000","last_clean":"2021-07-24T17:08:43.952548+0000","last_became_active":"2021-07-24T17:07:25.107216+0000","last_became_peered":"2021-07-24T17:07:25.107216+0000","last_unstale":"2021-07-24T17:08:43.952548+0000","last_undegraded":"2021-07-24T17:08:43.952548+0000","last_fullsized":"2021-07-24T17:08:43.952548+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.953093+0000","last_change":"2021-07-24T17:08:43.952368+0000","last_active":"2021-07-24T17:08:43.953093+0000","last_peered":"2021-07-24T17:08:43.953093+0000","last_clean":"2021-07-24T17:08:43.953093+0000","last_became_active":"2021-07-24T17:08:43.951991+0000","last_became_peered":"2021-07-24T17:08:43.951991+0000","last_unstale":"2021-07-24T17:08:43.953093+0000","last_undegraded":"2021-07-24T17:08:43.953093+0000","last_fullsized":"2021-07-24T17:08:43.953093+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.795239+0000","last_change":"2021-07-24T17:08:42.795810+0000","last_active":"2021-07-24T17:08:43.795239+0000","last_peered":"2021-07-24T17:08:43.795239+0000","last_clean":"2021-07-24T17:08:43.795239+0000","last_became_active":"2021-07-24T17:08:42.795300+0000","last_became_peered":"2021-07-24T17:08:42.795300+0000","last_unstale":"2021-07-24T17:08:43.795239+0000","last_undegraded":"2021-07-24T17:08:43.795239+0000","last_fullsized":"2021-07-24T17:08:43.795239+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":"18","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952395+0000","last_change":"2021-07-24T17:07:00.200545+0000","last_active":"2021-07-24T17:08:43.952395+0000","last_peered":"2021-07-24T17:08:43.952395+0000","last_clean":"2021-07-24T17:08:43.952395+0000","last_became_active":"2021-07-24T17:07:00.200250+0000","last_became_peered":"2021-07-24T17:07:00.200250+0000","last_unstale":"2021-07-24T17:08:43.952395+0000","last_undegraded":"2021-07-24T17:08:43.952395+0000","last_fullsized":"2021-07-24T17:08:43.952395+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":5,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:03:56.953968+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:03:56.953968+0000","last_clean_scrub_stamp":"2021-07-24T17:03:56.953968+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,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"15","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799269+0000","last_change":"2021-07-24T17:07:25.010860+0000","last_active":"2021-07-24T17:08:43.799269+0000","last_peered":"2021-07-24T17:08:43.799269+0000","last_clean":"2021-07-24T17:08:43.799269+0000","last_became_active":"2021-07-24T17:07:25.010027+0000","last_became_peered":"2021-07-24T17:07:25.010027+0000","last_unstale":"2021-07-24T17:08:43.799269+0000","last_undegraded":"2021-07-24T17:08:43.799269+0000","last_fullsized":"2021-07-24T17:08:43.799269+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809814+0000","last_change":"2021-07-24T17:08:43.809511+0000","last_active":"2021-07-24T17:08:43.809814+0000","last_peered":"2021-07-24T17:08:43.809814+0000","last_clean":"2021-07-24T17:08:43.809814+0000","last_became_active":"2021-07-24T17:08:43.808966+0000","last_became_peered":"2021-07-24T17:08:43.808966+0000","last_unstale":"2021-07-24T17:08:43.809814+0000","last_undegraded":"2021-07-24T17:08:43.809814+0000","last_fullsized":"2021-07-24T17:08:43.809814+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804653+0000","last_change":"2021-07-24T17:08:42.788990+0000","last_active":"2021-07-24T17:08:43.804653+0000","last_peered":"2021-07-24T17:08:43.804653+0000","last_clean":"2021-07-24T17:08:43.804653+0000","last_became_active":"2021-07-24T17:08:42.788141+0000","last_became_peered":"2021-07-24T17:08:42.788141+0000","last_unstale":"2021-07-24T17:08:43.804653+0000","last_undegraded":"2021-07-24T17:08:43.804653+0000","last_fullsized":"2021-07-24T17:08:43.804653+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"16","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.795933+0000","last_change":"2021-07-24T17:07:25.110565+0000","last_active":"2021-07-24T17:08:43.795933+0000","last_peered":"2021-07-24T17:08:43.795933+0000","last_clean":"2021-07-24T17:08:43.795933+0000","last_became_active":"2021-07-24T17:07:25.109587+0000","last_became_peered":"2021-07-24T17:07:25.109587+0000","last_unstale":"2021-07-24T17:08:43.795933+0000","last_undegraded":"2021-07-24T17:08:43.795933+0000","last_fullsized":"2021-07-24T17:08:43.795933+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.813925+0000","last_change":"2021-07-24T17:08:43.813267+0000","last_active":"2021-07-24T17:08:43.813925+0000","last_peered":"2021-07-24T17:08:43.813925+0000","last_clean":"2021-07-24T17:08:43.813925+0000","last_became_active":"2021-07-24T17:08:43.812912+0000","last_became_peered":"2021-07-24T17:08:43.812912+0000","last_unstale":"2021-07-24T17:08:43.813925+0000","last_undegraded":"2021-07-24T17:08:43.813925+0000","last_fullsized":"2021-07-24T17:08:43.813925+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.794686+0000","last_change":"2021-07-24T17:08:42.796578+0000","last_active":"2021-07-24T17:08:43.794686+0000","last_peered":"2021-07-24T17:08:43.794686+0000","last_clean":"2021-07-24T17:08:43.794686+0000","last_became_active":"2021-07-24T17:08:42.796075+0000","last_became_peered":"2021-07-24T17:08:42.796075+0000","last_unstale":"2021-07-24T17:08:43.794686+0000","last_undegraded":"2021-07-24T17:08:43.794686+0000","last_fullsized":"2021-07-24T17:08:43.794686+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":"15","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799331+0000","last_change":"2021-07-24T17:07:25.010969+0000","last_active":"2021-07-24T17:08:43.799331+0000","last_peered":"2021-07-24T17:08:43.799331+0000","last_clean":"2021-07-24T17:08:43.799331+0000","last_became_active":"2021-07-24T17:07:25.009939+0000","last_became_peered":"2021-07-24T17:07:25.009939+0000","last_unstale":"2021-07-24T17:08:43.799331+0000","last_undegraded":"2021-07-24T17:08:43.799331+0000","last_fullsized":"2021-07-24T17:08:43.799331+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.812474+0000","last_change":"2021-07-24T17:08:43.812265+0000","last_active":"2021-07-24T17:08:43.812474+0000","last_peered":"2021-07-24T17:08:43.812474+0000","last_clean":"2021-07-24T17:08:43.812474+0000","last_became_active":"2021-07-24T17:08:43.811884+0000","last_became_peered":"2021-07-24T17:08:43.811884+0000","last_unstale":"2021-07-24T17:08:43.812474+0000","last_undegraded":"2021-07-24T17:08:43.812474+0000","last_fullsized":"2021-07-24T17:08:43.812474+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799745+0000","last_change":"2021-07-24T17:08:42.801171+0000","last_active":"2021-07-24T17:08:43.799745+0000","last_peered":"2021-07-24T17:08:43.799745+0000","last_clean":"2021-07-24T17:08:43.799745+0000","last_became_active":"2021-07-24T17:08:42.800841+0000","last_became_peered":"2021-07-24T17:08:42.800841+0000","last_unstale":"2021-07-24T17:08:43.799745+0000","last_undegraded":"2021-07-24T17:08:43.799745+0000","last_fullsized":"2021-07-24T17:08:43.799745+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":"16","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.805001+0000","last_change":"2021-07-24T17:07:25.104362+0000","last_active":"2021-07-24T17:08:43.805001+0000","last_peered":"2021-07-24T17:08:43.805001+0000","last_clean":"2021-07-24T17:08:43.805001+0000","last_became_active":"2021-07-24T17:07:25.103384+0000","last_became_peered":"2021-07-24T17:07:25.103384+0000","last_unstale":"2021-07-24T17:08:43.805001+0000","last_undegraded":"2021-07-24T17:08:43.805001+0000","last_fullsized":"2021-07-24T17:08:43.805001+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:07:23.996828+0000","last_clean_scrub_stamp":"2021-07-24T17:07:23.996828+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":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.f","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.812823+0000","last_change":"2021-07-24T17:08:43.812556+0000","last_active":"2021-07-24T17:08:43.812823+0000","last_peered":"2021-07-24T17:08:43.812823+0000","last_clean":"2021-07-24T17:08:43.812823+0000","last_became_active":"2021-07-24T17:08:43.812360+0000","last_became_peered":"2021-07-24T17:08:43.812360+0000","last_unstale":"2021-07-24T17:08:43.812823+0000","last_undegraded":"2021-07-24T17:08:43.812823+0000","last_fullsized":"2021-07-24T17:08:43.812823+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.793298+0000","last_change":"2021-07-24T17:08:42.792789+0000","last_active":"2021-07-24T17:08:43.793298+0000","last_peered":"2021-07-24T17:08:43.793298+0000","last_clean":"2021-07-24T17:08:43.793298+0000","last_became_active":"2021-07-24T17:08:42.792398+0000","last_became_peered":"2021-07-24T17:08:42.792398+0000","last_unstale":"2021-07-24T17:08:43.793298+0000","last_undegraded":"2021-07-24T17:08:43.793298+0000","last_fullsized":"2021-07-24T17:08:43.793298+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.810108+0000","last_change":"2021-07-24T17:08:43.809552+0000","last_active":"2021-07-24T17:08:43.810108+0000","last_peered":"2021-07-24T17:08:43.810108+0000","last_clean":"2021-07-24T17:08:43.810108+0000","last_became_active":"2021-07-24T17:08:43.809107+0000","last_became_peered":"2021-07-24T17:08:43.809107+0000","last_unstale":"2021-07-24T17:08:43.810108+0000","last_undegraded":"2021-07-24T17:08:43.810108+0000","last_fullsized":"2021-07-24T17:08:43.810108+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,6,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.794872+0000","last_change":"2021-07-24T17:08:42.784731+0000","last_active":"2021-07-24T17:08:43.794872+0000","last_peered":"2021-07-24T17:08:43.794872+0000","last_clean":"2021-07-24T17:08:43.794872+0000","last_became_active":"2021-07-24T17:08:42.784319+0000","last_became_peered":"2021-07-24T17:08:42.784319+0000","last_unstale":"2021-07-24T17:08:43.794872+0000","last_undegraded":"2021-07-24T17:08:43.794872+0000","last_fullsized":"2021-07-24T17:08:43.794872+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809578+0000","last_change":"2021-07-24T17:08:43.809019+0000","last_active":"2021-07-24T17:08:43.809578+0000","last_peered":"2021-07-24T17:08:43.809578+0000","last_clean":"2021-07-24T17:08:43.809578+0000","last_became_active":"2021-07-24T17:08:43.807942+0000","last_became_peered":"2021-07-24T17:08:43.807942+0000","last_unstale":"2021-07-24T17:08:43.809578+0000","last_undegraded":"2021-07-24T17:08:43.809578+0000","last_fullsized":"2021-07-24T17:08:43.809578+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.797355+0000","last_change":"2021-07-24T17:08:42.798348+0000","last_active":"2021-07-24T17:08:43.797355+0000","last_peered":"2021-07-24T17:08:43.797355+0000","last_clean":"2021-07-24T17:08:43.797355+0000","last_became_active":"2021-07-24T17:08:42.797144+0000","last_became_peered":"2021-07-24T17:08:42.797144+0000","last_unstale":"2021-07-24T17:08:43.797355+0000","last_undegraded":"2021-07-24T17:08:43.797355+0000","last_fullsized":"2021-07-24T17:08:43.797355+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804896+0000","last_change":"2021-07-24T17:08:43.804675+0000","last_active":"2021-07-24T17:08:43.804896+0000","last_peered":"2021-07-24T17:08:43.804896+0000","last_clean":"2021-07-24T17:08:43.804896+0000","last_became_active":"2021-07-24T17:08:43.804392+0000","last_became_peered":"2021-07-24T17:08:43.804392+0000","last_unstale":"2021-07-24T17:08:43.804896+0000","last_undegraded":"2021-07-24T17:08:43.804896+0000","last_fullsized":"2021-07-24T17:08:43.804896+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,3,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.b","version":"57'2","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.775416+0000","last_change":"2021-07-24T17:08:42.794660+0000","last_active":"2021-07-24T17:08:45.775416+0000","last_peered":"2021-07-24T17:08:45.775416+0000","last_clean":"2021-07-24T17:08:45.775416+0000","last_became_active":"2021-07-24T17:08:42.794320+0000","last_became_peered":"2021-07-24T17:08:42.794320+0000","last_unstale":"2021-07-24T17:08:45.775416+0000","last_undegraded":"2021-07-24T17:08:45.775416+0000","last_fullsized":"2021-07-24T17:08:45.775416+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":1,"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":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,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.811377+0000","last_change":"2021-07-24T17:08:43.810900+0000","last_active":"2021-07-24T17:08:43.811377+0000","last_peered":"2021-07-24T17:08:43.811377+0000","last_clean":"2021-07-24T17:08:43.811377+0000","last_became_active":"2021-07-24T17:08:43.810488+0000","last_became_peered":"2021-07-24T17:08:43.810488+0000","last_unstale":"2021-07-24T17:08:43.811377+0000","last_undegraded":"2021-07-24T17:08:43.811377+0000","last_fullsized":"2021-07-24T17:08:43.811377+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799615+0000","last_change":"2021-07-24T17:08:42.791773+0000","last_active":"2021-07-24T17:08:43.799615+0000","last_peered":"2021-07-24T17:08:43.799615+0000","last_clean":"2021-07-24T17:08:43.799615+0000","last_became_active":"2021-07-24T17:08:42.791242+0000","last_became_peered":"2021-07-24T17:08:42.791242+0000","last_unstale":"2021-07-24T17:08:43.799615+0000","last_undegraded":"2021-07-24T17:08:43.799615+0000","last_fullsized":"2021-07-24T17:08:43.799615+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952239+0000","last_change":"2021-07-24T17:08:43.951677+0000","last_active":"2021-07-24T17:08:43.952239+0000","last_peered":"2021-07-24T17:08:43.952239+0000","last_clean":"2021-07-24T17:08:43.952239+0000","last_became_active":"2021-07-24T17:08:43.951262+0000","last_became_peered":"2021-07-24T17:08:43.951262+0000","last_unstale":"2021-07-24T17:08:43.952239+0000","last_undegraded":"2021-07-24T17:08:43.952239+0000","last_fullsized":"2021-07-24T17:08:43.952239+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[6,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.d","version":"57'1","reported_seq":"12","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.568712+0000","last_change":"2021-07-24T17:08:42.792828+0000","last_active":"2021-07-24T17:08:45.568712+0000","last_peered":"2021-07-24T17:08:45.568712+0000","last_clean":"2021-07-24T17:08:45.568712+0000","last_became_active":"2021-07-24T17:08:42.792419+0000","last_became_peered":"2021-07-24T17:08:42.792419+0000","last_unstale":"2021-07-24T17:08:45.568712+0000","last_undegraded":"2021-07-24T17:08:45.568712+0000","last_fullsized":"2021-07-24T17:08:45.568712+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"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":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809932+0000","last_change":"2021-07-24T17:08:43.808265+0000","last_active":"2021-07-24T17:08:43.809932+0000","last_peered":"2021-07-24T17:08:43.809932+0000","last_clean":"2021-07-24T17:08:43.809932+0000","last_became_active":"2021-07-24T17:08:43.807809+0000","last_became_peered":"2021-07-24T17:08:43.807809+0000","last_unstale":"2021-07-24T17:08:43.809932+0000","last_undegraded":"2021-07-24T17:08:43.809932+0000","last_fullsized":"2021-07-24T17:08:43.809932+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,1,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"57'2","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.776908+0000","last_change":"2021-07-24T17:08:42.789264+0000","last_active":"2021-07-24T17:08:45.776908+0000","last_peered":"2021-07-24T17:08:45.776908+0000","last_clean":"2021-07-24T17:08:45.776908+0000","last_became_active":"2021-07-24T17:08:42.788138+0000","last_became_peered":"2021-07-24T17:08:42.788138+0000","last_unstale":"2021-07-24T17:08:45.776908+0000","last_undegraded":"2021-07-24T17:08:45.776908+0000","last_fullsized":"2021-07-24T17:08:45.776908+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"num_write":3,"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":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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952904+0000","last_change":"2021-07-24T17:08:43.952665+0000","last_active":"2021-07-24T17:08:43.952904+0000","last_peered":"2021-07-24T17:08:43.952904+0000","last_clean":"2021-07-24T17:08:43.952904+0000","last_became_active":"2021-07-24T17:08:43.951351+0000","last_became_peered":"2021-07-24T17:08:43.951351+0000","last_unstale":"2021-07-24T17:08:43.952904+0000","last_undegraded":"2021-07-24T17:08:43.952904+0000","last_fullsized":"2021-07-24T17:08:43.952904+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"57'1","reported_seq":"12","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.568783+0000","last_change":"2021-07-24T17:08:42.794539+0000","last_active":"2021-07-24T17:08:45.568783+0000","last_peered":"2021-07-24T17:08:45.568783+0000","last_clean":"2021-07-24T17:08:45.568783+0000","last_became_active":"2021-07-24T17:08:42.794169+0000","last_became_peered":"2021-07-24T17:08:42.794169+0000","last_unstale":"2021-07-24T17:08:45.568783+0000","last_undegraded":"2021-07-24T17:08:45.568783+0000","last_fullsized":"2021-07-24T17:08:45.568783+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":0,"num_read_kb":0,"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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952181+0000","last_change":"2021-07-24T17:08:43.951735+0000","last_active":"2021-07-24T17:08:43.952181+0000","last_peered":"2021-07-24T17:08:43.952181+0000","last_clean":"2021-07-24T17:08:43.952181+0000","last_became_active":"2021-07-24T17:08:43.951175+0000","last_became_peered":"2021-07-24T17:08:43.951175+0000","last_unstale":"2021-07-24T17:08:43.952181+0000","last_undegraded":"2021-07-24T17:08:43.952181+0000","last_fullsized":"2021-07-24T17:08:43.952181+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"57'8","reported_seq":"20","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.777576+0000","last_change":"2021-07-24T17:08:42.792817+0000","last_active":"2021-07-24T17:08:45.777576+0000","last_peered":"2021-07-24T17:08:45.777576+0000","last_clean":"2021-07-24T17:08:45.777576+0000","last_became_active":"2021-07-24T17:08:42.792457+0000","last_became_peered":"2021-07-24T17:08:42.792457+0000","last_unstale":"2021-07-24T17:08:45.777576+0000","last_undegraded":"2021-07-24T17:08:45.777576+0000","last_fullsized":"2021-07-24T17:08:45.777576+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+0000","log_size":8,"ondisk_log_size":8,"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":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"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":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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.16","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.954883+0000","last_change":"2021-07-24T17:08:43.954681+0000","last_active":"2021-07-24T17:08:43.954883+0000","last_peered":"2021-07-24T17:08:43.954883+0000","last_clean":"2021-07-24T17:08:43.954883+0000","last_became_active":"2021-07-24T17:08:43.954244+0000","last_became_peered":"2021-07-24T17:08:43.954244+0000","last_unstale":"2021-07-24T17:08:43.954883+0000","last_undegraded":"2021-07-24T17:08:43.954883+0000","last_fullsized":"2021-07-24T17:08:43.954883+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,3,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.952558+0000","last_change":"2021-07-24T17:08:42.788975+0000","last_active":"2021-07-24T17:08:43.952558+0000","last_peered":"2021-07-24T17:08:43.952558+0000","last_clean":"2021-07-24T17:08:43.952558+0000","last_became_active":"2021-07-24T17:08:42.788558+0000","last_became_peered":"2021-07-24T17:08:42.788558+0000","last_unstale":"2021-07-24T17:08:43.952558+0000","last_undegraded":"2021-07-24T17:08:43.952558+0000","last_fullsized":"2021-07-24T17:08:43.952558+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.954372+0000","last_change":"2021-07-24T17:08:43.953905+0000","last_active":"2021-07-24T17:08:43.954372+0000","last_peered":"2021-07-24T17:08:43.954372+0000","last_clean":"2021-07-24T17:08:43.954372+0000","last_became_active":"2021-07-24T17:08:43.953530+0000","last_became_peered":"2021-07-24T17:08:43.953530+0000","last_unstale":"2021-07-24T17:08:43.954372+0000","last_undegraded":"2021-07-24T17:08:43.954372+0000","last_fullsized":"2021-07-24T17:08:43.954372+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799705+0000","last_change":"2021-07-24T17:08:42.796997+0000","last_active":"2021-07-24T17:08:43.799705+0000","last_peered":"2021-07-24T17:08:43.799705+0000","last_clean":"2021-07-24T17:08:43.799705+0000","last_became_active":"2021-07-24T17:08:42.796622+0000","last_became_peered":"2021-07-24T17:08:42.796622+0000","last_unstale":"2021-07-24T17:08:43.799705+0000","last_undegraded":"2021-07-24T17:08:43.799705+0000","last_fullsized":"2021-07-24T17:08:43.799705+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.14","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.953442+0000","last_change":"2021-07-24T17:08:43.953214+0000","last_active":"2021-07-24T17:08:43.953442+0000","last_peered":"2021-07-24T17:08:43.953442+0000","last_clean":"2021-07-24T17:08:43.953442+0000","last_became_active":"2021-07-24T17:08:43.952876+0000","last_became_peered":"2021-07-24T17:08:43.952876+0000","last_unstale":"2021-07-24T17:08:43.953442+0000","last_undegraded":"2021-07-24T17:08:43.953442+0000","last_fullsized":"2021-07-24T17:08:43.953442+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.13","version":"57'2","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.776875+0000","last_change":"2021-07-24T17:08:42.789431+0000","last_active":"2021-07-24T17:08:45.776875+0000","last_peered":"2021-07-24T17:08:45.776875+0000","last_clean":"2021-07-24T17:08:45.776875+0000","last_became_active":"2021-07-24T17:08:42.789003+0000","last_became_peered":"2021-07-24T17:08:42.789003+0000","last_unstale":"2021-07-24T17:08:45.776875+0000","last_undegraded":"2021-07-24T17:08:45.776875+0000","last_fullsized":"2021-07-24T17:08:45.776875+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":34,"num_objects":2,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":6,"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,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.13","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.809600+0000","last_change":"2021-07-24T17:08:43.808320+0000","last_active":"2021-07-24T17:08:43.809600+0000","last_peered":"2021-07-24T17:08:43.809600+0000","last_clean":"2021-07-24T17:08:43.809600+0000","last_became_active":"2021-07-24T17:08:43.807873+0000","last_became_peered":"2021-07-24T17:08:43.807873+0000","last_unstale":"2021-07-24T17:08:43.809600+0000","last_undegraded":"2021-07-24T17:08:43.809600+0000","last_fullsized":"2021-07-24T17:08:43.809600+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,6,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"57'6","reported_seq":"18","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.776609+0000","last_change":"2021-07-24T17:08:42.795295+0000","last_active":"2021-07-24T17:08:45.776609+0000","last_peered":"2021-07-24T17:08:45.776609+0000","last_clean":"2021-07-24T17:08:45.776609+0000","last_became_active":"2021-07-24T17:08:42.794941+0000","last_became_peered":"2021-07-24T17:08:42.794941+0000","last_unstale":"2021-07-24T17:08:45.776609+0000","last_undegraded":"2021-07-24T17:08:45.776609+0000","last_fullsized":"2021-07-24T17:08:45.776609+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+0000","log_size":6,"ondisk_log_size":6,"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":1535,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.810951+0000","last_change":"2021-07-24T17:08:43.810282+0000","last_active":"2021-07-24T17:08:43.810951+0000","last_peered":"2021-07-24T17:08:43.810951+0000","last_clean":"2021-07-24T17:08:43.810951+0000","last_became_active":"2021-07-24T17:08:43.809916+0000","last_became_peered":"2021-07-24T17:08:43.809916+0000","last_unstale":"2021-07-24T17:08:43.810951+0000","last_undegraded":"2021-07-24T17:08:43.810951+0000","last_fullsized":"2021-07-24T17:08:43.810951+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[1,6,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"57'3","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:45.776078+0000","last_change":"2021-07-24T17:08:42.793587+0000","last_active":"2021-07-24T17:08:45.776078+0000","last_peered":"2021-07-24T17:08:45.776078+0000","last_clean":"2021-07-24T17:08:45.776078+0000","last_became_active":"2021-07-24T17:08:42.793124+0000","last_became_peered":"2021-07-24T17:08:42.793124+0000","last_unstale":"2021-07-24T17:08:45.776078+0000","last_undegraded":"2021-07-24T17:08:45.776078+0000","last_fullsized":"2021-07-24T17:08:45.776078+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+0000","log_size":3,"ondisk_log_size":3,"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":90,"num_objects":2,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"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":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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.11","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.951994+0000","last_change":"2021-07-24T17:08:43.951627+0000","last_active":"2021-07-24T17:08:43.951994+0000","last_peered":"2021-07-24T17:08:43.951994+0000","last_clean":"2021-07-24T17:08:43.951994+0000","last_became_active":"2021-07-24T17:08:43.951104+0000","last_became_peered":"2021-07-24T17:08:43.951104+0000","last_unstale":"2021-07-24T17:08:43.951994+0000","last_undegraded":"2021-07-24T17:08:43.951994+0000","last_fullsized":"2021-07-24T17:08:43.951994+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.799708+0000","last_change":"2021-07-24T17:08:42.785740+0000","last_active":"2021-07-24T17:08:43.799708+0000","last_peered":"2021-07-24T17:08:43.799708+0000","last_clean":"2021-07-24T17:08:43.799708+0000","last_became_active":"2021-07-24T17:08:42.785279+0000","last_became_peered":"2021-07-24T17:08:42.785279+0000","last_unstale":"2021-07-24T17:08:43.799708+0000","last_undegraded":"2021-07-24T17:08:43.799708+0000","last_fullsized":"2021-07-24T17:08:43.799708+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.10","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.812759+0000","last_change":"2021-07-24T17:08:43.808995+0000","last_active":"2021-07-24T17:08:43.812759+0000","last_peered":"2021-07-24T17:08:43.812759+0000","last_clean":"2021-07-24T17:08:43.812759+0000","last_became_active":"2021-07-24T17:08:43.808620+0000","last_became_peered":"2021-07-24T17:08:43.808620+0000","last_unstale":"2021-07-24T17:08:43.812759+0000","last_undegraded":"2021-07-24T17:08:43.812759+0000","last_fullsized":"2021-07-24T17:08:43.812759+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,1,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.802502+0000","last_change":"2021-07-24T17:08:42.795224+0000","last_active":"2021-07-24T17:08:43.802502+0000","last_peered":"2021-07-24T17:08:43.802502+0000","last_clean":"2021-07-24T17:08:43.802502+0000","last_became_active":"2021-07-24T17:08:42.794788+0000","last_became_peered":"2021-07-24T17:08:42.794788+0000","last_unstale":"2021-07-24T17:08:43.802502+0000","last_undegraded":"2021-07-24T17:08:43.802502+0000","last_fullsized":"2021-07-24T17:08:43.802502+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.810644+0000","last_change":"2021-07-24T17:08:43.810387+0000","last_active":"2021-07-24T17:08:43.810644+0000","last_peered":"2021-07-24T17:08:43.810644+0000","last_clean":"2021-07-24T17:08:43.810644+0000","last_became_active":"2021-07-24T17:08:43.810058+0000","last_became_peered":"2021-07-24T17:08:43.810058+0000","last_unstale":"2021-07-24T17:08:43.810644+0000","last_undegraded":"2021-07-24T17:08:43.810644+0000","last_fullsized":"2021-07-24T17:08:43.810644+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.793806+0000","last_change":"2021-07-24T17:08:42.790677+0000","last_active":"2021-07-24T17:08:43.793806+0000","last_peered":"2021-07-24T17:08:43.793806+0000","last_clean":"2021-07-24T17:08:43.793806+0000","last_became_active":"2021-07-24T17:08:42.790328+0000","last_became_peered":"2021-07-24T17:08:42.790328+0000","last_unstale":"2021-07-24T17:08:43.793806+0000","last_undegraded":"2021-07-24T17:08:43.793806+0000","last_fullsized":"2021-07-24T17:08:43.793806+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1e","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.954743+0000","last_change":"2021-07-24T17:08:43.954552+0000","last_active":"2021-07-24T17:08:43.954743+0000","last_peered":"2021-07-24T17:08:43.954743+0000","last_clean":"2021-07-24T17:08:43.954743+0000","last_became_active":"2021-07-24T17:08:43.953791+0000","last_became_peered":"2021-07-24T17:08:43.953791+0000","last_unstale":"2021-07-24T17:08:43.954743+0000","last_undegraded":"2021-07-24T17:08:43.954743+0000","last_fullsized":"2021-07-24T17:08:43.954743+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":"12","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.804164+0000","last_change":"2021-07-24T17:08:42.793240+0000","last_active":"2021-07-24T17:08:43.804164+0000","last_peered":"2021-07-24T17:08:43.804164+0000","last_clean":"2021-07-24T17:08:43.804164+0000","last_became_active":"2021-07-24T17:08:42.791969+0000","last_became_peered":"2021-07-24T17:08:42.791969+0000","last_unstale":"2021-07-24T17:08:43.804164+0000","last_undegraded":"2021-07-24T17:08:43.804164+0000","last_fullsized":"2021-07-24T17:08:43.804164+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.1d","version":"0'0","reported_seq":"11","reported_epoch":"56","state":"active+clean","last_fresh":"2021-07-24T17:08:43.812716+0000","last_change":"2021-07-24T17:08:43.809467+0000","last_active":"2021-07-24T17:08:43.812716+0000","last_peered":"2021-07-24T17:08:43.812716+0000","last_clean":"2021-07-24T17:08:43.812716+0000","last_became_active":"2021-07-24T17:08:43.809088+0000","last_became_peered":"2021-07-24T17:08:43.809088+0000","last_unstale":"2021-07-24T17:08:43.812716+0000","last_undegraded":"2021-07-24T17:08:43.812716+0000","last_fullsized":"2021-07-24T17:08:43.812716+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":54,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:42.769708+0000","last_clean_scrub_stamp":"2021-07-24T17:08:42.769708+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,1,4],"acting":[3,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"57'1","reported_seq":"13","reported_epoch":"57","state":"active+clean","last_fresh":"2021-07-24T17:08:44.795016+0000","last_change":"2021-07-24T17:08:42.785969+0000","last_active":"2021-07-24T17:08:44.795016+0000","last_peered":"2021-07-24T17:08:44.795016+0000","last_clean":"2021-07-24T17:08:44.795016+0000","last_became_active":"2021-07-24T17:08:42.785543+0000","last_became_peered":"2021-07-24T17:08:42.785543+0000","last_unstale":"2021-07-24T17:08:44.795016+0000","last_undegraded":"2021-07-24T17:08:44.795016+0000","last_fullsized":"2021-07-24T17:08:44.795016+0000","mapping_epoch":53,"log_start":"0'0","ondisk_log_start":"0'0","created":53,"last_epoch_clean":54,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-24T17:08:41.763241+0000","last_clean_scrub_stamp":"2021-07-24T17:08:41.763241+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":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,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":2304,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":45,"num_write_kb":13,"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":14,"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":98304,"data_stored":6912,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":39,"ondisk_log_size":39,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7},{"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":24,"acting":24,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462948,"num_pgs":30,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049160,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695992,"statfs":{"total":95995035648,"available":94920695808,"internally_reserved":1073741824,"allocated":589824,"data_stored":238195,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.36299999999999999,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.49299999999999999,"15min":0.49399999999999999},"min":{"1min":0.32800000000000001,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.67100000000000004,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.34599999999999997}]},{"osd":1,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.52100000000000002,"15min":0.52200000000000002},"min":{"1min":0.35899999999999999,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.68500000000000005,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33900000000000002,"5min":0.308,"15min":0.308},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.314}]},{"osd":2,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.51400000000000001,"15min":0.51100000000000001},"min":{"1min":0.36899999999999999,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.70299999999999996,"5min":0.755,"15min":0.755},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55800000000000005,"15min":0.56000000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.56399999999999995}]},{"osd":3,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.50800000000000001,"15min":0.505},"min":{"1min":0.33100000000000002,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.65600000000000003,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38100000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.68700000000000006,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.61099999999999999}]},{"osd":4,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.45200000000000001,"15min":0.45400000000000001},"min":{"1min":0.29099999999999998,"5min":0.245,"15min":0.245},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.504,"5min":0.51200000000000001,"15min":0.51300000000000001},"min":{"1min":0.27600000000000002,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.74399999999999999,"5min":0.752,"15min":0.752},"last":0.51200000000000001}]},{"osd":5,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.48799999999999999,"15min":0.48599999999999999},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.52100000000000002,"15min":0.51900000000000002},"min":{"1min":0.316,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.71199999999999997,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.55100000000000005}]},{"osd":6,"last update":"Sat Jul 24 17:09:01 2021","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.50900000000000001,"15min":0.50700000000000001},"min":{"1min":0.32300000000000001,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.626},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.54100000000000004,"15min":0.53300000000000003},"min":{"1min":0.36399999999999999,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.60499999999999998}]}]},{"osd":6,"up_from":42,"seq":180388626471,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049148,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696004,"statfs":{"total":95995035648,"available":94920708096,"internally_reserved":1073741824,"allocated":577536,"data_stored":238049,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.50700000000000001,"15min":0.502},"min":{"1min":0.35599999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.501,"15min":0.498},"min":{"1min":0.36899999999999999,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.68600000000000005,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.40600000000000003}]},{"osd":1,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.499,"15min":0.49099999999999999},"min":{"1min":0.35999999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.51100000000000001,"15min":0.50600000000000001},"min":{"1min":0.40300000000000002,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.54200000000000004}]},{"osd":2,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.48999999999999999,"15min":0.48799999999999999},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.65700000000000003,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.499},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.49399999999999999,"15min":0.48699999999999999},"min":{"1min":0.33400000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.39300000000000002}]},{"osd":3,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.51700000000000002,"15min":0.51300000000000001},"min":{"1min":0.39000000000000001,"5min":0.316,"15min":0.316},"max":{"1min":0.70399999999999996,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.53200000000000003,"15min":0.52800000000000002},"min":{"1min":0.40799999999999997,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.45400000000000001}]},{"osd":4,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.41699999999999998,"15min":0.40899999999999997},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66700000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.443},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.41899999999999998,"15min":0.40899999999999997},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.47399999999999998}]},{"osd":5,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.42399999999999999,"15min":0.41599999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.503,"5min":0.44400000000000001,"15min":0.434},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.52700000000000002}]},{"osd":7,"last update":"Sat Jul 24 17:09:04 2021","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.66500000000000004,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.51200000000000001,"15min":0.50800000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.58399999999999996}]}]},{"osd":1,"up_from":16,"seq":68719476795,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049132,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696020,"statfs":{"total":95995035648,"available":94920724480,"internally_reserved":1073741824,"allocated":561152,"data_stored":236444,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:16 2021","interfaces":[{"interface":"back","average":{"1min":0.29499999999999998,"5min":0.33300000000000002,"15min":0.32500000000000001},"min":{"1min":0.189,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.47999999999999998,"5min":0.747,"15min":0.747},"last":0.19400000000000001},{"interface":"front","average":{"1min":0.311,"5min":0.35599999999999998,"15min":0.34200000000000003},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.51200000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.27300000000000002}]},{"osd":2,"last update":"Sat Jul 24 17:09:38 2021","interfaces":[{"interface":"back","average":{"1min":0.317,"5min":0.34499999999999997,"15min":0.34100000000000003},"min":{"1min":0.219,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.58399999999999996,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.219},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.24399999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.54400000000000004,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.33400000000000002}]},{"osd":3,"last update":"Sat Jul 24 17:08:54 2021","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.41899999999999998,"15min":0.42599999999999999},"min":{"1min":0.29999999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.55800000000000005,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.39800000000000002,"15min":0.39600000000000002},"min":{"1min":0.28000000000000003,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.52900000000000003,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.26400000000000001}]},{"osd":4,"last update":"Sat Jul 24 17:09:13 2021","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.503,"15min":0.48599999999999999},"min":{"1min":0.33000000000000002,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.72999999999999998,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.51900000000000002,"15min":0.50700000000000001},"min":{"1min":0.40200000000000002,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.83399999999999996,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.47199999999999998}]},{"osd":5,"last update":"Sat Jul 24 17:09:27 2021","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.53400000000000003,"15min":0.53100000000000003},"min":{"1min":0.41499999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.57199999999999995,"15min":0.58299999999999996},"min":{"1min":0.39200000000000002,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76400000000000001,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.53600000000000003}]},{"osd":6,"last update":"Sat Jul 24 17:08:44 2021","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.58499999999999996,"15min":0.59299999999999997},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71499999999999997,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.57399999999999995,"15min":0.57699999999999996},"min":{"1min":0.38500000000000001,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.78500000000000003,"5min":1.036,"15min":1.036},"last":0.435}]},{"osd":7,"last update":"Sat Jul 24 17:09:05 2021","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.58499999999999996,"15min":0.59099999999999997},"min":{"1min":0.443,"5min":0.379,"15min":0.379},"max":{"1min":0.75700000000000001,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.59699999999999998,"15min":0.60099999999999998},"min":{"1min":0.438,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.85499999999999998,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.44600000000000001}]}]},{"osd":0,"up_from":10,"seq":42949673022,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":237019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:21 2021","interfaces":[{"interface":"back","average":{"1min":0.31900000000000001,"5min":0.34799999999999998,"15min":0.33100000000000002},"min":{"1min":0.182,"5min":0.182,"15min":0.182},"max":{"1min":0.60999999999999999,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.379},{"interface":"front","average":{"1min":0.307,"5min":0.34999999999999998,"15min":0.32700000000000001},"min":{"1min":0.20399999999999999,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.40500000000000003,"5min":1.014,"15min":1.014},"last":0.46200000000000002}]},{"osd":2,"last update":"Sat Jul 24 17:09:35 2021","interfaces":[{"interface":"back","average":{"1min":0.311,"5min":0.35499999999999998,"15min":0.35299999999999998},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.40699999999999997,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.38200000000000001,"15min":0.374},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.48399999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.42399999999999999}]},{"osd":3,"last update":"Sat Jul 24 17:08:58 2021","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.442,"15min":0.46200000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.44900000000000001,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.31,"5min":0.42199999999999999,"15min":0.442},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.50800000000000001,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.40699999999999997}]},{"osd":4,"last update":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.56599999999999995,"15min":0.56799999999999995},"min":{"1min":0.377,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.68899999999999995,"5min":1.54,"15min":1.54},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.57599999999999996,"15min":0.58599999999999997},"min":{"1min":0.40200000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.78500000000000003,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.58199999999999996}]},{"osd":5,"last update":"Sat Jul 24 17:09:35 2021","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.59699999999999998,"15min":0.625},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.80200000000000005,"5min":1.579,"15min":1.579},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.621,"15min":0.65300000000000002},"min":{"1min":0.42399999999999999,"5min":0.312,"15min":0.312},"max":{"1min":0.81699999999999995,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.64000000000000001}]},{"osd":6,"last update":"Sat Jul 24 17:08:41 2021","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":1.0589999999999999,"15min":1.147},"min":{"1min":0.42999999999999999,"5min":0.37,"15min":0.37},"max":{"1min":0.73699999999999999,"5min":11.569000000000001,"15min":11.569000000000001},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.64200000000000002,"15min":0.65900000000000003},"min":{"1min":0.38800000000000001,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.76100000000000001,"5min":1.496,"15min":1.496},"last":0.69099999999999995}]},{"osd":7,"last update":"Sat Jul 24 17:09:02 2021","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.63700000000000001,"15min":0.65100000000000002},"min":{"1min":0.42399999999999999,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.67800000000000005,"5min":1.629,"15min":1.629},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.67500000000000004,"15min":0.69899999999999995},"min":{"1min":0.39100000000000001,"5min":0.378,"15min":0.378},"max":{"1min":0.68300000000000005,"5min":1.669,"15min":1.669},"last":0.60199999999999998}]}]},{"osd":2,"up_from":21,"seq":90194313270,"num_pgs":17,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":237031,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:38 2021","interfaces":[{"interface":"back","average":{"1min":0.28999999999999998,"5min":0.36099999999999999,"15min":0.35599999999999998},"min":{"1min":0.20000000000000001,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.434,"5min":2.9209999999999998,"15min":2.9209999999999998},"last":0.312},{"interface":"front","average":{"1min":0.28599999999999998,"5min":0.38700000000000001,"15min":0.375},"min":{"1min":0.17999999999999999,"5min":0.17999999999999999,"15min":0.17999999999999999},"max":{"1min":0.45100000000000001,"5min":2.9910000000000001,"15min":2.9910000000000001},"last":0.26300000000000001}]},{"osd":1,"last update":"Sat Jul 24 17:09:38 2021","interfaces":[{"interface":"back","average":{"1min":0.29899999999999999,"5min":0.38500000000000001,"15min":0.373},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.55800000000000005,"5min":3.512,"15min":3.512},"last":0.22600000000000001},{"interface":"front","average":{"1min":0.312,"5min":0.40600000000000003,"15min":0.39400000000000002},"min":{"1min":0.249,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.46500000000000002,"5min":3.73,"15min":3.73},"last":0.34100000000000003}]},{"osd":3,"last update":"Sat Jul 24 17:08:48 2021","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.42899999999999999,"15min":0.41799999999999998},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":3.8839999999999999,"5min":3.8839999999999999,"15min":3.8839999999999999},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.46300000000000002,"15min":0.439},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":4.9690000000000003,"5min":4.9690000000000003,"15min":4.9690000000000003},"last":0.29599999999999999}]},{"osd":4,"last update":"Sat Jul 24 17:09:09 2021","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.56299999999999994,"15min":0.53100000000000003},"min":{"1min":0.39000000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.79300000000000004,"5min":3.9430000000000001,"15min":3.9430000000000001},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56399999999999995,"15min":0.52100000000000002},"min":{"1min":0.41899999999999998,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.77800000000000002,"5min":3.6400000000000001,"15min":3.6400000000000001},"last":0.56999999999999995}]},{"osd":5,"last update":"Sat Jul 24 17:09:28 2021","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.58099999999999996,"15min":0.54700000000000004},"min":{"1min":0.40100000000000002,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.67100000000000004,"5min":4.5999999999999996,"15min":4.5999999999999996},"last":0.504},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.58899999999999997,"15min":0.56000000000000005},"min":{"1min":0.40600000000000003,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.82799999999999996,"5min":4.0129999999999999,"15min":4.0129999999999999},"last":0.67600000000000005}]},{"osd":6,"last update":"Sat Jul 24 17:08:42 2021","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.64200000000000002,"15min":0.622},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":4.1230000000000002,"5min":4.1230000000000002,"15min":4.1230000000000002},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.628,"15min":0.59799999999999998},"min":{"1min":0.375,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":5.2709999999999999,"5min":5.2709999999999999,"15min":5.2709999999999999},"last":0.58099999999999996}]},{"osd":7,"last update":"Sat Jul 24 17:09:09 2021","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.72699999999999998,"15min":0.754},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.81100000000000005,"5min":3.6970000000000001,"15min":3.6970000000000001},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.78600000000000003,"15min":0.81899999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77400000000000002,"5min":4.0759999999999996,"15min":4.0759999999999996},"last":0.72199999999999998}]}]},{"osd":3,"up_from":27,"seq":115964117042,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049136,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696016,"statfs":{"total":95995035648,"available":94920720384,"internally_reserved":1073741824,"allocated":565248,"data_stored":236534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:08:55 2021","interfaces":[{"interface":"back","average":{"1min":0.32200000000000001,"5min":0.37,"15min":0.38400000000000001},"min":{"1min":0.19,"5min":0.188,"15min":0.188},"max":{"1min":0.59599999999999997,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.32100000000000001,"5min":0.373,"15min":0.38500000000000001},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.38700000000000001}]},{"osd":1,"last update":"Sat Jul 24 17:08:55 2021","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.40200000000000002,"15min":0.41799999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.27000000000000002},{"interface":"front","average":{"1min":0.33800000000000002,"5min":0.372,"15min":0.379},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.33400000000000002}]},{"osd":2,"last update":"Sat Jul 24 17:08:55 2021","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.40899999999999997,"15min":0.42499999999999999},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.33100000000000002,"5min":0.39200000000000002,"15min":0.40999999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.56699999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.308}]},{"osd":4,"last update":"Sat Jul 24 17:09:10 2021","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.751,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55700000000000005,"15min":0.55100000000000005},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72799999999999998,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.62}]},{"osd":5,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.55900000000000005,"15min":0.55400000000000005},"min":{"1min":0.437,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.57499999999999996,"15min":0.56499999999999995},"min":{"1min":0.44500000000000001,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.89700000000000002,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.48999999999999999}]},{"osd":6,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.55500000000000005,"15min":0.56100000000000005},"min":{"1min":0.36599999999999999,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.753,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.56799999999999995,"15min":0.57199999999999995},"min":{"1min":0.376,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.70299999999999996,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.499}]},{"osd":7,"last update":"Sat Jul 24 17:09:05 2021","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.57399999999999995,"15min":0.57599999999999996},"min":{"1min":0.36599999999999999,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.70199999999999996,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.56299999999999994,"15min":0.56499999999999995},"min":{"1min":0.42699999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.67200000000000004,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.55500000000000005}]}]},{"osd":4,"up_from":32,"seq":137438953518,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":238125,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.48999999999999999,"15min":0.49299999999999999},"min":{"1min":0.311,"5min":0.255,"15min":0.255},"max":{"1min":0.68999999999999995,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.498,"5min":0.52000000000000002,"15min":0.53300000000000003},"min":{"1min":0.34300000000000003,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.65100000000000002,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.372}]},{"osd":1,"last update":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.48599999999999999,"15min":0.496},"min":{"1min":0.316,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.629,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.72499999999999998,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":0.436}]},{"osd":2,"last update":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.504,"15min":0.50900000000000001},"min":{"1min":0.36599999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.65800000000000003,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52200000000000002,"15min":0.52600000000000002},"min":{"1min":0.36399999999999999,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.68899999999999995,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.5}]},{"osd":3,"last update":"Sat Jul 24 17:09:12 2021","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51900000000000002,"15min":0.52100000000000002},"min":{"1min":0.308,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.68100000000000005,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54000000000000004,"15min":0.54200000000000004},"min":{"1min":0.39500000000000002,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.88600000000000001,"5min":0.996,"15min":0.996},"last":0.42799999999999999}]},{"osd":5,"last update":"Sat Jul 24 17:09:27 2021","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.437,"15min":0.41499999999999998},"min":{"1min":0.30399999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.80600000000000005,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.495,"5min":0.434,"15min":0.41599999999999998},"min":{"1min":0.32400000000000001,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.67900000000000005,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.32500000000000001}]},{"osd":6,"last update":"Sat Jul 24 17:08:44 2021","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.435,"15min":0.42799999999999999},"min":{"1min":0.29999999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.498,"5min":0.47699999999999998,"15min":0.47299999999999998},"min":{"1min":0.32400000000000001,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.69599999999999995,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.48799999999999999}]},{"osd":7,"last update":"Sat Jul 24 17:09:03 2021","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.52100000000000002,"15min":0.51800000000000002},"min":{"1min":0.36599999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.77500000000000002,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.55400000000000005,"15min":0.55200000000000005},"min":{"1min":0.36199999999999999,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.90700000000000003,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.38600000000000001}]}]},{"osd":5,"up_from":37,"seq":158913789996,"num_pgs":20,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":237067,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.50800000000000001,"15min":0.51800000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68600000000000005,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.503,"15min":0.51800000000000002},"min":{"1min":0.314,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.76500000000000001,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.55000000000000004}]},{"osd":1,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.51400000000000001,"15min":0.51500000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":1.5489999999999999,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.51600000000000001,"15min":0.52700000000000002},"min":{"1min":0.36299999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.45800000000000002}]},{"osd":2,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.49399999999999999,"15min":0.503},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.443},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.53000000000000003,"15min":0.53600000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.56399999999999995}]},{"osd":3,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.505,"15min":0.50700000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":2.0299999999999998,"5min":2.0299999999999998,"15min":2.0299999999999998},"last":0.46899999999999997}]},{"osd":4,"last update":"Sat Jul 24 17:09:29 2021","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.39300000000000002,"15min":0.376},"min":{"1min":0.27500000000000002,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.67500000000000004,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.40400000000000003,"15min":0.373},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.68500000000000005,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.33600000000000002}]},{"osd":6,"last update":"Sat Jul 24 17:08:46 2021","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.434,"15min":0.42799999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.46100000000000002,"15min":0.45600000000000002},"min":{"1min":0.28999999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.70599999999999996,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.31900000000000001}]},{"osd":7,"last update":"Sat Jul 24 17:09:05 2021","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52100000000000002,"15min":0.52000000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.71899999999999997,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.373},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.318,"5min":0.312,"15min":0.312},"max":{"1min":0.72699999999999998,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.434}]}]}]}} 2021-07-24T17:09:45.404 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2021-07-24T17:09:45.405 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2021-07-24T17:09:45.405 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2021-07-24T17:09:45.406 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph health --format=json 2021-07-24T17:09:45.548 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:47.406 INFO:teuthology.orchestra.run.smithi006.stdout: 2021-07-24T17:09:48.143 INFO:teuthology.orchestra.run.smithi006.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2021-07-24T17:09:48.144 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2021-07-24T17:09:48.144 INFO:teuthology.run_tasks:Running task print... 2021-07-24T17:09:48.156 INFO:teuthology.task.print:**** upgrading first half of cluster, with stress **** 2021-07-24T17:09:48.157 INFO:teuthology.run_tasks:Running task parallel... 2021-07-24T17:09:48.202 INFO:teuthology.task.parallel:starting parallel... 2021-07-24T17:09:48.203 INFO:teuthology.task.parallel:In parallel, running task sequential... 2021-07-24T17:09:48.204 INFO:teuthology.task.sequential:In sequential, running task full_sequential... 2021-07-24T17:09:48.205 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2021-07-24T17:09:48.207 INFO:tasks.radosbench:Beginning radosbench... 2021-07-24T17:09:48.207 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_0 2021-07-24T17:09:48.208 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool create unique_pool_0 16 2021-07-24T17:09:48.208 INFO:teuthology.task.parallel:In parallel, running task sequential... 2021-07-24T17:09:48.209 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2021-07-24T17:09:48.209 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi006.front.sepia.ceph.com 2021-07-24T17:09:48.210 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -e sha1=f7cd730b96380f0a18fbfd486fd4354c294b17eb -- bash -c 'ceph config set mgr mgr/cephadm/daemon_cache_timeout 60' 2021-07-24T17:09:48.355 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:51.096 INFO:teuthology.orchestra.run.smithi006.stderr:pool 'unique_pool_0' created 2021-07-24T17:09:52.049 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -e sha1=f7cd730b96380f0a18fbfd486fd4354c294b17eb -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2021-07-24T17:09:52.146 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2021-07-24T17:09:52.298 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:09:54.628 INFO:teuthology.orchestra.run.smithi006.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f7cd730b96380f0a18fbfd486fd4354c294b17eb 2021-07-24T17:09:55.503 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -e sha1=f7cd730b96380f0a18fbfd486fd4354c294b17eb -- bash -c 'ceph orch ps' 2021-07-24T17:09:55.636 INFO:teuthology.orchestra.run.smithi006.stderr:enabled application 'rados' on pool 'unique_pool_0' 2021-07-24T17:09:57.496 DEBUG:teuthology.orchestra.run.smithi006:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_0 bench 90 write' 2021-07-24T17:09:57.499 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2021-07-24T17:09:57.500 INFO:teuthology.orchestra.run:waiting for 3000 2021-07-24T17:09:57.542 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:hints = 1 2021-07-24T17:09:57.542 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2021-07-24T17:09:57.542 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Object prefix: benchmark_data_smithi006_64946 2021-07-24T17:09:57.543 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:09:57.543 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 0 0 0 0 0 0 - 0 2021-07-24T17:09:58.305 INFO:teuthology.orchestra.run.smithi006.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2021-07-24T17:09:58.306 INFO:teuthology.orchestra.run.smithi006.stdout:alertmanager.a smithi006 running (117s) 63s ago 2m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 4a97f89f3fa4 2021-07-24T17:09:58.306 INFO:teuthology.orchestra.run.smithi006.stdout:grafana.a smithi049 running (2m) 0s ago 2m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 3b1077a63311 0fb06e9b937b 2021-07-24T17:09:58.306 INFO:teuthology.orchestra.run.smithi006.stdout:mds.foo.smithi006.icacge smithi006 running (69s) 63s ago 68s 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 918a25f3b6dd 2021-07-24T17:09:58.306 INFO:teuthology.orchestra.run.smithi006.stdout:mds.foo.smithi049.jgxdsf smithi049 running (73s) 0s ago 72s 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 3e1f1411b529 2021-07-24T17:09:58.307 INFO:teuthology.orchestra.run.smithi006.stdout:mgr.x smithi049 running (5m) 0s ago 5m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 e25078f69942 2021-07-24T17:09:58.307 INFO:teuthology.orchestra.run.smithi006.stdout:mgr.y smithi006 running (7m) 63s ago 7m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 b9b7ea14adf9 2021-07-24T17:09:58.307 INFO:teuthology.orchestra.run.smithi006.stdout:mon.a smithi006 running (7m) 63s ago 7m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 f7b6beca3542 2021-07-24T17:09:58.307 INFO:teuthology.orchestra.run.smithi006.stdout:mon.b smithi049 running (5m) 0s ago 5m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 213c52d4bbc5 2021-07-24T17:09:58.308 INFO:teuthology.orchestra.run.smithi006.stdout:mon.c smithi006 running (5m) 63s ago 5m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 ff60b71c77cb 2021-07-24T17:09:58.308 INFO:teuthology.orchestra.run.smithi006.stdout:node-exporter.a smithi006 running (2m) 63s ago 2m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 6746b81534ea 2021-07-24T17:09:58.308 INFO:teuthology.orchestra.run.smithi006.stdout:node-exporter.b smithi049 running (2m) 0s ago 2m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 8e544d47da2f 2021-07-24T17:09:58.308 INFO:teuthology.orchestra.run.smithi006.stdout:osd.0 smithi006 running (5m) 63s ago 5m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 63d7ab22e7d9 2021-07-24T17:09:58.308 INFO:teuthology.orchestra.run.smithi006.stdout:osd.1 smithi006 running (4m) 63s ago 4m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 eb34f4758ae7 2021-07-24T17:09:58.309 INFO:teuthology.orchestra.run.smithi006.stdout:osd.2 smithi006 running (4m) 63s ago 4m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 4b30af039470 2021-07-24T17:09:58.309 INFO:teuthology.orchestra.run.smithi006.stdout:osd.3 smithi006 running (4m) 63s ago 4m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 185fd4e9eca1 2021-07-24T17:09:58.309 INFO:teuthology.orchestra.run.smithi006.stdout:osd.4 smithi049 running (3m) 0s ago 3m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 49867a86e7af 2021-07-24T17:09:58.309 INFO:teuthology.orchestra.run.smithi006.stdout:osd.5 smithi049 running (3m) 0s ago 3m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 c4e77d3d791f 2021-07-24T17:09:58.309 INFO:teuthology.orchestra.run.smithi006.stdout:osd.6 smithi049 running (3m) 0s ago 3m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 ed49ee8a3244 2021-07-24T17:09:58.310 INFO:teuthology.orchestra.run.smithi006.stdout:osd.7 smithi049 running (3m) 0s ago 3m 15.2.13 docker.io/ceph/daemon-base:latest-octopus 5eab30a79396 65484dd90fc5 2021-07-24T17:09:58.310 INFO:teuthology.orchestra.run.smithi006.stdout:prometheus.a smithi049 running (110s) 0s ago 2m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 b438b2ea1987 2021-07-24T17:09:58.542 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 1 16 3444 3428 214.238 214.25 0.00272055 0.00465141 2021-07-24T17:09:59.543 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 2 15 7231 7216 225.483 236.75 0.0039107 0.0044264 2021-07-24T17:10:00.177 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -e sha1=f7cd730b96380f0a18fbfd486fd4354c294b17eb -- bash -c 'echo wait for minority of mons to upgrade' 2021-07-24T17:10:00.543 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 3 16 10591 10575 220.294 209.938 0.00686849 0.00452962 2021-07-24T17:10:01.543 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 4 16 13326 13310 207.947 170.938 0.00127449 0.00477028 2021-07-24T17:10:02.543 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 5 16 15979 15963 199.517 165.812 0.00192859 0.00499196 2021-07-24T17:10:03.546 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 6 16 18081 18065 188.083 131.375 0.00753865 0.00531088 2021-07-24T17:10:04.087 INFO:teuthology.orchestra.run.smithi006.stdout:wait for minority of mons to upgrade 2021-07-24T17:10:04.545 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 7 15 20111 20096 179.349 126.938 0.00312381 0.00556822 2021-07-24T17:10:05.546 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 8 16 22182 22166 173.093 129.375 0.00996029 0.00577082 2021-07-24T17:10:06.169 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -e sha1=f7cd730b96380f0a18fbfd486fd4354c294b17eb -- bash -c 'while ! ceph mon versions | grep $sha1 ; do sleep 2 ; done' 2021-07-24T17:10:06.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 9 16 24216 24200 167.986 127.125 0.00292848 0.005949 2021-07-24T17:10:07.546 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 10 16 26248 26232 163.887 127 0.00843096 0.00609686 2021-07-24T17:10:08.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 11 16 28388 28372 161.147 133.75 0.00764261 0.00619976 2021-07-24T17:10:09.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 12 16 30432 30416 158.364 127.75 0.0143951 0.00630909 2021-07-24T17:10:10.546 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 13 16 32337 32321 155.339 119.062 0.00782996 0.00643265 2021-07-24T17:10:11.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 14 16 34330 34314 153.141 124.562 0.0125525 0.00652463 2021-07-24T17:10:12.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 15 16 36216 36200 150.789 117.875 0.0079354 0.00662588 2021-07-24T17:10:13.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 16 16 38068 38052 148.599 115.75 0.00754764 0.00672434 2021-07-24T17:10:14.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 17 16 39914 39898 146.644 115.375 0.00982208 0.00681458 2021-07-24T17:10:15.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 18 16 41595 41579 144.334 105.062 0.00574966 0.00692448 2021-07-24T17:10:16.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 19 16 43349 43333 142.507 109.625 0.00978439 0.00701178 2021-07-24T17:10:17.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:10:17.547379+0000 min lat: 0.00127449 max lat: 0.0751936 avg lat: 0.00710365 2021-07-24T17:10:17.548 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:10:17.548 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 20 16 45033 45017 140.644 105.25 0.00571127 0.00710365 2021-07-24T17:10:18.547 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 21 16 46668 46652 138.813 102.188 0.00222724 0.00719788 2021-07-24T17:10:19.548 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 22 16 48291 48275 137.107 101.438 0.00510236 0.00728825 2021-07-24T17:10:20.550 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 23 16 49794 49778 135.222 93.9375 0.0169723 0.00738957 2021-07-24T17:10:21.550 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 24 16 51399 51383 133.768 100.312 0.00352797 0.00746995 2021-07-24T17:10:22.550 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 25 16 52895 52879 132.157 93.5 0.0101526 0.00756112 2021-07-24T17:10:23.550 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 26 16 54311 54295 130.478 88.5 0.00652587 0.00765906 2021-07-24T17:10:24.550 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 27 16 55709 55693 128.882 87.375 0.00554606 0.00775433 2021-07-24T17:10:25.552 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 28 16 57029 57013 127.218 82.5 0.012345 0.00785571 2021-07-24T17:10:26.552 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 29 16 58393 58377 125.771 85.25 0.0111476 0.0079461 2021-07-24T17:10:27.552 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 30 16 59769 59753 124.445 86 0.00905979 0.00802994 2021-07-24T17:10:28.552 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 31 16 61031 61015 122.976 78.875 0.0134184 0.00812513 2021-07-24T17:10:29.552 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 32 16 62383 62367 121.773 84.5 0.00604039 0.00820619 2021-07-24T17:10:30.553 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 33 16 63597 63581 120.38 75.875 0.00384869 0.00830169 2021-07-24T17:10:31.553 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 34 16 64808 64792 119.066 75.6875 0.00958803 0.00839346 2021-07-24T17:10:32.553 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 35 16 66103 66087 117.977 80.9375 0.0102895 0.00847122 2021-07-24T17:10:33.553 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 36 16 67266 67250 116.719 72.6875 0.00819271 0.00856276 2021-07-24T17:10:34.553 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 37 16 68516 68500 115.676 78.125 0.0119213 0.00864055 2021-07-24T17:10:35.553 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 38 15 69897 69882 114.904 86.375 0.0183165 0.00869786 2021-07-24T17:10:36.553 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 39 16 71184 71168 114.019 80.375 0.0100136 0.00876545 2021-07-24T17:10:37.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:10:37.553635+0000 min lat: 0.00127449 max lat: 0.0825743 avg lat: 0.00882233 2021-07-24T17:10:37.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:10:37.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 40 16 72540 72524 113.287 84.75 0.0114626 0.00882233 2021-07-24T17:10:38.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 41 16 73746 73730 112.363 75.375 0.0119116 0.00889396 2021-07-24T17:10:39.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 42 16 75014 74998 111.574 79.25 0.0089338 0.00895762 2021-07-24T17:10:40.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 43 16 76261 76245 110.792 77.9375 0.00739726 0.00902021 2021-07-24T17:10:41.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 44 16 77556 77540 110.113 80.9375 0.0101557 0.00907681 2021-07-24T17:10:42.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 45 16 78866 78850 109.486 81.875 0.00617624 0.00912824 2021-07-24T17:10:43.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 46 16 80107 80091 108.792 77.5625 0.0175475 0.00918711 2021-07-24T17:10:44.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 47 16 81409 81393 108.208 81.375 0.0150571 0.00923646 2021-07-24T17:10:45.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 48 16 82688 82672 107.619 79.9375 0.0144698 0.00928668 2021-07-24T17:10:46.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 49 16 83926 83910 107.002 77.375 0.00970566 0.00934024 2021-07-24T17:10:47.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 50 16 85191 85175 106.443 79.0625 0.014308 0.00938911 2021-07-24T17:10:48.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 51 16 86407 86391 105.846 76 0.00518549 0.00944265 2021-07-24T17:10:49.554 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 52 16 87618 87602 105.266 75.6875 0.00723493 0.00949493 2021-07-24T17:10:50.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 53 16 88699 88683 104.555 67.5625 0.00798785 0.00955929 2021-07-24T17:10:51.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 54 16 89725 89709 103.806 64.125 0.00691101 0.00962798 2021-07-24T17:10:52.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 55 16 90740 90724 103.072 63.4375 0.0206238 0.00969663 2021-07-24T17:10:53.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 56 16 91761 91745 102.371 63.8125 0.0208318 0.00976244 2021-07-24T17:10:54.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 57 16 92777 92761 101.689 63.5 0.0107876 0.00982897 2021-07-24T17:10:55.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 58 16 93757 93741 100.992 61.25 0.00815787 0.00989679 2021-07-24T17:10:56.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 59 16 94719 94703 100.299 60.125 0.00439501 0.00996424 2021-07-24T17:10:57.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:10:57.555358+0000 min lat: 0.00127449 max lat: 0.107603 avg lat: 0.0100332 2021-07-24T17:10:57.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:10:57.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 60 16 95677 95661 99.6256 59.875 0.0249985 0.0100332 2021-07-24T17:10:58.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 61 16 96629 96613 98.9678 59.5 0.0153538 0.0100994 2021-07-24T17:10:59.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 62 16 97576 97560 98.3262 59.1875 0.0278719 0.0101652 2021-07-24T17:11:00.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 63 16 98533 98517 97.7148 59.8125 0.0164451 0.0102287 2021-07-24T17:11:01.555 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 64 16 99487 99471 97.1197 59.625 0.0108296 0.0102917 2021-07-24T17:11:02.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 65 16 100435 100419 96.5371 59.25 0.0145904 0.0103534 2021-07-24T17:11:03.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 66 16 101379 101363 95.9683 59 0.0147988 0.0104146 2021-07-24T17:11:04.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 67 16 102335 102319 95.4277 59.75 0.0127589 0.010474 2021-07-24T17:11:05.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 68 16 103225 103209 94.8424 55.625 0.022548 0.0105383 2021-07-24T17:11:06.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 69 16 104132 104116 94.2894 56.6875 0.012167 0.0106008 2021-07-24T17:11:07.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 70 16 105028 105012 93.7424 56 0.0191037 0.0106621 2021-07-24T17:11:08.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 71 16 105916 105900 93.2038 55.5 0.0149232 0.0107241 2021-07-24T17:11:09.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 72 16 106802 106786 92.6784 55.375 0.0112004 0.0107848 2021-07-24T17:11:10.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 73 16 107679 107663 92.1597 54.8125 0.0179177 0.0108454 2021-07-24T17:11:11.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 74 16 108532 108516 91.6347 53.3125 0.0118745 0.0109076 2021-07-24T17:11:12.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 75 16 109360 109344 91.1028 51.75 0.00432604 0.0109706 2021-07-24T17:11:13.556 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 76 16 110250 110234 90.636 55.625 0.0152841 0.0110281 2021-07-24T17:11:14.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 77 16 111102 111086 90.1505 53.25 0.00935988 0.0110873 2021-07-24T17:11:15.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 78 16 112075 112059 89.7743 60.8125 0.0260368 0.0111336 2021-07-24T17:11:16.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 79 16 112892 112876 89.2843 51.0625 0.0252713 0.0111953 2021-07-24T17:11:17.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:11:17.557087+0000 min lat: 0.00127449 max lat: 0.186652 avg lat: 0.0112555 2021-07-24T17:11:17.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:11:17.558 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 80 16 113710 113694 88.8073 51.125 0.0218484 0.0112555 2021-07-24T17:11:18.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 81 16 114476 114460 88.3019 47.875 0.033197 0.0113189 2021-07-24T17:11:19.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 82 16 115276 115260 87.8348 50 0.0123954 0.0113798 2021-07-24T17:11:20.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 83 16 116003 115987 87.324 45.4375 0.0158453 0.0114464 2021-07-24T17:11:21.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 84 16 116805 116789 86.8812 50.125 0.00661794 0.0115043 2021-07-24T17:11:22.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 85 16 117576 117560 86.4259 48.1875 0.0433291 0.0115648 2021-07-24T17:11:23.557 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 86 16 118321 118305 85.9624 46.5625 0.0514753 0.0116274 2021-07-24T17:11:24.558 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 87 16 119060 119044 85.5052 46.1875 0.00657915 0.0116888 2021-07-24T17:11:25.558 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 88 16 119794 119778 85.0549 45.875 0.0143772 0.0117524 2021-07-24T17:11:26.558 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 89 16 120520 120504 84.609 45.375 0.0100488 0.0118136 2021-07-24T17:11:27.558 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Total time run: 90.0093 2021-07-24T17:11:27.559 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Total writes made: 121268 2021-07-24T17:11:27.559 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Write size: 65536 2021-07-24T17:11:27.560 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Object size: 65536 2021-07-24T17:11:27.560 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Bandwidth (MB/sec): 84.2052 2021-07-24T17:11:27.560 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev Bandwidth: 37.7337 2021-07-24T17:11:27.561 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max bandwidth (MB/sec): 236.75 2021-07-24T17:11:27.561 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min bandwidth (MB/sec): 45.375 2021-07-24T17:11:27.562 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Average IOPS: 1347 2021-07-24T17:11:27.562 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev IOPS: 603.74 2021-07-24T17:11:27.563 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max IOPS: 3788 2021-07-24T17:11:27.563 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min IOPS: 726 2021-07-24T17:11:27.564 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Average Latency(s): 0.0118715 2021-07-24T17:11:27.564 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev Latency(s): 0.00830091 2021-07-24T17:11:27.564 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max latency(s): 0.186652 2021-07-24T17:11:27.565 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min latency(s): 0.00127449 2021-07-24T17:11:27.566 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Cleaning up (deleting benchmark objects) 2021-07-24T17:11:45.340 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:45 smithi049 systemd[1]: Stopping Ceph mgr.x for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:11:55.839 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:55 smithi049 podman[48792]: 2021-07-24 17:11:55.552058057 +0000 UTC m=+10.251306315 container stop e25078f6994259cde669015f67276913c7ffa50d5e99a67b61d0fd4d40ad0c1f (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Dimitri Savineau , RELEASE=master-dc1ab19) 2021-07-24T17:11:55.840 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:55 smithi049 podman[48792]: 2021-07-24 17:11:55.610286569 +0000 UTC m=+10.309534818 container died e25078f6994259cde669015f67276913c7ffa50d5e99a67b61d0fd4d40ad0c1f (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x) 2021-07-24T17:11:55.840 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:55 smithi049 podman[48792]: ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x 2021-07-24T17:11:57.840 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:57 smithi049 podman[48830]: 2021-07-24 17:11:57.424244135 +0000 UTC m=+1.929321042 container remove e25078f6994259cde669015f67276913c7ffa50d5e99a67b61d0fd4d40ad0c1f (image=docker.io/ceph/daemon-base:latest-octopus, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=master-dc1ab19, org.label-schema.build-date=20201204, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2) 2021-07-24T17:11:57.841 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:57 smithi049 systemd[1]: ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.x.service: Main process exited, code=exited, status=137/n/a 2021-07-24T17:11:57.841 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:57 smithi049 systemd[1]: ceph-d7e97620-eca0-11eb-8c23-001a4aab830c@mgr.x.service: Failed with result 'exit-code'. 2021-07-24T17:11:57.841 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:57 smithi049 systemd[1]: Stopped Ceph mgr.x for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:11:57.842 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:57 smithi049 systemd[1]: Starting Ceph mgr.x for d7e97620-eca0-11eb-8c23-001a4aab830c... 2021-07-24T17:11:58.338 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:58 smithi049 podman[48972]: 2021-07-24 17:11:57.93473799 +0000 UTC m=+0.069588529 image pull quay.ceph.io/ceph-ci/ceph:f7cd730b96380f0a18fbfd486fd4354c294b17eb 2021-07-24T17:11:58.339 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:58 smithi049 podman[48972]: 2021-07-24 17:11:58.074096223 +0000 UTC m=+0.208946760 container create ea8d1992f40fc90169978a52370c4d17b15a5ef1239020d3385d83cb01dab763 (image=quay.ceph.io/ceph-ci/ceph:f7cd730b96380f0a18fbfd486fd4354c294b17eb, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, ceph=True, io.buildah.version=1.19.8, org.label-schema.vendor=CentOS, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, RELEASE=wip-kefu-testing-2021-07-24-2153-f7cd730) 2021-07-24T17:11:58.838 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:58 smithi049 podman[48972]: 2021-07-24 17:11:58.515694379 +0000 UTC m=+0.650544910 container init ea8d1992f40fc90169978a52370c4d17b15a5ef1239020d3385d83cb01dab763 (image=quay.ceph.io/ceph-ci/ceph:f7cd730b96380f0a18fbfd486fd4354c294b17eb, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=, RELEASE=wip-kefu-testing-2021-07-24-2153-f7cd730, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.19.8, org.label-schema.vendor=CentOS) 2021-07-24T17:11:58.839 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:58 smithi049 podman[48972]: 2021-07-24 17:11:58.557390823 +0000 UTC m=+0.692241349 container start ea8d1992f40fc90169978a52370c4d17b15a5ef1239020d3385d83cb01dab763 (image=quay.ceph.io/ceph-ci/ceph:f7cd730b96380f0a18fbfd486fd4354c294b17eb, name=ceph-d7e97620-eca0-11eb-8c23-001a4aab830c-mgr.x, CEPH_POINT_RELEASE=, maintainer=Dimitri Savineau , ceph=True, GIT_COMMIT=dc1ab19b0a59d1b98f8d68ddf2a7018ba195e766, org.label-schema.name=CentOS Base Image, io.buildah.version=1.19.8, GIT_BRANCH=HEAD, RELEASE=wip-kefu-testing-2021-07-24-2153-f7cd730, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2021-07-24T17:11:58.839 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:58 smithi049 bash[48900]: ea8d1992f40fc90169978a52370c4d17b15a5ef1239020d3385d83cb01dab763 2021-07-24T17:11:58.839 INFO:journalctl@ceph.mgr.x.smithi049.stdout:Jul 24 17:11:58 smithi049 systemd[1]: Started Ceph mgr.x for d7e97620-eca0-11eb-8c23-001a4aab830c. 2021-07-24T17:13:57.251 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Removed 121268 objects 2021-07-24T17:13:57.252 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Clean up completed and total clean up time :149.686 2021-07-24T17:14:01.559 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_0 2021-07-24T17:14:01.560 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2021-07-24T17:14:01.727 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:14:05.492 INFO:teuthology.orchestra.run.smithi006.stderr:pool 'unique_pool_0' removed 2021-07-24T17:14:06.325 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2021-07-24T17:14:06.326 INFO:tasks.radosbench:Beginning radosbench... 2021-07-24T17:14:06.327 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_1 2021-07-24T17:14:06.327 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool create unique_pool_1 16 2021-07-24T17:14:06.472 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:14:08.665 INFO:teuthology.orchestra.run.smithi006.stderr:pool 'unique_pool_1' created 2021-07-24T17:14:09.466 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool application enable unique_pool_1 rados --yes-i-really-mean-it || true 2021-07-24T17:14:09.609 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:14:12.105 INFO:teuthology.orchestra.run.smithi006.stderr:enabled application 'rados' on pool 'unique_pool_1' 2021-07-24T17:14:13.808 DEBUG:teuthology.orchestra.run.smithi006:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_1 bench 90 write' 2021-07-24T17:14:13.811 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2021-07-24T17:14:13.812 INFO:teuthology.orchestra.run:waiting for 3000 2021-07-24T17:14:13.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:hints = 1 2021-07-24T17:14:13.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2021-07-24T17:14:13.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Object prefix: benchmark_data_smithi006_69916 2021-07-24T17:14:13.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:14:13.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 0 0 0 0 0 0 - 0 2021-07-24T17:14:14.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 1 15 3944 3929 245.549 245.562 0.00419216 0.00406083 2021-07-24T17:14:15.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 2 16 7568 7552 235.985 226.438 0.00585341 0.00422852 2021-07-24T17:14:16.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 3 16 10679 10663 222.13 194.438 0.00360623 0.00449464 2021-07-24T17:14:17.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 4 16 13842 13826 216.015 197.688 0.00726863 0.00462237 2021-07-24T17:14:18.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 5 16 16666 16650 208.108 176.5 0.00597128 0.00479783 2021-07-24T17:14:19.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 6 16 19407 19391 201.973 171.312 0.00616808 0.0049449 2021-07-24T17:14:20.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 7 16 22076 22060 196.948 166.812 0.00431508 0.00507108 2021-07-24T17:14:21.855 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 8 16 24404 24388 190.516 145.5 0.00706892 0.00524292 2021-07-24T17:14:22.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 9 16 26725 26709 185.464 145.062 0.00835136 0.00538607 2021-07-24T17:14:23.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 10 16 28982 28966 181.022 141.062 0.00511939 0.0055163 2021-07-24T17:14:24.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 11 16 31106 31090 176.633 132.75 0.00954707 0.00565562 2021-07-24T17:14:25.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 12 16 33277 33261 173.22 135.688 0.012054 0.00576825 2021-07-24T17:14:26.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 13 16 35216 35200 169.216 121.188 0.00661712 0.00590383 2021-07-24T17:14:27.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 14 16 37227 37211 166.106 125.688 0.00599923 0.00601536 2021-07-24T17:14:28.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 15 16 39183 39167 163.182 122.25 0.00541587 0.00612233 2021-07-24T17:14:29.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 16 16 40831 40815 159.42 103 0.00843751 0.00626734 2021-07-24T17:14:30.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 17 16 42714 42698 156.964 117.688 0.00946837 0.00636559 2021-07-24T17:14:31.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 18 16 44484 44468 154.39 110.625 0.00856255 0.00647245 2021-07-24T17:14:32.856 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 19 16 46209 46193 151.938 107.812 0.00886126 0.00657651 2021-07-24T17:14:33.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:14:33.856616+0000 min lat: 0.00109487 max lat: 0.062431 avg lat: 0.00667055 2021-07-24T17:14:33.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:14:33.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 20 16 47956 47940 149.8 109.188 0.00701899 0.00667055 2021-07-24T17:14:34.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 21 16 49555 49539 147.425 99.9375 0.00944678 0.00677724 2021-07-24T17:14:35.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 22 16 51241 51225 145.513 105.375 0.00818581 0.00686678 2021-07-24T17:14:36.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 23 16 52854 52838 143.569 100.812 0.0153783 0.00695894 2021-07-24T17:14:37.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 24 16 54387 54371 141.579 95.8125 0.00485348 0.00705768 2021-07-24T17:14:38.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 25 16 55978 55962 139.893 99.4375 0.0062851 0.00714271 2021-07-24T17:14:39.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 26 16 57457 57441 138.067 92.4375 0.011723 0.00723705 2021-07-24T17:14:40.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 27 16 58976 58960 136.47 94.9375 0.027451 0.00732251 2021-07-24T17:14:41.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 28 16 60484 60468 134.961 94.25 0.00589877 0.00740344 2021-07-24T17:14:42.857 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 29 16 61845 61829 133.24 85.0625 0.00667393 0.00749982 2021-07-24T17:14:43.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 30 16 63305 63289 131.841 91.25 0.0088468 0.00757963 2021-07-24T17:14:44.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 31 16 64680 64664 130.36 85.9375 0.0123287 0.00766496 2021-07-24T17:14:45.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 32 16 66044 66028 128.95 85.25 0.0149576 0.00774972 2021-07-24T17:14:46.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 33 16 67445 67429 127.695 87.5625 0.0106499 0.00782605 2021-07-24T17:14:47.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 34 16 68712 68696 126.268 79.1875 0.00773825 0.00791399 2021-07-24T17:14:48.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 35 16 70080 70064 125.103 85.5 0.0128476 0.00798773 2021-07-24T17:14:49.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 36 16 71380 71364 123.885 81.25 0.0146769 0.00806623 2021-07-24T17:14:50.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 37 16 72643 72627 122.67 78.9375 0.00998627 0.00814695 2021-07-24T17:14:51.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 38 16 73954 73938 121.598 81.9375 0.00947022 0.00821747 2021-07-24T17:14:52.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 39 16 75170 75154 120.429 76 0.0147278 0.00829785 2021-07-24T17:14:53.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:14:53.858378+0000 min lat: 0.00109487 max lat: 0.062431 avg lat: 0.00837206 2021-07-24T17:14:53.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:14:53.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 40 16 76417 76401 119.366 77.9375 0.00509655 0.00837206 2021-07-24T17:14:54.858 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 41 16 77677 77661 118.375 78.75 0.00547041 0.00844166 2021-07-24T17:14:55.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 42 16 78829 78813 117.271 72 0.00987345 0.00852189 2021-07-24T17:14:56.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 43 16 80051 80035 116.32 76.375 0.0144932 0.00859173 2021-07-24T17:14:57.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 44 16 81222 81206 115.339 73.1875 0.00723281 0.00866417 2021-07-24T17:14:58.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 45 16 82391 82375 114.4 73.0625 0.0147294 0.00873555 2021-07-24T17:14:59.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 46 16 83596 83580 113.55 75.3125 0.0110638 0.00880072 2021-07-24T17:15:00.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 47 16 84677 84661 112.571 67.5625 0.0124425 0.00887785 2021-07-24T17:15:01.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 48 16 85840 85824 111.74 72.6875 0.00923046 0.00894385 2021-07-24T17:15:02.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 49 16 86967 86951 110.897 70.4375 0.00644474 0.00901099 2021-07-24T17:15:03.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 50 16 88033 88017 110.012 66.625 0.0186254 0.0090846 2021-07-24T17:15:04.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 51 16 89182 89166 109.262 71.8125 0.0134685 0.00914741 2021-07-24T17:15:05.859 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 52 16 90249 90233 108.444 66.6875 0.00948886 0.009215 2021-07-24T17:15:06.860 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 53 16 91360 91344 107.707 69.4375 0.00621902 0.00927878 2021-07-24T17:15:07.860 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 54 16 92466 92450 106.993 69.125 0.0117601 0.00934041 2021-07-24T17:15:08.860 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 55 16 93486 93470 106.207 63.75 0.00618562 0.00941006 2021-07-24T17:15:09.860 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 56 16 94578 94562 105.529 68.25 0.0103475 0.00947017 2021-07-24T17:15:10.860 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 57 16 95627 95611 104.827 65.5625 0.02907 0.00953394 2021-07-24T17:15:11.860 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 58 16 96678 96662 104.152 65.6875 0.0268624 0.00959567 2021-07-24T17:15:12.860 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 59 16 97742 97726 103.514 66.5 0.0111763 0.00965467 2021-07-24T17:15:13.860 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:15:13.860193+0000 min lat: 0.00109487 max lat: 0.0701496 avg lat: 0.00972069 2021-07-24T17:15:13.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:15:13.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 60 16 98723 98707 102.811 61.3125 0.0133235 0.00972069 2021-07-24T17:15:14.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 61 16 99774 99758 102.202 65.6875 0.00662188 0.00977884 2021-07-24T17:15:15.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 62 16 100778 100762 101.566 62.75 0.00576113 0.00984055 2021-07-24T17:15:16.860 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 63 16 101752 101736 100.92 60.875 0.00926058 0.0099035 2021-07-24T17:15:17.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 64 16 102769 102753 100.336 63.5625 0.00789995 0.00996103 2021-07-24T17:15:18.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 65 16 103711 103695 99.6979 58.875 0.00618253 0.0100246 2021-07-24T17:15:19.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 66 16 104698 104682 99.1219 61.6875 0.0218868 0.0100836 2021-07-24T17:15:20.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 67 16 105706 105690 98.5827 63 0.0139811 0.0101383 2021-07-24T17:15:21.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 68 16 106635 106619 97.9867 58.0625 0.0246099 0.0102004 2021-07-24T17:15:22.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 69 16 107615 107599 97.4542 61.25 0.00752842 0.010256 2021-07-24T17:15:23.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 70 16 108539 108523 96.8869 57.75 0.0104589 0.0103152 2021-07-24T17:15:24.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 71 16 109487 109471 96.3568 59.25 0.0113739 0.010373 2021-07-24T17:15:25.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 72 16 110428 110412 95.8353 58.8125 0.013436 0.0104289 2021-07-24T17:15:26.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 73 16 111300 111284 95.269 54.5 0.0292861 0.0104889 2021-07-24T17:15:27.861 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 74 16 112249 112233 94.783 59.3125 0.00986771 0.0105446 2021-07-24T17:15:28.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 75 16 113172 113156 94.2883 57.6875 0.0194874 0.0106007 2021-07-24T17:15:29.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 76 16 114044 114028 93.7647 54.5 0.0204076 0.0106595 2021-07-24T17:15:30.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 77 16 114979 114963 93.3059 58.4375 0.0263388 0.0107112 2021-07-24T17:15:31.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 78 16 115854 115838 92.8107 54.6875 0.0108439 0.0107693 2021-07-24T17:15:32.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 79 16 116773 116757 92.3629 57.4375 0.0243775 0.0108218 2021-07-24T17:15:33.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:15:33.861974+0000 min lat: 0.00109487 max lat: 0.0701496 avg lat: 0.0108727 2021-07-24T17:15:33.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:15:33.863 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 80 16 117694 117678 91.9278 57.5625 0.0219098 0.0108727 2021-07-24T17:15:34.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 81 16 118517 118501 91.4278 51.4375 0.0143733 0.0109318 2021-07-24T17:15:35.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 82 16 119417 119401 90.9988 56.25 0.00714524 0.010984 2021-07-24T17:15:36.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 83 16 120273 120257 90.5469 53.5 0.00831794 0.0110382 2021-07-24T17:15:37.862 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 84 16 121160 121144 90.1289 55.4375 0.00897642 0.0110899 2021-07-24T17:15:38.863 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 85 16 122057 122041 89.728 56.0625 0.011606 0.0111391 2021-07-24T17:15:39.863 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 86 16 122895 122879 89.2937 52.375 0.0122557 0.0111934 2021-07-24T17:15:40.863 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 87 16 123784 123768 88.9059 55.5625 0.00616509 0.0112419 2021-07-24T17:15:41.863 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 88 16 124647 124631 88.5085 53.9375 0.0101573 0.0112917 2021-07-24T17:15:42.863 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 89 16 125504 125488 88.1158 53.5625 0.013375 0.0113433 2021-07-24T17:15:43.866 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Total time run: 90.0068 2021-07-24T17:15:43.867 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Total writes made: 126386 2021-07-24T17:15:43.867 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Write size: 65536 2021-07-24T17:15:43.868 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Object size: 65536 2021-07-24T17:15:43.869 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Bandwidth (MB/sec): 87.7615 2021-07-24T17:15:43.869 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev Bandwidth: 40.3954 2021-07-24T17:15:43.870 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max bandwidth (MB/sec): 245.562 2021-07-24T17:15:43.871 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min bandwidth (MB/sec): 51.4375 2021-07-24T17:15:43.872 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Average IOPS: 1404 2021-07-24T17:15:43.873 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev IOPS: 646.326 2021-07-24T17:15:43.873 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max IOPS: 3929 2021-07-24T17:15:43.874 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min IOPS: 823 2021-07-24T17:15:43.874 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Average Latency(s): 0.0113899 2021-07-24T17:15:43.875 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev Latency(s): 0.00727774 2021-07-24T17:15:43.875 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max latency(s): 0.0786039 2021-07-24T17:15:43.875 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min latency(s): 0.00109487 2021-07-24T17:15:43.876 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Cleaning up (deleting benchmark objects) 2021-07-24T17:18:21.887 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Removed 126386 objects 2021-07-24T17:18:21.888 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Clean up completed and total clean up time :158.018 2021-07-24T17:18:23.971 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_1 2021-07-24T17:18:23.972 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool rm unique_pool_1 unique_pool_1 --yes-i-really-really-mean-it 2021-07-24T17:18:24.129 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:18:28.208 INFO:teuthology.orchestra.run.smithi006.stderr:pool 'unique_pool_1' removed 2021-07-24T17:18:28.925 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2021-07-24T17:18:28.926 INFO:tasks.radosbench:Beginning radosbench... 2021-07-24T17:18:28.927 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_2 2021-07-24T17:18:28.927 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool create unique_pool_2 16 2021-07-24T17:18:29.074 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:18:31.526 INFO:teuthology.orchestra.run.smithi006.stderr:pool 'unique_pool_2' created 2021-07-24T17:18:32.273 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool application enable unique_pool_2 rados --yes-i-really-mean-it || true 2021-07-24T17:18:32.418 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:18:34.538 INFO:teuthology.orchestra.run.smithi006.stderr:enabled application 'rados' on pool 'unique_pool_2' 2021-07-24T17:18:36.414 DEBUG:teuthology.orchestra.run.smithi006:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_2 bench 90 write' 2021-07-24T17:18:36.418 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2021-07-24T17:18:36.418 INFO:teuthology.orchestra.run:waiting for 3000 2021-07-24T17:18:36.461 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:hints = 1 2021-07-24T17:18:36.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2021-07-24T17:18:36.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Object prefix: benchmark_data_smithi006_73401 2021-07-24T17:18:36.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:18:36.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 0 0 0 0 0 0 - 0 2021-07-24T17:18:37.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 1 16 3693 3677 229.799 229.812 0.00491041 0.00433327 2021-07-24T17:18:38.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 2 16 7007 6991 218.451 207.125 0.00429291 0.00456488 2021-07-24T17:18:39.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 3 16 9988 9972 207.733 186.312 0.0069836 0.00480401 2021-07-24T17:18:40.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 4 16 12983 12967 202.592 187.188 0.00760551 0.00492757 2021-07-24T17:18:41.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 5 16 15556 15540 194.233 160.812 0.00349021 0.00514118 2021-07-24T17:18:42.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 6 16 18193 18177 189.327 164.812 0.0049668 0.00527645 2021-07-24T17:18:43.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 7 16 20719 20703 184.832 157.875 0.00530461 0.00540436 2021-07-24T17:18:44.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 8 16 22944 22928 179.11 139.062 0.00477699 0.00557719 2021-07-24T17:18:45.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 9 16 25199 25183 174.867 140.938 0.00678286 0.00571295 2021-07-24T17:18:46.462 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 10 16 27288 27272 170.435 130.562 0.0133798 0.00586126 2021-07-24T17:18:47.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 11 16 29351 29335 166.662 128.938 0.00577319 0.00599291 2021-07-24T17:18:48.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 12 16 31415 31399 163.522 129 0.0105415 0.00610904 2021-07-24T17:18:49.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 13 16 33247 33231 159.751 114.5 0.0050682 0.00625424 2021-07-24T17:18:50.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 14 16 35165 35149 156.902 119.875 0.00773689 0.0063667 2021-07-24T17:18:51.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 15 16 37007 36991 154.116 115.125 0.005947 0.00648209 2021-07-24T17:18:52.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 16 16 38702 38686 151.104 105.938 0.00503601 0.00661234 2021-07-24T17:18:53.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 17 16 40480 40464 148.752 111.125 0.010703 0.00671762 2021-07-24T17:18:54.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 18 16 42122 42106 146.189 102.625 0.018102 0.00683368 2021-07-24T17:18:55.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 19 16 43771 43755 143.919 103.062 0.00806778 0.00694296 2021-07-24T17:18:56.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:18:56.463299+0000 min lat: 0.00144721 max lat: 0.0359552 avg lat: 0.00704346 2021-07-24T17:18:56.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:18:56.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 20 16 45416 45400 141.863 102.812 0.0156234 0.00704346 2021-07-24T17:18:57.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 21 16 46880 46864 139.464 91.5 0.00662167 0.00716486 2021-07-24T17:18:58.463 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 22 16 48497 48481 137.718 101.062 0.0070041 0.00725508 2021-07-24T17:18:59.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 23 16 49995 49979 135.801 93.625 0.00997176 0.00735738 2021-07-24T17:19:00.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 24 16 51477 51461 134.001 92.625 0.00929689 0.00745666 2021-07-24T17:19:01.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 25 16 52986 52970 132.413 94.3125 0.00919322 0.0075452 2021-07-24T17:19:02.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 26 16 54372 54356 130.652 86.625 0.00744236 0.00764875 2021-07-24T17:19:03.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 27 16 55855 55839 129.246 92.6875 0.00610695 0.00773158 2021-07-24T17:19:04.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 28 16 57300 57284 127.855 90.3125 0.00838785 0.00781515 2021-07-24T17:19:05.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 29 16 58604 58588 126.256 81.5 0.00444125 0.0079148 2021-07-24T17:19:06.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 30 16 60003 59987 124.962 87.4375 0.00647178 0.00799661 2021-07-24T17:19:07.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 31 16 61320 61304 123.586 82.3125 0.0154653 0.00808597 2021-07-24T17:19:08.464 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 32 16 62635 62619 122.292 82.1875 0.0144901 0.00817175 2021-07-24T17:19:09.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 33 16 63963 63947 121.101 83 0.0130164 0.00825233 2021-07-24T17:19:10.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 34 16 65161 65145 119.741 74.875 0.0163442 0.00834573 2021-07-24T17:19:11.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 35 16 66473 66457 118.663 82 0.015468 0.00842182 2021-07-24T17:19:12.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 36 16 67725 67709 117.54 78.25 0.0040374 0.00850107 2021-07-24T17:19:13.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 37 16 68863 68847 116.285 71.125 0.00956889 0.00859349 2021-07-24T17:19:14.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 38 16 70047 70031 115.172 74 0.00319048 0.00867444 2021-07-24T17:19:15.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 39 16 71206 71190 114.076 72.4375 0.017116 0.00875992 2021-07-24T17:19:16.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:19:16.465109+0000 min lat: 0.00144721 max lat: 0.0654473 avg lat: 0.00883585 2021-07-24T17:19:16.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:19:16.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 40 16 72405 72389 113.098 74.9375 0.0218641 0.00883585 2021-07-24T17:19:17.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 41 16 73613 73597 112.181 75.5 0.0156294 0.00890808 2021-07-24T17:19:18.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 42 16 74730 74714 111.172 69.8125 0.00902662 0.00898916 2021-07-24T17:19:19.465 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 43 16 75854 75838 110.22 70.25 0.01728 0.00906737 2021-07-24T17:19:20.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 44 16 76982 76966 109.317 70.5 0.00987731 0.00914158 2021-07-24T17:19:21.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 45 16 78097 78081 108.436 69.6875 0.01104 0.00921572 2021-07-24T17:19:22.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 46 16 79260 79244 107.659 72.6875 0.00554615 0.00928344 2021-07-24T17:19:23.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 47 16 80319 80303 106.776 66.1875 0.00500305 0.00935948 2021-07-24T17:19:24.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 48 16 81432 81416 106.001 69.5625 0.00779602 0.00942727 2021-07-24T17:19:25.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 49 16 82473 82457 105.165 65.0625 0.00913773 0.00950289 2021-07-24T17:19:26.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 50 16 83498 83482 104.343 64.0625 0.0184663 0.00957768 2021-07-24T17:19:27.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 51 16 84599 84583 103.646 68.8125 0.0164809 0.00964288 2021-07-24T17:19:28.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 52 16 85608 85592 102.866 63.0625 0.0096228 0.0097156 2021-07-24T17:19:29.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 53 16 86665 86649 102.171 66.0625 0.0108007 0.00978179 2021-07-24T17:19:30.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 54 16 87732 87716 101.514 66.6875 0.017633 0.00984526 2021-07-24T17:19:31.466 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 55 16 88703 88687 100.772 60.6875 0.011077 0.00991775 2021-07-24T17:19:32.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 56 16 89744 89728 100.134 65.0625 0.00816801 0.009981 2021-07-24T17:19:33.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 57 16 90768 90752 99.4999 64 0.0136308 0.0100449 2021-07-24T17:19:34.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 58 16 91752 91736 98.8446 61.5 0.011273 0.0101115 2021-07-24T17:19:35.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 59 16 92778 92762 98.2561 64.125 0.0156014 0.0101719 2021-07-24T17:19:36.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:19:36.466915+0000 min lat: 0.00144721 max lat: 0.0848267 avg lat: 0.0102399 2021-07-24T17:19:36.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:19:36.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 60 16 93724 93708 97.6038 59.125 0.00832944 0.0102399 2021-07-24T17:19:37.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 61 16 94763 94747 97.0682 64.9375 0.0093688 0.0102964 2021-07-24T17:19:38.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 62 16 95775 95759 96.5226 63.25 0.0197931 0.0103552 2021-07-24T17:19:39.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 63 16 96687 96671 95.8952 57 0.0184274 0.0104223 2021-07-24T17:19:40.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 64 16 97683 97667 95.3694 62.25 0.0102982 0.0104798 2021-07-24T17:19:41.467 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 65 16 98598 98582 94.7819 57.1875 0.0235562 0.0105444 2021-07-24T17:19:42.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 66 16 99549 99533 94.2463 59.4375 0.00962414 0.0106042 2021-07-24T17:19:43.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 67 16 100516 100500 93.7416 60.4375 0.00777707 0.0106621 2021-07-24T17:19:44.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 68 16 101412 101396 93.1865 56 0.00991069 0.0107253 2021-07-24T17:19:45.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 69 16 102359 102343 92.6937 59.1875 0.00946804 0.010783 2021-07-24T17:19:46.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 70 16 103264 103248 92.1775 56.5625 0.0102147 0.0108425 2021-07-24T17:19:47.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 71 16 104093 104077 91.6089 51.8125 0.025902 0.0109103 2021-07-24T17:19:48.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 72 16 105028 105012 91.1481 58.4375 0.0167942 0.0109665 2021-07-24T17:19:49.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 73 16 105859 105843 90.6109 51.9375 0.0153973 0.0110309 2021-07-24T17:19:50.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 74 16 106780 106764 90.1642 57.5625 0.0238535 0.0110855 2021-07-24T17:19:51.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 75 16 107677 107661 89.7095 56.0625 0.00831092 0.0111396 2021-07-24T17:19:52.468 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 76 16 108532 108516 89.2321 53.4375 0.00873434 0.011201 2021-07-24T17:19:53.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 77 16 109448 109432 88.8167 57.25 0.0119944 0.0112539 2021-07-24T17:19:54.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 78 16 110270 110254 88.3366 51.375 0.00403575 0.0113135 2021-07-24T17:19:55.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 79 16 111100 111084 87.875 51.875 0.015458 0.0113739 2021-07-24T17:19:56.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:19:56.468728+0000 min lat: 0.00144721 max lat: 0.100972 avg lat: 0.0114318 2021-07-24T17:19:56.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:19:56.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 80 16 111942 111926 87.4344 52.625 0.0105219 0.0114318 2021-07-24T17:19:57.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 81 16 112752 112736 86.9798 50.625 0.0165045 0.0114917 2021-07-24T17:19:58.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 82 16 113609 113593 86.5723 53.5625 0.0165046 0.0115454 2021-07-24T17:19:59.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 83 16 114453 114437 86.1647 52.75 0.022982 0.0116001 2021-07-24T17:20:00.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 84 16 115277 115261 85.752 51.5 0.00969699 0.0116561 2021-07-24T17:20:01.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 85 16 116127 116111 85.3681 53.125 0.0132439 0.0117078 2021-07-24T17:20:02.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 86 16 116914 116898 84.9473 49.1875 0.0122352 0.0117661 2021-07-24T17:20:03.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 87 16 117767 117751 84.5836 53.3125 0.0123529 0.011816 2021-07-24T17:20:04.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 88 16 118597 118581 84.2119 51.875 0.0270538 0.0118686 2021-07-24T17:20:05.469 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 89 16 119387 119371 83.8204 49.375 0.0128626 0.0119246 2021-07-24T17:20:06.470 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Total time run: 90.007 2021-07-24T17:20:06.470 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Total writes made: 120207 2021-07-24T17:20:06.471 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Write size: 65536 2021-07-24T17:20:06.471 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Object size: 65536 2021-07-24T17:20:06.471 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Bandwidth (MB/sec): 83.4706 2021-07-24T17:20:06.471 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev Bandwidth: 37.7615 2021-07-24T17:20:06.472 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max bandwidth (MB/sec): 229.812 2021-07-24T17:20:06.472 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min bandwidth (MB/sec): 49.1875 2021-07-24T17:20:06.472 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Average IOPS: 1335 2021-07-24T17:20:06.472 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev IOPS: 604.185 2021-07-24T17:20:06.472 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max IOPS: 3677 2021-07-24T17:20:06.473 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min IOPS: 787 2021-07-24T17:20:06.473 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Average Latency(s): 0.0119757 2021-07-24T17:20:06.473 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev Latency(s): 0.00794019 2021-07-24T17:20:06.473 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max latency(s): 0.100972 2021-07-24T17:20:06.473 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min latency(s): 0.00144721 2021-07-24T17:20:06.474 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Cleaning up (deleting benchmark objects) 2021-07-24T17:22:47.430 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Removed 120207 objects 2021-07-24T17:22:47.431 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Clean up completed and total clean up time :160.954 2021-07-24T17:22:52.679 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_2 2021-07-24T17:22:52.680 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool rm unique_pool_2 unique_pool_2 --yes-i-really-really-mean-it 2021-07-24T17:22:52.837 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:22:56.674 INFO:teuthology.orchestra.run.smithi006.stderr:pool 'unique_pool_2' removed 2021-07-24T17:22:57.644 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2021-07-24T17:22:57.645 INFO:tasks.radosbench:Beginning radosbench... 2021-07-24T17:22:57.646 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_3 2021-07-24T17:22:57.646 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool create unique_pool_3 16 2021-07-24T17:22:57.798 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:23:00.698 INFO:teuthology.orchestra.run.smithi006.stderr:pool 'unique_pool_3' created 2021-07-24T17:23:01.491 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool application enable unique_pool_3 rados --yes-i-really-mean-it || true 2021-07-24T17:23:01.652 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:23:03.717 INFO:teuthology.orchestra.run.smithi006.stderr:enabled application 'rados' on pool 'unique_pool_3' 2021-07-24T17:23:05.449 DEBUG:teuthology.orchestra.run.smithi006:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_3 bench 90 write' 2021-07-24T17:23:05.452 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2021-07-24T17:23:05.453 INFO:teuthology.orchestra.run:waiting for 3000 2021-07-24T17:23:05.504 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:hints = 1 2021-07-24T17:23:05.504 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2021-07-24T17:23:05.504 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Object prefix: benchmark_data_smithi006_76949 2021-07-24T17:23:05.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:23:05.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 0 0 0 0 0 0 - 0 2021-07-24T17:23:06.504 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 1 16 3870 3854 240.862 240.875 0.00202649 0.00414135 2021-07-24T17:23:07.504 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 2 16 7055 7039 219.953 199.062 0.00776636 0.00453868 2021-07-24T17:23:08.504 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 3 16 10393 10377 216.172 208.625 0.00165524 0.00460596 2021-07-24T17:23:09.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 4 16 13536 13520 211.234 196.438 0.00655335 0.00472438 2021-07-24T17:23:10.504 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 5 16 16322 16306 203.809 174.125 0.00547612 0.00490048 2021-07-24T17:23:11.504 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 6 15 19164 19149 199.453 177.688 0.00478509 0.00500811 2021-07-24T17:23:12.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 7 16 21499 21483 191.797 145.875 0.00243851 0.00520744 2021-07-24T17:23:13.504 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 8 16 23995 23979 187.321 156 0.00876728 0.00533159 2021-07-24T17:23:14.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 9 16 26458 26442 183.61 153.938 0.00366114 0.0054403 2021-07-24T17:23:15.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 10 16 28634 28618 178.847 136 0.00480463 0.00558579 2021-07-24T17:23:16.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 11 16 30758 30742 174.656 132.75 0.00567899 0.00572034 2021-07-24T17:23:17.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 12 16 32936 32920 171.444 136.125 0.00885793 0.00582616 2021-07-24T17:23:18.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 13 16 34962 34946 167.995 126.625 0.0140177 0.0059478 2021-07-24T17:23:19.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 14 16 37019 37003 165.178 128.562 0.00607449 0.00604843 2021-07-24T17:23:20.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 15 16 38919 38903 162.082 118.75 0.00515304 0.00616319 2021-07-24T17:23:21.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 16 16 40856 40840 159.518 121.062 0.00677123 0.00626385 2021-07-24T17:23:22.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 17 16 42732 42716 157.031 117.25 0.00972925 0.00636319 2021-07-24T17:23:23.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 18 16 44459 44443 154.303 107.938 0.0122182 0.00647561 2021-07-24T17:23:24.505 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 19 16 46201 46185 151.911 108.875 0.00649611 0.00657685 2021-07-24T17:23:25.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:23:25.505526+0000 min lat: 0.0013169 max lat: 0.0969615 avg lat: 0.00667815 2021-07-24T17:23:25.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:23:25.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 20 16 47899 47883 149.621 106.125 0.00609483 0.00667815 2021-07-24T17:23:26.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 21 16 49570 49554 147.469 104.438 0.0148306 0.00677575 2021-07-24T17:23:27.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 22 16 51282 51266 145.629 107 0.00960934 0.00686227 2021-07-24T17:23:28.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 23 16 52786 52770 143.384 94 0.00931452 0.00696927 2021-07-24T17:23:29.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 24 16 54426 54410 141.68 102.5 0.00910869 0.00705273 2021-07-24T17:23:30.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 25 16 56001 55985 139.95 98.4375 0.0210356 0.00713972 2021-07-24T17:23:31.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 26 16 57506 57490 138.185 94.0625 0.0141398 0.00723123 2021-07-24T17:23:32.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 27 16 59073 59057 136.694 97.9375 0.00753879 0.00731037 2021-07-24T17:23:33.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 28 16 60517 60501 135.035 90.25 0.00693488 0.00739972 2021-07-24T17:23:34.506 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 29 16 62011 61995 133.598 93.375 0.0124634 0.00747969 2021-07-24T17:23:35.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 30 16 63501 63485 132.249 93.125 0.00980243 0.0075556 2021-07-24T17:23:36.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 31 16 64879 64863 130.761 86.125 0.00887426 0.0076427 2021-07-24T17:23:37.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 32 16 66310 66294 129.469 89.4375 0.0161154 0.00771821 2021-07-24T17:23:38.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 33 16 67668 67652 128.118 84.875 0.0083238 0.00780048 2021-07-24T17:23:39.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 34 16 69017 69001 126.829 84.3125 0.00371844 0.00787937 2021-07-24T17:23:40.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 35 16 70381 70365 125.641 85.25 0.0028403 0.00795078 2021-07-24T17:23:41.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 36 16 71657 71641 124.366 79.75 0.0112348 0.00803558 2021-07-24T17:23:42.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 37 16 72994 72978 123.263 83.5625 0.0112188 0.00810724 2021-07-24T17:23:43.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 38 16 74305 74289 122.175 81.9375 0.00744906 0.00817966 2021-07-24T17:23:44.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 39 16 75561 75545 121.055 78.5 0.00399191 0.00825509 2021-07-24T17:23:45.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:23:45.507279+0000 min lat: 0.0013169 max lat: 0.0969615 avg lat: 0.00832429 2021-07-24T17:23:45.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:23:45.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 40 16 76858 76842 120.055 81.0625 0.00726894 0.00832429 2021-07-24T17:23:46.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 41 16 78048 78032 118.941 74.375 0.00600046 0.00840259 2021-07-24T17:23:47.507 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 42 16 79332 79316 118.019 80.25 0.0100031 0.00846929 2021-07-24T17:23:48.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 43 16 80567 80551 117.07 77.1875 0.0109119 0.0085368 2021-07-24T17:23:49.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 44 16 81702 81686 116.021 70.9375 0.0093289 0.00861387 2021-07-24T17:23:50.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 45 16 82949 82933 115.175 77.9375 0.00909426 0.00867751 2021-07-24T17:23:51.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 46 16 84131 84115 114.277 73.875 0.0100778 0.00874593 2021-07-24T17:23:52.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 47 16 85302 85286 113.402 73.1875 0.0112511 0.00881348 2021-07-24T17:23:53.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 48 16 86488 86472 112.584 74.125 0.0119439 0.00887705 2021-07-24T17:23:54.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 49 16 87570 87554 111.666 67.625 0.0039192 0.00895009 2021-07-24T17:23:55.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 50 16 88734 88718 110.888 72.75 0.0065082 0.00901197 2021-07-24T17:23:56.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 51 16 89838 89822 110.066 69 0.00724107 0.00908025 2021-07-24T17:23:57.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 52 16 90913 90897 109.242 67.1875 0.0126573 0.00914924 2021-07-24T17:23:58.508 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 53 16 92044 92028 108.514 70.6875 0.0116451 0.00921059 2021-07-24T17:23:59.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 54 16 93084 93068 107.708 65 0.0311879 0.0092783 2021-07-24T17:24:00.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 55 16 94187 94171 107.003 68.9375 0.0125981 0.00934033 2021-07-24T17:24:01.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 56 16 95303 95287 106.338 69.75 0.0090288 0.00939879 2021-07-24T17:24:02.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 57 16 96328 96312 105.596 64.0625 0.0127727 0.00946431 2021-07-24T17:24:03.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 58 16 97405 97389 104.936 67.3125 0.0194099 0.00952454 2021-07-24T17:24:04.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 59 16 98438 98422 104.251 64.5625 0.0154565 0.00958634 2021-07-24T17:24:05.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:24:05.509084+0000 min lat: 0.0013169 max lat: 0.0969615 avg lat: 0.00964763 2021-07-24T17:24:05.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:24:05.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 60 16 99477 99461 103.596 64.9375 0.0214782 0.00964763 2021-07-24T17:24:06.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 61 16 100513 100497 102.959 64.75 0.0170752 0.00970678 2021-07-24T17:24:07.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 62 16 101470 101454 102.263 59.8125 0.0255542 0.00977334 2021-07-24T17:24:08.509 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 63 16 102512 102496 101.674 65.125 0.00851901 0.00983052 2021-07-24T17:24:09.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 64 16 103506 103490 101.056 62.125 0.0188905 0.00988968 2021-07-24T17:24:10.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 65 16 104478 104462 100.435 60.75 0.0190362 0.00995164 2021-07-24T17:24:11.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 66 16 105483 105467 99.8652 62.8125 0.0126471 0.0100079 2021-07-24T17:24:12.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 67 16 106437 106421 99.2645 59.625 0.00543298 0.0100677 2021-07-24T17:24:13.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 68 16 107437 107421 98.7238 62.5 0.00966023 0.0101237 2021-07-24T17:24:14.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 69 16 108449 108433 98.2097 63.25 0.0183357 0.0101774 2021-07-24T17:24:15.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 70 16 109373 109357 97.6316 57.75 0.0198715 0.010237 2021-07-24T17:24:16.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 71 16 110350 110334 97.1165 61.0625 0.0131677 0.0102915 2021-07-24T17:24:17.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 72 16 111294 111278 96.587 59 0.014757 0.0103483 2021-07-24T17:24:18.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 73 16 112242 112226 96.0755 59.25 0.0121523 0.0104033 2021-07-24T17:24:19.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 74 16 113197 113181 95.5837 59.6875 0.00992766 0.010457 2021-07-24T17:24:20.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 75 16 114105 114089 95.0658 56.75 0.0165007 0.0105145 2021-07-24T17:24:21.510 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 76 16 115051 115035 94.5929 59.125 0.0127576 0.0105665 2021-07-24T17:24:22.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 77 16 115971 115955 94.1111 57.5 0.0202082 0.0106201 2021-07-24T17:24:23.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 78 16 116879 116863 93.632 56.75 0.0241791 0.0106749 2021-07-24T17:24:24.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 79 16 117825 117809 93.1951 59.125 0.0182381 0.010725 2021-07-24T17:24:25.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:2021-07-24T17:24:25.510811+0000 min lat: 0.0013169 max lat: 0.0969615 avg lat: 0.0107814 2021-07-24T17:24:25.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-07-24T17:24:25.512 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 80 16 118689 118673 92.7052 54 0.0192226 0.0107814 2021-07-24T17:24:26.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 81 16 119605 119589 92.2674 57.25 0.0167108 0.0108327 2021-07-24T17:24:27.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 82 16 120511 120495 91.8326 56.625 0.00826523 0.0108837 2021-07-24T17:24:28.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 83 16 121357 121341 91.3632 52.875 0.0050191 0.0109396 2021-07-24T17:24:29.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 84 16 122284 122268 90.9652 57.9375 0.0168017 0.0109882 2021-07-24T17:24:30.512 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 85 16 123154 123138 90.5347 54.375 0.0279347 0.0110402 2021-07-24T17:24:31.511 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 86 16 124060 124044 90.1403 56.625 0.0112804 0.0110889 2021-07-24T17:24:32.512 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 87 16 124956 124940 89.7479 56 0.0141509 0.0111373 2021-07-24T17:24:33.512 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 88 16 125805 125789 89.3309 53.0625 0.0153932 0.0111888 2021-07-24T17:24:34.512 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 89 16 126721 126705 88.9704 57.25 0.0169752 0.0112346 2021-07-24T17:24:35.512 INFO:tasks.radosbench.radosbench.0.smithi006.stdout: 90 7 127584 127577 88.5873 54.5 0.0295955 0.0112828 2021-07-24T17:24:36.512 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Total time run: 90.0147 2021-07-24T17:24:36.513 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Total writes made: 127584 2021-07-24T17:24:36.513 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Write size: 65536 2021-07-24T17:24:36.514 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Object size: 65536 2021-07-24T17:24:36.514 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Bandwidth (MB/sec): 88.5856 2021-07-24T17:24:36.514 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev Bandwidth: 39.3433 2021-07-24T17:24:36.514 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max bandwidth (MB/sec): 240.875 2021-07-24T17:24:36.515 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min bandwidth (MB/sec): 52.875 2021-07-24T17:24:36.515 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Average IOPS: 1417 2021-07-24T17:24:36.515 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev IOPS: 629.493 2021-07-24T17:24:36.515 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max IOPS: 3854 2021-07-24T17:24:36.516 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min IOPS: 846 2021-07-24T17:24:36.516 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Average Latency(s): 0.011284 2021-07-24T17:24:36.516 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Stddev Latency(s): 0.00709855 2021-07-24T17:24:36.516 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Max latency(s): 0.0969615 2021-07-24T17:24:36.516 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Min latency(s): 0.0013169 2021-07-24T17:24:36.518 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Cleaning up (deleting benchmark objects) 2021-07-24T17:27:09.581 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Removed 127584 objects 2021-07-24T17:27:09.582 INFO:tasks.radosbench.radosbench.0.smithi006.stdout:Clean up completed and total clean up time :153.063 2021-07-24T17:27:09.588 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_3 2021-07-24T17:27:09.589 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-octopus shell --fsid d7e97620-eca0-11eb-8c23-001a4aab830c -- ceph osd pool rm unique_pool_3 unique_pool_3 --yes-i-really-really-mean-it 2021-07-24T17:27:09.773 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/d7e97620-eca0-11eb-8c23-001a4aab830c/mon.a/config 2021-07-24T17:27:13.647 INFO:teuthology.orchestra.run.smithi006.stderr:pool 'unique_pool_3' removed 2021-07-24T17:27:14.568 INFO:teuthology.task.sequential:In sequential, running task print... 2021-07-24T17:27:14.568 INFO:teuthology.task.print:**** done end radosbench.yaml 2021-07-24T17:27:14.569 DEBUG:teuthology.parallel:result is None 2021-07-25T02:42:43.671 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2021-07-25T02:42:43.710 DEBUG:teuthology.task.console_log:Killing console logger for smithi006 2021-07-25T02:42:43.712 DEBUG:teuthology.task.console_log:Killing console logger for smithi049 2021-07-25T02:42:43.713 DEBUG:teuthology.exit:Finished running handlers