2021-07-09T16:46:44.122 INFO:root:teuthology version: 1.1.0-24e3280d 2021-07-09T16:46:44.124 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/sage-2021-07-09_16:39:27-orch:cephadm:mgr-nfs-upgrade-wip-sage3-testing-2021-07-07-1358-distro-basic-smithi/6261684 --description orch:cephadm:mgr-nfs-upgrade/{0-centos-latest 1-start 2-nfs 3-upgrade-with-workload 4-final} --name sage-2021-07-09_16:39:27-orch:cephadm:mgr-nfs-upgrade-wip-sage3-testing-2021-07-07-1358-distro-basic-smithi --verbose --owner scheduled_sage@teuthology -- /home/teuthworker/archive/sage-2021-07-09_16:39:27-orch:cephadm:mgr-nfs-upgrade-wip-sage3-testing-2021-07-07-1358-distro-basic-smithi/6261684/orig.config.yaml 2021-07-09T16:46:44.174 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2021-07-09T16:46:44.289 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/sage-2021-07-09_16:39:27-orch:cephadm:mgr-nfs-upgrade-wip-sage3-testing-2021-07-07-1358-distro-basic-smithi/6261684 branch: wip-sage3-testing-2021-07-07-1358 description: orch:cephadm:mgr-nfs-upgrade/{0-centos-latest 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '6261684' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: sage-2021-07-09_16:39:27-orch:cephadm:mgr-nfs-upgrade-wip-sage3-testing-2021-07-07-1358-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-sage3-testing-2021-07-07-1358 ceph: conf: 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 log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 732af0468bb267498fb7fe92064fadfc0b400ca6 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: sha1: 732af0468bb267498fb7fe92064fadfc0b400ca6 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: cephadm-nfs-test3 sha1: 83880cf92ddc7dd6ba32e82695797b81df181d5e owner: scheduled_sage@teuthology priority: 50 repo: git://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 sha1: 732af0468bb267498fb7fe92064fadfc0b400ca6 sleep_before_teardown: 0 suite: orch:cephadm:mgr-nfs-upgrade suite_branch: cephadm-nfs-test3 suite_path: /home/teuthworker/src/github.com_liewegas_ceph_83880cf92ddc7dd6ba32e82695797b81df181d5e/qa suite_relpath: qa suite_repo: https://github.com/liewegas/ceph suite_sha1: 83880cf92ddc7dd6ba32e82695797b81df181d5e targets: smithi184.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC60DPGjVupHZ/9Nu3XQDKvEQE84iKvVX6ekJXzanvtqXC31jx7eA53UUpNjV9ufxRTk+2yAX+ijaY/8Z1RjpXk8/wHbBgMH8sIcttPNQQKiHqKbQDkQ/ykZiw66XoCVx25LzYisjb9Xi3fQu1hpvEyPx4oRf1tv/qMQSnZJrwk2scIpuURNQ9x8rjkTVLjJmy5jzdkCa5xh64UNYzi9Ctb5z8/Uml0wOg5VArec3/tT9HcPEK67JXdW5Kq6c+Ni+oTMy3l1V806X8eBt6aZtDwouoA4gRzUBDCv4z/kZYWI3hna+R6LrLb0tR0OxY+FfC7zi2VG+KIi80n09R2Hlr+e7pjboDQacv03oL2gJNPDNCff0g4rS+JKY+Kz39bqwe3QUk9dVnVs++wbiutyJzp0XCB5skhOiJXsfU9S/zqlcn2nWP20admO67Tv+sV/UYg0irQPnU/TL9hcK4BRCjAdP5cLTPF63f+3CarcplwsVFvjyqFJHv9jitNrQ8Qyn8= tasks: - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create cephfs foo - ceph nfs export create cephfs foofs foo --binding /fake - cephadm.wait_for_service: service: nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 15 - mount -t nfs $(hostname):/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - cephadm.shell: mon.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls --detailed - rados -p .nfs --all ls - teuthology_branch: master teuthology_sha1: 24e3280d7d1fc156628af95b24b27a29e38b2766 timestamp: 2021-07-09_16:39:27 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - 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 orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 user: sage verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.30581 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 2021-07-09T16:46:44.290 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_liewegas_ceph_83880cf92ddc7dd6ba32e82695797b81df181d5e/qa; will attempt to use it 2021-07-09T16:46:44.291 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_liewegas_ceph_83880cf92ddc7dd6ba32e82695797b81df181d5e/qa/tasks 2021-07-09T16:46:44.292 INFO:teuthology.run_tasks:Running task internal.check_packages... 2021-07-09T16:46:44.294 INFO:teuthology.task.internal:Checking packages... 2021-07-09T16:46:44.323 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'basic' and ceph hash '732af0468bb267498fb7fe92064fadfc0b400ca6' 2021-07-09T16:46:44.324 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2021-07-09T16:46:44.324 INFO:teuthology.packaging:ref: None 2021-07-09T16:46:44.325 INFO:teuthology.packaging:tag: None 2021-07-09T16:46:44.325 INFO:teuthology.packaging:branch: wip-sage3-testing-2021-07-07-1358 2021-07-09T16:46:44.325 INFO:teuthology.packaging:sha1: 732af0468bb267498fb7fe92064fadfc0b400ca6 2021-07-09T16:46:44.326 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-sage3-testing-2021-07-07-1358 2021-07-09T16:46:44.495 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-5876.g732af046 2021-07-09T16:46:44.496 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2021-07-09T16:46:44.503 INFO:teuthology.task.internal:no buildpackages task found 2021-07-09T16:46:44.504 INFO:teuthology.run_tasks:Running task internal.save_config... 2021-07-09T16:46:44.548 INFO:teuthology.task.internal:Saving configuration 2021-07-09T16:46:44.562 INFO:teuthology.run_tasks:Running task internal.check_lock... 2021-07-09T16:46:44.627 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-07-09T16:46:44.646 DEBUG:teuthology.task.internal.check_lock:machine status is {'is_vm': False, 'locked': True, 'locked_since': '2021-07-09 16:41:51.370588', 'description': '/home/teuthworker/archive/sage-2021-07-09_16:39:27-orch:cephadm:mgr-nfs-upgrade-wip-sage3-testing-2021-07-07-1358-distro-basic-smithi/6261684', 'locked_by': 'scheduled_sage@teuthology', 'up': True, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBBAJDhms/CIPCZ7CpXeitxEAAqC+03Vw1P/5jeJMUVQiKp9gpGzaAMXmGmg1sbgwDHSRspc2S7V7EjymyHIng8=', 'os_version': '8', 'machine_type': 'smithi', 'vm_host': None, 'os_type': 'centos', 'arch': 'x86_64', 'mac_address': None, 'name': 'smithi184.front.sepia.ceph.com'} 2021-07-09T16:46:44.646 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2021-07-09T16:46:44.690 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2021-07-09T16:46:44.691 INFO:teuthology.run_tasks:Running task console_log... 2021-07-09T16:46:44.759 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3586525b70>, signals=[15]) 2021-07-09T16:46:44.760 INFO:teuthology.run_tasks:Running task internal.connect... 2021-07-09T16:46:44.789 INFO:teuthology.task.internal:Opening connections... 2021-07-09T16:46:44.790 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:46:44.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-09T16:46:44.904 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2021-07-09T16:46:44.912 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2021-07-09T16:46:45.073 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2021-07-09T16:46:45.074 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2021-07-09T16:46:45.127 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="CentOS Linux" 2021-07-09T16:46:45.128 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="8" 2021-07-09T16:46:45.128 INFO:teuthology.orchestra.run.smithi184.stdout:ID="centos" 2021-07-09T16:46:45.128 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE="rhel fedora" 2021-07-09T16:46:45.129 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="8" 2021-07-09T16:46:45.129 INFO:teuthology.orchestra.run.smithi184.stdout:PLATFORM_ID="platform:el8" 2021-07-09T16:46:45.129 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="CentOS Linux 8" 2021-07-09T16:46:45.129 INFO:teuthology.orchestra.run.smithi184.stdout:ANSI_COLOR="0;31" 2021-07-09T16:46:45.129 INFO:teuthology.orchestra.run.smithi184.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2021-07-09T16:46:45.130 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://centos.org/" 2021-07-09T16:46:45.130 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugs.centos.org/" 2021-07-09T16:46:45.130 INFO:teuthology.orchestra.run.smithi184.stdout:CENTOS_MANTISBT_PROJECT="CentOS-8" 2021-07-09T16:46:45.130 INFO:teuthology.orchestra.run.smithi184.stdout:CENTOS_MANTISBT_PROJECT_VERSION="8" 2021-07-09T16:46:45.131 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2021-07-09T16:46:45.148 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2021-07-09T16:46:45.163 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2021-07-09T16:46:45.251 INFO:teuthology.task.internal:Checking for old test directory... 2021-07-09T16:46:45.251 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2021-07-09T16:46:45.266 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2021-07-09T16:46:45.347 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2021-07-09T16:46:45.347 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2021-07-09T16:46:45.369 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2021-07-09T16:46:45.400 INFO:teuthology.run_tasks:Running task kernel... 2021-07-09T16:46:45.458 DEBUG:teuthology.task.kernel:normalized config {'host.a': {'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'}} 2021-07-09T16:46:45.459 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2021-07-09T16:46:45.460 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2021-07-09T16:46:45.476 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-240.10.1.el8_3.x86_64 2021-07-09T16:46:45.477 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.18.0-240.10.1.el8_3.x86_64 2021-07-09T16:46:45.477 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum install -y kernel 2021-07-09T16:46:48.606 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS-8 - AppStream 40 MB/s | 8.1 MB 00:00 2021-07-09T16:46:49.946 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS-8 - Base 34 MB/s | 3.6 MB 00:00 2021-07-09T16:46:50.524 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS-8 - Extras 153 kB/s | 9.8 kB 00:00 2021-07-09T16:46:52.030 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Linux 8 - AppStream 5.6 MB/s | 8.1 MB 00:01 2021-07-09T16:46:54.215 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Linux 8 - BaseOS 3.8 MB/s | 3.6 MB 00:00 2021-07-09T16:46:54.975 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Linux 8 - Extras 42 kB/s | 9.8 kB 00:00 2021-07-09T16:46:55.675 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 16 MB/s | 10 MB 00:00 2021-07-09T16:46:57.771 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 4.4 MB/s | 24 kB 00:00 2021-07-09T16:46:59.387 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-240.10.1.el8_3.x86_64 is already installed. 2021-07-09T16:46:59.388 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-240.el8.x86_64 is already installed. 2021-07-09T16:46:59.653 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2021-07-09T16:46:59.672 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2021-07-09T16:46:59.672 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2021-07-09T16:46:59.672 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2021-07-09T16:46:59.672 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2021-07-09T16:46:59.673 INFO:teuthology.orchestra.run.smithi184.stdout: kernel x86_64 4.18.0-305.7.1.el8_4 CentOS-Base 5.9 M 2021-07-09T16:46:59.673 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2021-07-09T16:46:59.673 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-core x86_64 4.18.0-305.7.1.el8_4 CentOS-Base 36 M 2021-07-09T16:46:59.674 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules x86_64 4.18.0-305.7.1.el8_4 CentOS-Base 28 M 2021-07-09T16:46:59.674 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:46:59.674 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2021-07-09T16:46:59.675 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2021-07-09T16:46:59.675 INFO:teuthology.orchestra.run.smithi184.stdout:Install 3 Packages 2021-07-09T16:46:59.675 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:46:59.675 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 70 M 2021-07-09T16:46:59.676 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 88 M 2021-07-09T16:46:59.676 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2021-07-09T16:46:59.829 INFO:teuthology.orchestra.run.smithi184.stdout:(1/3): kernel-4.18.0-305.7.1.el8_4.x86_64.rpm 38 MB/s | 5.9 MB 00:00 2021-07-09T16:47:00.506 INFO:teuthology.orchestra.run.smithi184.stdout:(2/3): kernel-core-4.18.0-305.7.1.el8_4.x86_64. 43 MB/s | 36 MB 00:00 2021-07-09T16:47:00.783 INFO:teuthology.orchestra.run.smithi184.stdout:(3/3): kernel-modules-4.18.0-305.7.1.el8_4.x86_ 25 MB/s | 28 MB 00:01 2021-07-09T16:47:00.787 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2021-07-09T16:47:00.787 INFO:teuthology.orchestra.run.smithi184.stdout:Total 63 MB/s | 70 MB 00:01 2021-07-09T16:47:00.898 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2021-07-09T16:47:01.237 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2021-07-09T16:47:01.237 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2021-07-09T16:47:02.483 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2021-07-09T16:47:02.507 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2021-07-09T16:47:04.971 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2021-07-09T16:47:05.476 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-core-4.18.0-305.7.1.el8_4.x86_64 1/3 2021-07-09T16:47:08.602 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-305.7.1.el8_4.x86_64 1/3 2021-07-09T16:47:08.944 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-modules-4.18.0-305.7.1.el8_4.x86_64 2/3 2021-07-09T16:47:11.910 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-4.18.0-305.7.1.el8_4.x86_64 2/3 2021-07-09T16:47:12.104 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-4.18.0-305.7.1.el8_4.x86_64 3/3 2021-07-09T16:47:32.456 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-305.7.1.el8_4.x86_64 3/3 2021-07-09T16:47:32.750 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-4.18.0-305.7.1.el8_4.x86_64 3/3 2021-07-09T16:47:32.750 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-4.18.0-305.7.1.el8_4.x86_64 1/3 2021-07-09T16:47:32.751 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-core-4.18.0-305.7.1.el8_4.x86_64 2/3 2021-07-09T16:47:33.032 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-modules-4.18.0-305.7.1.el8_4.x86_64 3/3 2021-07-09T16:47:33.033 INFO:teuthology.orchestra.run.smithi184.stdout:Installed products updated. 2021-07-09T16:47:33.352 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:47:33.353 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2021-07-09T16:47:33.353 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:47:33.353 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-core-4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:47:33.354 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules-4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:47:33.354 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:47:33.354 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2021-07-09T16:47:33.428 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel --last | head -n 1 2021-07-09T16:47:33.606 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-305.7.1.el8_4.x86_64 Fri 09 Jul 2021 04:47:11 PM UTC 2021-07-09T16:47:33.608 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:47:33.608 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-240.10.1.el8_3.x86_64 Expected: 4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:47:33.609 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2021-07-09T16:47:33.609 DEBUG:teuthology.task.kernel:src is distro, skipping download 2021-07-09T16:47:33.610 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2021-07-09T16:47:33.610 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2021-07-09T16:47:33.610 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel --last | head -n 1 2021-07-09T16:47:33.730 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-305.7.1.el8_4.x86_64 Fri 09 Jul 2021 04:47:11 PM UTC 2021-07-09T16:47:33.731 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:47:33.732 DEBUG:teuthology.orchestra.run.smithi184:> sudo rpm -qi grub2-tools 2021-07-09T16:47:33.763 INFO:teuthology.orchestra.run.smithi184.stdout:Name : grub2-tools 2021-07-09T16:47:33.763 INFO:teuthology.orchestra.run.smithi184.stdout:Epoch : 1 2021-07-09T16:47:33.763 INFO:teuthology.orchestra.run.smithi184.stdout:Version : 2.02 2021-07-09T16:47:33.764 INFO:teuthology.orchestra.run.smithi184.stdout:Release : 90.el8 2021-07-09T16:47:33.764 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: x86_64 2021-07-09T16:47:33.764 INFO:teuthology.orchestra.run.smithi184.stdout:Install Date: Mon 01 Mar 2021 06:17:56 PM UTC 2021-07-09T16:47:33.764 INFO:teuthology.orchestra.run.smithi184.stdout:Group : System Environment/Base 2021-07-09T16:47:33.764 INFO:teuthology.orchestra.run.smithi184.stdout:Size : 9197207 2021-07-09T16:47:33.765 INFO:teuthology.orchestra.run.smithi184.stdout:License : GPLv3+ 2021-07-09T16:47:33.765 INFO:teuthology.orchestra.run.smithi184.stdout:Signature : RSA/SHA256, Tue 08 Sep 2020 07:14:39 PM UTC, Key ID 05b555b38483c65d 2021-07-09T16:47:33.765 INFO:teuthology.orchestra.run.smithi184.stdout:Source RPM : grub2-2.02-90.el8.src.rpm 2021-07-09T16:47:33.765 INFO:teuthology.orchestra.run.smithi184.stdout:Build Date : Tue 08 Sep 2020 07:00:29 PM UTC 2021-07-09T16:47:33.766 INFO:teuthology.orchestra.run.smithi184.stdout:Build Host : kbuilder.bsys.centos.org 2021-07-09T16:47:33.766 INFO:teuthology.orchestra.run.smithi184.stdout:Relocations : (not relocatable) 2021-07-09T16:47:33.766 INFO:teuthology.orchestra.run.smithi184.stdout:Packager : CentOS BuildSystem 2021-07-09T16:47:33.766 INFO:teuthology.orchestra.run.smithi184.stdout:Vendor : CentOS 2021-07-09T16:47:33.767 INFO:teuthology.orchestra.run.smithi184.stdout:URL : http://www.gnu.org/software/grub/ 2021-07-09T16:47:33.768 INFO:teuthology.orchestra.run.smithi184.stdout:Summary : Support tools for GRUB. 2021-07-09T16:47:33.768 INFO:teuthology.orchestra.run.smithi184.stdout:Description : 2021-07-09T16:47:33.769 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:47:33.769 INFO:teuthology.orchestra.run.smithi184.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2021-07-09T16:47:33.769 INFO:teuthology.orchestra.run.smithi184.stdout:customizable bootloader with modular architecture. It supports a rich 2021-07-09T16:47:33.769 INFO:teuthology.orchestra.run.smithi184.stdout:variety of kernel formats, file systems, computer architectures and 2021-07-09T16:47:33.769 INFO:teuthology.orchestra.run.smithi184.stdout:hardware devices. 2021-07-09T16:47:33.770 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:47:33.770 INFO:teuthology.orchestra.run.smithi184.stdout:This subpackage provides tools for support of all platforms. 2021-07-09T16:47:33.771 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2021-07-09T16:47:33.771 INFO:teuthology.task.kernel:Updating grub on smithi184 to boot 4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:47:33.772 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2021-07-09T16:47:35.579 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2021-07-09T16:47:37.806 INFO:teuthology.orchestra.run.smithi184.stderr:done 2021-07-09T16:47:37.809 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2021-07-09T16:47:37.887 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.EbWAVnH42X 2021-07-09T16:47:37.889 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.EbWAVnH42X 2021-07-09T16:47:37.919 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.EbWAVnH42X 2021-07-09T16:47:38.085 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.EbWAVnH42X is 6KB 2021-07-09T16:47:38.135 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.EbWAVnH42X 2021-07-09T16:47:38.149 DEBUG:teuthology.orchestra.run.smithi184:> sudo /bin/ls /boot/loader/entries || true 2021-07-09T16:47:38.210 INFO:teuthology.orchestra.run.smithi184.stdout:631d84db90f7409fbdd390573ae89718-0-rescue.conf 2021-07-09T16:47:38.211 INFO:teuthology.orchestra.run.smithi184.stdout:631d84db90f7409fbdd390573ae89718-4.18.0-240.10.1.el8_3.x86_64.conf 2021-07-09T16:47:38.211 INFO:teuthology.orchestra.run.smithi184.stdout:631d84db90f7409fbdd390573ae89718-4.18.0-240.el8.x86_64.conf 2021-07-09T16:47:38.211 INFO:teuthology.orchestra.run.smithi184.stdout:631d84db90f7409fbdd390573ae89718-4.18.0-305.7.1.el8_4.x86_64.conf 2021-07-09T16:47:38.213 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-set-default 631d84db90f7409fbdd390573ae89718-4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:47:38.355 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2021-07-09T16:48:08.387 INFO:teuthology.misc:Re-opening connections... 2021-07-09T16:48:08.387 INFO:teuthology.misc:trying to connect to ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:48:08.388 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-09T16:48:08.389 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-09T16:48:26.831 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2021-07-09T16:48:26.832 DEBUG:teuthology.misc:waited 18.44484543800354 2021-07-09T16:48:27.834 INFO:teuthology.misc:trying to connect to ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:48:27.834 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-09T16:48:27.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-09T16:48:30.891 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2021-07-09T16:48:30.891 DEBUG:teuthology.misc:waited 22.504069805145264 2021-07-09T16:48:31.894 INFO:teuthology.misc:trying to connect to ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:48:31.894 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-09T16:48:31.895 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-09T16:48:33.963 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2021-07-09T16:48:33.964 DEBUG:teuthology.misc:waited 25.576236724853516 2021-07-09T16:48:34.965 INFO:teuthology.misc:trying to connect to ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:48:34.966 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-09T16:48:34.966 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-09T16:48:37.035 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2021-07-09T16:48:37.035 DEBUG:teuthology.misc:waited 28.64799189567566 2021-07-09T16:48:38.037 INFO:teuthology.misc:trying to connect to ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:48:38.037 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-09T16:48:38.038 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-09T16:48:40.106 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2021-07-09T16:48:40.107 DEBUG:teuthology.misc:waited 31.71977424621582 2021-07-09T16:48:41.109 INFO:teuthology.misc:trying to connect to ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:48:41.109 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-09T16:48:41.111 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-09T16:49:12.902 DEBUG:teuthology.orchestra.run.smithi184:> true 2021-07-09T16:49:13.273 DEBUG:teuthology.misc:waited 64.88554763793945 2021-07-09T16:49:14.274 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2021-07-09T16:49:14.275 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-305.7.1.el8_4.x86_64"... 2021-07-09T16:49:14.275 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2021-07-09T16:49:14.292 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:49:14.293 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-305.7.1.el8_4.x86_64 vs 4.18.0-305.7.1.el8_4.x86_64 2021-07-09T16:49:14.293 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2021-07-09T16:49:14.294 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2021-07-09T16:49:15.295 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2021-07-09T16:49:15.295 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2021-07-09T16:49:15.371 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2021-07-09T16:49:15.402 INFO:teuthology.run_tasks:Running task internal.base... 2021-07-09T16:49:15.413 INFO:teuthology.task.internal:Creating test directory... 2021-07-09T16:49:15.414 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2021-07-09T16:49:15.430 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2021-07-09T16:49:15.446 INFO:teuthology.run_tasks:Running task internal.archive... 2021-07-09T16:49:15.495 INFO:teuthology.task.internal:Creating archive directory... 2021-07-09T16:49:15.496 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2021-07-09T16:49:15.517 INFO:teuthology.run_tasks:Running task internal.coredump... 2021-07-09T16:49:15.530 INFO:teuthology.task.internal:Enabling coredump saving... 2021-07-09T16:49:15.530 DEBUG:teuthology.orchestra.run.smithi184:> 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-09T16:49:15.610 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2021-07-09T16:49:15.621 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2021-07-09T16:49:15.622 INFO:teuthology.run_tasks:Running task internal.sudo... 2021-07-09T16:49:15.632 INFO:teuthology.task.internal:Configuring sudo... 2021-07-09T16:49:15.632 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2021-07-09T16:49:15.658 INFO:teuthology.run_tasks:Running task internal.syslog... 2021-07-09T16:49:15.670 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2021-07-09T16:49:15.671 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2021-07-09T16:49:15.713 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2021-07-09T16:49:15.789 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2021-07-09T16:49:15.846 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2021-07-09T16:49:15.919 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2021-07-09T16:49:15.965 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:49:15.966 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2021-07-09T16:49:16.031 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2021-07-09T16:49:16.149 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2021-07-09T16:49:17.788 INFO:teuthology.run_tasks:Running task internal.timer... 2021-07-09T16:49:17.798 INFO:teuthology.task.internal:Starting timer... 2021-07-09T16:49:17.798 INFO:teuthology.run_tasks:Running task pcp... 2021-07-09T16:49:17.850 INFO:teuthology.run_tasks:Running task selinux... 2021-07-09T16:49:17.880 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2021-07-09T16:49:17.881 DEBUG:teuthology.orchestra.run.smithi184:> sudo service auditd rotate 2021-07-09T16:49:17.984 INFO:teuthology.orchestra.run.smithi184.stdout:Rotating logs: [ OK ] 2021-07-09T16:49:17.985 DEBUG:teuthology.task.selinux:Getting current SELinux state 2021-07-09T16:49:17.986 DEBUG:teuthology.orchestra.run.smithi184:> /usr/sbin/getenforce 2021-07-09T16:49:18.026 INFO:teuthology.orchestra.run.smithi184.stdout:Permissive 2021-07-09T16:49:18.027 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi184.front.sepia.ceph.com': 'permissive'} 2021-07-09T16:49:18.027 DEBUG:teuthology.orchestra.run.smithi184:> 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-09T16:49:18.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2021-07-09T16:49:18.101 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2021-07-09T16:49:18.102 DEBUG:teuthology.orchestra.run.smithi184:> sudo /usr/sbin/setenforce permissive 2021-07-09T16:49:18.212 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2021-07-09T16:49:18.224 DEBUG:teuthology.repo_utils:Setting repo remote to git://git.ceph.com/git/ceph-cm-ansible.git 2021-07-09T16:49:18.233 INFO:teuthology.repo_utils:Fetching master from origin 2021-07-09T16:49:18.266 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2021-07-09T16:49:18.285 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-09T16:49:18.287 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2021-07-09T16:49:18.625 INFO:teuthology.task.ansible.out:Using /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/ansible.cfg as config file 2021-07-09T16:49:19.462 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-09T16:49:22.311 INFO:teuthology.task.ansible.out: PLAY [all] ********************************************************************* 2021-07-09T16:49:22.335 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:22 +0000 (0:00:00.041) 0:00:00.041 *********** 2021-07-09T16:49:24.441 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi184.front.sepia.ceph.com] 2021-07-09T16:49:24.485 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:24 +0000 (0:00:02.150) 0:00:02.191 *********** 2021-07-09T16:49:25.487 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the sudo group.] ******************************** ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2021-07-09T16:49:25.508 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:25 +0000 (0:00:01.022) 0:00:03.214 *********** 2021-07-09T16:49:26.242 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the ansible user.] ****************************** 2021-07-09T16:49:26.244 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:26.361 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:26 +0000 (0:00:00.852) 0:00:04.067 *********** 2021-07-09T16:49:26.429 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Delete the ansible users password.] ******************** 2021-07-09T16:49:26.431 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:49:26.451 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:26 +0000 (0:00:00.089) 0:00:04.157 *********** 2021-07-09T16:49:26.874 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Ensure includedir is present in sudoers.] ************** 2021-07-09T16:49:26.876 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-09T16:49:26.896 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:26 +0000 (0:00:00.445) 0:00:04.602 *********** 2021-07-09T16:49:27.913 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the cephlab_sudo sudoers.d file.] *************** changed: [smithi184.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-1625849366.9454854-350-53493671283389/source", "state": "file", "uid": 0} 2021-07-09T16:49:27.934 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:27 +0000 (0:00:01.037) 0:00:05.640 *********** 2021-07-09T16:49:28.433 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Add authorized keys for the ansible user.] ************* ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "comment": null, "exclusive": true, "follow": false, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmiHwkLkoJZiQs67KfE8jf0CdXjgbbpzKywUleMk4kWC7Wdn+92q/33DXpfS8xjg7opB9GTK3EW2C/RKBpf5RdaVG/5M7tRyUDLLbS3CURUoF6aNQI+8JIuFlsIfhO3Qw4uT7NlJCqsusrSbyLtGd/Im4CzwhvP1Enn6aUfyxv2yV4HoVjXbbIp2hlRXgcW8G/9q0TMuNfX4J6dpj9/PG8BbkKH/NReL2UMtjCGyRdIQvIwJRHMozjcE21824ZatA7nBeecX0MBRS6/A286uj6Z0PgmfJXYw0yw2Z2uSWR1ptIuMEiDBt96Pzn0dvfl7g/7bCi93MBQf/6sH9n4wkN root@typica001\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT1KilDopHJzDZ90QJx4+7WVIC4WNdvpD6VrS83B3PFOplNyXZLfDSDRZ4wEzIKLwtR9vLWWInVBNFU00W/2dObSC+l9GDzKsHtO3KSVmAjHEk6ZAJ5Mc3eUPR0lAywpFD8+yg+kDDIkRtC 2021-07-09T16:49:28.438 INFO:teuthology.task.ansible.out:toHDq+kFvNQutdvrMuhNWOZLyQ2N2XrpRJVD2kiJvaml6nQoZXMtVQGPVcYbn3TRed/wxT/han2u6j/wiElv4r9ty+9zi3P1MoNiALD53sD7wMr/5Si6PX+5zWcXTNcQmTuGpiLwGw0RxCwr4gtwqKBaNae2d1bwnHanLc1KvQEw29O6aBca2f7GWxFY6QtQV/mNft dgalloway@w541\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoEI+g74GcJe/03nDypMzDWqg93K1h13xQPFvCIN7ElNZ+ulY5av5KLnv/gmLbYGRPlgxC7LNZXE7YQPUo2DfA8awnDkAkE/nWvL4fQjUxmaiPthjIWsKvk9EvPIqzLjDbwsiLiRPE0Sxka0qBa1GHU1QYN6cw7l9nWF0dG/TsKw+QmuArBKMgm9Th/QVLq1ARHC/07M1n195QvBjdrKSzOUl+2L1tADHg++sEWDq/MJMiylyNdxp79Wz7aTIlR6l8NV+Ega9LUb6B6xmO7k+J+/hJF7gYOeFl+YqnZttEdz+o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@aklap", "key_options": null, "keyfile": "/home/cm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cm", "validate_certs": true} 2021-07-09T16:49:28.503 INFO:teuthology.task.ansible.out: PLAY [teuthology] ************************************************************** skipping: no hosts matched 2021-07-09T16:49:28.509 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2021-07-09T16:49:28.517 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* Friday 09 July 2021 16:49:28 +0000 (0:00:00.582) 0:00:06.223 *********** 2021-07-09T16:49:29.026 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] 2021-07-09T16:49:29.044 INFO:teuthology.task.ansible.out: TASK [set_fact] **************************************************************** Friday 09 July 2021 16:49:29 +0000 (0:00:00.527) 0:00:06.750 *********** 2021-07-09T16:49:29.074 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"ran_from_cephlab_playbook": true}, "changed": false} 2021-07-09T16:49:29.085 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2021-07-09T16:49:29.285 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:29 +0000 (0:00:00.240) 0:00:06.991 *********** 2021-07-09T16:49:29.964 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi184.front.sepia.ceph.com] 2021-07-09T16:49:30.011 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. Friday 09 July 2021 16:49:30 +0000 (0:00:00.726) 0:00:07.717 *********** 2021-07-09T16:49:30.574 INFO:teuthology.task.ansible.out: TASK [users : Check keys_repo HEAD sha1] *************************************** 2021-07-09T16:49:30.576 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.191794", "end": "2021-07-09 16:49:30.553208", "rc": 0, "start": "2021-07-09 16:49:30.361414", "stderr": "", "stderr_lines": [], "stdout": "444af9608e8be25a2d7a2892fb588d0daeff9780", "stdout_lines": ["444af9608e8be25a2d7a2892fb588d0daeff9780"]} 2021-07-09T16:49:30.597 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:30 +0000 (0:00:00.585) 0:00:08.302 *********** 2021-07-09T16:49:30.813 INFO:teuthology.task.ansible.out: TASK [users : Check host's /keys-repo-sha1 sentinel file] ********************** changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.023077", "end": "2021-07-09 16:49:30.785777", "failed_when_result": false, "rc": 0, "start": "2021-07-09 16:49:30.762700", "stderr": "", "stderr_lines": [], "stdout": "df8946f08e870e2d2565b79099289ca48bd825f3", "stdout_lines": ["df8946f08e870e2d2565b79099289ca48bd825f3"]} 2021-07-09T16:49:30.838 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:30 +0000 (0:00:00.238) 0:00:08.541 *********** 2021-07-09T16:49:30.904 INFO:teuthology.task.ansible.out: TASK [Determine if we can skip users and pubkeys updates] ********************** 2021-07-09T16:49:30.906 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:49:30.928 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:30 +0000 (0:00:00.090) 0:00:08.632 *********** 2021-07-09T16:49:31.009 INFO:teuthology.task.ansible.out: TASK [Merge extra_admin_users into managed_admin_users] ************************ skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:49:31.033 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:31 +0000 (0:00:00.107) 0:00:08.739 *********** 2021-07-09T16:49:31.104 INFO:teuthology.task.ansible.out: TASK [Remove managed_admin_users from managed_users] *************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:49:31.130 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:31 +0000 (0:00:00.094) 0:00:08.834 *********** 2021-07-09T16:49:31.197 INFO:teuthology.task.ansible.out: TASK [Filter the managed_users list] ******************************************* 2021-07-09T16:49:31.198 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:49:31.219 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:31 +0000 (0:00:00.091) 0:00:08.925 *********** 2021-07-09T16:49:31.291 INFO:teuthology.task.ansible.out: TASK [Filter the managed_admin_users list] ************************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:49:31.310 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:31 +0000 (0:00:00.090) 0:00:09.016 *********** 2021-07-09T16:49:31.559 INFO:teuthology.task.ansible.out: TASK [users : Set UID_MIN to 1001] ********************************************* 2021-07-09T16:49:31.559 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-09T16:49:31.582 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:49:31 +0000 (0:00:00.272) 0:00:09.288 *********** 2021-07-09T16:49:31.863 INFO:teuthology.task.ansible.out: TASK [Create all admin users with sudo access.] ******************************** 2021-07-09T16:49:31.865 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:32.061 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:32.253 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:32.453 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:32.645 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:32.839 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:33.040 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:33.231 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:33.420 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:33.612 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:33.824 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:34.018 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:34.209 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:34.410 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:34.612 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:34.806 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:34.996 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:35.203 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:35.393 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:35.584 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:35.783 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:35.976 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:36.168 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:36.380 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:36.573 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:36.761 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:36.960 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:37.159 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:37.346 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:37.546 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:37.737 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:37.934 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:38.137 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:38.327 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:38.526 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:38.716 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:38.915 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:39.119 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:39.318 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:39.507 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:39.698 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:39.897 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:40.089 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:40.283 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:40.473 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:40.665 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:40.855 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:41.055 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:41.255 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:41.446 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:41.641 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:41.840 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:42.029 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:42.227 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:42.428 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:42.619 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:42.819 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:43.018 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:43.215 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:43.413 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:43.600 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:43.791 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:43.989 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:44.189 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:44.389 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:44.579 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:44.768 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:44.969 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:45.169 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:45.369 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:45.570 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:45.770 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:45.968 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:46.158 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:46.355 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:46.545 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:46.743 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:46.935 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:47.134 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:47.330 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:47.522 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:47.720 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:47.912 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:48.103 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:48.312 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:48.512 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:48.722 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:48.924 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:49.120 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:49.319 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:49.511 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:49.717 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:49.913 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:50.115 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:50.299 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:50.499 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:50.691 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:50.875 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:51.077 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:51.271 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:51.467 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:51.667 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:51.862 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:52.052 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:52.253 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:52.441 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:52.649 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:52.842 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:53.041 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:53.230 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:53.430 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:53.628 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:53.826 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:54.016 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:54.204 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:54.404 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:54.593 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:54.791 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:54.992 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:55.190 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:55.387 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:55.584 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:55.771 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:55.976 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:56.158 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:56.349 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:56.549 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:56.741 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:56.949 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:57.137 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:57.323 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:57.524 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:57.723 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:57.911 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:58.110 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:58.298 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:58.498 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:49:58.697 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:00.348 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:02.209 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:03.785 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:05.348 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:06.865 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:08.448 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:10.036 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:11.567 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:13.096 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:14.705 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:16.252 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:17.836 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:19.402 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:20.985 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:22.536 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:22.673 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:50:22 +0000 (0:00:51.088) 0:01:00.377 *********** 2021-07-09T16:50:22.740 INFO:teuthology.task.ansible.out: TASK [Create all users without sudo access.] *********************************** 2021-07-09T16:50:22.763 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:50:22 +0000 (0:00:00.091) 0:01:00.468 *********** 2021-07-09T16:50:22.856 INFO:teuthology.task.ansible.out: TASK [Merge managed_users and managed_admin users] ***************************** 2021-07-09T16:50:22.859 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:22.861 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-09T16:50:22.862 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-09T16:50:22.864 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-09T16:50:22.866 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-09T16:50:22.867 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-09T16:50:22.869 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-09T16:50:22.870 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-09T16:50:22.871 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-09T16:50:22.873 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-09T16:50:22.874 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-09T16:50:22.876 INFO:teuthology.task.ansible.out:e": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e104 2021-07-09T16:50:22.876 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-09T16:50:22.879 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-09T16:50:22.882 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-09T16:50:22.884 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-09T16:50:22.906 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:50:22 +0000 (0:00:00.143) 0:01:00.612 *********** 2021-07-09T16:50:23.905 INFO:teuthology.task.ansible.out: TASK [users : Clone the keys repo] ********************************************* ok: [smithi184.front.sepia.ceph.com] => {"after": "444af9608e8be25a2d7a2892fb588d0daeff9780", "attempts": 1, "before": "444af9608e8be25a2d7a2892fb588d0daeff9780", "changed": false, "remote_url_changed": false} 2021-07-09T16:50:23.928 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:50:23 +0000 (0:00:01.022) 0:01:01.634 *********** 2021-07-09T16:50:24.256 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2021-07-09T16:50:24.258 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:24.476 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:24.686 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:24.905 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:24.907 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-09T16:50:25.103 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:25.315 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:25.317 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-09T16:50:25.512 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:25.733 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:25.942 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:25.944 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:26.153 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:26.156 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-09T16:50:26.371 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:26.373 INFO:teuthology.task.ansible.out:son", "validate_certs": true} 2021-07-09T16:50:26.382 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:26.393 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:26.597 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:26.797 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:26.799 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-09T16:50:27.005 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:27.204 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:27.206 INFO:teuthology.task.ansible.out:null, "state": "present", "user": "davidz", "validate_certs": true} 2021-07-09T16:50:27.414 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:27.613 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:27.822 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:28.032 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:28.034 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-09T16:50:28.231 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:28.233 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-09T16:50:28.436 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:28.646 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:28.854 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:28.856 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-09T16:50:29.058 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:29.257 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:29.477 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:29.687 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:29.884 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:30.092 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:30.094 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-09T16:50:30.312 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:30.512 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:30.718 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:30.935 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:31.132 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:31.337 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:31.548 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:31.747 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:31.955 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:31.957 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-09T16:50:32.154 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:32.155 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-09T16:50:32.364 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:32.573 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:32.779 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:32.986 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:32.988 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-09T16:50:33.194 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:33.196 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-09T16:50:33.198 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-09T16:50:33.402 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:33.601 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:33.809 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:34.016 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:34.223 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:34.423 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:34.425 INFO:teuthology.task.ansible.out:/nojha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nojha", "validate_certs": true} 2021-07-09T16:50:34.624 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:34.831 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:35.038 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:35.041 INFO:teuthology.task.ansible.out:gabrioux", "validate_certs": true} 2021-07-09T16:50:35.246 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:35.453 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:35.662 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:35.664 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-09T16:50:35.868 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:36.065 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:36.276 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:36.474 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:36.677 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:36.893 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:37.091 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:37.299 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:37.496 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:37.706 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:37.906 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:38.115 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:38.322 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:38.530 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:38.729 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:38.938 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:39.146 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:39.343 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:39.551 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:39.759 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:39.968 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:39.969 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-09T16:50:40.164 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:40.372 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:40.580 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:40.780 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:41.001 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:41.276 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} ok: [smithi184.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+yTXEaHWioQE 2021-07-09T16:50:41.278 INFO:teuthology.task.ansible.out:EJMlca2jIgrP sjust@rex004.front.sepia.ceph.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC08RrDQ2M7Zjcpx7RL9e+tjv48kBgDNyTenX1QdxW22JA2JR3D3ThA/ej9HtiPWcIVz16oZ4tzrCEVwaCMfbsmXq2z08ZXYqwiBuoXJVshU7lIKVqAtadT4F6Q9eQvxEo4zWdBib1W0/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-09T16:50:41.448 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:41.657 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:41.856 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:42.075 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:42.294 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:42.502 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:42.714 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:42.926 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:42.928 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-09T16:50:43.125 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:43.333 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:43.540 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:43.749 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:43.946 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:44.155 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:44.352 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:44.354 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-09T16:50:44.569 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:44.767 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:44.974 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:45.174 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:45.383 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:45.595 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:45.803 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:46.020 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:46.223 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:46.462 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:46.672 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:46.871 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:47.081 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:47.281 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:47.491 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:47.690 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:47.908 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:48.115 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:48.323 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:48.324 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-09T16:50:48.521 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:48.730 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:48.940 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:49.138 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:49.346 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:49.554 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:49.762 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:49.972 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:50.179 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:50.386 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:50.585 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:50.798 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:51.006 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:51.206 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:51.416 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:51.637 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:51.826 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:51.827 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-09T16:50:52.044 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:52.244 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:52.454 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:52.663 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:52.864 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:53.073 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:53.283 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:53.482 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:53.690 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:53.901 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:54.101 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:54.309 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:54.519 INFO:teuthology.task.ansible.out:changed: [smithi184.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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC/Gyl/Xhn6OJ6mdvGv0a7LUMeEU6xDfecjod/OUf8yBFFLm/h0AMifHH8qQYoH9SkeUthXIggbi0fcx9nrgyqYgLOansWiEIPbBbVCpvBz1vT1UR0Bxg6B7bjcrMgKg3M1YhTiHt41PlxdW/nlhTlxyZ1+nM50Fu/WE1+4nVIUaTtyaKv8PnmLmnpDnNly9X9CPDyilx8xpNiZMTv7oaiilCIfnmrKaZEDuvpU0M6h5wa6wJCatxTGIt/RQo2c4/YL+Nmx0xkouoRwR1H6swhkZPbInFgy/IlmLuu+owFR5mCVdxmst04o18CyvlW//Wiepw/5uJA3Xivcu1hwwcesTO+xJgIQbM/hvJ/UmL/eJvnV9G9g1B7ttrVfITbYgXZ1gbtP4pJCUmq132o6q+qeyOsGl2k5f/rRl5Adch5lzepffSSfsYn2tS77b7uXf3ujGvwhlOwJRITRCDZ4nGFwijFwBg8ptFKTaXZsXjMQRtSP2kuHoRonmOm1XbD4ElM= root@omri", "key_options": null, "keyfile": "/home/ozeneva/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ozeneva", "validate_certs": true} 2021-07-09T16:50:54.729 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:54.937 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:55.152 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:50:55.248 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:50:55 +0000 (0:00:31.319) 0:01:32.954 *********** 2021-07-09T16:50:55.335 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2021-07-09T16:50:55.337 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.347 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.348 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.359 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.360 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.371 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:55.382 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.384 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.394 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.606 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:55.617 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.619 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:55.829 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:56.039 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:50:56.051 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.052 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.062 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.064 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.075 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.077 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.087 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.089 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.098 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.100 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.110 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.121 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.133 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.134 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "skip_reason": "Conditional result was False"} skipping: [smithi184.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-09T16:50:56.145 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.146 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.157 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:50:56.168 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.169 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.179 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.191 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "skip_reason": "Conditional result was False"} skipping: [smithi184.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"} 2021-07-09T16:50:56.204 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.214 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:50:56.225 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.237 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:50:56.247 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.259 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.261 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.273 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "skip_reason": "Conditional result was False"} skipping: [smithi184.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-09T16:50:56.282 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.293 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.296 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.304 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.306 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.316 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.327 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.328 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.338 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.340 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.350 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.362 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.364 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.373 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.375 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.384 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.395 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.397 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.406 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.417 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:50:56.428 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.430 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.439 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.450 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.452 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.461 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.463 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.484 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.487 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.495 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.497 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.507 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.518 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "skip_reason": "Conditional result was False"} skipping: [smithi184.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-09T16:50:56.529 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.531 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.541 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.553 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "skip_reason": "Conditional result was False"} skipping: [smithi184.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-09T16:50:56.564 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:50:56.576 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:50:56.587 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.598 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.600 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.610 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.622 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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: [smithi184.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-09T16:50:56.633 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.635 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.644 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.646 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.656 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.669 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi184.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-09T16:50:56.681 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:50:56.692 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.693 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.704 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.706 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.715 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.717 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.727 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:50:56.739 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.750 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "skip_reason": "Conditional result was False"} skipping: [smithi184.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-09T16:50:56.762 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.763 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.773 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.784 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.795 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.797 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.807 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.809 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.821 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.829 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.831 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.841 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.842 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.853 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.864 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.866 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.876 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.887 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.889 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.898 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.900 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.909 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.925 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} skipping: [smithi184.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"} 2021-07-09T16:50:56.932 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.933 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.945 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:56.956 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:50:56.969 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} 2021-07-09T16:50:56.993 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} skipping: [smithi184.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-09T16:50:56.995 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:50:57.034 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:50:57 +0000 (0:00:01.785) 0:01:34.739 *********** 2021-07-09T16:50:57.112 INFO:teuthology.task.ansible.out: TASK [Filter the revoked_users list] ******************************************* 2021-07-09T16:50:57.114 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:50:57.134 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:50:57 +0000 (0:00:00.100) 0:01:34.840 *********** 2021-07-09T16:50:57.411 INFO:teuthology.task.ansible.out: TASK [Remove revoked users] **************************************************** ok: [smithi184.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "name": "zcerza", "state": "absent"} 2021-07-09T16:50:57.611 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "name": "aschoen", "state": "absent"} 2021-07-09T16:50:57.789 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "name": "andrew", "state": "absent"} 2021-07-09T16:50:57.989 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "name": "sweil", "state": "absent"} 2021-07-09T16:50:58.167 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "name": "brad", "state": "absent"} 2021-07-09T16:50:58.357 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "name": "kefu", "state": "absent"} 2021-07-09T16:50:58.546 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "name": "shylesh", "state": "absent"} 2021-07-09T16:50:58.735 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "name": "gmeno", "state": "absent"} 2021-07-09T16:50:58.920 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "name": "alfredodeza", "state": "absent"} 2021-07-09T16:50:59.120 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "name": "trhoden", "state": "absent"} 2021-07-09T16:50:59.311 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "name": "nishtha", "state": "absent"} 2021-07-09T16:50:59.499 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "name": "yguang", "state": "absent"} 2021-07-09T16:50:59.689 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "name": "sdieffen", "state": "absent"} 2021-07-09T16:50:59.886 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "name": "brian", "state": "absent"} 2021-07-09T16:51:00.075 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "name": "pmcgarry", "state": "absent"} 2021-07-09T16:51:00.273 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "name": "karnan", "state": "absent"} 2021-07-09T16:51:00.460 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "name": "ryneli", "state": "absent"} 2021-07-09T16:51:00.647 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "name": "dlambrig", "state": "absent"} 2021-07-09T16:51:00.839 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "name": "icolle", "state": "absent"} 2021-07-09T16:51:01.026 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "name": "soumya", "state": "absent"} 2021-07-09T16:51:01.216 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "name": "jspray", "state": "absent"} 2021-07-09T16:51:01.407 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "name": "erwan", "state": "absent"} 2021-07-09T16:51:01.597 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "name": "jj", "state": "absent"} 2021-07-09T16:51:01.786 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "name": "amarangone", "state": "absent"} 2021-07-09T16:51:01.984 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "name": "oprypin", "state": "absent"} 2021-07-09T16:51:02.173 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "name": "adamyanova", "state": "absent"} 2021-07-09T16:51:02.362 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "name": "sbillah", "state": "absent"} 2021-07-09T16:51:02.554 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "name": "onyb", "state": "absent"} 2021-07-09T16:51:02.744 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "name": "jwilliamson", "state": "absent"} 2021-07-09T16:51:02.927 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "name": "kmroz", "state": "absent"} 2021-07-09T16:51:03.126 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "name": "shehbazj", "state": "absent"} 2021-07-09T16:51:03.322 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "name": "abhishekvrshny", "state": "absent"} 2021-07-09T16:51:03.509 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "name": "asheplyakov", "state": "absent"} 2021-07-09T16:51:03.705 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "name": "liupan", "state": "absent"} 2021-07-09T16:51:03.891 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "name": "adeza", "state": "absent"} 2021-07-09T16:51:04.077 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "name": "pranith", "state": "absent"} 2021-07-09T16:51:04.274 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": false, "item": "dorinda", "name": "dorinda", "state": "absent"} 2021-07-09T16:51:04.465 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=zyan) => {"ansible_loop_var": "item", "changed": false, "item": "zyan", "name": "zyan", "state": "absent"} 2021-07-09T16:51:05.935 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item=jdillaman) => {"ansible_loop_var": "item", "changed": true, "force": false, "item": "jdillaman", "name": "jdillaman", "remove": false, "state": "absent"} 2021-07-09T16:51:06.133 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "name": "nlevine", "state": "absent"} 2021-07-09T16:51:06.337 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "name": "tbrekke", "state": "absent"} 2021-07-09T16:51:06.527 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "name": "taco", "state": "absent"} 2021-07-09T16:51:06.716 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "name": "louis", "state": "absent"} 2021-07-09T16:51:06.911 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "name": "amarango", "state": "absent"} 2021-07-09T16:51:07.109 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "name": "oobe", "state": "absent"} 2021-07-09T16:51:07.300 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "name": "rturk", "state": "absent"} 2021-07-09T16:51:07.484 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "name": "fche", "state": "absent"} 2021-07-09T16:51:07.673 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "name": "jbainbri", "state": "absent"} 2021-07-09T16:51:07.878 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "name": "kdhananj", "state": "absent"} 2021-07-09T16:51:07.925 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:07 +0000 (0:00:10.791) 0:01:45.631 *********** 2021-07-09T16:51:08.476 INFO:teuthology.task.ansible.out: TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "checksum": "946da8f37b852cb4beed25179833ebd51803d462", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "md5sum": "8cbbb9e68d3df7c0e0513064adc74bb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_runtime_t:s0", "size": 40, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1625849468.023752-9606-92593725143818/source", "state": "file", "uid": 0} 2021-07-09T16:51:08.498 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:08 +0000 (0:00:00.572) 0:01:46.203 *********** 2021-07-09T16:51:08.567 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** ok: [smithi184.front.sepia.ceph.com] => { "msg": "Host smithi184.front.sepia.ceph.com is running CentOS 8.3 (n/a)" } 2021-07-09T16:51:08.590 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:08 +0000 (0:00:00.091) 0:01:46.295 *********** 2021-07-09T16:51:08.670 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** 2021-07-09T16:51:08.676 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:08.699 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:08 +0000 (0:00:00.109) 0:01:46.405 *********** 2021-07-09T16:51:08.784 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2021-07-09T16:51:08.785 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:08.810 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:08 +0000 (0:00:00.110) 0:01:46.516 *********** 2021-07-09T16:51:09.420 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** 2021-07-09T16:51:09.422 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.352664", "end": "2021-07-09 16:51:09.395464", "rc": 0, "start": "2021-07-09 16:51:09.042800", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2021-07-09T16:51:09.444 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:09 +0000 (0:00:00.633) 0:01:47.149 *********** 2021-07-09T16:51:09.524 INFO:teuthology.task.ansible.out: TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:09.547 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:09 +0000 (0:00:00.103) 0:01:47.253 *********** 2021-07-09T16:51:09.619 INFO:teuthology.task.ansible.out: TASK [common : Wait for reboot in case of systemd workaround] ****************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:09.646 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:09 +0000 (0:00:00.099) 0:01:47.352 *********** 2021-07-09T16:51:09.715 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** 2021-07-09T16:51:09.717 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:09.738 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:09 +0000 (0:00:00.091) 0:01:47.443 *********** 2021-07-09T16:51:09.808 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** 2021-07-09T16:51:09.810 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:09.830 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:09 +0000 (0:00:00.092) 0:01:47.536 *********** 2021-07-09T16:51:09.899 INFO:teuthology.task.ansible.out: TASK [common : Install yum on Fedora 22 and later] ***************************** 2021-07-09T16:51:09.900 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:09.921 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:09 +0000 (0:00:00.090) 0:01:47.627 *********** 2021-07-09T16:51:09.990 INFO:teuthology.task.ansible.out: TASK [common : Set entitlements_path] ****************************************** 2021-07-09T16:51:09.991 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:10.012 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.091) 0:01:47.718 *********** 2021-07-09T16:51:10.094 INFO:teuthology.task.ansible.out: TASK [common : Include Red Hat encrypted variables.] *************************** 2021-07-09T16:51:10.095 INFO:teuthology.task.ansible.out:skipping: [smithi184.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: [smithi184.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-09T16:51:10.118 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.105) 0:01:47.824 *********** 2021-07-09T16:51:10.188 INFO:teuthology.task.ansible.out: TASK [common : Set have_entitlements] ****************************************** 2021-07-09T16:51:10.190 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:10.211 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.093) 0:01:47.917 *********** 2021-07-09T16:51:10.282 INFO:teuthology.task.ansible.out: TASK [common : Install CA Cert from Satellite Server] ************************** 2021-07-09T16:51:10.284 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:10.305 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.093) 0:01:48.011 *********** 2021-07-09T16:51:10.396 INFO:teuthology.task.ansible.out: TASK [common : Set the releasever] ********************************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:10.417 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.111) 0:01:48.123 *********** 2021-07-09T16:51:10.418 INFO:teuthology.task.ansible.out: 2021-07-09T16:51:10.496 INFO:teuthology.task.ansible.out: TASK [common : Determine if node is registered with subscription-manager.] ***** 2021-07-09T16:51:10.498 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:51:10.518 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.101) 0:01:48.224 *********** 2021-07-09T16:51:10.587 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we're already registered] **************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:10.609 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.090) 0:01:48.315 *********** 2021-07-09T16:51:10.678 INFO:teuthology.task.ansible.out: TASK [common : Register with subscription-manager.] **************************** 2021-07-09T16:51:10.680 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:51:10.701 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.092) 0:01:48.407 *********** 2021-07-09T16:51:10.781 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we just registered] ********************** 2021-07-09T16:51:10.783 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:10.806 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.104) 0:01:48.512 *********** 2021-07-09T16:51:10.875 INFO:teuthology.task.ansible.out: TASK [common : List CDN releases available to system] ************************** 2021-07-09T16:51:10.877 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:10.902 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.095) 0:01:48.607 *********** 2021-07-09T16:51:10.973 INFO:teuthology.task.ansible.out: TASK [common : Unregister Beta/Alpha/RC system with subscription-manager] ****** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:10.994 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:10 +0000 (0:00:00.092) 0:01:48.699 *********** 2021-07-09T16:51:11.063 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered to false if Beta/Alpha/RC release] ********** 2021-07-09T16:51:11.065 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:11.085 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.091) 0:01:48.791 *********** 2021-07-09T16:51:11.166 INFO:teuthology.task.ansible.out: TASK [common : Configure internal beta repos in /etc/yum.repos.d/] ************* 2021-07-09T16:51:11.167 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:51:11.188 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.102) 0:01:48.894 *********** 2021-07-09T16:51:11.268 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2021-07-09T16:51:11.270 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:11.291 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.102) 0:01:48.996 *********** 2021-07-09T16:51:11.370 INFO:teuthology.task.ansible.out: TASK [common : Get list of enabled RHSM repos] ********************************* 2021-07-09T16:51:11.373 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:11.392 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.101) 0:01:49.098 *********** 2021-07-09T16:51:11.461 INFO:teuthology.task.ansible.out: TASK [common : Store list of enabled repos] ************************************ skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:11.481 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.089) 0:01:49.187 *********** 2021-07-09T16:51:11.549 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** 2021-07-09T16:51:11.551 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:11.571 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.089) 0:01:49.277 *********** 2021-07-09T16:51:11.641 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:11.662 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.090) 0:01:49.367 *********** 2021-07-09T16:51:11.742 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if newly-subscribed] ********************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:11.812 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.101) 0:01:49.469 *********** 2021-07-09T16:51:11.854 INFO:teuthology.task.ansible.out: TASK [common : Disable all rhsm repos] ***************************************** skipping: [smithi184.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-09T16:51:11.875 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.111) 0:01:49.581 *********** 2021-07-09T16:51:11.956 INFO:teuthology.task.ansible.out: TASK [common : Enable necessary rhsm repos] ************************************ 2021-07-09T16:51:11.958 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:11.988 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:11 +0000 (0:00:00.113) 0:01:49.694 *********** 2021-07-09T16:51:12.061 INFO:teuthology.task.ansible.out: TASK [common : Remove old apt-mirror repository definition.] ******************* 2021-07-09T16:51:12.063 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:12.088 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:12 +0000 (0:00:00.098) 0:01:49.793 *********** 2021-07-09T16:51:12.381 INFO:teuthology.task.ansible.out: TASK [common : Increase the yum timeout.] ************************************** 2021-07-09T16:51:12.383 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-09T16:51:12.404 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:12 +0000 (0:00:00.316) 0:01:50.110 *********** 2021-07-09T16:51:13.241 INFO:teuthology.task.ansible.out: TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** 2021-07-09T16:51:13.242 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:13.691 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:13.717 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:13 +0000 (0:00:01.312) 0:01:51.423 *********** 2021-07-09T16:51:14.245 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* 2021-07-09T16:51:14.247 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:14.691 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:14.713 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:14 +0000 (0:00:00.996) 0:01:52.419 *********** 2021-07-09T16:51:14.792 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:14.820 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:14 +0000 (0:00:00.106) 0:01:52.525 *********** 2021-07-09T16:51:14.911 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:14.939 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:14 +0000 (0:00:00.118) 0:01:52.644 *********** 2021-07-09T16:51:15.007 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone in /etc/timezone] ****************************** 2021-07-09T16:51:15.009 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.032 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:15 +0000 (0:00:00.093) 0:01:52.738 *********** 2021-07-09T16:51:15.102 INFO:teuthology.task.ansible.out: TASK [common : Inform the OS of the new timezone] ****************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.124 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:15 +0000 (0:00:00.091) 0:01:52.829 *********** 2021-07-09T16:51:15.193 INFO:teuthology.task.ansible.out: TASK [common : Mask sleep units] *********************************************** 2021-07-09T16:51:15.196 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item=sleep.target) => {"ansible_loop_var": "item", "changed": false, "item": "sleep.target", "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.205 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item=suspend.target) => {"ansible_loop_var": "item", "changed": false, "item": "suspend.target", "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.207 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item=hibernate.target) => {"ansible_loop_var": "item", "changed": false, "item": "hibernate.target", "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.216 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:51:15.240 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:15 +0000 (0:00:00.116) 0:01:52.946 *********** 2021-07-09T16:51:15.309 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2021-07-09T16:51:15.311 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.334 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:15 +0000 (0:00:00.093) 0:01:53.039 *********** 2021-07-09T16:51:15.396 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.418 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:15 +0000 (0:00:00.084) 0:01:53.124 *********** 2021-07-09T16:51:15.487 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.511 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:15 +0000 (0:00:00.092) 0:01:53.216 *********** 2021-07-09T16:51:15.580 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.602 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:15 +0000 (0:00:00.091) 0:01:53.308 *********** 2021-07-09T16:51:15.671 INFO:teuthology.task.ansible.out: TASK [common : Refresh repos] ************************************************** 2021-07-09T16:51:15.673 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:15.693 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:15 +0000 (0:00:00.091) 0:01:53.399 *********** 2021-07-09T16:51:16.523 INFO:teuthology.task.ansible.out: TASK [common : Set the hardware clock] ***************************************** 2021-07-09T16:51:16.525 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:00.642614", "end": "2021-07-09 16:51:16.500371", "rc": 0, "start": "2021-07-09 16:51:15.857757", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:51:16.556 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:16 +0000 (0:00:00.861) 0:01:54.261 *********** 2021-07-09T16:51:21.245 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (RedHat)] ***************************** ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-09T16:51:21.261 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:21 +0000 (0:00:04.706) 0:01:58.967 *********** 2021-07-09T16:51:21.329 INFO:teuthology.task.ansible.out: TASK [common : Clean apt cache] ************************************************ 2021-07-09T16:51:21.331 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:21.351 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:21 +0000 (0:00:00.089) 0:01:59.057 *********** 2021-07-09T16:51:21.419 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2021-07-09T16:51:21.421 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:21.441 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:21 +0000 (0:00:00.089) 0:01:59.146 *********** 2021-07-09T16:51:21.530 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (Debian)] ***************************** 2021-07-09T16:51:21.532 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:21.552 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:21 +0000 (0:00:00.111) 0:01:59.258 *********** 2021-07-09T16:51:21.620 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (OpenSUSE Leap)] ********************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:21.642 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:21 +0000 (0:00:00.089) 0:01:59.347 *********** 2021-07-09T16:51:22.152 INFO:teuthology.task.ansible.out: TASK [common : Add krb5 config file] ******************************************* 2021-07-09T16:51:22.154 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:22.190 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:22 +0000 (0:00:00.545) 0:01:59.893 *********** 2021-07-09T16:51:23.741 INFO:teuthology.task.ansible.out: TASK [common : Make sure smartmontools is installed] *************************** 2021-07-09T16:51:23.743 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-09T16:51:23.765 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:23 +0000 (0:00:01.577) 0:02:01.471 *********** 2021-07-09T16:51:24.283 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** 2021-07-09T16:51:24.284 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:24.720 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:25.151 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:25.175 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:25 +0000 (0:00:01.409) 0:02:02.880 *********** 2021-07-09T16:51:25.368 INFO:teuthology.task.ansible.out: TASK [common : Create /usr/libexec.] ******************************************* 2021-07-09T16:51:25.370 INFO:teuthology.task.ansible.out:ok: [smithi184.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} 2021-07-09T16:51:25.390 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:25 +0000 (0:00:00.215) 0:02:03.096 *********** 2021-07-09T16:51:25.879 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** 2021-07-09T16:51:25.881 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:26.301 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:26.781 INFO:teuthology.task.ansible.out:changed: [smithi184.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-1625849486.3316822-11744-154149620197292/source", "state": "file", "uid": 0} 2021-07-09T16:51:26.805 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:26 +0000 (0:00:01.414) 0:02:04.510 *********** 2021-07-09T16:51:26.883 INFO:teuthology.task.ansible.out: TASK [common : Include apt_system vars] **************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:26.906 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:26 +0000 (0:00:00.100) 0:02:04.611 *********** 2021-07-09T16:51:26.984 INFO:teuthology.task.ansible.out: TASK [common : Include yum_systems vars] *************************************** ok: [smithi184.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-09T16:51:27.007 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:27 +0000 (0:00:00.101) 0:02:04.712 *********** 2021-07-09T16:51:27.247 INFO:teuthology.task.ansible.out: TASK [common : Check for epel] ************************************************* changed: [smithi184.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-09T16:51:27.268 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:27 +0000 (0:00:00.261) 0:02:04.974 *********** 2021-07-09T16:51:27.348 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe without epel] ************************************** skipping: [smithi184.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-09T16:51:27.371 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:51:27.384 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:51:27.397 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:51:27.418 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:27 +0000 (0:00:00.149) 0:02:05.124 *********** 2021-07-09T16:51:33.381 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (RHEL/CentOS)] ************ changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: nagios-plugins-load-2.3.3-5.el8.x86_64", "Installed: nagios-common-4.4.6-4.el8.x86_64", "Installed: nagios-plugins-2.3.3-5.el8.x86_64", "Installed: nrpe-4.0.3-6.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-09T16:51:33.403 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:33 +0000 (0:00:05.984) 0:02:11.109 *********** 2021-07-09T16:51:33.484 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (Ubuntu/Fedora)] ********** 2021-07-09T16:51:33.485 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:33.506 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:33 +0000 (0:00:00.102) 0:02:11.212 *********** 2021-07-09T16:51:34.032 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios sudoers.d for raid utilities.] ******************** 2021-07-09T16:51:34.035 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:51:34.054 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:34 +0000 (0:00:00.548) 0:02:11.760 *********** 2021-07-09T16:51:34.556 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios check_mem script] ********************************* ok: [smithi184.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-09T16:51:34.569 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:34 +0000 (0:00:00.515) 0:02:12.275 *********** 2021-07-09T16:51:34.649 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (Ubuntu)] ************************ 2021-07-09T16:51:34.650 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "DAEMON_OPTS", "skip_reason": "Conditional result was False"} 2021-07-09T16:51:34.660 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "NRPE_OPTS", "skip_reason": "Conditional result was False"} 2021-07-09T16:51:34.686 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:34 +0000 (0:00:00.113) 0:02:12.389 *********** 2021-07-09T16:51:34.930 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (RHEL/CentOS)] ******************* ok: [smithi184.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-09T16:51:34.955 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:34 +0000 (0:00:00.269) 0:02:12.659 *********** 2021-07-09T16:51:35.251 INFO:teuthology.task.ansible.out: TASK [common : Check firewalld status] ***************************************** 2021-07-09T16:51:35.254 INFO:teuthology.task.ansible.out:fatal: [smithi184.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-09T16:51:35.274 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:35 +0000 (0:00:00.321) 0:02:12.980 *********** 2021-07-09T16:51:35.354 INFO:teuthology.task.ansible.out: TASK [common : Open nrpe port if firewalld enabled] **************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:51:35.376 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:35 +0000 (0:00:00.101) 0:02:13.081 *********** 2021-07-09T16:51:35.889 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios nrpe config.] ************************************* ok: [smithi184.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-09T16:51:35.911 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:35 +0000 (0:00:00.534) 0:02:13.616 *********** 2021-07-09T16:51:35.911 INFO:teuthology.task.ansible.out: 2021-07-09T16:51:36.706 INFO:teuthology.task.ansible.out: TASK [common : Make sure nagios nrpe service is running.] ********************** 2021-07-09T16:51:36.708 INFO:teuthology.task.ansible.out:ok: [smithi184.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": "15728", "ExecMainStartTimestamp": "Fri 2021-07-09 16:51:31 UTC", "ExecMainStartTimestampMonotonic": "154124306", "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-09T16:51:36.709 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": "127246", "LimitNPROCSoft": "127246", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127246", "LimitSIGPENDINGSoft": "127246", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "MainPID": "15728", "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": "203593", "TimeoutStartUSec": "1min 30s", "Tim 2021-07-09T16:51:36.711 INFO:teuthology.task.ansible.out:eoutStopUSec": "1min", "TimerSlackNSec": "50000", "Type": "simple", "UID": "988", "UMask": "0022", "WatchdogTimestamp": "Fri 2021-07-09 16:51:31 UTC", "WatchdogTimestampMonotonic": "154124441", "WatchdogUSec": "0"}} 2021-07-09T16:51:36.729 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:36 +0000 (0:00:00.818) 0:02:14.435 *********** 2021-07-09T16:51:36.966 INFO:teuthology.task.ansible.out: TASK [common : Get SELinux status] ********************************************* 2021-07-09T16:51:36.969 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": ["getenforce"], "delta": "0:00:00.001850", "end": "2021-07-09 16:51:36.937234", "rc": 0, "start": "2021-07-09 16:51:36.935384", "stderr": "", "stderr_lines": [], "stdout": "Permissive", "stdout_lines": ["Permissive"]} 2021-07-09T16:51:36.989 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:36 +0000 (0:00:00.259) 0:02:14.695 *********** 2021-07-09T16:51:38.500 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Install SELinux dependencies] **************************** 2021-07-09T16:51:38.502 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-09T16:51:38.523 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:51:38 +0000 (0:00:01.533) 0:02:16.229 *********** 2021-07-09T16:52:15.843 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Ensure SELinux policy is up to date] ********************* changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: selinux-policy-targeted-3.14.3-67.el8.noarch", "Installed: selinux-policy-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-09T16:52:15.872 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:15 +0000 (0:00:37.349) 0:02:53.578 *********** 2021-07-09T16:52:16.742 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Set SELinux boolean nagios_run_sudo true] **************** ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "name": "nagios_run_sudo", "persistent": true, "state": true} 2021-07-09T16:52:16.775 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:16 +0000 (0:00:00.902) 0:02:54.480 *********** 2021-07-09T16:52:31.996 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove SELinux policy package] *************************** 2021-07-09T16:52:31.998 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-r", "nrpe"], "delta": "0:00:14.956938", "end": "2021-07-09 16:52:31.966135", "failed_when_result": false, "rc": 0, "start": "2021-07-09 16:52:17.009197", "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-09T16:52:32.019 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:32 +0000 (0:00:15.244) 0:03:09.725 *********** 2021-07-09T16:52:32.525 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2021-07-09T16:52:32.527 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:32.549 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:32 +0000 (0:00:00.529) 0:03:10.255 *********** 2021-07-09T16:52:32.808 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** 2021-07-09T16:52:32.810 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": ["checkmodule", "-M", "-m", "-o", "/tmp/nrpe.mod", "/tmp/nrpe.te"], "delta": "0:00:00.018099", "end": "2021-07-09 16:52:32.783237", "rc": 0, "start": "2021-07-09 16:52:32.765138", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:52:32.830 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:32 +0000 (0:00:00.281) 0:03:10.536 *********** 2021-07-09T16:52:33.066 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** 2021-07-09T16:52:33.067 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule_package", "-o", "/tmp/nrpe.pp", "-m", "/tmp/nrpe.mod"], "delta": "0:00:00.007643", "end": "2021-07-09 16:52:33.041813", "rc": 0, "start": "2021-07-09 16:52:33.034170", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:52:33.089 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:33 +0000 (0:00:00.257) 0:03:10.794 *********** 2021-07-09T16:52:48.177 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-i", "/tmp/nrpe.pp"], "delta": "0:00:14.857168", "end": "2021-07-09 16:52:48.147503", "rc": 0, "start": "2021-07-09 16:52:33.290335", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:52:48.202 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:48 +0000 (0:00:15.114) 0:03:25.908 *********** 2021-07-09T16:52:48.439 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** 2021-07-09T16:52:48.441 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "path": "/tmp/nrpe.*", "state": "absent"} 2021-07-09T16:52:48.462 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:48 +0000 (0:00:00.260) 0:03:26.168 *********** 2021-07-09T16:52:48.575 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2021-07-09T16:52:48.577 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:48.597 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:48 +0000 (0:00:00.135) 0:03:26.303 *********** 2021-07-09T16:52:48.693 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* ok: [smithi184.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-09T16:52:48.715 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:48 +0000 (0:00:00.117) 0:03:26.421 *********** 2021-07-09T16:52:48.806 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** 2021-07-09T16:52:48.808 INFO:teuthology.task.ansible.out:ok: [smithi184.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"], "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"}}}, "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-09T16:52:48.832 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:48 +0000 (0:00:00.116) 0:03:26.537 *********** 2021-07-09T16:52:48.924 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2021-07-09T16:52:48.926 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:48.948 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:48 +0000 (0:00:00.116) 0:03:26.653 *********** 2021-07-09T16:52:49.143 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** 2021-07-09T16:52:49.144 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2021-07-09T16:52:49.165 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:49 +0000 (0:00:00.217) 0:03:26.871 *********** 2021-07-09T16:52:49.410 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* 2021-07-09T16:52:49.412 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "name": "ubuntu", "state": "present", "system": false} 2021-07-09T16:52:49.433 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:49 +0000 (0:00:00.267) 0:03:27.138 *********** 2021-07-09T16:52:49.501 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:52:49.522 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:49 +0000 (0:00:00.089) 0:03:27.228 *********** 2021-07-09T16:52:49.601 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2021-07-09T16:52:49.603 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:52:49.623 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:49 +0000 (0:00:00.100) 0:03:27.329 *********** 2021-07-09T16:52:49.883 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** 2021-07-09T16:52:49.885 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:49.906 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:49 +0000 (0:00:00.282) 0:03:27.611 *********** 2021-07-09T16:52:50.477 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** 2021-07-09T16:52:50.478 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:50.499 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:50 +0000 (0:00:00.592) 0:03:28.204 *********** 2021-07-09T16:52:50.578 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi184"}, "changed": false} 2021-07-09T16:52:50.605 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:50 +0000 (0:00:00.101) 0:03:28.305 *********** 2021-07-09T16:52:51.686 INFO:teuthology.task.ansible.out: TASK [testnode : Set the system's hostname] ************************************ 2021-07-09T16:52:51.688 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "front.sepia.ceph.com", "ansible_fqdn": "smithi184.front.sepia.ceph.com", "ansible_hostname": "smithi184", "ansible_nodename": "smithi184"}, "changed": true, "name": "smithi184"} 2021-07-09T16:52:51.709 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:51 +0000 (0:00:01.109) 0:03:29.415 *********** 2021-07-09T16:52:52.194 INFO:teuthology.task.ansible.out: TASK [testnode : Upload distro major version specific sshd_config] ************* 2021-07-09T16:52:52.196 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:52.217 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:52 +0000 (0:00:00.508) 0:03:29.923 *********** 2021-07-09T16:52:52.723 INFO:teuthology.task.ansible.out: TASK [testnode : Upload ssh_config] ******************************************** 2021-07-09T16:52:52.724 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:52.746 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:52 +0000 (0:00:00.528) 0:03:30.451 *********** 2021-07-09T16:52:52.747 INFO:teuthology.task.ansible.out: 2021-07-09T16:52:53.304 INFO:teuthology.task.ansible.out: TASK [testnode : Add ssh pubkeys] ********************************************** 2021-07-09T16:52:53.305 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:52:53.328 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:53 +0000 (0:00:00.582) 0:03:31.034 *********** 2021-07-09T16:52:53.829 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* ok: [smithi184.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-09T16:52:53.851 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:53 +0000 (0:00:00.523) 0:03:31.557 *********** 2021-07-09T16:52:54.088 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2021-07-09T16:52:54.090 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:54.111 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:54 +0000 (0:00:00.259) 0:03:31.816 *********** 2021-07-09T16:52:54.369 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "gid": 36, "name": "kvm", "state": "present", "system": false} 2021-07-09T16:52:54.392 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:54 +0000 (0:00:00.281) 0:03:32.098 *********** 2021-07-09T16:52:54.654 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2021-07-09T16:52:54.656 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:54.678 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:54 +0000 (0:00:00.285) 0:03:32.383 *********** 2021-07-09T16:52:55.201 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2021-07-09T16:52:55.284 INFO:teuthology.task.ansible.out:ok: [smithi184.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} Friday 09 July 2021 16:52:55 +0000 (0:00:00.545) 0:03:32.929 *********** 2021-07-09T16:52:55.805 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2021-07-09T16:52:55.807 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:55.827 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:55 +0000 (0:00:00.603) 0:03:33.533 *********** 2021-07-09T16:52:58.403 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2021-07-09T16:52:58.405 INFO:teuthology.task.ansible.out:[WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": ["rpm", "--rebuilddb"], "delta": "0:00:02.345387", "end": "2021-07-09 16:52:58.378285", "rc": 0, "start": "2021-07-09 16:52:56.032898", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:52:58.430 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:58 +0000 (0:00:02.602) 0:03:36.135 *********** 2021-07-09T16:52:58.510 INFO:teuthology.task.ansible.out: TASK [testnode : Clean up Stream distro-provided repos] ************************ 2021-07-09T16:52:58.511 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:52:58.535 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:58 +0000 (0:00:00.105) 0:03:36.241 *********** 2021-07-09T16:52:58.606 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-09T16:52:58.608 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:52:58.630 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:52:58 +0000 (0:00:00.095) 0:03:36.336 *********** 2021-07-09T16:52:59.161 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2021-07-09T16:52:59.163 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:52:59.598 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:00.022 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:00.049 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:00 +0000 (0:00:01.418) 0:03:37.755 *********** 2021-07-09T16:53:00.663 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* 2021-07-09T16:53:00.665 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:00.689 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:00 +0000 (0:00:00.639) 0:03:38.394 *********** 2021-07-09T16:53:01.266 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2021-07-09T16:53:01.268 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:01.886 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:02.340 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:02.366 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:02 +0000 (0:00:01.677) 0:03:40.072 *********** 2021-07-09T16:53:02.436 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2021-07-09T16:53:02.461 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:02 +0000 (0:00:00.094) 0:03:40.166 *********** 2021-07-09T16:53:02.534 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** 2021-07-09T16:53:02.535 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:02.560 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:02 +0000 (0:00:00.098) 0:03:40.265 *********** 2021-07-09T16:53:02.640 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* skipping: [smithi184.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} skipping: [smithi184.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-09T16:53:02.663 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:02 +0000 (0:00:00.104) 0:03:40.369 *********** 2021-07-09T16:53:02.744 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:02.767 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:02 +0000 (0:00:00.103) 0:03:40.472 *********** 2021-07-09T16:53:02.846 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-09T16:53:02.848 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"skip_packaging": false}, "changed": false} 2021-07-09T16:53:02.868 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:02 +0000 (0:00:00.101) 0:03:40.574 *********** 2021-07-09T16:53:02.954 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* 2021-07-09T16:53:02.957 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:02.984 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:02 +0000 (0:00:00.115) 0:03:40.690 *********** 2021-07-09T16:53:03.057 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:03.078 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:03 +0000 (0:00:00.094) 0:03:40.784 *********** 2021-07-09T16:53:03.342 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* 2021-07-09T16:53:03.344 INFO:teuthology.task.ansible.out:fatal: [smithi184.front.sepia.ceph.com]: FAILED! => {"changed": false, "cmd": ["rpm", "-q", "ceph-debuginfo"], "delta": "0:00:00.006999", "end": "2021-07-09 16:53:03.318209", "msg": "non-zero return code", "rc": 1, "start": "2021-07-09 16:53:03.311210", "stderr": "", "stderr_lines": [], "stdout": "package ceph-debuginfo is not installed", "stdout_lines": ["package ceph-debuginfo is not installed"]} ...ignoring 2021-07-09T16:53:03.366 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:03 +0000 (0:00:00.287) 0:03:41.071 *********** 2021-07-09T16:53:03.597 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:03.618 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:03 +0000 (0:00:00.252) 0:03:41.324 *********** 2021-07-09T16:53:06.867 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ changed: [smithi184.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-09T16:53:06.893 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:06 +0000 (0:00:03.274) 0:03:44.598 *********** 2021-07-09T16:53:09.730 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2021-07-09T16:53:09.732 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:09.754 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:09 +0000 (0:00:02.860) 0:03:47.459 *********** 2021-07-09T16:53:18.791 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2021-07-09T16:53:18.794 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: dnf-plugins-core-4.0.18-4.el8.noarch", "Installed: qemu-img-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: librados2-1:12.2.7-9.el8.x86_64", "Installed: yum-utils-4.0.18-4.el8.noarch", "Installed: boost-program-options-1.66.0-10.el8.x86_64", "Installed: librbd1-1:12.2.7-9.el8.x86_64", "Installed: boost-random-1.66.0-10.el8.x86_64", "Installed: qemu-kvm-block-rbd-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: qemu-kvm-common-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: qemu-kvm-core-15:4.2.0-48.module_el8.4.0+783+f8734d30.x86_64", "Installed: python3-dnf-plugins-core-4.0.18-4.el8.noarch", "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-09T16:53:18.814 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:18 +0000 (0:00:09.060) 0:03:56.519 *********** 2021-07-09T16:53:18.893 INFO:teuthology.task.ansible.out: TASK [testnode : Install epel packages] **************************************** 2021-07-09T16:53:18.895 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:18.919 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:18 +0000 (0:00:00.105) 0:03:56.625 *********** 2021-07-09T16:53:20.545 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2021-07-09T16:53:20.547 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-09T16:53:20.569 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:20 +0000 (0:00:01.649) 0:03:58.274 *********** 2021-07-09T16:53:22.360 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2021-07-09T16:53:22.362 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-09T16:53:22.383 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:22 +0000 (0:00:01.814) 0:04:00.088 *********** 2021-07-09T16:53:22.733 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable firewalld] *********************************** 2021-07-09T16:53:22.734 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:22.737 INFO:teuthology.task.ansible.out:", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127246", "LimitNPROCSoft": "127246", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127246", "LimitSIGPENDINGSoft": "127246", "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": "203593", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2021-07-09T16:53:22.756 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:22 +0000 (0:00:00.372) 0:04:00.461 *********** 2021-07-09T16:53:23.098 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable iptables] ************************************ fatal: [smithi184.front.sepia.ceph.com]: FAILED! => {"changed": false, "msg": "Could not find the requested service iptables: host"} ...ignoring 2021-07-09T16:53:23.120 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:23 +0000 (0:00:00.364) 0:04:00.826 *********** 2021-07-09T16:53:23.846 INFO:teuthology.task.ansible.out: TASK [testnode : Enable SELinux] *********************************************** 2021-07-09T16:53:23.848 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "configfile": "/etc/selinux/config", "msg": "", "policy": "targeted", "reboot_required": false, "state": "permissive"} 2021-07-09T16:53:23.868 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:23 +0000 (0:00:00.748) 0:04:01.574 *********** 2021-07-09T16:53:24.084 INFO:teuthology.task.ansible.out: TASK [testnode : Install abrt] ************************************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:24.107 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:24 +0000 (0:00:00.238) 0:04:01.812 *********** 2021-07-09T16:53:24.344 INFO:teuthology.task.ansible.out: TASK [testnode : Enable abrt-auto-reporting] *********************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:24.367 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:24 +0000 (0:00:00.259) 0:04:02.072 *********** 2021-07-09T16:53:24.595 INFO:teuthology.task.ansible.out: TASK [testnode : Set OpenGPGCheck in abrt-action-save-package-data.conf] ******* 2021-07-09T16:53:24.597 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:24.617 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:24 +0000 (0:00:00.251) 0:04:02.323 *********** 2021-07-09T16:53:24.884 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** 2021-07-09T16:53:24.886 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:24.906 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:24 +0000 (0:00:00.288) 0:04:02.612 *********** 2021-07-09T16:53:24.976 INFO:teuthology.task.ansible.out: TASK [testnode : Restart abrtd] ************************************************ skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:24.998 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:24 +0000 (0:00:00.092) 0:04:02.704 *********** 2021-07-09T16:53:25.077 INFO:teuthology.task.ansible.out: TASK [testnode : Check for custom repos] *************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:25.105 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:25 +0000 (0:00:00.106) 0:04:02.810 *********** 2021-07-09T16:53:25.176 INFO:teuthology.task.ansible.out: TASK [testnode : Remove custom repos] ****************************************** 2021-07-09T16:53:25.198 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:25 +0000 (0:00:00.093) 0:04:02.904 *********** 2021-07-09T16:53:25.267 INFO:teuthology.task.ansible.out: TASK [testnode : Set apt preferences] ****************************************** 2021-07-09T16:53:25.271 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:25.289 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:25 +0000 (0:00:00.090) 0:04:02.995 *********** 2021-07-09T16:53:25.361 INFO:teuthology.task.ansible.out: TASK [testnode : Add sources list] ********************************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:25.386 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:25 +0000 (0:00:00.095) 0:04:03.090 *********** 2021-07-09T16:53:25.468 INFO:teuthology.task.ansible.out: TASK [testnode : Install apt keys] ********************************************* skipping: [smithi184.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-09T16:53:25.469 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:53:25.496 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:25 +0000 (0:00:00.111) 0:04:03.202 *********** 2021-07-09T16:53:25.571 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-apt] ******************************************* 2021-07-09T16:53:25.573 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:25.593 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:25 +0000 (0:00:00.097) 0:04:03.299 *********** 2021-07-09T16:53:25.688 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** 2021-07-09T16:53:25.709 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:25 +0000 (0:00:00.116) 0:04:03.415 *********** 2021-07-09T16:53:25.778 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** 2021-07-09T16:53:25.780 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:25.800 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:25 +0000 (0:00:00.090) 0:04:03.506 *********** 2021-07-09T16:53:25.887 INFO:teuthology.task.ansible.out: TASK [testnode : Update apt cache.] ******************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:25.909 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:25 +0000 (0:00:00.108) 0:04:03.615 *********** 2021-07-09T16:53:25.989 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure packages are not present.] ***************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.014 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.104) 0:04:03.720 *********** 2021-07-09T16:53:26.083 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.106 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.091) 0:04:03.812 *********** 2021-07-09T16:53:26.175 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.197 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.090) 0:04:03.902 *********** 2021-07-09T16:53:26.264 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2021-07-09T16:53:26.266 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.287 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.090) 0:04:03.992 *********** 2021-07-09T16:53:26.376 INFO:teuthology.task.ansible.out: TASK [testnode : Install non aarch64 packages] ********************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.399 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.112) 0:04:04.105 *********** 2021-07-09T16:53:26.471 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages with --no-install-recommends] **************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.492 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.092) 0:04:04.197 *********** 2021-07-09T16:53:26.564 INFO:teuthology.task.ansible.out: TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** 2021-07-09T16:53:26.569 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.599 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.107) 0:04:04.305 *********** 2021-07-09T16:53:26.680 INFO:teuthology.task.ansible.out: TASK [testnode : Enable xattr for this boot.] ********************************** 2021-07-09T16:53:26.681 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.704 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.104) 0:04:04.410 *********** 2021-07-09T16:53:26.786 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure fuse group exists.] ************************************ 2021-07-09T16:53:26.788 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.816 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.110) 0:04:04.521 *********** 2021-07-09T16:53:26.887 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** 2021-07-09T16:53:26.889 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:26.915 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:26 +0000 (0:00:00.099) 0:04:04.621 *********** 2021-07-09T16:53:26.995 INFO:teuthology.task.ansible.out: TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ 2021-07-09T16:53:26.997 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.019 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.103) 0:04:04.724 *********** 2021-07-09T16:53:27.095 INFO:teuthology.task.ansible.out: TASK [testnode : Set up static IP in /etc/hosts.] ****************************** 2021-07-09T16:53:27.097 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.120 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.099) 0:04:04.824 *********** 2021-07-09T16:53:27.189 INFO:teuthology.task.ansible.out: TASK [testnode : Stop apache2] ************************************************* 2021-07-09T16:53:27.191 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.221 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.101) 0:04:04.926 *********** 2021-07-09T16:53:27.302 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2021-07-09T16:53:27.305 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.325 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.105) 0:04:05.031 *********** 2021-07-09T16:53:27.400 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2021-07-09T16:53:27.401 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.422 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.096) 0:04:05.128 *********** 2021-07-09T16:53:27.509 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2021-07-09T16:53:27.511 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.532 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.110) 0:04:05.238 *********** 2021-07-09T16:53:27.623 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.645 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.113) 0:04:05.351 *********** 2021-07-09T16:53:27.725 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2021-07-09T16:53:27.727 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.747 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.101) 0:04:05.453 *********** 2021-07-09T16:53:27.815 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2021-07-09T16:53:27.817 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.840 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.093) 0:04:05.546 *********** 2021-07-09T16:53:27.918 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:27.935 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:27 +0000 (0:00:00.094) 0:04:05.641 *********** 2021-07-09T16:53:28.017 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2021-07-09T16:53:28.019 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:28.051 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:28 +0000 (0:00:00.115) 0:04:05.757 *********** 2021-07-09T16:53:28.135 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:28.157 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:28 +0000 (0:00:00.105) 0:04:05.863 *********** 2021-07-09T16:53:28.236 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2021-07-09T16:53:28.238 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:28.258 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:28 +0000 (0:00:00.101) 0:04:05.964 *********** 2021-07-09T16:53:28.328 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:28.354 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:28 +0000 (0:00:00.092) 0:04:06.057 *********** 2021-07-09T16:53:28.431 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2021-07-09T16:53:28.433 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:28.457 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:28 +0000 (0:00:00.106) 0:04:06.163 *********** 2021-07-09T16:53:28.528 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:28.557 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:28 +0000 (0:00:00.096) 0:04:06.259 *********** 2021-07-09T16:53:28.804 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2021-07-09T16:53:28.806 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:28.832 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:28 +0000 (0:00:00.276) 0:04:06.536 *********** 2021-07-09T16:53:29.080 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2021-07-09T16:53:29.082 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:29.113 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:29 +0000 (0:00:00.282) 0:04:06.819 *********** 2021-07-09T16:53:29.374 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2021-07-09T16:53:29.378 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: [smithi184.front.sepia.ceph.com] => {"changed": false, "dest": "/usr/lib/ltp/testcases/bin/fsstress", "src": "/usr/bin/fsstress"} 2021-07-09T16:53:29.397 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:29 +0000 (0:00:00.283) 0:04:07.103 *********** 2021-07-09T16:53:29.477 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:29.500 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:29 +0000 (0:00:00.102) 0:04:07.205 *********** 2021-07-09T16:53:29.576 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:29.599 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:29 +0000 (0:00:00.099) 0:04:07.304 *********** 2021-07-09T16:53:29.679 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2021-07-09T16:53:29.680 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:29.708 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:29 +0000 (0:00:00.102) 0:04:07.407 *********** 2021-07-09T16:53:29.782 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:29.805 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:29 +0000 (0:00:00.102) 0:04:07.510 *********** 2021-07-09T16:53:29.875 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2021-07-09T16:53:29.877 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:29.900 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:29 +0000 (0:00:00.095) 0:04:07.606 *********** 2021-07-09T16:53:29.981 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2021-07-09T16:53:29.982 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.006 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:29 +0000 (0:00:00.106) 0:04:07.712 *********** 2021-07-09T16:53:30.088 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.113 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:30 +0000 (0:00:00.106) 0:04:07.819 *********** 2021-07-09T16:53:30.183 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.205 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:30 +0000 (0:00:00.092) 0:04:07.911 *********** 2021-07-09T16:53:30.278 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2021-07-09T16:53:30.280 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.300 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:30 +0000 (0:00:00.095) 0:04:08.006 *********** 2021-07-09T16:53:30.370 INFO:teuthology.task.ansible.out: TASK [testnode : Set grub config.] ********************************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.392 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:30 +0000 (0:00:00.090) 0:04:08.097 *********** 2021-07-09T16:53:30.470 INFO:teuthology.task.ansible.out: TASK [testnode : Remove /etc/ceph] ********************************************* 2021-07-09T16:53:30.472 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.493 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:30 +0000 (0:00:00.101) 0:04:08.199 *********** 2021-07-09T16:53:30.605 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2021-07-09T16:53:30.608 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.628 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:30 +0000 (0:00:00.134) 0:04:08.334 *********** 2021-07-09T16:53:30.718 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2021-07-09T16:53:30.720 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.741 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:30 +0000 (0:00:00.112) 0:04:08.447 *********** 2021-07-09T16:53:30.821 INFO:teuthology.task.ansible.out: TASK [testnode : Upload weekly kernel-clean crontab.] ************************** 2021-07-09T16:53:30.822 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.843 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:30 +0000 (0:00:00.102) 0:04:08.549 *********** 2021-07-09T16:53:30.926 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/grub.d/02_force_timeout.] ************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:30.951 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:30 +0000 (0:00:00.107) 0:04:08.657 *********** 2021-07-09T16:53:31.031 INFO:teuthology.task.ansible.out: TASK [testnode : Enable kernel modules to load at boot time.] ****************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.056 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:31 +0000 (0:00:00.102) 0:04:08.759 *********** 2021-07-09T16:53:31.137 INFO:teuthology.task.ansible.out: TASK [testnode : Enabling auto-fsck fix to prevent boot hangup.] *************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.166 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:31 +0000 (0:00:00.112) 0:04:08.872 *********** 2021-07-09T16:53:31.246 INFO:teuthology.task.ansible.out: TASK [testnode : Work around broken wget on wheezy.] *************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.269 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:31 +0000 (0:00:00.102) 0:04:08.975 *********** 2021-07-09T16:53:31.361 INFO:teuthology.task.ansible.out: TASK [testnode : Stop collectl] ************************************************ skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.388 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:31 +0000 (0:00:00.118) 0:04:09.093 *********** 2021-07-09T16:53:31.459 INFO:teuthology.task.ansible.out: TASK [testnode : Add PATH to the teuthology_user .bashrc.] ********************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.484 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:31 +0000 (0:00:00.095) 0:04:09.189 *********** 2021-07-09T16:53:31.569 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if we need to edit /etc/profile.] **************** 2021-07-09T16:53:31.571 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.591 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:31 +0000 (0:00:00.107) 0:04:09.297 *********** 2021-07-09T16:53:31.667 INFO:teuthology.task.ansible.out: TASK [testnode : Update /etc/profile if needed.] ******************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.688 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:31 +0000 (0:00:00.095) 0:04:09.393 *********** 2021-07-09T16:53:31.766 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-09T16:53:31.768 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2021-07-09T16:53:31.790 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:31 +0000 (0:00:00.102) 0:04:09.495 *********** 2021-07-09T16:53:31.906 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** skipping: [smithi184.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} ok: [smithi184.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} 2021-07-09T16:53:31.917 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.928 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} skipping: [smithi184.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.941 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} skipping: [smithi184.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2021-07-09T16:53:31.967 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:31 +0000 (0:00:00.178) 0:04:09.673 *********** 2021-07-09T16:53:32.245 INFO:teuthology.task.ansible.out: TASK [testnode : Check for teuthology-lock command] **************************** 2021-07-09T16:53:32.247 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.005361", "end": "2021-07-09 16:53:32.214417", "rc": 0, "start": "2021-07-09 16:53:32.209056", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/virtualenv/bin/teuthology-lock"]} 2021-07-09T16:53:32.271 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:32 +0000 (0:00:00.303) 0:04:09.977 *********** 2021-07-09T16:53:32.363 INFO:teuthology.task.ansible.out: TASK [testnode : Mark system down if NVMe card missing] ************************ skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:32.391 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:32 +0000 (0:00:00.119) 0:04:10.096 *********** 2021-07-09T16:53:32.473 INFO:teuthology.task.ansible.out: TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** 2021-07-09T16:53:32.474 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:32.496 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:32 +0000 (0:00:00.105) 0:04:10.202 *********** 2021-07-09T16:53:32.583 INFO:teuthology.task.ansible.out: TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** 2021-07-09T16:53:32.585 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:32.605 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:32 +0000 (0:00:00.108) 0:04:10.311 *********** 2021-07-09T16:53:32.685 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure apt dependencies are installed] ********************* 2021-07-09T16:53:32.687 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:32.708 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:32 +0000 (0:00:00.102) 0:04:10.414 *********** 2021-07-09T16:53:34.246 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure rpm dependencies are installed] ********************* ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-09T16:53:34.267 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:34 +0000 (0:00:01.559) 0:04:11.973 *********** 2021-07-09T16:53:34.346 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2021-07-09T16:53:34.349 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930254729216, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227112971, 'block_used': 12982137, 'inode_total': 61054976, 'inode_available': 60985732, 'inode_used': 69244, 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c'}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 227112971, "block_size": 4096, "block_total": 240095108, "block_used": 12982137, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60985732, "inode_total": 61054976, "inode_used": 69244, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930254729216, "size_total": 983429562368, "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}} 2021-07-09T16:53:34.371 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:34 +0000 (0:00:00.103) 0:04:12.077 *********** 2021-07-09T16:53:34.610 INFO:teuthology.task.ansible.out: TASK [testnode : Compile list of non-root partitions] ************************** 2021-07-09T16:53:34.612 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.005209", "end": "2021-07-09 16:53:34.591291", "rc": 0, "start": "2021-07-09 16:53:34.586082", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:34.635 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:34 +0000 (0:00:00.264) 0:04:12.341 *********** 2021-07-09T16:53:34.731 INFO:teuthology.task.ansible.out: TASK [testnode : Unmount any non-root mountpoints] ***************************** skipping: [smithi184.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930254729216, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227112971, 'block_used': 12982137, 'inode_total': 61054976, 'inode_available': 60985732, 'inode_used': 69244, 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227112971, "block_size": 4096, "block_total": 240095108, "block_used": 12982137, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60985732, "inode_total": 61054976, "inode_used": 69244, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930254729216, "size_total": 983429562368, "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:34.755 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:34 +0000 (0:00:00.118) 0:04:12.459 *********** 2021-07-09T16:53:34.837 INFO:teuthology.task.ansible.out: TASK [testnode : Wipe filesystems on non-root partitions] ********************** 2021-07-09T16:53:34.860 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:34 +0000 (0:00:00.106) 0:04:12.566 *********** 2021-07-09T16:53:36.474 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XcPy8mDgShRpYGgYwPRHvm3FMVA5jQLXV'], 'uuids': ['8df91aa1-9f8d-4f0f-a500-2fe57ad8c79b'], '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.323496", "end": "2021-07-09 16:53:36.443464", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XcPy8mDgShRpYGgYwPRHvm3FMVA5jQLXV"], "labels": [], "masters": [], "uuids": ["8df91aa1-9f8d-4f0f-a500-2fe57ad8c79b"]}, "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-09 16:53:35.119968", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk u 2021-07-09T16:53:36.476 INFO:teuthology.task.ansible.out:sing fdisk or", "other utilities."]} 2021-07-09T16:53:37.727 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-Owiqdw-DmTm-Rwq4-RdBi-rbzG-tXO7-6uh1yz', 'nvme-INTEL_SSDPEDMD400G4_CVFT626500CE400BGN', 'nvme-nvme.8086-43564654363236353030434534303042474e-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.068246", "end": "2021-07-09 16:53:37.701677", "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-Owiqdw-DmTm-Rwq4-RdBi-rbzG-tXO7-6uh1yz", "nvme-INTEL_SSDPEDMD400G4_CVFT626500CE400BGN", "nvme-nvme.8086-43564654363236353030434534303042474e-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-09 16:53:36.633431", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nGPT data structures destroyed! 2021-07-09T16:53:37.729 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-09T16:53:38.997 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XqMRDQ75XriWUzh6zXqrTnDVs7mdPJNFR'], 'uuids': ['2fb8169a-273b-4e3e-9178-44cfc18edffb'], '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.065341", "end": "2021-07-09 16:53:38.962568", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XqMRDQ75XriWUzh6zXqrTnDVs7mdPJNFR"], "labels": [], "masters": [], "uuids": ["2fb8169a-273b-4e3e-9178-44cfc18edffb"]}, "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-09 16:53:37.897227", "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-09T16:53:40.241 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XF9EE1KkB1iyhv1itvDETrB05BF1r9Vtr'], 'uuids': ['feb7a9e2-cb61-41da-b348-ec0bc245ac2e'], '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.052415", "end": "2021-07-09 16:53:40.214151", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XF9EE1KkB1iyhv1itvDETrB05BF1r9Vtr"], "labels": [], "masters": [], "uuids": ["feb7a9e2-cb61-41da-b348-ec0bc245ac2e"]}, "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-09 16:53:39.161736", "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-09T16:53:41.498 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77X2n7UhSksdfWgdrcHaTKL1pK1K5ujCi98'], 'uuids': ['4e4ca81e-e8a3-4f26-8a78-a155e78500fa'], '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.063098", "end": "2021-07-09 16:53:41.463858", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77X2n7UhSksdfWgdrcHaTKL1pK1K5ujCi98"], "labels": [], "masters": [], "uuids": ["4e4ca81e-e8a3-4f26-8a78-a155e78500fa"]}, "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-09 16:53:40.400760", "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-09T16:53:41.509 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5XLJY', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5XLJY', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5XLJY', 'scsi-35000c5009294076e', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5XLJY', 'wwn-0x5000c5009294076e'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W5XLJY', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c5009294076e', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5XLJY-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5XLJY-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5XLJY-part1', 'scsi-35000c5009294076e-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5XLJY-part1', 'wwn-0x5000c5009294076e-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_Z1W5XLJY", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5XLJY", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5XLJY", "scsi-35000c5009294076e", "scsi-SATA_ST1000NM0033-9ZM_Z1W5XLJY", "wwn-0x5000c5009294076e"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5XLJY-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5XLJY-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2021-07-09T16:53:41.511 INFO:teuthology.task.ansible.out:Z1W5XLJY-part1", "scsi-35000c5009294076e-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W5XLJY-part1", "wwn-0x5000c5009294076e-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": "Z1W5XLJY", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c5009294076e"}}, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:42.768 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XeTZwfXshk2NrYj2NyX2L2jMl375VsiSP'], 'uuids': ['8d009072-9282-477c-9fbc-5eb1de6782eb'], '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.074149", "end": "2021-07-09 16:53:42.733566", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XeTZwfXshk2NrYj2NyX2L2jMl375VsiSP"], "labels": [], "masters": [], "uuids": ["8d009072-9282-477c-9fbc-5eb1de6782eb"]}, "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-09 16:53:41.659417", "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-09T16:53:42.801 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:42 +0000 (0:00:07.940) 0:04:20.506 *********** 2021-07-09T16:53:43.215 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2021-07-09T16:53:43.218 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XcPy8mDgShRpYGgYwPRHvm3FMVA5jQLXV'], 'uuids': ['8df91aa1-9f8d-4f0f-a500-2fe57ad8c79b'], '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.146118", "end": "2021-07-09 16:53:43.183851", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XcPy8mDgShRpYGgYwPRHvm3FMVA5jQLXV"], "labels": [], "masters": [], "uuids": ["8df91aa1-9f8d-4f0f-a500-2fe57ad8c79b"]}, "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-09 16:53:43.037733", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.143482 s, 804 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.143482 s, 804 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:43.437 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-Owiqdw-DmTm-Rwq4-RdBi-rbzG-tXO7-6uh1yz', 'nvme-INTEL_SSDPEDMD400G4_CVFT626500CE400BGN', 'nvme-nvme.8086-43564654363236353030434534303042474e-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.040814", "end": "2021-07-09 16:53:43.402742", "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-Owiqdw-DmTm-Rwq4-RdBi-rbzG-tXO7-6uh1yz", "nvme-INTEL_SSDPEDMD400G4_CVFT626500CE400BGN", "nvme-nvme.8086-43564654363236353030434534303042474e-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-09 16:53:43.361928", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0379309 s, 3.0 GB/s", "std 2021-07-09T16:53:43.439 INFO:teuthology.task.ansible.out:err_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0379309 s, 3.0 GB/s"], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:43.751 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XqMRDQ75XriWUzh6zXqrTnDVs7mdPJNFR'], 'uuids': ['2fb8169a-273b-4e3e-9178-44cfc18edffb'], '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.149158", "end": "2021-07-09 16:53:43.728035", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XqMRDQ75XriWUzh6zXqrTnDVs7mdPJNFR"], "labels": [], "masters": [], "uuids": ["2fb8169a-273b-4e3e-9178-44cfc18edffb"]}, "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-09 16:53:43.578877", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.146579 s, 787 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.146579 s, 787 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:44.088 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XF9EE1KkB1iyhv1itvDETrB05BF1r9Vtr'], 'uuids': ['feb7a9e2-cb61-41da-b348-ec0bc245ac2e'], '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.155484", "end": "2021-07-09 16:53:44.056436", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XF9EE1KkB1iyhv1itvDETrB05BF1r9Vtr"], "labels": [], "masters": [], "uuids": ["feb7a9e2-cb61-41da-b348-ec0bc245ac2e"]}, "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-09 16:53:43.900952", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.152835 s, 755 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.152835 s, 755 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:44.398 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77X2n7UhSksdfWgdrcHaTKL1pK1K5ujCi98'], 'uuids': ['4e4ca81e-e8a3-4f26-8a78-a155e78500fa'], '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.149123", "end": "2021-07-09 16:53:44.375670", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77X2n7UhSksdfWgdrcHaTKL1pK1K5ujCi98"], "labels": [], "masters": [], "uuids": ["4e4ca81e-e8a3-4f26-8a78-a155e78500fa"]}, "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-09 16:53:44.226547", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.146532 s, 787 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.146532 s, 787 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:44.410 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5XLJY', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5XLJY', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5XLJY', 'scsi-35000c5009294076e', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5XLJY', 'wwn-0x5000c5009294076e'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W5XLJY', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c5009294076e', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5XLJY-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5XLJY-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5XLJY-part1', 'scsi-35000c5009294076e-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5XLJY-part1', 'wwn-0x5000c5009294076e-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_Z1W5XLJY", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5XLJY", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5XLJY", "scsi-35000c5009294076e", "scsi-SATA_ST1000NM0033-9ZM_Z1W5XLJY", "wwn-0x5000c5009294076e"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5XLJY-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5XLJY-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2021-07-09T16:53:44.413 INFO:teuthology.task.ansible.out:Z1W5XLJY-part1", "scsi-35000c5009294076e-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W5XLJY-part1", "wwn-0x5000c5009294076e-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": "Z1W5XLJY", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c5009294076e"}}, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:44.728 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XeTZwfXshk2NrYj2NyX2L2jMl375VsiSP'], 'uuids': ['8d009072-9282-477c-9fbc-5eb1de6782eb'], '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.147756", "end": "2021-07-09 16:53:44.699008", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-WkDXqPKyfXzB2TB33vv1OdEmM3pRH77XeTZwfXshk2NrYj2NyX2L2jMl375VsiSP"], "labels": [], "masters": [], "uuids": ["8d009072-9282-477c-9fbc-5eb1de6782eb"]}, "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-09 16:53:44.551252", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.145065 s, 795 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.145065 s, 795 MB/s"], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:44.758 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:44 +0000 (0:00:01.957) 0:04:22.464 *********** 2021-07-09T16:53:45.047 INFO:teuthology.task.ansible.out: TASK [testnode : Remove all LVM data] ****************************************** changed: [smithi184.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.047470", "end": "2021-07-09 16:53:44.965540", "rc": 0, "start": "2021-07-09 16:53:44.918070", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:45.068 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:45 +0000 (0:00:00.309) 0:04:22.774 *********** 2021-07-09T16:53:45.301 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.051475", "end": "2021-07-09 16:53:45.281640", "rc": 0, "start": "2021-07-09 16:53:45.230165", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:45.328 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:45 +0000 (0:00:00.259) 0:04:23.033 *********** 2021-07-09T16:53:45.397 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2021-07-09T16:53:45.463 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:45 +0000 (0:00:00.135) 0:04:23.169 *********** 2021-07-09T16:53:45.492 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* 2021-07-09T16:53:45.493 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:45.517 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:45 +0000 (0:00:00.054) 0:04:23.223 *********** 2021-07-09T16:53:45.546 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2021-07-09T16:53:45.548 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:45.570 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:45 +0000 (0:00:00.052) 0:04:23.275 *********** 2021-07-09T16:53:45.598 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:45.622 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:45 +0000 (0:00:00.052) 0:04:23.328 *********** 2021-07-09T16:53:45.649 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:45.671 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:45 +0000 (0:00:00.048) 0:04:23.377 *********** 2021-07-09T16:53:45.855 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ 2021-07-09T16:53:45.857 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-07-09T16:53:45.878 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:45 +0000 (0:00:00.206) 0:04:23.584 *********** 2021-07-09T16:53:45.926 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2021-07-09T16:53:45.928 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930254729216, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227112971, 'block_used': 12982137, 'inode_total': 61054976, 'inode_available': 60985732, 'inode_used': 69244, 'uuid': 'a9bc468f-7d76-441a-b17b-cd059807719c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227112971, "block_size": 4096, "block_total": 240095108, "block_used": 12982137, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60985732, "inode_total": 61054976, "inode_used": 69244, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930254729216, "size_total": 983429562368, "uuid": "a9bc468f-7d76-441a-b17b-cd059807719c"}, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:45.950 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:45 +0000 (0:00:00.071) 0:04:23.655 *********** 2021-07-09T16:53:45.987 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* 2021-07-09T16:53:45.989 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:46.009 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:46 +0000 (0:00:00.059) 0:04:23.715 *********** 2021-07-09T16:53:46.039 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:46.061 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:46 +0000 (0:00:00.051) 0:04:23.767 *********** 2021-07-09T16:53:46.089 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-09T16:53:46.091 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:46.112 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:46 +0000 (0:00:00.050) 0:04:23.817 *********** 2021-07-09T16:53:46.143 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume_groups dict] ************************************ 2021-07-09T16:53:46.146 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:46.165 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:46 +0000 (0:00:00.054) 0:04:23.871 *********** 2021-07-09T16:53:46.193 INFO:teuthology.task.ansible.out: TASK [testnode : Determine desired logical volume percentage size] ************* 2021-07-09T16:53:46.195 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:46.215 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:46 +0000 (0:00:00.049) 0:04:23.921 *********** 2021-07-09T16:53:46.242 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** 2021-07-09T16:53:46.244 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:46.269 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:46 +0000 (0:00:00.053) 0:04:23.974 *********** 2021-07-09T16:53:46.912 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume group(s)] *************************************** 2021-07-09T16:53:46.913 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:46.937 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:46 +0000 (0:00:00.667) 0:04:24.642 *********** 2021-07-09T16:53:47.513 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2021-07-09T16:53:47.515 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:47.873 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:48.198 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:48.556 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:48.914 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:48.940 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:48 +0000 (0:00:02.003) 0:04:26.646 *********** 2021-07-09T16:53:49.143 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** changed: [smithi184.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} 2021-07-09T16:53:49.171 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:49 +0000 (0:00:00.225) 0:04:26.871 *********** 2021-07-09T16:53:49.385 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** changed: [smithi184.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-09T16:53:49.564 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:49.737 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:49.904 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:49.915 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:53:49.939 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:49 +0000 (0:00:00.774) 0:04:27.645 *********** 2021-07-09T16:53:49.966 INFO:teuthology.task.ansible.out: TASK [testnode : Create filesystems] ******************************************* 2021-07-09T16:53:49.967 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:49.993 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:49 +0000 (0:00:00.050) 0:04:27.695 *********** 2021-07-09T16:53:50.028 INFO:teuthology.task.ansible.out: TASK [testnode : Mount filesystems] ******************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:50.054 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:50 +0000 (0:00:00.061) 0:04:27.757 *********** 2021-07-09T16:53:50.246 INFO:teuthology.task.ansible.out: TASK [testnode : Create /var/lib/ceph] ***************************************** ok: [smithi184.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-09T16:53:50.268 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:50 +0000 (0:00:00.216) 0:04:27.974 *********** 2021-07-09T16:53:50.305 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** 2021-07-09T16:53:50.308 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"xfs_opts": "-m crc=0,finobt=0"}, "changed": false} 2021-07-09T16:53:50.330 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:50 +0000 (0:00:00.061) 0:04:28.035 *********** 2021-07-09T16:53:50.755 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* 2021-07-09T16:53:50.757 INFO:teuthology.task.ansible.out:changed: [smithi184.front.sepia.ceph.com] => {"changed": true} 2021-07-09T16:53:50.780 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:50 +0000 (0:00:00.449) 0:04:28.485 *********** 2021-07-09T16:53:51.236 INFO:teuthology.task.ansible.out: TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* 2021-07-09T16:53:51.237 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:53:51.258 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.478) 0:04:28.964 *********** 2021-07-09T16:53:51.286 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd] ****************************************** 2021-07-09T16:53:51.288 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.308 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.049) 0:04:29.014 *********** 2021-07-09T16:53:51.336 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd conf file] ******************************** 2021-07-09T16:53:51.339 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.359 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.050) 0:04:29.065 *********** 2021-07-09T16:53:51.391 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.412 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.053) 0:04:29.118 *********** 2021-07-09T16:53:51.439 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.461 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.048) 0:04:29.166 *********** 2021-07-09T16:53:51.488 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the teuthology user.] *********** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.514 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.052) 0:04:29.219 *********** 2021-07-09T16:53:51.541 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the root user.] ***************** 2021-07-09T16:53:51.544 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.565 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.052) 0:04:29.271 *********** 2021-07-09T16:53:51.594 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** 2021-07-09T16:53:51.596 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.617 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.051) 0:04:29.323 *********** 2021-07-09T16:53:51.646 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2021-07-09T16:53:51.648 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.669 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.052) 0:04:29.375 *********** 2021-07-09T16:53:51.698 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure perl-doc is installed on apt systems.] ***************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.721 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.050) 0:04:29.426 *********** 2021-07-09T16:53:51.751 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if Amazon::S3 is installed.] ********************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.771 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.050) 0:04:29.476 *********** 2021-07-09T16:53:51.799 INFO:teuthology.task.ansible.out: TASK [testnode : Install Amazon::S3.] ****************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.822 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.051) 0:04:29.528 *********** 2021-07-09T16:53:51.849 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on rpm based systems.] ******************** 2021-07-09T16:53:51.851 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.872 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.049) 0:04:29.577 *********** 2021-07-09T16:53:51.898 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on apt based systems.] ******************** 2021-07-09T16:53:51.900 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.920 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.048) 0:04:29.626 *********** 2021-07-09T16:53:51.947 INFO:teuthology.task.ansible.out: TASK [testnode : Remove racy /etc/network/if-up.d/ntpdate on xenial] *********** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:51.970 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:51 +0000 (0:00:00.049) 0:04:29.675 *********** 2021-07-09T16:53:51.997 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2021-07-09T16:53:51.999 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:52.020 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:52 +0000 (0:00:00.050) 0:04:29.726 *********** 2021-07-09T16:53:52.518 INFO:teuthology.task.ansible.out: TASK [testnode : Create the chrony.conf file] ********************************** ok: [smithi184.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-09T16:53:52.558 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:52 +0000 (0:00:00.529) 0:04:30.256 *********** 2021-07-09T16:53:52.892 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ntpd is running.] *********************************** ok: [smithi184.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": "887", "ExecMainStartTimestamp": "Fri 2021-07-09 16:49:10 UTC", "ExecMainStartTimestampMonotonic": "12557719", "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", "Limi 2021-07-09T16:53:52.894 INFO:teuthology.task.ansible.out:tDATA": "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": "127246", "LimitNPROCSoft": "127246", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127246", "LimitSIGPENDINGSoft": "127246", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "MainPID": "887", "MemoryAccounting": "yes", "MemoryCurrent": "1826816", "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": "203593", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Type": "f 2021-07-09T16:53:52.900 INFO:teuthology.task.ansible.out:orking", "UID": "[not set]", "UMask": "0022", "WatchdogTimestamp": "Fri 2021-07-09 16:49:10 UTC", "WatchdogTimestampMonotonic": "12557746", "WatchdogUSec": "0"}} 2021-07-09T16:53:52.918 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:52 +0000 (0:00:00.367) 0:04:30.623 *********** 2021-07-09T16:53:52.958 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2021-07-09T16:53:52.983 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:52 +0000 (0:00:00.064) 0:04:30.688 *********** 2021-07-09T16:53:53.042 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-09T16:53:53.044 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2021-07-09T16:53:53.074 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:53 +0000 (0:00:00.090) 0:04:30.779 *********** 2021-07-09T16:53:53.142 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on rpm based systems.] ********************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:53.158 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:53 +0000 (0:00:00.071) 0:04:30.850 *********** 2021-07-09T16:53:53.182 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on apt based systems.] ********************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:53.203 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:53 +0000 (0:00:00.059) 0:04:30.909 *********** 2021-07-09T16:53:53.205 INFO:teuthology.task.ansible.out: 2021-07-09T16:53:53.260 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on zypper based systems.] ****************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:53.277 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:53 +0000 (0:00:00.070) 0:04:30.979 *********** 2021-07-09T16:53:53.281 INFO:teuthology.task.ansible.out: 2021-07-09T16:53:53.515 INFO:teuthology.task.ansible.out: TASK [testnode : Create the .pip directory for the teuthology user.] *********** ok: [smithi184.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-09T16:53:53.536 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:53 +0000 (0:00:00.262) 0:04:31.242 *********** 2021-07-09T16:53:54.011 INFO:teuthology.task.ansible.out: TASK [testnode : Create pip.conf and configure it to use our mirror] *********** ok: [smithi184.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-09T16:53:54.037 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:54 +0000 (0:00:00.500) 0:04:31.743 *********** 2021-07-09T16:53:55.276 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* 2021-07-09T16:53:55.278 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:55.302 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:55 +0000 (0:00:01.263) 0:04:33.006 *********** 2021-07-09T16:53:55.327 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:55.361 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:55 +0000 (0:00:00.060) 0:04:33.066 *********** 2021-07-09T16:53:55.400 INFO:teuthology.task.ansible.out: TASK [testnode : Set interface] ************************************************ ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"interface": "enp3s0f1"}, "changed": false} 2021-07-09T16:53:55.422 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:55 +0000 (0:00:00.061) 0:04:33.128 *********** 2021-07-09T16:53:55.609 INFO:teuthology.task.ansible.out: TASK [testnode : Check for presence of /etc/network/interfaces] **************** ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "stat": {"exists": false}} 2021-07-09T16:53:55.631 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:55 +0000 (0:00:00.209) 0:04:33.337 *********** 2021-07-09T16:53:55.669 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** 2021-07-09T16:53:55.671 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:55.692 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:55 +0000 (0:00:00.060) 0:04:33.398 *********** 2021-07-09T16:53:55.730 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2021-07-09T16:53:55.753 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:55 +0000 (0:00:00.060) 0:04:33.458 *********** 2021-07-09T16:53:55.779 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** 2021-07-09T16:53:55.781 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:55.801 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:55 +0000 (0:00:00.048) 0:04:33.507 *********** 2021-07-09T16:53:56.020 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** changed: [smithi184.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2021-07-09T16:53:56.043 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.241) 0:04:33.748 *********** 2021-07-09T16:53:56.228 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* changed: [smithi184.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2021-07-09T16:53:56.250 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.207) 0:04:33.955 *********** 2021-07-09T16:53:56.277 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* 2021-07-09T16:53:56.279 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.300 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.050) 0:04:34.006 *********** 2021-07-09T16:53:56.339 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* skipping: [smithi184.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} skipping: [smithi184.front.sepia.ceph.com] => (item=enp3s0f1) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.352 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} skipping: [smithi184.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} skipping: [smithi184.front.sepia.ceph.com] => (item=enp3s0f0) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.378 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.075) 0:04:34.081 *********** 2021-07-09T16:53:56.416 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** 2021-07-09T16:53:56.417 INFO:teuthology.task.ansible.out:skipping: [smithi184.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-09T16:53:56.428 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.439 INFO:teuthology.task.ansible.out:skipping: [smithi184.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"} skipping: [smithi184.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-09T16:53:56.450 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.476 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.098) 0:04:34.180 *********** 2021-07-09T16:53:56.504 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-07-09T16:53:56.506 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.529 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.054) 0:04:34.235 *********** 2021-07-09T16:53:56.559 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.580 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.050) 0:04:34.286 *********** 2021-07-09T16:53:56.608 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.636 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.055) 0:04:34.342 *********** 2021-07-09T16:53:56.664 INFO:teuthology.task.ansible.out: TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* 2021-07-09T16:53:56.666 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.687 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.050) 0:04:34.392 *********** 2021-07-09T16:53:56.714 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** 2021-07-09T16:53:56.716 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.739 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.052) 0:04:34.445 *********** 2021-07-09T16:53:56.767 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.792 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.052) 0:04:34.497 *********** 2021-07-09T16:53:56.819 INFO:teuthology.task.ansible.out: TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** 2021-07-09T16:53:56.821 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.844 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.052) 0:04:34.550 *********** 2021-07-09T16:53:56.872 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:56.894 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:56 +0000 (0:00:00.049) 0:04:34.599 *********** 2021-07-09T16:53:57.105 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** ok: [smithi184.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.004769", "end": "2021-07-09 16:53:57.066380", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2021-07-09 16:53:57.061611", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:57.282 INFO:teuthology.task.ansible.out:ok: [smithi184.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.002957", "end": "2021-07-09 16:53:57.242406", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2021-07-09 16:53:57.239449", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:57.445 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.002641", "end": "2021-07-09 16:53:57.412976", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2021-07-09 16:53:57.410335", "stderr": "find: ‘/etc/ceph’: No such file or directory", "stderr_lines": ["find: ‘/etc/ceph’: No such file or directory"], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:57.613 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.003445", "end": "2021-07-09 16:53:57.579455", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2021-07-09 16:53:57.576010", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:53:57.636 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:57 +0000 (0:00:00.742) 0:04:35.342 *********** 2021-07-09T16:53:57.672 INFO:teuthology.task.ansible.out: TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2021-07-09T16:53:57.699 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:57 +0000 (0:00:00.057) 0:04:35.399 *********** 2021-07-09T16:53:57.721 INFO:teuthology.task.ansible.out: TASK [testnode : Touch /ceph-qa-ready] ***************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:57.800 INFO:teuthology.task.ansible.out: PLAY [testnodes,senta,vossi,jenkins_slaves] ************************************ 2021-07-09T16:53:57.808 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:57 +0000 (0:00:00.114) 0:04:35.514 *********** 2021-07-09T16:53:58.461 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi184.front.sepia.ceph.com] 2021-07-09T16:53:58.509 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:58 +0000 (0:00:00.701) 0:04:36.215 *********** 2021-07-09T16:53:58.537 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:53:58.558 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:58 +0000 (0:00:00.048) 0:04:36.264 *********** 2021-07-09T16:53:58.585 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-07-09T16:53:58.588 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"package_manager": "yum"}, "changed": false} 2021-07-09T16:53:58.608 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:58 +0000 (0:00:00.049) 0:04:36.313 *********** 2021-07-09T16:53:58.654 INFO:teuthology.task.ansible.out: TASK [container-host : Including distro specific variables] ******************** 2021-07-09T16:53:58.657 INFO:teuthology.task.ansible.out:ok: [smithi184.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-09T16:53:58.677 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:53:58 +0000 (0:00:00.070) 0:04:36.383 *********** 2021-07-09T16:54:04.824 INFO:teuthology.task.ansible.out: TASK [container-host : Install container packages] ***************************** changed: [smithi184.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-09T16:54:04.846 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:04 +0000 (0:00:06.168) 0:04:42.551 *********** 2021-07-09T16:54:04.877 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-07-09T16:54:04.883 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"ansible_facts": {"container_service_conf": "/etc/containers/registries.conf"}, "changed": false} 2021-07-09T16:54:04.907 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:04 +0000 (0:00:00.061) 0:04:42.613 *********** 2021-07-09T16:54:04.937 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:54:04.971 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:04 +0000 (0:00:00.064) 0:04:42.677 *********** 2021-07-09T16:54:05.202 INFO:teuthology.task.ansible.out: TASK [container-host : Create container_mirror_cert_paths] ********************* 2021-07-09T16:54:05.205 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:54:05.393 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:54:05.422 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:05 +0000 (0:00:00.447) 0:04:43.125 *********** 2021-07-09T16:54:05.930 INFO:teuthology.task.ansible.out: TASK [container-host : Copy docker-mirror.front.sepia.ceph.com:5000 self-signed cert] *** 2021-07-09T16:54:05.932 INFO:teuthology.task.ansible.out:changed: [smithi184.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-1625849645.4875226-26515-27056465097922/source", "state": "file", "uid": 0} 2021-07-09T16:54:06.414 INFO:teuthology.task.ansible.out:changed: [smithi184.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-1625849645.9670205-26515-4304602488048/source", "state": "file", "uid": 0} 2021-07-09T16:54:06.438 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:06 +0000 (0:00:01.019) 0:04:44.144 *********** 2021-07-09T16:54:07.936 INFO:teuthology.task.ansible.out: TASK [container-host : Ensure git is installed] ******************************** 2021-07-09T16:54:07.938 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2021-07-09T16:54:07.967 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:07 +0000 (0:00:01.527) 0:04:45.672 *********** 2021-07-09T16:54:11.206 INFO:teuthology.task.ansible.out: TASK [container-host : Install registries-conf-ctl] **************************** changed: [smithi184.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-8qmifnx8-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-8qmifnx8-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" 2021-07-09T16:54:11.208 INFO:teuthology.task.ansible.out:, "Collecting docopt (from registries-conf-ctl==1.0)", " Downloading https://files.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-09T16:54:11.234 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:11 +0000 (0:00:03.267) 0:04:48.939 *********** 2021-07-09T16:54:11.272 INFO:teuthology.task.ansible.out: TASK [container-host : Check for docker's daemon.json] ************************* 2021-07-09T16:54:11.274 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:54:11.297 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:11 +0000 (0:00:00.063) 0:04:49.003 *********** 2021-07-09T16:54:11.324 INFO:teuthology.task.ansible.out: TASK [container-host : Create /etc/containers/registries.conf if necessary] **** 2021-07-09T16:54:11.326 INFO:teuthology.task.ansible.out:skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:54:11.347 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:11 +0000 (0:00:00.050) 0:04:49.053 *********** 2021-07-09T16:54:11.685 INFO:teuthology.task.ansible.out: TASK [container-host : Add local docker.io registry mirror] ******************** 2021-07-09T16:54:11.687 INFO:teuthology.task.ansible.out:changed: [smithi184.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.146018", "end": "2021-07-09 16:54:11.665060", "rc": 0, "start": "2021-07-09 16:54:11.519042", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-07-09T16:54:11.710 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:11 +0000 (0:00:00.361) 0:04:49.415 *********** 2021-07-09T16:54:11.738 INFO:teuthology.task.ansible.out: TASK [container-host : Restart docker service] ********************************* skipping: [smithi184.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-07-09T16:54:11.819 INFO:teuthology.task.ansible.out: PLAY [cobbler] ***************************************************************** skipping: no hosts matched 2021-07-09T16:54:11.820 INFO:teuthology.task.ansible.out: PLAY [paddles] ***************************************************************** skipping: no hosts matched 2021-07-09T16:54:11.822 INFO:teuthology.task.ansible.out: PLAY [pulpito] ***************************************************************** skipping: no hosts matched 2021-07-09T16:54:11.822 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2021-07-09T16:54:11.835 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* Friday 09 July 2021 16:54:11 +0000 (0:00:00.126) 0:04:49.541 *********** 2021-07-09T16:54:12.477 INFO:teuthology.task.ansible.out:ok: [smithi184.front.sepia.ceph.com] 2021-07-09T16:54:12.493 INFO:teuthology.task.ansible.out: TASK [Touch /ceph-qa-ready] **************************************************** Friday 09 July 2021 16:54:12 +0000 (0:00:00.658) 0:04:50.199 *********** 2021-07-09T16:54:12.691 INFO:teuthology.task.ansible.out:changed: [smithi184.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-09T16:54:12.693 INFO:teuthology.task.ansible.out: PLAY RECAP ********************************************************************* smithi184.front.sepia.ceph.com : ok=131 changed=44 unreachable=0 failed=0 skipped=188 rescued=0 ignored=3 2021-07-09T16:54:12.694 INFO:teuthology.task.ansible.out:Friday 09 July 2021 16:54:12 +0000 (0:00:00.199) 0:04:50.399 *********** =============================================================================== 2021-07-09T16:54:12.694 INFO:teuthology.task.ansible.out:Create all admin users with sudo access. ------------------------------- 51.09s common : nrpe - Ensure SELinux policy is up to date -------------------- 37.35s users : Update authorized_keys using the keys repo --------------------- 31.32s common : nrpe - Remove SELinux policy package -------------------------- 15.24s common : nrpe - Load SELinux policy package ---------------------------- 15.11s Remove revoked users --------------------------------------------------- 10.79s testnode : Install packages --------------------------------------------- 9.06s testnode : Zap all non-root disks --------------------------------------- 7.94s container-host : Install container packages ----------------------------- 6.17s common : Install nrpe package and dependencies (RHEL/CentOS) ------------ 5.98s common : Install Kerberos Packages (RedHat) ----------------------------- 4.71s testnode : Ensure ceph packages are not present. ------------------------ 3.27s container-host : Install registries-conf-ctl ---------------------------- 3.27s testnode : Ensure ceph dependency packages are not present. ------------- 2.86s 2021-07-09T16:54:12.695 INFO:teuthology.task.ansible.out:testnode : Rebuild rpmdb ------------------------------------------------ 2.60s Gathering Facts --------------------------------------------------------- 2.15s testnode : Create logical volume(s) ------------------------------------- 2.00s testnode : Blow away lingering OSD data and FSIDs ----------------------- 1.96s testnode : Upgrade packages --------------------------------------------- 1.81s users : Update authorized_keys for each user with literal keys ---------- 1.79s 2021-07-09T16:54:13.123 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2021-07-09T16:54:13.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2021-07-09T16:54:13.128 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-07-09T16:54:13.201 DEBUG:teuthology.orchestra.run.smithi184:> true 2021-07-09T16:54:13.282 INFO:teuthology.run_tasks:Running task clock... 2021-07-09T16:54:13.299 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2021-07-09T16:54:13.300 INFO:teuthology.orchestra.run:Running command with timeout 360 2021-07-09T16:54:13.304 DEBUG:teuthology.orchestra.run.smithi184:> 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-09T16:54:13.355 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2021-07-09T16:54:13.370 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2021-07-09T16:54:13.399 INFO:teuthology.orchestra.run.smithi184.stderr:sudo: ntpd: command not found 2021-07-09T16:54:13.409 INFO:teuthology.orchestra.run.smithi184.stdout:506 Cannot talk to daemon 2021-07-09T16:54:13.423 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntp.service: Unit ntp.service not found. 2021-07-09T16:54:13.436 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2021-07-09T16:54:13.503 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2021-07-09T16:54:13.506 INFO:teuthology.orchestra.run.smithi184.stdout:210 Number of sources = 4 2021-07-09T16:54:13.506 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2021-07-09T16:54:13.507 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2021-07-09T16:54:13.507 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-09T16:54:13.507 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-09T16:54:13.507 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-09T16:54:13.508 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2021-07-09T16:54:13.508 INFO:teuthology.run_tasks:Running task cephadm... 2021-07-09T16:54:13.591 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', 'roleless': True, 'conf': {'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}}, 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '732af0468bb267498fb7fe92064fadfc0b400ca6'} 2021-07-09T16:54:13.592 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2021-07-09T16:54:13.593 INFO:tasks.cephadm:Cluster fsid is 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:13.593 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2021-07-09T16:54:13.594 INFO:tasks.cephadm:No mon roles; fabricating mons 2021-07-09T16:54:13.594 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi184': '172.21.15.184'} 2021-07-09T16:54:13.594 INFO:tasks.cephadm:Normalizing hostnames... 2021-07-09T16:54:13.595 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2021-07-09T16:54:13.620 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2021-07-09T16:54:13.621 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2021-07-09T16:54:13.986 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Jul 9 16:54 /home/ubuntu/cephtest/cephadm 2021-07-09T16:54:13.987 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2021-07-09T16:54:14.015 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2021-07-09T16:54:14.067 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2021-07-09T16:54:14.130 INFO:tasks.cephadm:Writing seed config... 2021-07-09T16:54:14.132 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2021-07-09T16:54:14.133 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2021-07-09T16:54:14.133 INFO:tasks.cephadm: override: [mon] debug mon = 20 2021-07-09T16:54:14.133 INFO:tasks.cephadm: override: [mon] debug ms = 1 2021-07-09T16:54:14.134 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2021-07-09T16:54:14.135 INFO:tasks.cephadm: override: [osd] debug ms = 1 2021-07-09T16:54:14.142 INFO:tasks.cephadm: override: [osd] debug osd = 20 2021-07-09T16:54:14.142 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2021-07-09T16:54:14.144 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:54:14.144 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2021-07-09T16:54:14.186 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 ruleset-failure-domain=osd 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 = 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c [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 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-09T16:54:14.186 DEBUG:teuthology.orchestra.run.smithi184:mon.smithi184> sudo journalctl -f -n 0 -u ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184.service 2021-07-09T16:54:14.228 INFO:tasks.cephadm:Bootstrapping... 2021-07-09T16:54:14.229 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid 4a1c6bfc-e0d6-11eb-8c22-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-ip 172.21.15.184 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2021-07-09T16:54:14.251 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:-- Logs begin at Fri 2021-07-09 16:49:02 UTC. -- 2021-07-09T16:54:14.478 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2021-07-09T16:54:15.776 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: 3.0.2-dev 2021-07-09T16:54:15.791 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying podman|docker is present... 2021-07-09T16:54:15.791 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2021-07-09T16:54:15.844 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: 3.0.2-dev 2021-07-09T16:54:15.859 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying lvm2 is present... 2021-07-09T16:54:15.860 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying time synchronization is in place... 2021-07-09T16:54:15.860 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-enabled chrony.service 2021-07-09T16:54:15.866 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2021-07-09T16:54:15.867 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-active chrony.service 2021-07-09T16:54:15.872 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2021-07-09T16:54:15.873 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-enabled chronyd.service 2021-07-09T16:54:15.881 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: enabled 2021-07-09T16:54:15.881 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-active chronyd.service 2021-07-09T16:54:15.884 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: active 2021-07-09T16:54:15.885 INFO:teuthology.orchestra.run.smithi184.stderr:Unit chronyd.service is enabled and running 2021-07-09T16:54:15.885 INFO:teuthology.orchestra.run.smithi184.stderr:Repeating the final host check... 2021-07-09T16:54:15.886 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2021-07-09T16:54:15.931 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: 3.0.2-dev 2021-07-09T16:54:15.944 INFO:teuthology.orchestra.run.smithi184.stderr:podman|docker (/bin/podman) is present 2021-07-09T16:54:15.944 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl is present 2021-07-09T16:54:15.944 INFO:teuthology.orchestra.run.smithi184.stderr:lvcreate is present 2021-07-09T16:54:15.945 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-enabled chrony.service 2021-07-09T16:54:15.949 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2021-07-09T16:54:15.949 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-active chrony.service 2021-07-09T16:54:15.954 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2021-07-09T16:54:15.955 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-enabled chronyd.service 2021-07-09T16:54:15.960 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: enabled 2021-07-09T16:54:15.961 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-active chronyd.service 2021-07-09T16:54:15.966 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: active 2021-07-09T16:54:15.967 INFO:teuthology.orchestra.run.smithi184.stderr:Unit chronyd.service is enabled and running 2021-07-09T16:54:15.968 INFO:teuthology.orchestra.run.smithi184.stderr:Host looks OK 2021-07-09T16:54:15.968 INFO:teuthology.orchestra.run.smithi184.stderr:Cluster fsid: 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:15.968 INFO:teuthology.orchestra.run.smithi184.stderr:Acquiring lock 140608708522056 on /run/cephadm/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.lock 2021-07-09T16:54:15.968 INFO:teuthology.orchestra.run.smithi184.stderr:Lock 140608708522056 acquired on /run/cephadm/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.lock 2021-07-09T16:54:15.969 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying IP 172.21.15.184 port 3300 ... 2021-07-09T16:54:15.969 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying IP 172.21.15.184 port 6789 ... 2021-07-09T16:54:15.970 INFO:teuthology.orchestra.run.smithi184.stderr:Base mon IP is 172.21.15.184, final addrv is [v2:172.21.15.184:3300,v1:172.21.15.184:6789] 2021-07-09T16:54:15.970 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /sbin/ip route ls 2021-07-09T16:54:15.971 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2021-07-09T16:54:15.971 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.184 metric 100 2021-07-09T16:54:15.971 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /sbin/ip -6 route ls 2021-07-09T16:54:15.973 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2021-07-09T16:54:15.974 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2021-07-09T16:54:15.974 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2021-07-09T16:54:15.974 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /sbin/ip -6 addr ls 2021-07-09T16:54:15.976 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2021-07-09T16:54:15.976 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: inet6 ::1/128 scope host 2021-07-09T16:54:15.976 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2021-07-09T16:54:15.977 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2021-07-09T16:54:15.977 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7b8f/64 scope link 2021-07-09T16:54:15.977 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2021-07-09T16:54:15.978 INFO:teuthology.orchestra.run.smithi184.stderr:Mon IP 172.21.15.184 is in CIDR network 172.21.0.0/20 2021-07-09T16:54:15.978 INFO:teuthology.orchestra.run.smithi184.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2021-07-09T16:54:15.978 INFO:teuthology.orchestra.run.smithi184.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2021-07-09T16:54:15.979 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2021-07-09T16:54:16.036 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2021-07-09T16:54:16.478 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Getting image source signatures 2021-07-09T16:54:16.592 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2021-07-09T16:54:16.642 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2021-07-09T16:54:23.550 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2021-07-09T16:54:23.600 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Writing manifest to image destination 2021-07-09T16:54:23.600 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Storing signatures 2021-07-09T16:54:33.090 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2021-07-09T16:54:33.107 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2021-07-09T16:54:34.038 INFO:teuthology.orchestra.run.smithi184.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2021-07-09T16:54:45.106 INFO:teuthology.orchestra.run.smithi184.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2021-07-09T16:54:45.107 INFO:teuthology.orchestra.run.smithi184.stderr:Extracting ceph user uid/gid from container image... 2021-07-09T16:54:45.107 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2021-07-09T16:54:45.670 INFO:teuthology.orchestra.run.smithi184.stderr:stat: 167 167 2021-07-09T16:54:46.151 INFO:teuthology.orchestra.run.smithi184.stderr:Creating initial keys... 2021-07-09T16:54:46.151 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2021-07-09T16:54:46.730 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-authtool: AQBWf+hgQRB4KRAAUTzOwo6EhZnOw02PrNiQdA== 2021-07-09T16:54:47.255 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2021-07-09T16:54:47.779 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-authtool: AQBXf+hglermLRAA8YEEefOxttgufvoN5cMajA== 2021-07-09T16:54:48.339 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2021-07-09T16:54:48.902 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-authtool: AQBYf+hgeixXNRAA/Roavuxc1sufW7YyavS4VA== 2021-07-09T16:54:49.482 INFO:teuthology.orchestra.run.smithi184.stderr:Creating initial monmap... 2021-07-09T16:54:49.482 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpfl14ffcl:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c --addv smithi184 [v2:172.21.15.184:3300,v1:172.21.15.184:6789] /tmp/monmap 2021-07-09T16:54:50.132 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2021-07-09T16:54:50.132 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:50.132 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2021-07-09T16:54:50.699 INFO:teuthology.orchestra.run.smithi184.stderr:monmaptool for smithi184 [v2:172.21.15.184:3300,v1:172.21.15.184:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2021-07-09T16:54:50.700 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: set fsid to 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:50.700 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2021-07-09T16:54:50.700 INFO:teuthology.orchestra.run.smithi184.stderr: 2021-07-09T16:54:50.700 INFO:teuthology.orchestra.run.smithi184.stderr:Creating mon... 2021-07-09T16:54:50.701 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184:/var/lib/ceph/mon/ceph-smithi184:z -v /tmp/ceph-tmpqrp98v9i:/tmp/keyring:z -v /tmp/ceph-tmpfl14ffcl:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi184 --fsid 4a1c6bfc-e0d6-11eb-8c22-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-09T16:54:51.323 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.275+0000 7feb49f61700 0 set uid:gid to 167:167 (ceph:ceph) 2021-07-09T16:54:51.323 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.276+0000 7feb49f61700 1 imported monmap: 2021-07-09T16:54:51.324 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: epoch 0 2021-07-09T16:54:51.324 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:51.325 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: last_changed 2021-07-09T16:54:50.091325+0000 2021-07-09T16:54:51.325 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: created 2021-07-09T16:54:50.091325+0000 2021-07-09T16:54:51.325 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2021-07-09T16:54:51.326 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: election_strategy: 1 2021-07-09T16:54:51.326 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.smithi184 2021-07-09T16:54:51.326 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.326 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.276+0000 7feb49f61700 0 /usr/bin/ceph-mon: set fsid to 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:51.327 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: RocksDB version: 6.8.1 2021-07-09T16:54:51.327 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.327 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2021-07-09T16:54:51.327 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Compile date May 13 2021 2021-07-09T16:54:51.328 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: DB SUMMARY 2021-07-09T16:54:51.328 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.328 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi184/store.db dir, Total Num: 0, files: 2021-07-09T16:54:51.328 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.328 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi184/store.db: 2021-07-09T16:54:51.329 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.329 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.error_if_exists: 0 2021-07-09T16:54:51.329 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.create_if_missing: 1 2021-07-09T16:54:51.329 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.paranoid_checks: 1 2021-07-09T16:54:51.330 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.env: 0x5635d932c1c0 2021-07-09T16:54:51.330 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.fs: Posix File System 2021-07-09T16:54:51.330 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.info_log: 0x5635daa38ec0 2021-07-09T16:54:51.330 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_file_opening_threads: 16 2021-07-09T16:54:51.330 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.statistics: (nil) 2021-07-09T16:54:51.331 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.use_fsync: 0 2021-07-09T16:54:51.331 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_log_file_size: 0 2021-07-09T16:54:51.331 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2021-07-09T16:54:51.331 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.log_file_time_to_roll: 0 2021-07-09T16:54:51.332 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.keep_log_file_num: 1000 2021-07-09T16:54:51.332 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.recycle_log_file_num: 0 2021-07-09T16:54:51.332 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.allow_fallocate: 1 2021-07-09T16:54:51.332 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.allow_mmap_reads: 0 2021-07-09T16:54:51.332 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.allow_mmap_writes: 0 2021-07-09T16:54:51.333 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.use_direct_reads: 0 2021-07-09T16:54:51.333 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2021-07-09T16:54:51.333 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.create_missing_column_families: 0 2021-07-09T16:54:51.333 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.db_log_dir: 2021-07-09T16:54:51.334 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi184/store.db 2021-07-09T16:54:51.334 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.table_cache_numshardbits: 6 2021-07-09T16:54:51.334 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_subcompactions: 1 2021-07-09T16:54:51.334 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_background_flushes: -1 2021-07-09T16:54:51.334 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.WAL_ttl_seconds: 0 2021-07-09T16:54:51.335 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.WAL_size_limit_MB: 0 2021-07-09T16:54:51.335 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2021-07-09T16:54:51.335 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2021-07-09T16:54:51.335 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.is_fd_close_on_exec: 1 2021-07-09T16:54:51.335 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.advise_random_on_open: 1 2021-07-09T16:54:51.336 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.db_write_buffer_size: 0 2021-07-09T16:54:51.336 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.write_buffer_manager: 0x5635daa3f530 2021-07-09T16:54:51.336 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2021-07-09T16:54:51.336 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2021-07-09T16:54:51.337 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2021-07-09T16:54:51.337 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.use_adaptive_mutex: 0 2021-07-09T16:54:51.337 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.rate_limiter: (nil) 2021-07-09T16:54:51.337 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2021-07-09T16:54:51.337 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.wal_recovery_mode: 2 2021-07-09T16:54:51.338 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.enable_thread_tracking: 0 2021-07-09T16:54:51.338 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.enable_pipelined_write: 0 2021-07-09T16:54:51.338 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.unordered_write: 0 2021-07-09T16:54:51.338 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2021-07-09T16:54:51.339 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2021-07-09T16:54:51.339 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2021-07-09T16:54:51.339 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2021-07-09T16:54:51.339 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.row_cache: None 2021-07-09T16:54:51.339 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.wal_filter: None 2021-07-09T16:54:51.340 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2021-07-09T16:54:51.340 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.allow_ingest_behind: 0 2021-07-09T16:54:51.340 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.preserve_deletes: 0 2021-07-09T16:54:51.340 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.two_write_queues: 0 2021-07-09T16:54:51.341 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.manual_wal_flush: 0 2021-07-09T16:54:51.341 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.atomic_flush: 0 2021-07-09T16:54:51.341 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2021-07-09T16:54:51.341 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.persist_stats_to_disk: 0 2021-07-09T16:54:51.341 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.write_dbid_to_manifest: 0 2021-07-09T16:54:51.342 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.log_readahead_size: 0 2021-07-09T16:54:51.342 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2021-07-09T16:54:51.342 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_background_jobs: 2 2021-07-09T16:54:51.342 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_background_compactions: -1 2021-07-09T16:54:51.343 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2021-07-09T16:54:51.343 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2021-07-09T16:54:51.344 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.delayed_write_rate : 16777216 2021-07-09T16:54:51.344 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_total_wal_size: 0 2021-07-09T16:54:51.344 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2021-07-09T16:54:51.344 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.stats_dump_period_sec: 600 2021-07-09T16:54:51.345 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.stats_persist_period_sec: 600 2021-07-09T16:54:51.345 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2021-07-09T16:54:51.345 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.max_open_files: -1 2021-07-09T16:54:51.345 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.bytes_per_sync: 0 2021-07-09T16:54:51.346 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.wal_bytes_per_sync: 0 2021-07-09T16:54:51.346 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.strict_bytes_per_sync: 0 2021-07-09T16:54:51.346 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Options.compaction_readahead_size: 0 2021-07-09T16:54:51.346 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Compression algorithms supported: 2021-07-09T16:54:51.346 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2021-07-09T16:54:51.347 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: kZSTD supported: 0 2021-07-09T16:54:51.347 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: kXpressCompression supported: 0 2021-07-09T16:54:51.347 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: kLZ4HCCompression supported: 1 2021-07-09T16:54:51.347 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: kLZ4Compression supported: 1 2021-07-09T16:54:51.348 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: kBZip2Compression supported: 0 2021-07-09T16:54:51.348 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: kZlibCompression supported: 1 2021-07-09T16:54:51.348 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: kSnappyCompression supported: 1 2021-07-09T16:54:51.348 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: Fast CRC32 supported: Supported on x86 2021-07-09T16:54:51.348 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.277+0000 7feb49f61700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2021-07-09T16:54:51.349 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.349 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000001 2021-07-09T16:54:51.349 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.349 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2021-07-09T16:54:51.350 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.350 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2021-07-09T16:54:51.350 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.merge_operator: 2021-07-09T16:54:51.350 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_filter: None 2021-07-09T16:54:51.351 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_filter_factory: None 2021-07-09T16:54:51.351 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.memtable_factory: SkipListFactory 2021-07-09T16:54:51.351 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.table_factory: BlockBasedTable 2021-07-09T16:54:51.352 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5635da94a120) 2021-07-09T16:54:51.352 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2021-07-09T16:54:51.352 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2021-07-09T16:54:51.352 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2021-07-09T16:54:51.352 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2021-07-09T16:54:51.353 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: index_type: 0 2021-07-09T16:54:51.353 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2021-07-09T16:54:51.353 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: index_shortening: 1 2021-07-09T16:54:51.353 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2021-07-09T16:54:51.354 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2021-07-09T16:54:51.354 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: checksum: 1 2021-07-09T16:54:51.354 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2021-07-09T16:54:51.354 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: block_cache: 0x5635da984d10 2021-07-09T16:54:51.354 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2021-07-09T16:54:51.355 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: block_cache_options: 2021-07-09T16:54:51.355 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: capacity : 536870912 2021-07-09T16:54:51.355 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2021-07-09T16:54:51.355 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2021-07-09T16:54:51.356 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2021-07-09T16:54:51.356 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2021-07-09T16:54:51.356 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2021-07-09T16:54:51.356 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: block_size: 4096 2021-07-09T16:54:51.356 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2021-07-09T16:54:51.357 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2021-07-09T16:54:51.357 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2021-07-09T16:54:51.357 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2021-07-09T16:54:51.357 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: partition_filters: 0 2021-07-09T16:54:51.358 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2021-07-09T16:54:51.358 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2021-07-09T16:54:51.358 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2021-07-09T16:54:51.358 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: verify_compression: 0 2021-07-09T16:54:51.358 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2021-07-09T16:54:51.359 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: format_version: 2 2021-07-09T16:54:51.359 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2021-07-09T16:54:51.359 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: block_align: 0 2021-07-09T16:54:51.359 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.359 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.write_buffer_size: 33554432 2021-07-09T16:54:51.360 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_write_buffer_number: 2 2021-07-09T16:54:51.360 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compression: NoCompression 2021-07-09T16:54:51.360 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.bottommost_compression: Disabled 2021-07-09T16:54:51.360 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.prefix_extractor: nullptr 2021-07-09T16:54:51.361 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2021-07-09T16:54:51.361 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.num_levels: 7 2021-07-09T16:54:51.361 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2021-07-09T16:54:51.361 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2021-07-09T16:54:51.362 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2021-07-09T16:54:51.362 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2021-07-09T16:54:51.362 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2021-07-09T16:54:51.362 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2021-07-09T16:54:51.362 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2021-07-09T16:54:51.363 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2021-07-09T16:54:51.363 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2021-07-09T16:54:51.363 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compression_opts.window_bits: -14 2021-07-09T16:54:51.363 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compression_opts.level: 32767 2021-07-09T16:54:51.364 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compression_opts.strategy: 0 2021-07-09T16:54:51.364 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2021-07-09T16:54:51.364 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2021-07-09T16:54:51.364 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compression_opts.enabled: false 2021-07-09T16:54:51.364 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2021-07-09T16:54:51.365 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2021-07-09T16:54:51.365 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2021-07-09T16:54:51.365 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.target_file_size_base: 67108864 2021-07-09T16:54:51.365 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.target_file_size_multiplier: 1 2021-07-09T16:54:51.365 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2021-07-09T16:54:51.366 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2021-07-09T16:54:51.366 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2021-07-09T16:54:51.366 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2021-07-09T16:54:51.366 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2021-07-09T16:54:51.367 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2021-07-09T16:54:51.367 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2021-07-09T16:54:51.367 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2021-07-09T16:54:51.367 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2021-07-09T16:54:51.368 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2021-07-09T16:54:51.368 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2021-07-09T16:54:51.368 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2021-07-09T16:54:51.368 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.arena_block_size: 4194304 2021-07-09T16:54:51.368 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2021-07-09T16:54:51.369 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2021-07-09T16:54:51.369 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2021-07-09T16:54:51.369 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.disable_auto_compactions: 0 2021-07-09T16:54:51.369 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2021-07-09T16:54:51.370 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2021-07-09T16:54:51.370 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2021-07-09T16:54:51.370 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2021-07-09T16:54:51.370 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2021-07-09T16:54:51.370 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2021-07-09T16:54:51.371 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2021-07-09T16:54:51.371 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2021-07-09T16:54:51.371 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2021-07-09T16:54:51.371 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2021-07-09T16:54:51.372 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.table_properties_collectors: 2021-07-09T16:54:51.372 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.inplace_update_support: 0 2021-07-09T16:54:51.372 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.inplace_update_num_locks: 10000 2021-07-09T16:54:51.372 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2021-07-09T16:54:51.372 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2021-07-09T16:54:51.373 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.memtable_huge_page_size: 0 2021-07-09T16:54:51.373 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.bloom_locality: 0 2021-07-09T16:54:51.373 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.max_successive_merges: 0 2021-07-09T16:54:51.373 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.optimize_filters_for_hits: 0 2021-07-09T16:54:51.373 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.paranoid_file_checks: 0 2021-07-09T16:54:51.374 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.force_consistency_checks: 0 2021-07-09T16:54:51.374 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.report_bg_io_stats: 0 2021-07-09T16:54:51.374 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.ttl: 2592000 2021-07-09T16:54:51.374 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: Options.periodic_compaction_seconds: 0 2021-07-09T16:54:51.375 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi184/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-09T16:54:51.375 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.375 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.278+0000 7feb49f61700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2021-07-09T16:54:51.375 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.376 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.279+0000 7feb49f61700 4 rocksdb: DB pointer 0x5635daa4b800 2021-07-09T16:54:51.376 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.279+0000 7feb32dfa700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2021-07-09T16:54:51.376 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.279+0000 7feb32dfa700 4 rocksdb: [db_impl/db_impl.cc:851] 2021-07-09T16:54:51.376 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2021-07-09T16:54:51.376 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2021-07-09T16:54:51.377 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.377 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2021-07-09T16:54:51.377 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2021-07-09T16:54:51.378 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.378 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2021-07-09T16:54:51.378 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2021-07-09T16:54:51.378 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.379 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2021-07-09T16:54:51.379 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.379 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-09T16:54:51.379 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.379 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.380 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.380 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2021-07-09T16:54:51.380 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.380 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-09T16:54:51.381 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2021-07-09T16:54:51.381 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2021-07-09T16:54:51.381 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2021-07-09T16:54:51.381 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2021-07-09T16:54:51.381 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2021-07-09T16:54:51.382 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2021-07-09T16:54:51.382 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.382 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.382 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.383 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.383 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2021-07-09T16:54:51.383 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.383 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2021-07-09T16:54:51.383 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.384 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-09T16:54:51.384 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.384 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.384 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.385 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2021-07-09T16:54:51.385 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.385 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-09T16:54:51.385 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2021-07-09T16:54:51.385 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2021-07-09T16:54:51.386 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2021-07-09T16:54:51.386 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2021-07-09T16:54:51.386 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2021-07-09T16:54:51.386 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2021-07-09T16:54:51.387 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.387 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.387 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 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-09T16:54:51.387 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.387 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2021-07-09T16:54:51.388 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: 2021-07-09T16:54:51.388 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.280+0000 7feb49f61700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2021-07-09T16:54:51.388 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.280+0000 7feb49f61700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2021-07-09T16:54:51.388 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-mon: debug 2021-07-09T16:54:51.280+0000 7feb49f61700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi184 for mon.smithi184 2021-07-09T16:54:51.872 INFO:teuthology.orchestra.run.smithi184.stderr:create mon.smithi184 on 2021-07-09T16:54:51.872 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:51.877 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl disable ceph.target 2021-07-09T16:54:51.970 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl enable ceph.target 2021-07-09T16:54:51.976 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2021-07-09T16:54:52.055 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl start ceph.target 2021-07-09T16:54:52.062 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl enable ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.target 2021-07-09T16:54:52.070 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.target → /etc/systemd/system/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.target. 2021-07-09T16:54:52.070 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.target → /etc/systemd/system/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.target. 2021-07-09T16:54:52.144 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl start ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.target 2021-07-09T16:54:52.160 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl daemon-reload 2021-07-09T16:54:52.242 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl stop ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184 2021-07-09T16:54:52.275 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl reset-failed ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184 2021-07-09T16:54:52.275 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Failed to reset failed state of unit ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184.service: Unit ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184.service not loaded. 2021-07-09T16:54:52.276 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl enable ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184 2021-07-09T16:54:52.281 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.target.wants/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184.service → /etc/systemd/system/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@.service. 2021-07-09T16:54:52.360 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl start ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184 2021-07-09T16:54:52.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:52 smithi184 systemd[1]: Starting Ceph mon.smithi184 for 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c... 2021-07-09T16:54:52.858 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-enabled firewalld.service 2021-07-09T16:54:52.866 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: disabled 2021-07-09T16:54:52.867 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-active firewalld.service 2021-07-09T16:54:52.873 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2021-07-09T16:54:52.874 INFO:teuthology.orchestra.run.smithi184.stderr:firewalld.service is not enabled 2021-07-09T16:54:52.874 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to enable service . firewalld.service is not available 2021-07-09T16:54:52.875 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to open ports <[]>. firewalld.service is not available 2021-07-09T16:54:52.875 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mon to start... 2021-07-09T16:54:52.876 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mon... 2021-07-09T16:54:52.876 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184:/var/lib/ceph/mon/ceph-smithi184:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2021-07-09T16:54:53.078 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:52 smithi184 bash[25336]: ab9a4bd0760de4ab553a7529fc316e86aebe93b0cf73a1cc8776648528ba1b79 2021-07-09T16:54:53.078 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:52 smithi184 systemd[1]: Started Ceph mon.smithi184 for 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c. 2021-07-09T16:54:53.078 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:52 smithi184 conmon[25450]: cluster 2021-07-09T16:54:52.875382+0000 mon.smithi184 (mon.0) 0 : [INF] mkfs 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:53.078 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:52 smithi184 conmon[25450]: cluster 2021-07-09T16: 2021-07-09T16:54:53.079 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:52 smithi184 conmon[25450]: 54:52.856119+0000 mon.smithi184 (mon.0) 1 : cluster [INF] mon.smithi184 is new leader, mons smithi184 in quorum (ranks 0) 2021-07-09T16:54:53.581 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: cluster: 2021-07-09T16:54:53.581 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: id: 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:53.581 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: health: HEALTH_OK 2021-07-09T16:54:53.582 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2021-07-09T16:54:53.582 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: services: 2021-07-09T16:54:53.582 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi184 (age 0.707493s) 2021-07-09T16:54:53.583 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mgr: no daemons active 2021-07-09T16:54:53.583 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2021-07-09T16:54:53.583 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2021-07-09T16:54:53.583 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: data: 2021-07-09T16:54:53.583 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2021-07-09T16:54:53.584 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2021-07-09T16:54:53.584 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2021-07-09T16:54:53.584 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: pgs: 2021-07-09T16:54:53.585 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2021-07-09T16:54:54.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:53 smithi184 conmon[25450]: cluster 2021-07-09T16:54:52.870135+0000 mon.smithi184 (mon.0) 2 : cluster [INF] mon.smithi184 is new leader, mons smithi184 in quorum (ranks 0) 2021-07-09T16:54:54.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:53 smithi184 conmon[25450]: cluster 2021-07-09T16:54:52.872403+0000 mon.smithi184 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} 2021-07-09T16:54:54.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:53 smithi184 conmon[25450]: cluster 2021-07-09T16:54:52.881539+0000 mon.smithi184 (mon.0) 4 : cluster [DBG] fsmap 2021-07-09T16:54:54.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:53 smithi184 conmon[25450]: cluster 2021-07-09T16:54:52.893028+0000 mon.smithi184 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2021-07-09T16:54:54.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:53 smithi184 conmon[25450]: cluster 2021-07-09T16:54:52.894661+0000 mon.smithi184 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2021-07-09T16:54:54.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:53 smithi184 conmon[25450]: audit 2021-07-09T16:54:53.577589+0000 mon.smithi184 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.184:0/3450935546' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2021-07-09T16:54:54.246 INFO:teuthology.orchestra.run.smithi184.stderr:mon is available 2021-07-09T16:54:54.246 INFO:teuthology.orchestra.run.smithi184.stderr:Assimilating anything we can from ceph.conf... 2021-07-09T16:54:54.246 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184:/var/lib/ceph/mon/ceph-smithi184:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi184/config 2021-07-09T16:54:54.955 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2021-07-09T16:54:54.955 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: [global] 2021-07-09T16:54:54.956 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: fsid = 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:54.956 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: log_to_journald = false 2021-07-09T16:54:54.957 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.184:3300,v1:172.21.15.184:6789] 2021-07-09T16:54:54.957 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2021-07-09T16:54:54.957 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2021-07-09T16:54:54.957 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2021-07-09T16:54:54.957 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2021-07-09T16:54:54.958 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2021-07-09T16:54:54.958 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: [mgr] 2021-07-09T16:54:54.958 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2021-07-09T16:54:54.958 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2021-07-09T16:54:54.959 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: [osd] 2021-07-09T16:54:54.959 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2021-07-09T16:54:54.959 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2021-07-09T16:54:54.959 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2021-07-09T16:54:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:55 smithi184 conmon[25450]: audit 2021-07-09T16:54:54.948348+0000 mon.smithi184 (mon.0) 8 : audit [INF] 2021-07-09T16:54:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:55 smithi184 conmon[25450]: from='client.? 172.21.15.184:0/254498449' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2021-07-09T16:54:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:55 smithi184 conmon[25450]: audit 2021-07-09T16:54:54.951069+0000 mon.smithi184 (mon.0) 9 : audit [INF] from='client.? 172.21.15.184:0/254498449' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2021-07-09T16:54:55.504 INFO:teuthology.orchestra.run.smithi184.stderr:Generating new minimal ceph.conf... 2021-07-09T16:54:55.505 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184:/var/lib/ceph/mon/ceph-smithi184:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi184/config 2021-07-09T16:54:56.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:56 smithi184 conmon[25450]: audit 2021-07-09T16:54:56.199116+0000 mon.smithi184 (mon. 2021-07-09T16:54:56.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:56 smithi184 conmon[25450]: 0) 10 : audit [DBG] from='client.? 172.21.15.184:0/3250619932' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:54:56.738 INFO:teuthology.orchestra.run.smithi184.stderr:Restarting the monitor... 2021-07-09T16:54:56.738 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl restart ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184 2021-07-09T16:54:57.046 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:56 smithi184 systemd[1]: Stopping Ceph mon.smithi184 for 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c... 2021-07-09T16:54:57.046 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:56 smithi184 conmon[25450]: debug 2021-07-09T16:54:56.831+0000 7fb05dd1a700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi184 -f --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 (PID: 1) UID: 0 2021-07-09T16:54:57.047 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:56 smithi184 conmon[25450]: debug 2021-07-09T16:54:56.832+0000 7fb05dd1a700 -1 mon.smithi184@0(leader) e1 *** Got Signal Terminated *** 2021-07-09T16:54:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 podman[25952]: ab9a4bd0760de4ab553a7529fc316e86aebe93b0cf73a1cc8776648528ba1b79 2021-07-09T16:54:57.793 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 systemd[1]: ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mon.smithi184.service: Succeeded. 2021-07-09T16:54:57.793 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 systemd[1]: Stopped Ceph mon.smithi184 for 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c. 2021-07-09T16:54:57.793 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 systemd[1]: Starting Ceph mon.smithi184 for 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c... 2021-07-09T16:54:57.898 INFO:teuthology.orchestra.run.smithi184.stderr:Setting mon public_network to 172.21.0.0/20 2021-07-09T16:54:57.898 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2021-07-09T16:54:58.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.882+0000 7f2f7907a700 0 set uid:gid to 167:167 (ceph:ceph) 2021-07-09T16:54:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.882+0000 7f2f7907a700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2021-07-09T16:54:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.882+0000 7f2f7907a700 0 pidfile_write: ignore empty --pid-file 2021-07-09T16:54:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.886+0000 7f2f7907a700 0 load: jerasure load: lrc load: isa 2021-07-09T16:54:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: RocksDB version: 6.8.1 2021-07-09T16:54:58.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2021-07-09T16:54:58.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Compile date May 13 2021 2021-07-09T16:54:58.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: DB SUMMARY 2021-07-09T16:54:58.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: CURRENT file: CURRENT 2021-07-09T16:54:58.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: IDENTITY file: IDENTITY 2021-07-09T16:54:58.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2021-07-09T16:54:58.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi184/store.db dir, Total Num: 1, files: 000004.sst 2021-07-09T16:54:58.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi184/store.db: 000006.log size: 85181 ; 2021-07-09T16:54:58.143 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.143 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.error_if_exists: 0 2021-07-09T16:54:58.143 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.create_if_missing: 0 2021-07-09T16:54:58.143 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.paranoid_checks: 1 2021-07-09T16:54:58.144 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.env: 0x555bf49bd1c0 2021-07-09T16:54:58.144 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.fs: Posix File System 2021-07-09T16:54:58.144 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.info_log: 0x555bf6c09960 2021-07-09T16:54:58.144 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_file_opening_threads: 16 2021-07-09T16:54:58.144 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.statistics: (nil) 2021-07-09T16:54:58.145 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.use_fsync: 0 2021-07-09T16:54:58.145 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_log_file_size: 0 2021-07-09T16:54:58.145 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2021-07-09T16:54:58.145 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.log_file_time_to_roll: 0 2021-07-09T16:54:58.146 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.keep_log_file_num: 1000 2021-07-09T16:54:58.146 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.recycle_log_file_num: 0 2021-07-09T16:54:58.146 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.allow_fallocate: 1 2021-07-09T16:54:58.146 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.allow_mmap_reads: 0 2021-07-09T16:54:58.146 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.allow_mmap_writes: 0 2021-07-09T16:54:58.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.use_direct_reads: 0 2021-07-09T16:54:58.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2021-07-09T16:54:58.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.create_missing_column_families: 0 2021-07-09T16:54:58.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.db_log_dir: 2021-07-09T16:54:58.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi184/store.db 2021-07-09T16:54:58.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.table_cache_numshardbits: 6 2021-07-09T16:54:58.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_subcompactions: 1 2021-07-09T16:54:58.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_background_flushes: -1 2021-07-09T16:54:58.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.WAL_ttl_seconds: 0 2021-07-09T16:54:58.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.WAL_size_limit_MB: 0 2021-07-09T16:54:58.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2021-07-09T16:54:58.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2021-07-09T16:54:58.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.is_fd_close_on_exec: 1 2021-07-09T16:54:58.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.advise_random_on_open: 1 2021-07-09T16:54:58.150 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.db_write_buffer_size: 0 2021-07-09T16:54:58.150 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.write_buffer_manager: 0x555bf6c0ffb0 2021-07-09T16:54:58.150 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2021-07-09T16:54:58.150 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2021-07-09T16:54:58.151 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2021-07-09T16:54:58.151 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.use_adaptive_mutex: 0 2021-07-09T16:54:58.151 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.rate_limiter: (nil) 2021-07-09T16:54:58.151 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2021-07-09T16:54:58.151 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.wal_recovery_mode: 2 2021-07-09T16:54:58.152 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.enable_thread_tracking: 0 2021-07-09T16:54:58.152 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.enable_pipelined_write: 0 2021-07-09T16:54:58.152 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.unordered_write: 0 2021-07-09T16:54:58.152 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2021-07-09T16:54:58.152 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2021-07-09T16:54:58.153 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2021-07-09T16:54:58.153 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2021-07-09T16:54:58.153 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.row_cache: None 2021-07-09T16:54:58.153 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.wal_filter: None 2021-07-09T16:54:58.154 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2021-07-09T16:54:58.154 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.allow_ingest_behind: 0 2021-07-09T16:54:58.154 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.preserve_deletes: 0 2021-07-09T16:54:58.154 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.two_write_queues: 0 2021-07-09T16:54:58.154 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.manual_wal_flush: 0 2021-07-09T16:54:58.155 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.atomic_flush: 0 2021-07-09T16:54:58.155 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2021-07-09T16:54:58.155 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.persist_stats_to_disk: 0 2021-07-09T16:54:58.155 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.write_dbid_to_manifest: 0 2021-07-09T16:54:58.156 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.log_readahead_size: 0 2021-07-09T16:54:58.156 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2021-07-09T16:54:58.156 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_background_jobs: 2 2021-07-09T16:54:58.156 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_background_compactions: -1 2021-07-09T16:54:58.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2021-07-09T16:54:58.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2021-07-09T16:54:58.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 r 2021-07-09T16:54:58.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ocksdb: Options.delayed_write_rate : 16777216 2021-07-09T16:54:58.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_total_wal_size: 0 2021-07-09T16:54:58.158 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2021-07-09T16:54:58.158 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.stats_dump_period_sec: 600 2021-07-09T16:54:58.158 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.stats_persist_period_sec: 600 2021-07-09T16:54:58.158 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2021-07-09T16:54:58.159 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_open_files: -1 2021-07-09T16:54:58.159 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.bytes_per_sync: 0 2021-07-09T16:54:58.159 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.wal_bytes_per_sync: 0 2021-07-09T16:54:58.159 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.strict_bytes_per_sync: 0 2021-07-09T16:54:58.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_readahead_size: 0 2021-07-09T16:54:58.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Compression algorithms supported: 2021-07-09T16:54:58.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2021-07-09T16:54:58.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: kZSTD supported: 0 2021-07-09T16:54:58.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: kXpressCompression supported: 0 2021-07-09T16:54:58.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: kLZ4HCCompression supported: 1 2021-07-09T16:54:58.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: kLZ4Compression supported: 1 2021-07-09T16:54:58.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: kBZip2Compression supported: 0 2021-07-09T16:54:58.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: kZlibCompression supported: 1 2021-07-09T16:54:58.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: kSnappyCompression supported: 1 2021-07-09T16:54:58.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Fast CRC32 supported: Supported on x86 2021-07-09T16:54:58.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000005 2021-07-09T16:54:58.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2021-07-09T16:54:58.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2021-07-09T16:54:58.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.merge_operator: 2021-07-09T16:54:58.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_filter: None 2021-07-09T16:54:58.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_filter_factory: None 2021-07-09T16:54:58.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.memtable_factory: SkipListFactory 2021-07-09T16:54:58.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.table_factory: BlockBasedTable 2021-07-09T16:54:58.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555bf6b1a128) 2021-07-09T16:54:58.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: cache_index_and_filter_blocks: 1 2021-07-09T16:54:58.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: cache_index_and_filter_blocks_with_high_priority: 0 2021-07-09T16:54:58.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: pin_l0_filter_and_index_blocks_in_cache: 0 2021-07-09T16:54:58.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: pin_top_level_index_and_filter: 1 2021-07-09T16:54:58.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 bash[26061]: 5efb3a4b19cb2abda03d3e2e7b9f2740f3945439c7561466a067021a59e776a2 2021-07-09T16:54:58.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: index_type: 0 2021-07-09T16:54:58.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: data_block_index_type: 0 2021-07-09T16:54:58.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: index_shortening: 1 2021-07-09T16:54:58.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: data_block_hash_table_util_ratio: 0.750000 2021-07-09T16:54:58.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: hash_index_allow_collision: 1 2021-07-09T16:54:58.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: checksum: 1 2021-07-09T16:54:58.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: no_block_cache: 0 2021-07-09T16:54:58.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: block_cache: 0x555bf6b54f10 2021-07-09T16:54:58.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: block_cache_name: BinnedLRUCache 2021-07-09T16:54:58.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: block_cache_options: 2021-07-09T16:54:58.169 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: capacity : 536870912 2021-07-09T16:54:58.169 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: num_shard_bits : 4 2021-07-09T16:54:58.169 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: strict_capacity_limit : 0 2021-07-09T16:54:58.169 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: high_pri_pool_ratio: 0.000 2021-07-09T16:54:58.169 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: block_cache_compressed: (nil) 2021-07-09T16:54:58.170 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: persistent_cache: (nil) 2021-07-09T16:54:58.170 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: block_size: 4096 2021-07-09T16:54:58.170 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: block_size_deviation: 10 2021-07-09T16:54:58.170 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: block_restart_interval: 16 2021-07-09T16:54:58.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: index_block_restart_interval: 1 2021-07-09T16:54:58.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: metadata_block_size: 4096 2021-07-09T16:54:58.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: partition_filters: 0 2021-07-09T16:54:58.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: use_delta_encoding: 1 2021-07-09T16:54:58.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: filter_policy: rocksdb.BuiltinBloomFilter 2021-07-09T16:54:58.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: whole_key_filtering: 1 2021-07-09T16:54:58.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: verify_compression: 0 2021-07-09T16:54:58.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: read_amp_bytes_per_bit: 0 2021-07-09T16:54:58.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: format_version: 2 2021-07-09T16:54:58.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: enable_index_compression: 1 2021-07-09T16:54:58.173 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: block_align: 0 2021-07-09T16:54:58.173 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.173 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.write_buffer_size: 33554432 2021-07-09T16:54:58.173 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_write_buffer_number: 2 2021-07-09T16:54:58.174 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compression: NoCompression 2021-07-09T16:54:58.174 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.bottommost_compression: Disabled 2021-07-09T16:54:58.174 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.prefix_extractor: nullptr 2021-07-09T16:54:58.174 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2021-07-09T16:54:58.175 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.num_levels: 7 2021-07-09T16:54:58.175 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2021-07-09T16:54:58.175 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2021-07-09T16:54:58.175 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2021-07-09T16:54:58.175 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2021-07-09T16:54:58.176 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2021-07-09T16:54:58.176 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2021-07-09T16:54:58.176 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2021-07-09T16:54:58.176 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2021-07-09T16:54:58.176 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2021-07-09T16:54:58.177 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compression_opts.window_bits: -14 2021-07-09T16:54:58.177 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compression_opts.level: 32767 2021-07-09T16:54:58.177 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compression_opts.strategy: 0 2021-07-09T16:54:58.177 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2021-07-09T16:54:58.178 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2021-07-09T16:54:58.178 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compression_opts.enabled: false 2021-07-09T16:54:58.178 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2021-07-09T16:54:58.178 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2021-07-09T16:54:58.178 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2021-07-09T16:54:58.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.target_file_size_base: 67108864 2021-07-09T16:54:58.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.target_file_size_multiplier: 1 2021-07-09T16:54:58.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2021-07-09T16:54:58.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2021-07-09T16:54:58.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2021-07-09T16:54:58.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2021-07-09T16:54:58.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2021-07-09T16:54:58.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2021-07-09T16:54:58.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2021-07-09T16:54:58.181 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2021-07-09T16:54:58.181 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54: 2021-07-09T16:54:58.181 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 57.887+0000 7f2f7907a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2021-07-09T16:54:58.181 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2021-07-09T16:54:58.181 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2021-07-09T16:54:58.182 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2021-07-09T16:54:58.182 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.arena_block_size: 4194304 2021-07-09T16:54:58.182 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2021-07-09T16:54:58.182 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2021-07-09T16:54:58.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2021-07-09T16:54:58.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.disable_auto_compactions: 0 2021-07-09T16:54:58.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2021-07-09T16:54:58.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2021-07-09T16:54:58.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2021-07-09T16:54:58.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2021-07-09T16:54:58.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2021-07-09T16:54:58.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2021-07-09T16:54:58.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2021-07-09T16:54:58.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2021-07-09T16:54:58.185 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2021-07-09T16:54:58.185 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2021-07-09T16:54:58.185 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.table_properties_collectors: 2021-07-09T16:54:58.185 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.inplace_update_support: 0 2021-07-09T16:54:58.186 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.inplace_update_num_locks: 10000 2021-07-09T16:54:58.186 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2021-07-09T16:54:58.186 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2021-07-09T16:54:58.186 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.memtable_huge_page_size: 0 2021-07-09T16:54:58.186 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.bloom_locality: 0 2021-07-09T16:54:58.187 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.max_successive_merges: 0 2021-07-09T16:54:58.187 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.optimize_filters_for_hits: 0 2021-07-09T16:54:58.187 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.paranoid_file_checks: 0 2021-07-09T16:54:58.187 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.force_consistency_checks: 0 2021-07-09T16:54:58.188 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.report_bg_io_stats: 0 2021-07-09T16:54:58.188 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.ttl: 2592000 2021-07-09T16:54:58.188 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: Options.periodic_compaction_seconds: 0 2021-07-09T16:54:58.189 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2021-07-09T16:54:58.189 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.189 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.887+0000 7f2f7907a700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2021-07-09T16:54:58.189 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.189 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.888+0000 7f2f7907a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1625849697889119, "job": 1, "event": "recovery_started", "log_files": [6]} 2021-07-09T16:54:58.190 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.888+0000 7f2f7907a700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2021-07-09T16:54:58.190 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.888+0000 7f2f7907a700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2021-07-09T16:54:58.190 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.888+0000 7f2f7907a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1625849697889899, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82039, "table_properties": {"data_size": 80309, "index_size": 335, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9200, "raw_average_key_size": 46, "raw_value_size": 74954, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 196, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1625849697, "oldest_key_time": 3, "file_creation_time": 0}} 2021-07-09T16:54:58.190 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.888+0000 7f2f7907a700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2021-07-09T16:54:58.190 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.191 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.889+0000 7f2f7907a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1625849697890271, "job": 1, "event": "recovery_finished"} 2021-07-09T16:54:58.191 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.889+0000 7f2f7907a700 4 rocksdb: DB pointer 0x555bf6c1b800 2021-07-09T16:54:58.191 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.889+0000 7f2f5fe92700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2021-07-09T16:54:58.191 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.889+0000 7f2f5fe92700 4 rocksdb: [db_impl/db_impl.cc:851] 2021-07-09T16:54:58.192 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ** DB Stats ** 2021-07-09T16:54:58.192 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Uptime(secs): 0.0 total, 0.0 interval 2021-07-09T16:54:58.192 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.192 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2021-07-09T16:54:58.192 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2021-07-09T16:54:58.193 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.193 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2021-07-09T16:54:58.193 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2021-07-09T16:54:58.193 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.193 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ** Compaction Stats [default] ** 2021-07-09T16:54:58.194 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.194 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-09T16:54:58.194 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: L0 2/0 81.81 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.7 0.00 0.00 1 0.001 0 0 2021-07-09T16:54:58.195 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Sum 2/0 81.81 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.7 0.00 0.00 1 0.001 0 0 2021-07-09T16:54:58.195 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.7 0.00 0.00 1 0.001 0 0 2021-07-09T16:54:58.195 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.195 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ** Compaction Stats [default] ** 2021-07-09T16:54:58.195 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-09T16:54:58.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 150.7 0.00 0.00 1 0.001 0 0 2021-07-09T16:54:58.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Uptime(secs): 0.0 total, 0.0 interval 2021-07-09T16:54:58.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Flush(GB): cumulative 0.000, interval 0.000 2021-07-09T16:54:58.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: AddFile(GB): cumulative 0.000, interval 0.000 2021-07-09T16:54:58.197 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: AddFile(Total Files): cumulative 0, interval 0 2021-07-09T16:54:58.197 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: AddFile(L0 Files): cumulative 0, interval 0 2021-07-09T16:54:58.197 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: AddFile(Keys): cumulative 0, interval 0 2021-07-09T16:54:58.197 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Cumulative compaction: 0.00 GB write, 31.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2021-07-09T16:54:58.198 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Interval compaction: 0.00 GB write, 31.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2021-07-09T16:54:58.198 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.199 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.199 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ** File Read Latency Histogram By Level [default] ** 2021-07-09T16:54:58.199 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.199 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ** Compaction Stats [default] ** 2021-07-09T16:54:58.200 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.200 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-09T16:54:58.200 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: L0 2/0 81.81 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.7 0.00 0.00 1 0.001 0 0 2021-07-09T16:54:58.200 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Sum 2/0 81.81 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.7 0.00 0.00 1 0.001 0 0 2021-07-09T16:54:58.200 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.201 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.201 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ** Compaction Stats [default] ** 2021-07-09T16:54:58.201 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.201 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2021-07-09T16:54:58.202 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 150.7 0.00 0.00 1 0.001 0 0 2021-07-09T16:54:58.202 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Uptime(secs): 0.0 total, 0.0 interval 2021-07-09T16:54:58.202 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Flush(GB): cumulative 0.000, interval 0.000 2021-07-09T16:54:58.202 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: AddFile(GB): cumulative 0.000, interval 0.000 2021-07-09T16:54:58.203 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: AddFile(Total Files): cumulative 0, interval 0 2021-07-09T16:54:58.203 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: AddFile(L0 Files): cumulative 0, interval 0 2021-07-09T16:54:58.203 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: AddFile(Keys): cumulative 0, interval 0 2021-07-09T16:54:58.203 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: Cumulative compaction: 0.00 GB write, 31.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2021-07-09T16:54:58.203 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 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-09T16:54:58.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: ** File Read Latency Histogram By Level [default] ** 2021-07-09T16:54:58.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.890+0000 7f2f7907a700 0 starting mon.smithi184 rank 0 at public addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] at bind addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi184 fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:58.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.891+0000 7f2f7907a700 1 mon.smithi184@-1(???) e1 preinit fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:54:58.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.891+0000 7f2f7907a700 0 mon.smithi184@-1(???).mds e1 new map 2021-07-09T16:54:58.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.891+0000 7f2f7907a700 0 mon.smithi184@-1(???).mds e1 print_map 2021-07-09T16:54:58.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: e1 2021-07-09T16:54:58.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: enable_multiple, ever_enabled_multiple: 1,1 2021-07-09T16:54:58.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2021-07-09T16:54:58.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: legacy client fscid: -1 2021-07-09T16:54:58.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: No filesystems configured 2021-07-09T16:54:58.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.891+0000 7f2f7907a700 0 mon.smithi184@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2021-07-09T16:54:58.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.891+0000 7f2f7907a700 0 mon.smithi184@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2021-07-09T16:54:58.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.891+0000 7f2f7907a700 0 mon.smithi184@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2021-07-09T16:54:58.208 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.891+0000 7f2f7907a700 0 mon.smithi184@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2021-07-09T16:54:58.208 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: audit 2021-07-09T16:54:58.208 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:56 2021-07-09T16:54:58.208 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: .199116+0000 mon.smithi184 (mon.0) 10 2021-07-09T16:54:58.208 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: : audit [DBG] from='client.? 172.21.15.184:0/3250619932' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:54:58.209 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.891+0000 7f2f7907a700 1 mon.smithi184@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2021-07-09T16:54:58.209 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta expand map: {default=false} 2021-07-09T16:54:58.209 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta from 'false' to 'false' 2021-07-09T16:54:58.209 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:58.209 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta expanded map: {default=false} 2021-07-09T16:54:58.210 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta expand map: {default=info} 2021-07-09T16:54:58.210 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta from 'info' to 'info' 2021-07-09T16:54:58.210 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta expanded map: {default=info} 2021-07-09T16:54:58.210 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta expand map: {default=daemon} 2021-07-09T16:54:58.211 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:58.211 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta from 'daemon' to 'daemon' 2021-07-09T16:54:58.211 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta expanded map: {default=daemon} 2021-07-09T16:54:58.211 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta expand map: {default=debug} 2021-07-09T16:54:58.212 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta from 'debug' to 'debug' 2021-07-09T16:54:58.212 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 conmon[26177]: debug 2021-07-09T16:54:57.892+0000 7f2f7907a700 20 expand_channel_meta expanded map: {default=debug} 2021-07-09T16:54:58.212 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:57 smithi184 systemd[1]: Started Ceph mon.smithi184 for 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c. 2021-07-09T16:54:58.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:58 smithi184 conmon[26177]: cluster 2021-07-09T16:54:57.896086+0000 mon.smithi184 ( 2021-07-09T16:54:58.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:58 smithi184 conmon[26177]: mon.0) 1 : cluster [INF] mon.smithi184 is new leader, mons smithi184 in quorum (ranks 0) 2021-07-09T16:54:58.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:58 smithi184 conmon[26177]: cluster 2021-07-09T16:54:57.896159+0000 mon.smithi184 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} 2021-07-09T16:54:58.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:58 smithi184 conmon[26177]: cluster 2021-07-09T16:54:57.896198+0000 mon.smithi184 (mon.0) 3 : cluster [DBG] fsmap 2021-07-09T16:54:58.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:58 smithi184 conmon[26177]: cluster 2021-07-09T16:54:57.896226+0000 mon.smithi184 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2021-07-09T16:54:58.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:58 smithi184 conmon[26177]: cluster 2021-07-09T16:54:57.896658+0000 mon.smithi184 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2021-07-09T16:54:58.915 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:54:58 smithi184 conmon[26177]: audit 2021-07-09T16:54:58.629919+0000 mon.smithi184 (mon.0) 6 : audit [INF] from='client.? 172.21.15.184:0/2422954379' entity='client.admin' 2021-07-09T16:54:59.221 INFO:teuthology.orchestra.run.smithi184.stderr:Wrote config to /etc/ceph/ceph.conf 2021-07-09T16:54:59.221 INFO:teuthology.orchestra.run.smithi184.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2021-07-09T16:54:59.222 INFO:teuthology.orchestra.run.smithi184.stderr:Creating mgr... 2021-07-09T16:54:59.222 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying port 9283 ... 2021-07-09T16:54:59.223 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl daemon-reload 2021-07-09T16:54:59.309 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl stop ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mgr.smithi184.rkuohv 2021-07-09T16:54:59.330 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl reset-failed ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mgr.smithi184.rkuohv 2021-07-09T16:54:59.335 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Failed to reset failed state of unit ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mgr.smithi184.rkuohv.service: Unit ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mgr.smithi184.rkuohv.service not loaded. 2021-07-09T16:54:59.335 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl enable ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mgr.smithi184.rkuohv 2021-07-09T16:54:59.341 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.target.wants/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mgr.smithi184.rkuohv.service → /etc/systemd/system/ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@.service. 2021-07-09T16:54:59.418 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl start ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@mgr.smithi184.rkuohv 2021-07-09T16:55:00.117 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-enabled firewalld.service 2021-07-09T16:55:00.125 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: disabled 2021-07-09T16:55:00.125 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-active firewalld.service 2021-07-09T16:55:00.133 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2021-07-09T16:55:00.134 INFO:teuthology.orchestra.run.smithi184.stderr:firewalld.service is not enabled 2021-07-09T16:55:00.134 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to enable service . firewalld.service is not available 2021-07-09T16:55:00.134 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to open ports <[]>. firewalld.service is not available 2021-07-09T16:55:00.135 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-enabled firewalld.service 2021-07-09T16:55:00.140 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: disabled 2021-07-09T16:55:00.141 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-active firewalld.service 2021-07-09T16:55:00.149 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2021-07-09T16:55:00.149 INFO:teuthology.orchestra.run.smithi184.stderr:firewalld.service is not enabled 2021-07-09T16:55:00.149 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2021-07-09T16:55:00.150 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mgr to start... 2021-07-09T16:55:00.150 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mgr... 2021-07-09T16:55:00.150 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2021-07-09T16:55:00.908 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2021-07-09T16:55:00.909 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2021-07-09T16:55:00.909 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsid": "4a1c6bfc-e0d6-11eb-8c22-001a4aab830c", 2021-07-09T16:55:00.909 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "health": { 2021-07-09T16:55:00.909 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2021-07-09T16:55:00.910 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "checks": {}, 2021-07-09T16:55:00.910 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mutes": [] 2021-07-09T16:55:00.911 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:00.911 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "election_epoch": 5, 2021-07-09T16:55:00.911 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum": [ 2021-07-09T16:55:00.911 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 0 2021-07-09T16:55:00.911 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2021-07-09T16:55:00.912 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_names": [ 2021-07-09T16:55:00.912 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "smithi184" 2021-07-09T16:55:00.913 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2021-07-09T16:55:00.913 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_age": 3, 2021-07-09T16:55:00.913 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "monmap": { 2021-07-09T16:55:00.913 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:00.914 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2021-07-09T16:55:00.914 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_mons": 1 2021-07-09T16:55:00.914 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:00.914 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osdmap": { 2021-07-09T16:55:00.915 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:00.915 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_osds": 0, 2021-07-09T16:55:00.915 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_up_osds": 0, 2021-07-09T16:55:00.916 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_up_since": 0, 2021-07-09T16:55:00.916 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_in_osds": 0, 2021-07-09T16:55:00.916 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_in_since": 0, 2021-07-09T16:55:00.916 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2021-07-09T16:55:00.916 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:00.917 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgmap": { 2021-07-09T16:55:00.917 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgs_by_state": [], 2021-07-09T16:55:00.917 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pgs": 0, 2021-07-09T16:55:00.917 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pools": 0, 2021-07-09T16:55:00.918 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_objects": 0, 2021-07-09T16:55:00.918 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "data_bytes": 0, 2021-07-09T16:55:00.918 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_used": 0, 2021-07-09T16:55:00.919 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_avail": 0, 2021-07-09T16:55:00.919 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_total": 0 2021-07-09T16:55:00.919 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:00.919 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsmap": { 2021-07-09T16:55:00.919 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:00.920 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "by_rank": [], 2021-07-09T16:55:00.920 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "up:standby": 0 2021-07-09T16:55:00.922 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:00.922 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap": { 2021-07-09T16:55:00.923 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": false, 2021-07-09T16:55:00.923 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standbys": 0, 2021-07-09T16:55:00.924 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modules": [ 2021-07-09T16:55:00.924 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "iostat", 2021-07-09T16:55:00.924 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "restful" 2021-07-09T16:55:00.924 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2021-07-09T16:55:00.925 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2021-07-09T16:55:00.925 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:00.925 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "servicemap": { 2021-07-09T16:55:00.925 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:00.925 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modified": "2021-07-09T16:54:52.875810+0000", 2021-07-09T16:55:00.926 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2021-07-09T16:55:00.926 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:00.926 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "progress_events": {} 2021-07-09T16:55:00.926 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2021-07-09T16:55:01.411 INFO:teuthology.orchestra.run.smithi184.stderr:mgr not available, waiting (1/15)... 2021-07-09T16:55:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:00 smithi184 conmon[26177]: audit 2021-07-09T16:55:00.899663+0000 mon.smithi184 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.184:0/3991206188' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2021-07-09T16:55:03.416 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2021-07-09T16:55:04.171 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2021-07-09T16:55:04.171 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2021-07-09T16:55:04.171 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsid": "4a1c6bfc-e0d6-11eb-8c22-001a4aab830c", 2021-07-09T16:55:04.172 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "health": { 2021-07-09T16:55:04.172 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2021-07-09T16:55:04.172 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "checks": {}, 2021-07-09T16:55:04.172 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mutes": [] 2021-07-09T16:55:04.172 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:04.173 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "election_epoch": 5, 2021-07-09T16:55:04.173 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum": [ 2021-07-09T16:55:04.173 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 0 2021-07-09T16:55:04.173 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2021-07-09T16:55:04.174 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_names": [ 2021-07-09T16:55:04.174 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "smithi184" 2021-07-09T16:55:04.174 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2021-07-09T16:55:04.174 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_age": 6, 2021-07-09T16:55:04.174 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "monmap": { 2021-07-09T16:55:04.175 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:04.175 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2021-07-09T16:55:04.175 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_mons": 1 2021-07-09T16:55:04.175 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:04.175 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osdmap": { 2021-07-09T16:55:04.176 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:04.176 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_osds": 0, 2021-07-09T16:55:04.176 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_up_osds": 0, 2021-07-09T16:55:04.176 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_up_since": 0, 2021-07-09T16:55:04.181 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_in_osds": 0, 2021-07-09T16:55:04.181 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_in_since": 0, 2021-07-09T16:55:04.181 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2021-07-09T16:55:04.181 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:04.182 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgmap": { 2021-07-09T16:55:04.182 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgs_by_state": [], 2021-07-09T16:55:04.182 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pgs": 0, 2021-07-09T16:55:04.182 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pools": 0, 2021-07-09T16:55:04.182 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_objects": 0, 2021-07-09T16:55:04.183 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "data_bytes": 0, 2021-07-09T16:55:04.183 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_used": 0, 2021-07-09T16:55:04.183 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_avail": 0, 2021-07-09T16:55:04.183 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_total": 0 2021-07-09T16:55:04.183 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:04.184 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsmap": { 2021-07-09T16:55:04.184 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:04.184 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "by_rank": [], 2021-07-09T16:55:04.184 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "up:standby": 0 2021-07-09T16:55:04.185 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:04.185 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap": { 2021-07-09T16:55:04.185 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": false, 2021-07-09T16:55:04.185 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standbys": 0, 2021-07-09T16:55:04.186 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modules": [ 2021-07-09T16:55:04.186 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "iostat", 2021-07-09T16:55:04.186 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "restful" 2021-07-09T16:55:04.186 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2021-07-09T16:55:04.187 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2021-07-09T16:55:04.187 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:04.187 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "servicemap": { 2021-07-09T16:55:04.187 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:04.187 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modified": "2021-07-09T16:54:52.875810+0000", 2021-07-09T16:55:04.188 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2021-07-09T16:55:04.188 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:04.188 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "progress_events": {} 2021-07-09T16:55:04.188 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2021-07-09T16:55:04.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:04 smithi184 conmon[26177]: audit 2021-07-09T16:55:04.163787+0000 mon.smithi184 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.184:0/1525725611' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2021-07-09T16:55:04.710 INFO:teuthology.orchestra.run.smithi184.stderr:mgr not available, waiting (2/15)... 2021-07-09T16:55:05.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: cluster 2021-07-09T16:55:04.999412+0000 mon.smithi184 (mon.0) 9 : cluster 2021-07-09T16:55:05.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: [INF] Activating manager daemon smithi184.rkuohv 2021-07-09T16:55:05.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: cluster 2021-07-09T16:55:05.001865+0000 mon.smithi184 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi184.rkuohv(active, starting, since 0.00254382s) 2021-07-09T16:55:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021-07-09T16:55:05.002802+0000 2021-07-09T16:55:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: mon.smithi184 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mds metadata"}]: dispatch 2021-07-09T16:55:05.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 2021-07-09T16:55:05.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021-07-09T16:55:05.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 2021-07-09T16:55:05.002961+0000 mon.smithi184 ( 2021-07-09T16:55:05.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata"}]: dispatch 2021-07-09T16:55:05.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021- 2021-07-09T16:55:05.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 07-09T16:55:05.003164+0000 2021-07-09T16:55:05.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: mon.smithi184 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mon metadata"}]: dispatch 2021-07-09T16:55:05.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 2021-07-09T16:55:05.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021-07-09T16:55:05.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 2021-07-09T16 2021-07-09T16:55:05.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: :55:05.003286+0000 mon.smithi184 (mon. 2021-07-09T16:55:05.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 0) 14 : audit [DBG] from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2021-07-09T16:55:05.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021-07-09T16:55:05.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 2021-07-09T16:55:05.003655 2021-07-09T16:55:05.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 15 : audit [DBG] 2021-07-09T16:55:05.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mgr metadata", "who": "smithi184.rkuohv", "id": "smithi184.rkuohv"}]: dispatch 2021-07-09T16:55:05.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: cluster 2021-07-09T16:55 2021-07-09T16:55:05.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: :05.005285+0000 mon.smithi184 (mon.0) 2021-07-09T16:55:05.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 16 : cluster [INF] Manager daemon smithi184.rkuohv is now available 2021-07-09T16:55:05.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021- 2021-07-09T16:55:05.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 07-09T16:55:05.013648+0000 2021-07-09T16:55:05.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: mon.smithi184 (mon.0) 17 : audit [INF] 2021-07-09T16:55:05.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:05.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021- 2021-07-09T16:55:05.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 07-09T16:55:05.016702+0000 2021-07-09T16:55:05.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: mon.smithi184 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T16:55:05.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 2021-07-09T16:55:05.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021- 2021-07-09T16:55:05.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 07-09T16:55:05.017822+0000 mon.smithi184 (mon 2021-07-09T16:55:05.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: .0) 19 : audit [INF] from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T16:55:05.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021 2021-07-09T16:55:05.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: -07-09T16:55:05.022814 2021-07-09T16:55:05.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 20 : audit 2021-07-09T16:55:05.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: [INF] from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:05.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: audit 2021-07-09T16 2021-07-09T16:55:05.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: :55:05.025191+0000 mon.smithi184 (mon. 2021-07-09T16:55:05.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:05 smithi184 conmon[26177]: 0) 21 : audit [INF] from='mgr.14100 172.21.15.184:0/3932432352' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:06.713 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2021-07-09T16:55:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:07 smithi184 conmon[26177]: cluster 2021-07-09T16:55:06.005024+0000 mon.smithi184 (mon. 2021-07-09T16:55:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:07 smithi184 conmon[26177]: 0) 22 : cluster [DBG] mgrmap e3: smithi184.rkuohv(active, since 1.0057s) 2021-07-09T16:55:07.605 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2021-07-09T16:55:07.606 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2021-07-09T16:55:07.606 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsid": "4a1c6bfc-e0d6-11eb-8c22-001a4aab830c", 2021-07-09T16:55:07.606 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "health": { 2021-07-09T16:55:07.606 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2021-07-09T16:55:07.606 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "checks": {}, 2021-07-09T16:55:07.607 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mutes": [] 2021-07-09T16:55:07.607 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:07.607 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "election_epoch": 5, 2021-07-09T16:55:07.607 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum": [ 2021-07-09T16:55:07.614 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 0 2021-07-09T16:55:07.614 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2021-07-09T16:55:07.614 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_names": [ 2021-07-09T16:55:07.615 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "smithi184" 2021-07-09T16:55:07.615 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2021-07-09T16:55:07.615 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_age": 9, 2021-07-09T16:55:07.616 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "monmap": { 2021-07-09T16:55:07.616 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:07.616 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2021-07-09T16:55:07.616 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_mons": 1 2021-07-09T16:55:07.617 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:07.617 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osdmap": { 2021-07-09T16:55:07.617 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:07.617 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_osds": 0, 2021-07-09T16:55:07.618 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_up_osds": 0, 2021-07-09T16:55:07.618 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_up_since": 0, 2021-07-09T16:55:07.618 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_in_osds": 0, 2021-07-09T16:55:07.618 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_in_since": 0, 2021-07-09T16:55:07.618 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2021-07-09T16:55:07.619 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:07.619 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgmap": { 2021-07-09T16:55:07.619 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgs_by_state": [], 2021-07-09T16:55:07.619 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pgs": 0, 2021-07-09T16:55:07.620 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pools": 0, 2021-07-09T16:55:07.620 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_objects": 0, 2021-07-09T16:55:07.620 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "data_bytes": 0, 2021-07-09T16:55:07.620 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_used": 0, 2021-07-09T16:55:07.620 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_avail": 0, 2021-07-09T16:55:07.621 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_total": 0 2021-07-09T16:55:07.621 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:07.622 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsmap": { 2021-07-09T16:55:07.622 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:07.622 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "by_rank": [], 2021-07-09T16:55:07.623 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "up:standby": 0 2021-07-09T16:55:07.623 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:07.623 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap": { 2021-07-09T16:55:07.623 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": true, 2021-07-09T16:55:07.624 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standbys": 0, 2021-07-09T16:55:07.624 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modules": [ 2021-07-09T16:55:07.624 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "iostat", 2021-07-09T16:55:07.624 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "restful" 2021-07-09T16:55:07.625 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2021-07-09T16:55:07.625 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2021-07-09T16:55:07.625 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:07.625 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "servicemap": { 2021-07-09T16:55:07.625 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2021-07-09T16:55:07.626 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modified": "2021-07-09T16:54:52.875810+0000", 2021-07-09T16:55:07.626 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2021-07-09T16:55:07.627 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2021-07-09T16:55:07.627 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "progress_events": {} 2021-07-09T16:55:07.627 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2021-07-09T16:55:08.161 INFO:teuthology.orchestra.run.smithi184.stderr:mgr is available 2021-07-09T16:55:08.162 INFO:teuthology.orchestra.run.smithi184.stderr:Enabling cephadm module... 2021-07-09T16:55:08.162 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2021-07-09T16:55:08.374 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:08 smithi184 conmon[26177]: cluster 2021-07-09T16:55:07.009232+0000 mon.smithi184 (mon.0) 23 2021-07-09T16:55:08.374 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:08 smithi184 conmon[26177]: : cluster [DBG] mgrmap e4: smithi184.rkuohv(active, since 2s) 2021-07-09T16:55:08.374 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:08 smithi184 conmon[26177]: audit 2021-07-09T16:55:07.602785+0000 mon.smithi184 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.184:0/2917707880' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2021-07-09T16:55:09.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:09 smithi184 conmon[26177]: audit 2021-07-09T16:55:09.020468+0000 mon.smithi184 (mon.0) 2021-07-09T16:55:09.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:09 smithi184 conmon[26177]: 25 : audit [INF] from='client.? 172.21.15.184:0/367044154' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2021-07-09T16:55:09.626 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2021-07-09T16:55:10.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:10 smithi184 conmon[26177]: audit 2021-07-09T16:55:09 2021-07-09T16:55:10.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:10 smithi184 conmon[26177]: .073452+0000 mon.smithi184 (mon.0) 26 : audit [INF] from='client.? 172.21.15.184:0/367044154' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2021-07-09T16:55:10.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:10 smithi184 conmon[26177]: cluster 2021-07-09T16:55:09.073504+0000 mon.smithi184 (mon.0) 27 : cluster [DBG] mgrmap e5: smithi184.rkuohv(active, since 4s) 2021-07-09T16:55:10.557 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2021-07-09T16:55:10.557 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 5, 2021-07-09T16:55:10.558 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": true, 2021-07-09T16:55:10.558 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "active_name": "smithi184.rkuohv", 2021-07-09T16:55:10.558 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standby": 0 2021-07-09T16:55:10.558 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2021-07-09T16:55:11.093 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for the mgr to restart... 2021-07-09T16:55:11.094 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mgr epoch 5... 2021-07-09T16:55:11.094 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2021-07-09T16:55:11.356 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:11 smithi184 conmon[26177]: audit 2021-07-09T16:55:10.555369+0000 mon.smithi184 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.184:0/3714006222' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2021-07-09T16:55:11.356 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:11 smithi184 conmon[26177]: 2021-07-09T16:55:14.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:14 smithi184 conmon[26177]: cluster 2021-07-09T16:55:14.050984+0000 mon.smithi184 (mon.0) 2021-07-09T16:55:14.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:14 smithi184 conmon[26177]: 29 : cluster [INF] Active manager daemon smithi184.rkuohv restarted 2021-07-09T16:55:14.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:14 smithi184 conmon[26177]: cluster 2021-07-09T16:55:14.051351+0000 mon.smithi184 (mon.0) 30 : cluster [INF] Activating manager daemon smithi184.rkuohv 2021-07-09T16:55:14.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:14 smithi184 conmon[26177]: cluster 2021-07-09T16:55:14.055465+0000 mon.smithi184 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2021-07-09T16:55:15.123 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2021-07-09T16:55:15.123 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2021-07-09T16:55:15.123 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "initialized": true 2021-07-09T16:55:15.124 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2021-07-09T16:55:15.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: cluster 2021-07-09T16:55:14.106342+0000 mon.smithi184 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi184.rkuohv(active, starting, since 0.0550644s) 2021-07-09T16:55:15.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: 2021-07-09T16:55:15.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09T16:55:14.109520+0000 mon.smithi184 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2021-07-09T16:55:15.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09T16:55 2021-07-09T16:55:15.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: :14.110111+0000 mon.smithi184 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mgr metadata", "who": "smithi184.rkuohv", "id": "smithi184.rkuohv"}]: dispatch 2021-07-09T16:55:15.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09T16 2021-07-09T16:55:15.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: :55:14.110947+0000 mon.smithi184 (mon.0 2021-07-09T16:55:15.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: ) 35 : audit [DBG] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mds metadata"}]: dispatch 2021-07-09T16:55:15.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09 2021-07-09T16:55:15.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: T16:55:14.111133+0000 mon.smithi184 (mon 2021-07-09T16:55:15.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: .0) 36 : audit [DBG] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata"}]: dispatch 2021-07-09T16:55:15.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021 2021-07-09T16:55:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: -07-09T16:55:14.111272+0000 mon.smithi184 2021-07-09T16:55:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: (mon.0) 37 : audit [DBG] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mon metadata"}]: dispatch 2021-07-09T16:55:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: cluster 2021 2021-07-09T16:55:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: -07-09T16:55:14.112996+0000 2021-07-09T16:55:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: mon.smithi184 (mon.0) 38 : cluster [INF] 2021-07-09T16:55:15.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: Manager daemon smithi184.rkuohv is now available 2021-07-09T16:55:15.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09T16:55:15.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: 2021-07-09T16:55:14.126098+0000 mon.smithi184 (mon.0) 39 : 2021-07-09T16:55:15.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:15.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09T 2021-07-09T16:55:15.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: 16:55:14.128791+0000 mon.smithi184 (mon. 2021-07-09T16:55:15.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: 0) 40 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:15.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021 2021-07-09T16:55:15.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: -07-09T16:55:14.131230 2021-07-09T16:55:15.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 41 : audit [INF] 2021-07-09T16:55:15.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:15.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09T16:55 2021-07-09T16:55:15.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: :14.217650+0000 mon.smithi184 (mon.0) 42 2021-07-09T16:55:15.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:15.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021 2021-07-09T16:55:15.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: -07-09T16:55:14.218382+0000 2021-07-09T16:55:15.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: mon.smithi184 (mon.0) 43 : audit [DBG] 2021-07-09T16:55:15.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:55:15.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09T16:55: 2021-07-09T16:55:15.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: 14.219825+0000 mon.smithi184 (mon.0) 44 : 2021-07-09T16:55:15.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit [DBG] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:55:15.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09T16:55 2021-07-09T16:55:15.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: :14.221498+0000 mon.smithi184 (mon.0) 45 : audit [DBG] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:55:15.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021- 2021-07-09T16:55:15.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: 07-09T16:55:14.231259+0000 mon.smithi184 2021-07-09T16:55:15.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T16:55:15.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: 2021-07-09T16:55:15.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit 2021-07-09T16:55: 2021-07-09T16:55:15.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: 14.232340+0000 mon.smithi184 (mon.0) 47 : 2021-07-09T16:55:15.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:15 smithi184 conmon[26177]: audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T16:55:15.643 INFO:teuthology.orchestra.run.smithi184.stderr:mgr epoch 5 is available 2021-07-09T16:55:15.643 INFO:teuthology.orchestra.run.smithi184.stderr:Setting orchestrator backend to cephadm... 2021-07-09T16:55:15.644 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2021-07-09T16:55:16.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:16 smithi184 conmon[26177]: audit 2021-07-09T16:55:15.113958+0000 mgr.smithi184.rkuohv (mgr.14114) 1 : audit 2021-07-09T16:55:16.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:16 smithi184 conmon[26177]: [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2021-07-09T16:55:16.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:16 smithi184 conmon[26177]: cluster 2021-07-09T16:55:15.114685+0000 mon.smithi184 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi184.rkuohv(active, since 1.0634s) 2021-07-09T16:55:16.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:16 smithi184 conmon[26177]: audit 2021-07-09T16:55:15.120707+0000 mgr.smithi184.rkuohv (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2021-07-09T16:55:17.000 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2021-07-09T16:55:17.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:17 smithi184 conmon[26177]: cluster 2021-07-09T16:55:16.114392+0000 mon.smithi184 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi184.rkuohv(active, since 2s) 2021-07-09T16:55:17.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:17 smithi184 conmon[26177]: audit 2021-07-09T16:55:16.491892+0000 mgr.smithi184.rkuohv (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:17.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:17 smithi184 conmon[26177]: audit 2021-07-09T16:55:16.495767+0000 mon.smithi184 (mon.0) 50 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:17.267 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:17 smithi184 conmon[26177]: audit 2021-07-09T16:55:16.498964+0000 mon.smithi184 (mon.0) 51 : audit [DBG] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:55:17.795 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: value unchanged 2021-07-09T16:55:18.334 INFO:teuthology.orchestra.run.smithi184.stderr:Generating ssh key... 2021-07-09T16:55:18.334 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2021-07-09T16:55:19.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:18 smithi184 conmon[26177]: audit 2021-07-09T16:55:17.794043+0000 mgr.smithi184.rkuohv (mgr.14114) 4 : 2021-07-09T16:55:19.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:18 smithi184 conmon[26177]: audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:19.908 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2021-07-09T16:55:20.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:20 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:19.126904+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T16:55:20.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:20 smithi184 conmon[26177]: 14114) 6 : cephadm [INF] Generating ssh key... 2021-07-09T16:55:20.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:20 smithi184 conmon[26177]: audit 2021-07-09T16:55:19.361627+0000 mon.smithi184 (mon.0) 52 : 2021-07-09T16:55:20.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:20 smithi184 conmon[26177]: audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:20.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:20 smithi184 conmon[26177]: audit 2021- 2021-07-09T16:55:20.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:20 smithi184 conmon[26177]: 07-09T16:55:19.363286+0000 mon.smithi184 (mon.0 2021-07-09T16:55:20.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:20 smithi184 conmon[26177]: ) 53 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:20.718 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCr0yJK3WOteE4ldxNhMBs8Ea8BX9UuVTgNKnw2+TtSaYZjV+r8fSH4YFUpqWke/y7nlGK6rg7zx0veofTkYQYWWvZe672dBk6X3HOpuGhMNJOJD9IM9MuRcvn78NJf2vbYkP8Pi15LAJygrTYjomsMVfbyTC7ZR4Mq4BtLweLmlqBLMkE+z+FuecB0c6clk/7s2y9Sgfl5OC+WeEd5YigBxHlLfxU1HihZ5Zn2u8jwsCMraLKxrQRqot3zZo1xSVPTA3qMOu4gnvKZyTYBQnIKIP0dPubzXJ9u8Ysy7267uC5Vb6SxbNlkCAGswoMkNDeqF3yQzYoi8gdRL6RA2VhcWkAHz1hd+czYdx8qZK1lsKpOEICeqMUpUCwiEVLUp06ngyVCmzTuPq/Z/RDwQngkpAbo38S/oRAjith6sIgJ/kT0Ee619RWM/9PU6BIino2OuJ37K8dRrIUtKbUf5VnQb4VQS2OHKlDgHgnd00Bkg5khFMVeW6WE2no4bCazoGs= ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:55:21.267 INFO:teuthology.orchestra.run.smithi184.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2021-07-09T16:55:21.268 INFO:teuthology.orchestra.run.smithi184.stderr:Adding key to root@localhost authorized_keys... 2021-07-09T16:55:21.269 INFO:teuthology.orchestra.run.smithi184.stderr:Adding host smithi184... 2021-07-09T16:55:21.270 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi184 172.21.15.184 2021-07-09T16:55:21.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:21 smithi184 conmon[26177]: audit 2021-07-09T16:55:20.716348+0000 mgr.smithi184.rkuohv (mgr.14114) 2021-07-09T16:55:21.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:21 smithi184 conmon[26177]: 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:22.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:22 smithi184 conmon[26177]: audit 2021-07-09T16:55:22.065649+0000 mgr.smithi184.rkuohv (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "addr": "172.21.15.184", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:22.688 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Added host 'smithi184' 2021-07-09T16:55:23.351 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying mon service with default placement... 2021-07-09T16:55:23.352 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2021-07-09T16:55:23.919 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:23 smithi184 conmon[26177]: audit 2021-07-09T16:55:22.685650+0000 mon.smithi184 (mon.0) 54 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:23.919 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:23 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:22.685965+0000 mgr.smithi184.rkuohv (mgr.14114) 9 : cephadm [INF] Added host smithi184 2021-07-09T16:55:23.920 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:23 smithi184 conmon[26177]: audit 2021-07-09T16:55:22.686207+0000 mon.smithi184 (mon.0) 55 : audit [DBG] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:55:24.235 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled mon update... 2021-07-09T16:55:24.971 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying mgr service with default placement... 2021-07-09T16:55:24.972 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2021-07-09T16:55:25.487 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:25 smithi184 conmon[26177]: audit 2021-07-09T16:55:24.229433+0000 mgr.smithi184.rkuohv (mgr.14114) 10 : audit 2021-07-09T16:55:25.487 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:25 smithi184 conmon[26177]: [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:25.488 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:25 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:24.230154+0000 mgr.smithi184.rkuohv (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2021-07-09T16:55:25.488 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:25 smithi184 conmon[26177]: audit 2021-07-09T16:55:24.232354+0000 mon.smithi184 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:26.109 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled mgr update... 2021-07-09T16:55:26.590 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying crash service with default placement... 2021-07-09T16:55:26.591 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2021-07-09T16:55:26.848 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: audit 2021-07-09T16:55:25.654961 2021-07-09T16:55:26.848 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:26.848 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: audit 2021-07-09T16:55:25.962231+0000 mon.smithi184 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:26.849 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: audit 2021-07-09T16:55:26.096446+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T16:55:26.849 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: .14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:26.849 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:26.849 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: 2021-07-09T16:55:26.097210+0000 2021-07-09T16:55:26.850 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14114) 13 : cephadm 2021-07-09T16:55:26.850 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: [INF] Saving service mgr spec with placement count:2 2021-07-09T16:55:26.850 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: audit 2021- 2021-07-09T16:55:26.850 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: 07-09T16:55:26.102389 2021-07-09T16:55:26.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 59 2021-07-09T16:55:26.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:26 smithi184 conmon[26177]: : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:27.421 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled crash update... 2021-07-09T16:55:28.057 INFO:teuthology.orchestra.run.smithi184.stderr:Enabling mgr prometheus module... 2021-07-09T16:55:28.057 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2021-07-09T16:55:28.633 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:28 smithi184 conmon[26177]: audit 2021-07-09T16:55:27.379480+0000 mon.smithi184 (mon.0) 60 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:28.634 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:28 smithi184 conmon[26177]: audit 2021-07-09T16:55:27.415804+0000 mgr.smithi184.rkuohv (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:28.634 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:28 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:27.416508+0000 mgr.smithi184.rkuohv (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2021-07-09T16:55:28.634 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:28 smithi184 conmon[26177]: audit 2021-07-09T16:55:27.418698+0000 mon.smithi184 (mon.0) 61 : audit [INF] from='mgr.14114 172.21.15.184:0/1175528311' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:29.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:29 smithi184 conmon[26177]: audit 2021-07-09T16:55:29.318028+0000 mon.smithi184 (mon. 2021-07-09T16:55:29.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:29 smithi184 conmon[26177]: 0) 62 : audit [INF] from='client.? 172.21.15.184:0/394032070' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2021-07-09T16:55:29.900 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying prometheus service with default placement... 2021-07-09T16:55:29.901 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2021-07-09T16:55:30.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:30 smithi184 conmon[26177]: audit 2021-07-09T16:55:29. 2021-07-09T16:55:30.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:30 smithi184 conmon[26177]: 383412+0000 mon.smithi184 (mon.0) 63 : audit [INF] from='client.? 172.21.15.184:0/394032070' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2021-07-09T16:55:30.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:30 smithi184 conmon[26177]: cluster 2021-07-09T16:55:29.383488+0000 mon.smithi184 (mon.0) 64 : cluster [DBG] mgrmap e9: smithi184.rkuohv(active, since 15s) 2021-07-09T16:55:34.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:34 smithi184 conmon[26177]: cluster 2021-07-09T16:55:34.278868+0000 mon.smithi184 (mon.0) 65 2021-07-09T16:55:34.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:34 smithi184 conmon[26177]: : cluster [INF] Active manager daemon smithi184.rkuohv restarted 2021-07-09T16:55:34.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:34 smithi184 conmon[26177]: cluster 2021-07-09T16:55:34.279261+0000 mon.smithi184 (mon.0) 66 : cluster [INF] Activating manager daemon smithi184.rkuohv 2021-07-09T16:55:34.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:34 smithi184 conmon[26177]: cluster 2021-07-09T 2021-07-09T16:55:34.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:34 smithi184 conmon[26177]: 16:55:34.281433+0000 mon.smithi184 (mon.0) 67 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2021-07-09T16:55:35.347 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled prometheus update... 2021-07-09T16:55:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: cluster 2021-07-09T16:55:34.332619+0000 mon.smithi184 (mon.0) 2021-07-09T16:55:35.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: 68 : cluster [DBG] mgrmap e10: smithi184.rkuohv(active, starting, since 0.0534487s) 2021-07-09T16:55:35.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: audit 2021-07-09T16:55:34.334996+0000 mon.smithi184 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2021-07-09T16:55:35.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: audit 2021-07-09T16:55:34.335630+0000 mon.smithi184 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mgr metadata", "who": "smithi184.rkuohv", "id": "smithi184.rkuohv"}]: dispatch 2021-07-09T16:55:35.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: audit 2021-07-09T16:55:34.336436+0000 mon.smithi184 (mon.0) 71 : audit [DBG] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mds metadata"}]: dispatch 2021-07-09T16:55:35.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: audit 2021-07-09T16:55:34.336586+0000 mon.smithi184 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata"}]: dispatch 2021-07-09T16:55:35.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: audit 2021-07-09T16:55:34.336734+0000 mon.smithi184 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mon metadata"}]: dispatch 2021-07-09T16:55:35.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: cluster 2021-07-09T16:55:34.338752+0000 mon.smithi184 (mon.0) 74 : cluster [INF] Manager daemon smithi184.rkuohv is now available 2021-07-09T16:55:35.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: audit 2021-07-09T16:55:34.438412+0000 mon.smithi184 (mon.0) 75 : audit [DBG] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:55:35.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: audit 2021-07-09T16:55:34.439767+0000 mon.smithi184 (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:55:35.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: audit 2021-07-09T16:55:34.455968+0000 mon.smithi184 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T16:55:35.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:35 smithi184 conmon[26177]: audit 2021-07-09T16:55:34.463865+0000 mon.smithi184 (mon.0) 78 : audit [INF] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T16:55:36.040 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying grafana service with default placement... 2021-07-09T16:55:36.041 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2021-07-09T16:55:36.555 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:36 smithi184 conmon[26177]: cluster 2021-07-09T16:55:35.336787+0000 mon.smithi184 (mon.0) 79 : cluster [DBG] mgrmap e11: smithi184.rkuohv(active, since 1.05762s) 2021-07-09T16:55:36.556 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:36 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:35.337865+0000 mgr.smithi184.rkuohv (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2021-07-09T16:55:36.556 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:36 smithi184 conmon[26177]: audit 2021-07-09T16:55:35.340493+0000 mon.smithi184 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:36.557 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:36 smithi184 conmon[26177]: audit 2021-07-09T16:55:36.033159+0000 mon.smithi184 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:36.969 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled grafana update... 2021-07-09T16:55:38.090 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying node-exporter service with default placement... 2021-07-09T16:55:38.090 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2021-07-09T16:55:38.295 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:37 smithi184 conmon[26177]: audit 2021-07-09T16:55:36.965056+0000 mgr.smithi184.rkuohv (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:38.295 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:37 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:36.965589+0000 mgr.smithi184.rkuohv (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2021-07-09T16:55:38.296 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:37 smithi184 conmon[26177]: audit 2021-07-09T16:55:36.967811+0000 mon.smithi184 (mon.0) 82 : audit [INF] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:38.296 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:37 smithi184 conmon[26177]: cluster 2021-07-09T16:55:37.034333+0000 mon.smithi184 (mon.0) 83 : cluster [DBG] mgrmap e12: smithi184.rkuohv(active, since 2s) 2021-07-09T16:55:38.897 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2021-07-09T16:55:39.479 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying alertmanager service with default placement... 2021-07-09T16:55:39.480 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2021-07-09T16:55:40.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:39 smithi184 conmon[26177]: audit 2021-07-09T16:55:38.891689+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T16:55:40.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:39 smithi184 conmon[26177]: 14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:40.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:39 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:38.892367+0000 mgr.smithi184.rkuohv (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2021-07-09T16:55:40.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:39 smithi184 conmon[26177]: audit 2021-07-09T16:55:38.894485+0000 mon.smithi184 (mon.0) 84 : audit [INF] from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:40.315 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2021-07-09T16:55:40.921 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2021-07-09T16:55:41.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: audit 2021-07-09T16:55:40.307371 2021-07-09T16:55:41.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:41.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:41.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: 2021-07-09T16:55:40.307913+0000 mgr.smithi184.rkuohv ( 2021-07-09T16:55:41.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: mgr.14142) 8 : cephadm [INF] 2021-07-09T16:55:41.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: Saving service alertmanager spec with placement count:1 2021-07-09T16:55:41.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: audit 2021-07-09T16:55:41.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: 2021-07-09T16:55 2021-07-09T16:55:41.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: :40.310126+0000 mon.smithi184 (mon 2021-07-09T16:55:41.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: .0) 85 : audit [INF] 2021-07-09T16:55:41.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:41 smithi184 conmon[26177]: from='mgr.14142 172.21.15.184:0/3762694876' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:42.280 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2021-07-09T16:55:42.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:42 smithi184 conmon[26177]: audit 2021-07-09T16:55:41.751945+0000 mon.smithi184 (mon.0) 86 : audit 2021-07-09T16:55:42.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:42 smithi184 conmon[26177]: [INF] from='client.? 172.21.15.184:0/2041092929' entity='client.admin' 2021-07-09T16:55:43.587 INFO:teuthology.orchestra.run.smithi184.stderr:Enabling the dashboard module... 2021-07-09T16:55:43.588 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2021-07-09T16:55:44.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:44 smithi184 conmon[26177]: audit 2021-07-09T16:55:43.091943+0000 mon.smithi184 (mon. 2021-07-09T16:55:44.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:44 smithi184 conmon[26177]: 0) 87 : audit [INF] from='client.? 172.21.15.184:0/2679229727' entity='client.admin' 2021-07-09T16:55:45.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:45 smithi184 conmon[26177]: audit 2021-07-09T16:55:44.435263+0000 mon.smithi184 (mon.0) 88 : audit [INF] from='client.? 172.21.15.184:0/2609673596' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2021-07-09T16:55:45.707 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2021-07-09T16:55:46.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:46 smithi184 conmon[26177]: audit 2021-07-09T16:55:45.099506+0000 mon.smithi184 (mon.0) 2021-07-09T16:55:46.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:46 smithi184 conmon[26177]: 89 : audit [INF] from='client.? 172.21.15.184:0/2609673596' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2021-07-09T16:55:46.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:46 smithi184 conmon[26177]: cluster 2021-07-09T16:55:45.099580+0000 mon.smithi184 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi184.rkuohv(active, since 10s) 2021-07-09T16:55:46.664 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2021-07-09T16:55:46.665 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 13, 2021-07-09T16:55:46.665 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": true, 2021-07-09T16:55:46.665 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "active_name": "smithi184.rkuohv", 2021-07-09T16:55:46.666 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standby": 0 2021-07-09T16:55:46.666 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2021-07-09T16:55:47.224 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for the mgr to restart... 2021-07-09T16:55:47.225 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mgr epoch 13... 2021-07-09T16:55:47.225 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2021-07-09T16:55:47.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:47 smithi184 conmon[26177]: audit 2021-07-09T16:55:46.662490 2021-07-09T16:55:47.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:47 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.184:0/2019458429' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2021-07-09T16:55:50.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:50 smithi184 conmon[26177]: cluster 2021-07-09T16:55:50.147139+0000 mon.smithi184 (mon.0) 92 : 2021-07-09T16:55:50.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:50 smithi184 conmon[26177]: cluster [INF] Active manager daemon smithi184.rkuohv restarted 2021-07-09T16:55:50.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:50 smithi184 conmon[26177]: cluster 2021-07-09T16:55:50.147610+0000 mon.smithi184 (mon.0) 93 : cluster [INF] Activating manager daemon smithi184.rkuohv 2021-07-09T16:55:50.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:50 smithi184 conmon[26177]: cluster 2021-07-09T16:55:50.149346+0000 mon.smithi184 (mon.0) 94 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2021-07-09T16:55:51.216 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2021-07-09T16:55:51.216 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2021-07-09T16:55:51.217 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "initialized": true 2021-07-09T16:55:51.217 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2021-07-09T16:55:51.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: cluster 2021-07-09T16:55:50 2021-07-09T16:55:51.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: .200035+0000 mon.smithi184 (mon.0) 95 : cluster [DBG] mgrmap e14: smithi184.rkuohv(active, starting, since 0.0525114s) 2021-07-09T16:55:51.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: audit 2021-07-09T16:55:50.201243+0000 mon.smithi184 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2021-07-09T16:55:51.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: audit 2021-07-09T16:55:50.201799+0000 mon.smithi184 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mgr metadata", "who": "smithi184.rkuohv", "id": "smithi184.rkuohv"}]: dispatch 2021-07-09T16:55:51.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: audit 2021-07-09T16:55:50.202436+0000 mon.smithi184 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mds metadata"}]: dispatch 2021-07-09T16:55:51.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: audit 2021-07-09T16:55:50.202586+0000 mon.smithi184 (mon.0) 99 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata"}]: dispatch 2021-07-09T16:55:51.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: audit 2021-07-09T16:55:50.202695+0000 mon.smithi184 (mon.0) 100 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mon metadata"}]: dispatch 2021-07-09T16:55:51.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: cluster 2021-07-09T16:55:50.205227+0000 mon.smithi184 (mon.0) 101 : cluster [INF] Manager daemon smithi184.rkuohv is now available 2021-07-09T16:55:51.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: audit 2021-07-09T16:55:50.300896+0000 mon.smithi184 (mon.0) 102 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:55:51.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: audit 2021-07-09T16:55:50.301883+0000 mon.smithi184 (mon.0) 103 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:55:51.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: audit 2021-07-09T16:55:50.323572+0000 mon.smithi184 (mon.0) 104 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T16:55:51.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:51 smithi184 conmon[26177]: audit 2021-07-09T16:55:50.326868+0000 mon.smithi184 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T16:55:51.808 INFO:teuthology.orchestra.run.smithi184.stderr:mgr epoch 13 is available 2021-07-09T16:55:51.809 INFO:teuthology.orchestra.run.smithi184.stderr:Generating a dashboard self-signed certificate... 2021-07-09T16:55:51.809 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2021-07-09T16:55:52.331 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:52 smithi184 conmon[26177]: audit 2021-07-09T16:55:51.206439+0000 mgr.smithi184.rkuohv (mgr.14162) 1 : audit [DBG] 2021-07-09T16:55:52.331 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:52 smithi184 conmon[26177]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2021-07-09T16:55:52.331 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:52 smithi184 conmon[26177]: cluster 2021-07-09T16:55:51.207087+0000 mon.smithi184 (mon.0) 106 : cluster [DBG] mgrmap e15: smithi184.rkuohv(active, since 1.05956s) 2021-07-09T16:55:52.332 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:52 smithi184 conmon[26177]: audit 2021-07-09T16:55:51.214193+0000 mgr.smithi184.rkuohv (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2021-07-09T16:55:52.332 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:52 smithi184 conmon[26177]: audit 2021-07-09T16:55:51.798256+0000 mon.smithi184 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:52.839 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Self-signed certificate created 2021-07-09T16:55:53.760 INFO:teuthology.orchestra.run.smithi184.stderr:Creating initial admin user... 2021-07-09T16:55:53.762 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpqhdsdeyk:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2021-07-09T16:55:53.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:53 smithi184 conmon[26177]: audit 2021-07-09T16:55:52.700328+0000 mgr.smithi184.rkuohv (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:53.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:53 smithi184 conmon[26177]: cluster 2021-07-09T16:55:52.800014+0000 mon.smithi184 (mon.0) 108 : cluster [DBG] mgrmap e16: smithi184.rkuohv(active, since 2s) 2021-07-09T16:55:53.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:53 smithi184 conmon[26177]: audit 2021-07-09T16:55:52.834939+0000 mon.smithi184 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:53.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:53 smithi184 conmon[26177]: audit 2021-07-09T16:55:52.838026+0000 mon.smithi184 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:54.815 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$NcbTl2HDtqvVcIyXRaUOu.iGzkPR3s5SDIZ9IcauF5kK/BIcXX.RS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1625849754, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2021-07-09T16:55:55.427 INFO:teuthology.orchestra.run.smithi184.stderr:Fetching dashboard port number... 2021-07-09T16:55:55.428 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmprcsxkkx_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplh3tdaoe:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2021-07-09T16:55:56.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:55 smithi184 conmon[26177]: audit 2021-07-09T16:55:54.597212+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T16:55:56.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:55 smithi184 conmon[26177]: ) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:55:56.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:55 smithi184 conmon[26177]: audit 2021-07-09T16:55:54.813542+0000 mon.smithi184 (mon.0) 111 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:55:56.227 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 8443 2021-07-09T16:55:56.819 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-enabled firewalld.service 2021-07-09T16:55:56.845 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: disabled 2021-07-09T16:55:56.845 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: systemctl is-active firewalld.service 2021-07-09T16:55:56.846 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2021-07-09T16:55:56.846 INFO:teuthology.orchestra.run.smithi184.stderr:firewalld.service is not enabled 2021-07-09T16:55:56.848 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2021-07-09T16:55:56.848 INFO:teuthology.orchestra.run.smithi184.stderr:Ceph Dashboard is now available at: 2021-07-09T16:55:56.849 INFO:teuthology.orchestra.run.smithi184.stderr: 2021-07-09T16:55:56.849 INFO:teuthology.orchestra.run.smithi184.stderr: URL: https://smithi184.front.sepia.ceph.com:8443/ 2021-07-09T16:55:56.849 INFO:teuthology.orchestra.run.smithi184.stderr: User: admin 2021-07-09T16:55:56.850 INFO:teuthology.orchestra.run.smithi184.stderr: Password: kb0hv7ehwz 2021-07-09T16:55:56.850 INFO:teuthology.orchestra.run.smithi184.stderr: 2021-07-09T16:55:56.851 INFO:teuthology.orchestra.run.smithi184.stderr:You can access the Ceph CLI with: 2021-07-09T16:55:56.851 INFO:teuthology.orchestra.run.smithi184.stderr: 2021-07-09T16:55:56.852 INFO:teuthology.orchestra.run.smithi184.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2021-07-09T16:55:56.853 INFO:teuthology.orchestra.run.smithi184.stderr: 2021-07-09T16:55:56.853 INFO:teuthology.orchestra.run.smithi184.stderr:Please consider enabling telemetry to help improve Ceph: 2021-07-09T16:55:56.854 INFO:teuthology.orchestra.run.smithi184.stderr: 2021-07-09T16:55:56.854 INFO:teuthology.orchestra.run.smithi184.stderr: ceph telemetry on 2021-07-09T16:55:56.854 INFO:teuthology.orchestra.run.smithi184.stderr: 2021-07-09T16:55:56.855 INFO:teuthology.orchestra.run.smithi184.stderr:For more information see: 2021-07-09T16:55:56.855 INFO:teuthology.orchestra.run.smithi184.stderr: 2021-07-09T16:55:56.856 INFO:teuthology.orchestra.run.smithi184.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2021-07-09T16:55:56.856 INFO:teuthology.orchestra.run.smithi184.stderr: 2021-07-09T16:55:56.857 INFO:teuthology.orchestra.run.smithi184.stderr:Bootstrap complete. 2021-07-09T16:55:56.857 INFO:teuthology.orchestra.run.smithi184.stderr:Releasing lock 140608708522056 on /run/cephadm/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.lock 2021-07-09T16:55:56.859 INFO:teuthology.orchestra.run.smithi184.stderr:Lock 140608708522056 released on /run/cephadm/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c.lock 2021-07-09T16:55:56.880 INFO:tasks.cephadm:Fetching config... 2021-07-09T16:55:56.880 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:55:56.881 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2021-07-09T16:55:56.906 INFO:tasks.cephadm:Fetching client.admin keyring... 2021-07-09T16:55:56.907 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:55:56.907 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2021-07-09T16:55:56.962 INFO:tasks.cephadm:Fetching mon keyring... 2021-07-09T16:55:56.964 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:55:56.965 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/keyring of=/dev/stdout 2021-07-09T16:55:57.027 INFO:tasks.cephadm:Fetching pub ssh key... 2021-07-09T16:55:57.028 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:55:57.028 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2021-07-09T16:55:57.069 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:56 smithi184 conmon[26177]: audit 2021-07-09T16:55:56.224143+0000 mon.smithi184 (mon.0) 112 : audit [DBG] 2021-07-09T16:55:57.069 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:56 smithi184 conmon[26177]: from='client.? 172.21.15.184:0/3690761810' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2021-07-09T16:55:57.087 INFO:tasks.cephadm:Installing pub ssh key for root users... 2021-07-09T16:55:57.088 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCr0yJK3WOteE4ldxNhMBs8Ea8BX9UuVTgNKnw2+TtSaYZjV+r8fSH4YFUpqWke/y7nlGK6rg7zx0veofTkYQYWWvZe672dBk6X3HOpuGhMNJOJD9IM9MuRcvn78NJf2vbYkP8Pi15LAJygrTYjomsMVfbyTC7ZR4Mq4BtLweLmlqBLMkE+z+FuecB0c6clk/7s2y9Sgfl5OC+WeEd5YigBxHlLfxU1HihZ5Zn2u8jwsCMraLKxrQRqot3zZo1xSVPTA3qMOu4gnvKZyTYBQnIKIP0dPubzXJ9u8Ysy7267uC5Vb6SxbNlkCAGswoMkNDeqF3yQzYoi8gdRL6RA2VhcWkAHz1hd+czYdx8qZK1lsKpOEICeqMUpUCwiEVLUp06ngyVCmzTuPq/Z/RDwQngkpAbo38S/oRAjith6sIgJ/kT0Ee619RWM/9PU6BIino2OuJ37K8dRrIUtKbUf5VnQb4VQS2OHKlDgHgnd00Bkg5khFMVeW6WE2no4bCazoGs= ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2021-07-09T16:55:57.164 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCr0yJK3WOteE4ldxNhMBs8Ea8BX9UuVTgNKnw2+TtSaYZjV+r8fSH4YFUpqWke/y7nlGK6rg7zx0veofTkYQYWWvZe672dBk6X3HOpuGhMNJOJD9IM9MuRcvn78NJf2vbYkP8Pi15LAJygrTYjomsMVfbyTC7ZR4Mq4BtLweLmlqBLMkE+z+FuecB0c6clk/7s2y9Sgfl5OC+WeEd5YigBxHlLfxU1HihZ5Zn2u8jwsCMraLKxrQRqot3zZo1xSVPTA3qMOu4gnvKZyTYBQnIKIP0dPubzXJ9u8Ysy7267uC5Vb6SxbNlkCAGswoMkNDeqF3yQzYoi8gdRL6RA2VhcWkAHz1hd+czYdx8qZK1lsKpOEICeqMUpUCwiEVLUp06ngyVCmzTuPq/Z/RDwQngkpAbo38S/oRAjith6sIgJ/kT0Ee619RWM/9PU6BIino2OuJ37K8dRrIUtKbUf5VnQb4VQS2OHKlDgHgnd00Bkg5khFMVeW6WE2no4bCazoGs= ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:55:57.176 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph config set mgr mgr/cephadm/allow_ptrace true 2021-07-09T16:55:57.969 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:55:57 smithi184 conmon[26177]: cluster 2021-07-09T16:55:56.817821+0000 mon.smithi184 (mon.0) 113 : cluster [DBG] mgrmap e17: smithi184.rkuohv(active, since 6s) 2021-07-09T16:56:00.441 INFO:tasks.cephadm:Setting crush tunables to default 2021-07-09T16:56:00.451 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph osd crush tunables default 2021-07-09T16:56:00.788 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:00 smithi184 conmon[26177]: audit 2021-07-09T16:55:59.567173+0000 mon.smithi184 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:00.788 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:00 smithi184 conmon[26177]: audit 2021-07-09T16:55:59.781563+0000 mon.smithi184 (mon.0) 115 : audit [INF] from='client.? 172.21.15.184:0/1499627886' entity='client.admin' 2021-07-09T16:56:00.789 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:00 smithi184 conmon[26177]: audit 2021-07-09T16:55:59.921586+0000 mon.smithi184 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:00.789 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:00 smithi184 conmon[26177]: cephadm 2021-07-09T16:55:59.927870+0000 mgr.smithi184.rkuohv (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2021-07-09T16:56:02.635 INFO:teuthology.orchestra.run.smithi184.stderr:adjusted tunables profile to default 2021-07-09T16:56:02.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:02 smithi184 conmon[26177]: audit 2021-07-09T16:56:02.578258+0000 mon.smithi184 (mon.0) 117 : audit [INF] from='client.? 172.21.15.184:0/397893791' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2021-07-09T16:56:03.358 INFO:tasks.cephadm:Adding mon.smithi184 on smithi184 2021-07-09T16:56:03.359 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch apply mon '1;smithi184:172.21.15.184=smithi184' 2021-07-09T16:56:03.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:03 smithi184 conmon[26177]: audit 2021-07-09T16:56:02.630960+0000 mon.smithi184 (mon.0) 118 : audit [INF] from='client.? 172.21.15.184:0/397893791' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2021-07-09T16:56:03.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:03 smithi184 conmon[26177]: cluster 2021-07-09T16:56:02.631023+0000 mon.smithi184 (mon.0) 119 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2021-07-09T16:56:07.804 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2021-07-09T16:56:08.813 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2021-07-09T16:56:08.814 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph mon dump -f json 2021-07-09T16:56:09.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:08 smithi184 conmon[26177]: audit 2021-07-09T16:56:07.797737+0000 mgr.smithi184.rkuohv (mgr.14162) 6 : audit [DBG] 2021-07-09T16:56:09.036 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:08 smithi184 conmon[26177]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi184:172.21.15.184=smithi184", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:56:09.036 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:08 smithi184 conmon[26177]: cephadm 2021-07-09T16:56:07.799569+0000 mgr.smithi184.rkuohv (mgr.14162) 7 : cephadm [INF] Saving service mon spec with placement smithi184:172.21.15.184=smithi184;count:1 2021-07-09T16:56:09.037 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:08 smithi184 conmon[26177]: audit 2021-07-09T16:56:07.801937+0000 mon.smithi184 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:11.324 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:56:11.324 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"4a1c6bfc-e0d6-11eb-8c22-001a4aab830c","modified":"2021-07-09T16:54:50.091325Z","created":"2021-07-09T16:54:50.091325Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2021-07-09T16:56:11.325 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2021-07-09T16:56:11.532 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:11 smithi184 conmon[26177]: cluster 2021-07-09T16:56:10.203532+0000 mgr.smithi184.rkuohv (mgr.14162) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:12.070 INFO:tasks.cephadm:Generating final ceph.conf file... 2021-07-09T16:56:12.071 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph config generate-minimal-conf 2021-07-09T16:56:12.306 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:12 smithi184 conmon[26177]: audit 2021-07-09T16:56:11.321752+0000 mon.smithi184 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.184:0/530201073' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2021-07-09T16:56:12.306 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:12 smithi184 conmon[26177]: audit 2021-07-09T16:56:12.069063+0000 mon.smithi184 (mon.0) 122 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:12.306 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:12 smithi184 conmon[26177]: audit 2021-07-09T16:56:12.070287+0000 mon.smithi184 (mon.0) 123 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2021-07-09T16:56:12.306 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:12 smithi184 conmon[26177]: audit 2021-07-09T16:56:12.075295+0000 mon.smithi184 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2021-07-09T16:56:12.307 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:12 smithi184 conmon[26177]: audit 2021-07-09T16:56:12.076193+0000 mon.smithi184 (mon.0) 125 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:56:12.307 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:12 smithi184 conmon[26177]: cephadm 2021-07-09T16:56:12.076882+0000 mgr.smithi184.rkuohv (mgr.14162) 9 : cephadm [INF] Deploying daemon crash.smithi184 on smithi184 2021-07-09T16:56:14.358 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:14 smithi184 conmon[26177]: cluster 2021-07-09T16:56:12.203786+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T16:56:14.358 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:14 smithi184 conmon[26177]: 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:14.739 INFO:teuthology.orchestra.run.smithi184.stdout:# minimal ceph.conf for 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:56:14.739 INFO:teuthology.orchestra.run.smithi184.stdout:[global] 2021-07-09T16:56:14.739 INFO:teuthology.orchestra.run.smithi184.stdout: fsid = 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c 2021-07-09T16:56:14.740 INFO:teuthology.orchestra.run.smithi184.stdout: mon_host = [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2021-07-09T16:56:15.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:15 smithi184 conmon[26177]: audit 2021-07-09T16:56:14.737355+0000 mon.smithi184 (mon 2021-07-09T16:56:15.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:15 smithi184 conmon[26177]: .0) 126 : audit [DBG] from='client.? 172.21.15.184:0/3549392477' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:56:15.404 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2021-07-09T16:56:15.406 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:56:15.407 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2021-07-09T16:56:15.450 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:56:15.451 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2021-07-09T16:56:15.517 INFO:tasks.cephadm:Deploying OSDs... 2021-07-09T16:56:15.518 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:56:15.518 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2021-07-09T16:56:15.572 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-09T16:56:15.573 DEBUG:teuthology.orchestra.run.smithi184:> 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-09T16:56:15.627 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2021-07-09T16:56:15.628 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-09T16:56:15.628 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 106111 Links: 1 2021-07-09T16:56:15.628 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-09T16:56:15.629 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2021-07-09T16:56:15.629 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2021-07-09 16:56:13.118627117 +0000 2021-07-09T16:56:15.629 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2021-07-09 16:53:47.457830147 +0000 2021-07-09T16:56:15.631 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2021-07-09 16:53:47.457830147 +0000 2021-07-09T16:56:15.632 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2021-07-09T16:56:15.637 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2021-07-09T16:56:15.638 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2021-07-09T16:56:15.638 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000234195 s, 2.2 MB/s 2021-07-09T16:56:15.640 DEBUG:teuthology.orchestra.run.smithi184:> 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-09T16:56:15.695 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2021-07-09T16:56:15.696 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-09T16:56:15.696 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 106162 Links: 1 2021-07-09T16:56:15.696 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-09T16:56:15.696 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2021-07-09T16:56:15.697 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2021-07-09 16:56:13.118627117 +0000 2021-07-09T16:56:15.697 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2021-07-09 16:53:47.828822928 +0000 2021-07-09T16:56:15.697 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2021-07-09 16:53:47.828822928 +0000 2021-07-09T16:56:15.697 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2021-07-09T16:56:15.704 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2021-07-09T16:56:15.705 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2021-07-09T16:56:15.705 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000238127 s, 2.2 MB/s 2021-07-09T16:56:15.708 DEBUG:teuthology.orchestra.run.smithi184:> 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-09T16:56:15.764 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2021-07-09T16:56:15.764 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-09T16:56:15.765 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 111785 Links: 1 2021-07-09T16:56:15.765 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-09T16:56:15.765 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2021-07-09T16:56:15.765 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2021-07-09 16:56:13.118627117 +0000 2021-07-09T16:56:15.766 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2021-07-09 16:53:48.155816565 +0000 2021-07-09T16:56:15.766 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2021-07-09 16:53:48.155816565 +0000 2021-07-09T16:56:15.766 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2021-07-09T16:56:15.773 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2021-07-09T16:56:15.773 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2021-07-09T16:56:15.773 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000208658 s, 2.5 MB/s 2021-07-09T16:56:15.774 DEBUG:teuthology.orchestra.run.smithi184:> 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-09T16:56:15.836 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2021-07-09T16:56:15.836 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2021-07-09T16:56:15.836 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 109950 Links: 1 2021-07-09T16:56:15.837 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2021-07-09T16:56:15.837 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2021-07-09T16:56:15.837 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2021-07-09 16:56:13.118627117 +0000 2021-07-09T16:56:15.838 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2021-07-09 16:53:48.522809424 +0000 2021-07-09T16:56:15.838 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2021-07-09 16:53:48.522809424 +0000 2021-07-09T16:56:15.839 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2021-07-09T16:56:15.845 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2021-07-09T16:56:15.845 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2021-07-09T16:56:15.846 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000200388 s, 2.6 MB/s 2021-07-09T16:56:15.848 INFO:tasks.cephadm:Deploying osd.0 on smithi184 with /dev/vg_nvme/lv_4... 2021-07-09T16:56:15.848 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2021-07-09T16:56:16.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:16 smithi184 conmon[26177]: cluster 2021-07-09T16:56:14.204053+0000 mgr.smithi184.rkuohv (mgr.14162) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:18.162 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_4 2021-07-09T16:56:18.163 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2021-07-09T16:56:18.163 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2021-07-09T16:56:18.163 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2021-07-09T16:56:18.163 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011098 s, 945 MB/s 2021-07-09T16:56:18.164 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2021-07-09T16:56:18.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:18 smithi184 conmon[26177]: cluster 2021-07-09T16:56:16.204332+0000 mgr.smithi184.rkuohv (mgr.14162) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:18.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:18 smithi184 conmon[26177]: audit 2021-07-09T16:56:17.274402+0000 mon.smithi184 (mon.0) 127 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:18.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:18 smithi184 conmon[26177]: audit 2021-07-09T16:56:17.386770+0000 mon.smithi184 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:18.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:18 smithi184 conmon[26177]: audit 2021-07-09T16:56:17.391691+0000 mon.smithi184 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:18.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:18 smithi184 conmon[26177]: audit 2021-07-09T16:56:17.392086+0000 mon.smithi184 (mon.0) 130 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2021-07-09T16:56:18.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:18 smithi184 conmon[26177]: audit 2021-07-09T16:56:17.397529+0000 mon.smithi184 (mon.0) 131 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:18.962 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch daemon add osd smithi184:vg_nvme/lv_4 2021-07-09T16:56:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:19 smithi184 conmon[26177]: audit 2021-07-09T16:56:17.392514+0000 mgr.smithi184.rkuohv 2021-07-09T16:56:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:19 smithi184 conmon[26177]: (mgr.14162) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2021-07-09T16:56:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:19 smithi184 conmon[26177]: cephadm 2021-07-09T16:56:17.400830+0000 mgr.smithi184.rkuohv (mgr.14162) 14 : cephadm [INF] Deploying daemon grafana.smithi184 on smithi184 2021-07-09T16:56:20.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:20 smithi184 conmon[26177]: cluster 2021-07-09T16:56:18.204576+0000 mgr.smithi184.rkuohv (mgr.14162) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:22.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:22 smithi184 conmon[26177]: cluster 2021-07-09T16:56:20.204812+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T16:56:22.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:22 smithi184 conmon[26177]: 14162) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:22.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:22 smithi184 conmon[26177]: audit 2021-07-09T16:56:21.803857+0000 mon.smithi184 (mon.0) 132 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2021-07-09T16:56:22.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:22 smithi184 conmon[26177]: audit 2021-07-09T16:56:21.805405+0000 mon.smithi184 (mon.0) 133 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2021-07-09T16:56:22.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:22 smithi184 conmon[26177]: audit 2021-07-09T16:56:21.805969+0000 mon.smithi184 (mon.0) 134 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:56:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:23 smithi184 conmon[26177]: audit 2021-07-09T16:56:21.802987 2021-07-09T16:56:23.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:23 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 17 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:56:23.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:23 smithi184 conmon[26177]: cephadm 2021-07-09T16:56:21.805216+0000 mgr.smithi184.rkuohv (mgr.14162) 18 : cephadm [INF] Applying service osd.None on host smithi184... 2021-07-09T16:56:24.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:24 smithi184 conmon[26177]: cluster 2021-07-09T16:56:22.205092+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T16:56:24.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:24 smithi184 conmon[26177]: 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:26.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:26 smithi184 conmon[26177]: cluster 2021-07-09T16:56:24.205345+0000 mgr.smithi184.rkuohv (mgr.14162) 20 2021-07-09T16:56:26.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:26 smithi184 conmon[26177]: : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:28.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:28 smithi184 conmon[26177]: cluster 2021-07-09T16:56:26.205564+0000 mgr.smithi184.rkuohv (mgr.14162) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:30.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:30 smithi184 conmon[26177]: cluster 2021-07-09T16:56:28.205826+0000 mgr.smithi184.rkuohv (mgr.14162) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:32.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:32 smithi184 conmon[26177]: cluster 2021-07-09T16:56:30.206270+0000 mgr.smithi184.rkuohv (mgr.14162) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:34.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:34 smithi184 conmon[26177]: cluster 2021-07-09T16:56:32.206662+0000 mgr.smithi184.rkuohv (mgr.14162) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:36.208 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:36 smithi184 conmon[26177]: cluster 2021-07-09T16:56:34.206964+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T16:56:36.208 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:36 smithi184 conmon[26177]: ) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:36.209 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:36 smithi184 conmon[26177]: audit 2021-07-09T16:56:35.480907+0000 mon.smithi184 (mon.0) 135 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:37.299 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: cephadm 2021-07-09T16:56:35.482085+0000 mgr.smithi184.rkuohv (mgr.14162) 26 : 2021-07-09T16:56:37.299 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2021-07-09T16:56:37.300 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: audit 2021-07-09T16:56:36.529931+0000 mon.smithi184 (mon.0) 136 : audit [INF] from='client.? 172.21.15.184:0/616286976' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c21ab1e-027c-4156-aaa3-6308302b8cac"}]: dispatch 2021-07-09T16:56:37.300 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: audit 2021-07-09T16:56:37.300 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: 2021-07-09T16:56:36.533147+0000 mon.smithi184 (mon.0 2021-07-09T16:56:37.300 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: ) 137 : audit [INF] from='client.? 172.21.15.184:0/616286976' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c21ab1e-027c-4156-aaa3-6308302b8cac"}]': finished 2021-07-09T16:56:37.301 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: cluster 2021-07 2021-07-09T16:56:37.301 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: -09T16:56:36.533195+0000 2021-07-09T16:56:37.301 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: mon.smithi184 (mon.0) 138 : cluster [DBG] 2021-07-09T16:56:37.301 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: osdmap e6: 1 total, 0 up, 1 in 2021-07-09T16:56:37.302 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: audit 2021-07-09T16: 2021-07-09T16:56:37.302 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: 56:36.533316+0000 mon.smithi184 (mon.0) 139 : audit 2021-07-09T16:56:37.302 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2021-07-09T16:56:37.306 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: audit 2021-07-09T16:56:37.306 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: 2021-07-09T16:56:37.070899+0000 mon.smithi184 (mon. 2021-07-09T16:56:37.307 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:37 smithi184 conmon[26177]: 0) 140 : audit [DBG] from='client.? 172.21.15.184:0/3886677666' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2021-07-09T16:56:38.350 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:38 smithi184 conmon[26177]: cluster 2021-07-09T16:56:36.207242+0000 mgr.smithi184.rkuohv ( 2021-07-09T16:56:38.350 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:38 smithi184 conmon[26177]: mgr.14162) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:40.153 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:40 smithi184 conmon[26177]: cluster 2021-07-09T16:56:38.207633+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T16:56:40.154 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:40 smithi184 conmon[26177]: 14162) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:42.232 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:42 smithi184 conmon[26177]: cluster 2021-07-09T16:56:40.208025+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T16:56:42.232 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:42 smithi184 conmon[26177]: .14162) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:44.341 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:44 smithi184 conmon[26177]: cluster 2021-07-09T16:56:42.208362+0000 mgr.smithi184.rkuohv (mgr.14162) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:46.213 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:45 smithi184 conmon[26177]: cluster 2021-07-09T16:56:44.208650+0000 mgr.smithi184.rkuohv (mgr.14162) 31 : 2021-07-09T16:56:46.213 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:45 smithi184 conmon[26177]: cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:46.213 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:45 smithi184 conmon[26177]: audit 2021-07-09T16:56:44.914374+0000 mon.smithi184 (mon.0) 141 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:46.214 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:45 smithi184 conmon[26177]: cephadm 2021-07-09 2021-07-09T16:56:46.214 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:45 smithi184 conmon[26177]: T16:56:44.919708+0000 mgr.smithi184.rkuohv (mgr.14162) 32 : cephadm [INF] Deploying daemon prometheus.smithi184 on smithi184 2021-07-09T16:56:48.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: cluster 2021-07-09T16:56:46.208978+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T16:56:48.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: 33 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:48.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: audit 2021-07-09T16:56:46.969202+0000 mon.smithi184 (mon.0) 142 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2021-07-09T16:56:48.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: audit 2021-07-09T16:56:46.969913+0000 2021-07-09T16:56:48.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: mon.smithi184 (mon.0) 143 : audit 2021-07-09T16:56:48.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:56:48.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: cephadm 2021-07-09T16:56:48.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: 2021-07-09T16:56: 2021-07-09T16:56:48.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: 46.970472+0000 mgr.smithi184.rkuohv (mgr.14162) 34 2021-07-09T16:56:48.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:47 smithi184 conmon[26177]: : cephadm [INF] Deploying daemon osd.0 on smithi184 2021-07-09T16:56:50.071 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:49 smithi184 conmon[26177]: cluster 2021-07-09T16:56:48.209204+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T16:56:50.072 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:49 smithi184 conmon[26177]: ) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:50 smithi184 conmon[26177]: audit 2021-07-09T16:56:50.325371+0000 mon.smithi184 (mon.0) 2021-07-09T16:56:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:50 smithi184 conmon[26177]: 144 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T16:56:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:50 smithi184 conmon[26177]: audit 2021-07-09T16:56:50.327954+0000 mon.smithi184 (mon.0) 145 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T16:56:52.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:51 smithi184 conmon[26177]: cluster 2021-07-09T16:56:50.209399+0000 mgr.smithi184.rkuohv (mgr.14162) 36 2021-07-09T16:56:52.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:51 smithi184 conmon[26177]: : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:54.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:53 smithi184 conmon[26177]: cluster 2021-07-09T16:56:52.209692+0000 mgr.smithi184.rkuohv (mgr.14162) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:56.291 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:55 smithi184 conmon[26177]: cluster 2021-07-09T16:56:54.210052+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T16:56:56.291 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:55 smithi184 conmon[26177]: 14162) 38 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:58.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:57 smithi184 conmon[26177]: cluster 2021-07-09T16:56:56.210344+0000 mgr.smithi184.rkuohv (mgr.14162) 39 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:56:58.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:57 smithi184 conmon[26177]: audit 2021-07-09T16:56:57.289140+0000 mon.smithi184 (mon.0) 146 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:56:58.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:57 smithi184 conmon[26177]: audit 2021-07-09T16:56:57.289619+0000 mon.smithi184 (mon.0) 147 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:57:00.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:59 smithi184 conmon[26177]: cluster 2021-07-09T16:56:58.210565+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T16:57:00.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:56:59 smithi184 conmon[26177]: .14162) 40 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:57:01.376 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 0 on host 'smithi184' 2021-07-09T16:57:02.013 DEBUG:teuthology.orchestra.run.smithi184:osd.0> sudo journalctl -f -n 0 -u ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@osd.0.service 2021-07-09T16:57:02.020 INFO:tasks.cephadm:Deploying osd.1 on smithi184 with /dev/vg_nvme/lv_3... 2021-07-09T16:57:02.021 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2021-07-09T16:57:02.075 INFO:journalctl@ceph.osd.0.smithi184.stdout:-- Logs begin at Fri 2021-07-09 16:49:02 UTC. -- 2021-07-09T16:57:02.080 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:01 smithi184 conmon[26177]: cluster 2021-07-09T16:57:00.210871+0000 mgr.smithi184.rkuohv (mgr.14162) 41 : cluster 2021-07-09T16:57:02.081 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:01 smithi184 conmon[26177]: [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:57:02.081 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:01 smithi184 conmon[26177]: audit 2021-07-09T16:57:01.371943+0000 mon.smithi184 (mon.0) 148 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:02.082 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:01 smithi184 conmon[26177]: audit 2021-07-09T16:57 2021-07-09T16:57:02.082 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:01 smithi184 conmon[26177]: :01.374472+0000 mon.smithi184 (mon.0) 149 2021-07-09T16:57:02.083 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:01 smithi184 conmon[26177]: : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:04.046 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:03 smithi184 conmon[26177]: cluster 2021-07-09T16:57:02.211102+0000 mgr.smithi184.rkuohv (mgr.14162) 42 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:57:04.047 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:03 smithi184 conmon[26177]: audit 2021-07-09T16:57:03.774530+0000 mon.smithi184 (mon.0) 150 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:04.541 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_3 2021-07-09T16:57:04.542 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2021-07-09T16:57:04.542 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2021-07-09T16:57:04.543 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2021-07-09T16:57:04.543 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0148186 s, 708 MB/s 2021-07-09T16:57:04.543 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2021-07-09T16:57:04.663 INFO:journalctl@ceph.osd.0.smithi184.stdout:Jul 09 16:57:04 smithi184 conmon[40957]: debug 2021-07-09T16:57:04.579+0000 7f294ffdb080 -1 osd.0 0 log_to_monitors {default=true} 2021-07-09T16:57:05.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:04 smithi184 conmon[26177]: audit 2021-07-09T16:57:04.582973+0000 mon.smithi184 ( 2021-07-09T16:57:05.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:04 smithi184 conmon[26177]: mon.0) 151 : audit [INF] from='osd.0 [v2:172.21.15.184:6802/1454024811,v1:172.21.15.184:6803/1454024811]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2021-07-09T16:57:05.770 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch daemon add osd smithi184:vg_nvme/lv_3 2021-07-09T16:57:06.023 INFO:journalctl@ceph.osd.0.smithi184.stdout:Jul 09 16:57:05 smithi184 conmon[40957]: debug 2021-07-09T16:57:06.024 INFO:journalctl@ceph.osd.0.smithi184.stdout:Jul 09 16:57:05 smithi184 conmon[40957]: 2021-07-09T16:57:05.939+0000 7f294654c700 -1 osd.0 0 waiting for initial osdmap 2021-07-09T16:57:06.024 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:05 smithi184 conmon[26177]: cluster 2021-07-09T16:57:04.211372+0000 mgr.smithi184.rkuohv ( 2021-07-09T16:57:06.024 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:05 smithi184 conmon[26177]: mgr.14162) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:57:06.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:05 smithi184 conmon[26177]: audit 2021-07-09T16:57:04.935560+0000 mon.smithi184 (mon.0) 152 : audit [INF] from='osd.0 [v2:172.21.15.184:6802/1454024811,v1:172.21.15.184:6803/1454024811]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2021-07-09T16:57:06.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:05 smithi184 conmon[26177]: cluster 2021-07-09T16:57:04.935632+0000 mon.smithi184 (mon.0) 153 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2021-07-09T16:57:06.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:05 smithi184 conmon[26177]: audit 2021-07-09T16:57:04.935753+0000 mon.smithi184 (mon.0) 154 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2021-07-09T16:57:06.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:05 smithi184 conmon[26177]: audit 2021-07-09T16:57:04.936105+0000 mon.smithi184 (mon.0) 155 : audit [INF] from='osd.0 [v2:172.21.15.184:6802/1454024811,v1:172.21.15.184:6803/1454024811]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2021-07-09T16:57:07.170 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:06 smithi184 conmon[26177]: audit 2021-07-09T16:57:05 2021-07-09T16:57:07.170 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:06 smithi184 conmon[26177]: .936362+0000 mon.smithi184 (mon.0) 156 : audit [INF] from='osd.0 [v2:172.21.15.184:6802/1454024811,v1:172.21.15.184:6803/1454024811]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2021-07-09T16:57:07.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:06 smithi184 conmon[26177]: cluster 2021-07-09T16:57:05.936414+0000 mon.smithi184 (mon.0) 157 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2021-07-09T16:57:07.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:06 smithi184 conmon[26177]: audit 2021-07-09T16:57:05.936727+0000 mon.smithi184 (mon.0) 158 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2021-07-09T16:57:07.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:06 smithi184 conmon[26177]: audit 2021-07-09T16:57:05.940900+0000 mon.smithi184 (mon.0) 159 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2021-07-09T16:57:08.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: cluster 2021-07-09T16:57:05.552658+0000 osd.0 (osd.0 2021-07-09T16:57:08.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: ) 1 : cluster [DBG] purged_snaps scrub starts 2021-07-09T16:57:08.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: cluster 2021-07-09T16:57:05.552837+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2021-07-09T16:57:08.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: cluster 2021-07-09T16:57:06.211624+0000 mgr.smithi184.rkuohv ( 2021-07-09T16:57:08.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: mgr.14162) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2021-07-09T16:57:08.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: cluster 2021-07-09T16:57:08.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: 2021-07-09T16:57:06.939199+0000 mon.smithi184 2021-07-09T16:57:08.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: (mon.0) 160 : cluster [INF] osd.0 [v2:172.21.15.184:6802/1454024811,v1:172.21.15.184:6803/1454024811] boot 2021-07-09T16:57:08.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: 2021-07-09T16:57:08.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: cluster 2021-07-09T16 2021-07-09T16:57:08.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: :57:06.939230+0000 mon.smithi184 2021-07-09T16:57:08.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: (mon.0) 161 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2021-07-09T16:57:08.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: 2021-07-09T16:57:08.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: audit 2021-07-09 2021-07-09T16:57:08.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: T16:57:06.939698+0000 mon.smithi184 ( 2021-07-09T16:57:08.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:07 smithi184 conmon[26177]: mon.0) 162 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2021-07-09T16:57:09.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: cluster 2021-07-09T16:57:07.947454+0000 mon.smithi184 (mon.0) 163 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2021-07-09T16:57:09.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: audit 2021-07-09T16:57:08.277515+0000 mon.smithi184 (mon.0) 164 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:09.222 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: audit 2021-07-09T16:57:08.547318+0000 mon.smithi184 (mon.0) 165 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:09.222 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: audit 2021-07-09T16:57:08.549247+0000 mon.smithi184 (mon.0) 166 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2021-07-09T16:57:09.222 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: audit 2021-07-09T16:57:08.549845+0000 mon.smithi184 (mon.0) 167 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2021-07-09T16:57:09.223 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: audit 2021-07-09T16:57:08.550421+0000 mon.smithi184 (mon.0) 168 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:57:09.223 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: audit 2021-07-09T16:57:08.589495+0000 mon.smithi184 (mon.0) 169 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2021-07-09T16:57:09.223 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: audit 2021-07-09T16:57:08.590732+0000 mon.smithi184 (mon.0) 170 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2021-07-09T16:57:09.224 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: 2021-07-09T16:57:09.224 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:08 smithi184 conmon[26177]: audit 2021-07-09T16:57:08.591280+0000 mon.smithi184 (mon.0) 171 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:57:10.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:09 smithi184 conmon[26177]: cluster 2021-07-09T16:57:08.211867+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T16:57:10.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:09 smithi184 conmon[26177]: .14162) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:10.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:09 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:08.271607+0000 mgr.smithi184.rkuohv (mgr.14162) 46 : cephadm [INF] Detected new or changed devices on smithi184 2021-07-09T16:57:10.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:09 smithi184 conmon[26177]: cluster 2021-07-09T16:57:08.545103+0000 mgr.smithi184.rkuohv (mgr.14162) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:10.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:09 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:08.549027+0000 mgr.smithi184.rkuohv (mgr.14162) 48 : cephadm [INF] Reconfiguring mon.smithi184 (unknown last config time)... 2021-07-09T16:57:10.150 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:09 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:08.550939+0000 mgr.smithi184.rkuohv (mgr.14162) 49 : cephadm [INF] Reconfiguring daemon mon.smithi184 on smithi184 2021-07-09T16:57:10.150 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:09 smithi184 conmon[26177]: audit 2021-07-09T16:57:08.588721+0000 mgr.smithi184.rkuohv (mgr.14162) 50 : audit [DBG] from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:57:10.151 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:09 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:08.590527+0000 mgr.smithi184.rkuohv (mgr.14162) 51 : cephadm [INF] Applying service osd.None on host smithi184... 2021-07-09T16:57:10.151 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:09 smithi184 conmon[26177]: cluster 2021-07-09T16:57:08.951148+0000 mon.smithi184 (mon.0) 172 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2021-07-09T16:57:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:11 smithi184 conmon[26177]: audit 2021-07-09T16:57:10.106984+0000 mon.smithi184 ( 2021-07-09T16:57:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:11 smithi184 conmon[26177]: mon.0) 173 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:11 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:10.107425+0000 mgr.smithi184.rkuohv (mgr.14162) 52 : cephadm [INF] Reconfiguring mgr.smithi184.rkuohv (unknown last config time)... 2021-07-09T16:57:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:11 smithi184 conmon[26177]: audit 2021-07-09T16:57:10.107675+0000 mon.smithi184 (mon.0) 174 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.rkuohv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2021-07-09T16:57:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:11 smithi184 conmon[26177]: audit 2021-07-09T16:57:10.108367+0000 mon.smithi184 (mon.0) 175 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mgr services"}]: dispatch 2021-07-09T16:57:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:11 smithi184 conmon[26177]: audit 2021-07-09T16:57:10.109058+0000 mon.smithi184 (mon.0) 176 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:57:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:11 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:10.109536+0000 mgr.smithi184.rkuohv (mgr.14162) 53 : cephadm [INF] Reconfiguring daemon mgr.smithi184.rkuohv on smithi184 2021-07-09T16:57:12.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:12 smithi184 conmon[26177]: cluster 2021-07-09T16:57:10.545397+0000 mgr.smithi184.rkuohv (mgr.14162) 54 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:12.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:12 smithi184 conmon[26177]: audit 2021-07-09T16:57:11.616815+0000 mon.smithi184 (mon.0) 177 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:13 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:11.617396+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T16:57:13.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:13 smithi184 conmon[26177]: 14162) 55 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2021-07-09T16:57:13.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:13 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:11.619227+0000 mgr.smithi184.rkuohv (mgr.14162) 56 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2021-07-09T16:57:13.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:13 smithi184 conmon[26177]: audit 2021-07-09T16:57:12.485396+0000 mon.smithi184 (mon.0) 178 : audit [INF] from='client.? 172.21.15.184:0/2050514562' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ddfbccdd-911f-49c0-958e-f7c6c657e366"}]: dispatch 2021-07-09T16:57:13.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:13 smithi184 conmon[26177]: audit 2021-07-09T16:57:12.488137+0000 mon.smithi184 (mon.0) 179 : audit [INF] from='client.? 172.21.15.184:0/2050514562' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ddfbccdd-911f-49c0-958e-f7c6c657e366"}]': finished 2021-07-09T16:57:13.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:13 smithi184 conmon[26177]: cluster 2021-07-09T16:57:12.488193+0000 mon.smithi184 (mon.0) 180 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2021-07-09T16:57:13.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:13 smithi184 conmon[26177]: audit 2021-07-09T16:57:12.488282+0000 mon.smithi184 (mon.0) 181 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2021-07-09T16:57:13.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:13 smithi184 conmon[26177]: audit 2021-07-09T16:57:13.008280+0000 mon.smithi184 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.184:0/3536227387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2021-07-09T16:57:14.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:14 smithi184 conmon[26177]: cluster 2021-07-09T16:57:12.545723+0000 mgr.smithi184.rkuohv (mgr.14162) 57 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:16.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:16 smithi184 conmon[26177]: cluster 2021-07-09T16:57:14.545988+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T16:57:16.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:16 smithi184 conmon[26177]: ) 58 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:18.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:18 smithi184 conmon[26177]: cluster 2021-07-09T16:57:16.546270+0000 mgr.smithi184.rkuohv (mgr.14162) 59 : 2021-07-09T16:57:18.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:18 smithi184 conmon[26177]: cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:20.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:20 smithi184 conmon[26177]: cluster 2021-07-09T16:57:18.546731+0000 mgr.smithi184.rkuohv ( 2021-07-09T16:57:20.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:20 smithi184 conmon[26177]: mgr.14162) 60 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:21.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:21 smithi184 conmon[26177]: cluster 2021-07-09T16:57:20.547083+0000 mgr.smithi184.rkuohv ( 2021-07-09T16:57:21.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:21 smithi184 conmon[26177]: mgr.14162) 61 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:21.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:21 smithi184 conmon[26177]: audit 2021-07-09T16:57:20.614165+0000 mon.smithi184 (mon.0) 183 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:21.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:21 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:20.614665+0000 mgr.smithi184.rkuohv (mgr.14162) 62 : cephadm [INF] Reconfiguring grafana.smithi184 (dependencies changed)... 2021-07-09T16:57:21.915 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:21 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:20.618662+0000 mgr.smithi184.rkuohv (mgr.14162) 63 : cephadm [INF] Reconfiguring daemon grafana.smithi184 on smithi184 2021-07-09T16:57:22.917 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:22 smithi184 conmon[26177]: audit 2021-07-09T16:57:21.884175+0000 mon.smithi184 2021-07-09T16:57:22.918 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:22 smithi184 conmon[26177]: (mon.0) 184 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2021-07-09T16:57:22.919 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:22 smithi184 conmon[26177]: audit 2021-07-09T16:57:21.884747+0000 mon.smithi184 (mon.0) 185 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:57:22.919 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:22 smithi184 conmon[26177]: cephadm 2021-07-09T16: 2021-07-09T16:57:22.920 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:22 smithi184 conmon[26177]: 57:21.885210+0000 mgr.smithi184.rkuohv (mgr.14162) 64 2021-07-09T16:57:22.920 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:22 smithi184 conmon[26177]: : cephadm [INF] Deploying daemon osd.1 on smithi184 2021-07-09T16:57:24.191 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:23 smithi184 conmon[26177]: cluster 2021-07-09T16:57:22.547514+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T16:57:24.191 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:23 smithi184 conmon[26177]: .14162) 65 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:26.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:25 smithi184 conmon[26177]: cluster 2021-07-09T16:57:24.547875+0000 mgr.smithi184.rkuohv (mgr.14162) 66 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:26.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:25 smithi184 conmon[26177]: audit 2021-07-09T16:57:25.541860+0000 mon.smithi184 (mon.0) 186 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:26.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:25 smithi184 conmon[26177]: audit 2021-07-09T16:57:25.543337+0000 mon.smithi184 (mon.0) 187 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2021-07-09T16:57:27.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:26 smithi184 conmon[26177]: audit 2021-07-09T16:57:25.543636+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T16:57:27.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:26 smithi184 conmon[26177]: .14162) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2021-07-09T16:57:27.993 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:27 smithi184 conmon[26177]: cluster 2021-07-09T16:57:26.548336+0000 mgr.smithi184.rkuohv (mgr.14162) 68 2021-07-09T16:57:27.994 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:27 smithi184 conmon[26177]: : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:28.880 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 1 on host 'smithi184' 2021-07-09T16:57:29.552 DEBUG:teuthology.orchestra.run.smithi184:osd.1> sudo journalctl -f -n 0 -u ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@osd.1.service 2021-07-09T16:57:29.555 INFO:tasks.cephadm:Deploying osd.2 on smithi184 with /dev/vg_nvme/lv_2... 2021-07-09T16:57:29.556 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2021-07-09T16:57:29.584 INFO:journalctl@ceph.osd.1.smithi184.stdout:-- Logs begin at Fri 2021-07-09 16:49:02 UTC. -- 2021-07-09T16:57:30.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: cluster 2021-07-09T16:57:28.548610+0000 2021-07-09T16:57:30.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:30.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.874749+0000 mon.smithi184 (mon.0) 188 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:30.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.877475+0000 mon.smithi184 (mon.0) 189 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:30.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.891023+0000 mon.smithi184 (mon.0) 190 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.184:9093"}]: dispatch 2021-07-09T16:57:30.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.891333+0000 mgr.smithi184.rkuohv (mgr.14162) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.184:9093"}]: dispatch 2021-07-09T16:57:30.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.894466+0000 mon.smithi184 (mon.0) 191 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:30.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.896546+0000 mon.smithi184 (mon.0) 192 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2021-07-09T16:57:30.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.896844+0000 mgr.smithi184.rkuohv (mgr.14162) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2021-07-09T16:57:30.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.900752+0000 mon.smithi184 (mon.0) 193 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2021-07-09T16:57:30.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.900998+0000 mgr.smithi184.rkuohv (mgr.14162) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2021-07-09T16:57:30.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.906207+0000 mon.smithi184 (mon.0) 194 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:30.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.908562+0000 mon.smithi184 (mon.0) 195 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2021-07-09T16:57:30.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.908972+0000 mgr.smithi184.rkuohv (mgr.14162) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2021-07-09T16:57:30.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.914050+0000 mon.smithi184 (mon.0) 196 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2021-07-09T16:57:30.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.914357+0000 mgr.smithi184.rkuohv (mgr.14162) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2021-07-09T16:57:30.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.917116+0000 mon.smithi184 (mon.0) 197 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:30.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:29 smithi184 conmon[26177]: audit 2021-07-09T16:57:28.918742+0000 mon.smithi184 (mon.0) 198 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:57:32.105 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_2 2021-07-09T16:57:32.105 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2021-07-09T16:57:32.106 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2021-07-09T16:57:32.106 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2021-07-09T16:57:32.106 INFO:teuthology.orchestra.run.smithi184.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123116 s, 852 MB/s 2021-07-09T16:57:32.106 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2021-07-09T16:57:32.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:31 smithi184 conmon[26177]: cluster 2021-07-09T16:57:30.548906+0000 mgr.smithi184.rkuohv (mgr.14162) 75 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:32.139 INFO:journalctl@ceph.osd.1.smithi184.stdout:Jul 09 16:57:32 smithi184 conmon[46388]: debug 2021-07-09T16:57:32.079+0000 7f09eeafe080 -1 osd.1 0 log_to_monitors {default=true} 2021-07-09T16:57:33.125 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch daemon add osd smithi184:vg_nvme/lv_2 2021-07-09T16:57:33.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:32 smithi184 conmon[26177]: audit 2021-07-09T16:57:32.082089+0000 mon.smithi184 (mon.0) 199 : audit [INF] from='osd.1 [v2:172.21.15.184:6810/1784559901,v1:172.21.15.184:6811/1784559901]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2021-07-09T16:57:34.058 INFO:journalctl@ceph.osd.1.smithi184.stdout:Jul 09 16:57:33 smithi184 conmon[46388]: debug 2021-07-09T16:57:33.885+0000 7f09e506f700 -1 osd.1 0 waiting for initial osdmap 2021-07-09T16:57:34.059 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:33 smithi184 conmon[26177]: cluster 2021-07-09T16:57:32.549221+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T16:57:34.060 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:33 smithi184 conmon[26177]: 14162) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:34.060 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:33 smithi184 conmon[26177]: audit 2021-07-09T16:57:32.880695+0000 mon.smithi184 (mon.0) 200 : audit [INF] from='osd.1 [v2:172.21.15.184:6810/1784559901,v1:172.21.15.184:6811/1784559901]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2021-07-09T16:57:34.061 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:33 smithi184 conmon[26177]: cluster 2021-07-09T16:57:32.880767+0000 mon.smithi184 (mon.0) 201 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2021-07-09T16:57:34.061 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:33 smithi184 conmon[26177]: audit 2021-07-09T16:57:32.880876+0000 mon.smithi184 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2021-07-09T16:57:34.061 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:33 smithi184 conmon[26177]: audit 2021-07-09T16:57:32.881246+0000 mon.smithi184 (mon.0) 203 : audit [INF] from='osd.1 [v2:172.21.15.184:6810/1784559901,v1:172.21.15.184:6811/1784559901]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2021-07-09T16:57:34.981 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:34 smithi184 conmon[26177]: audit 2021-07-09T16:57:33.880573+0000 mon.smithi184 (mon.0) 204 : audit [INF] from='osd.1 [v2:172.21.15.184:6810/1784559901,v1:172.21.15.184:6811/1784559901]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2021-07-09T16:57:34.982 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:34 smithi184 conmon[26177]: cluster 2021-07-09T16:57:33.880641+0000 mon.smithi184 (mon.0) 205 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2021-07-09T16:57:34.982 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:34 smithi184 conmon[26177]: audit 2021-07-09T16:57:33.880967+0000 mon.smithi184 (mon.0) 206 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2021-07-09T16:57:34.982 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:34 smithi184 conmon[26177]: audit 2021-07-09T16:57:33.886076+0000 mon.smithi184 (mon.0) 207 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2021-07-09T16:57:34.982 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:34 smithi184 conmon[26177]: audit 2021-07-09T16:57:34.005005+0000 mon.smithi184 (mon.0) 208 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:36.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: cluster 2021-07-09T16:57:33.122103+0000 osd.1 (osd.1) 2021-07-09T16:57:36.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: 1 : cluster [DBG] purged_snaps scrub starts 2021-07-09T16:57:36.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: cluster 2021-07-09T16:57:33.122206+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2021-07-09T16:57:36.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: cluster 2021-07-09T16:57:34.549483+0000 mgr.smithi184.rkuohv (mgr.14162) 77 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2021-07-09T16:57:36.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: cluster 2021-07-09T16:57:34.886288+0000 mon.smithi184 (mon.0) 209 : cluster [INF] osd.1 [v2:172.21.15.184:6810/1784559901,v1:172.21.15.184:6811/1784559901] boot 2021-07-09T16:57:36.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: cluster 2021-07-09T16:57:34.886317+0000 mon.smithi184 (mon.0) 210 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2021-07-09T16:57:36.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: audit 2021-07-09T16:57:34.887580+0000 mon.smithi184 (mon.0) 211 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2021-07-09T16:57:36.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: audit 2021-07-09T16:57:35.464053+0000 mon.smithi184 (mon.0) 212 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2021-07-09T16:57:36.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: audit 2021-07-09T16:57:35.465164+0000 mon.smithi184 (mon.0) 213 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2021-07-09T16:57:36.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:35 smithi184 conmon[26177]: audit 2021-07-09T16:57:35.465631+0000 mon.smithi184 (mon.0) 214 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:57:37.272 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:37 smithi184 conmon[26177]: audit 2021-07-09T16:57:35.463350+0000 mgr.smithi184.rkuohv (mgr.14162) 78 : audit [DBG] from='client.14206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:57:37.272 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:37 smithi184 conmon[26177]: cephadm 2021- 2021-07-09T16:57:37.272 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:37 smithi184 conmon[26177]: 07-09T16:57:35.464988+0000 mgr.smithi184.rkuohv (mgr.14162) 79 : cephadm [INF] Applying service osd.None on host smithi184... 2021-07-09T16:57:37.273 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:37 smithi184 conmon[26177]: cluster 2021-07-09T16:57:36.009279+0000 mon.smithi184 (mon.0) 215 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2021-07-09T16:57:38.256 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:38 smithi184 conmon[26177]: cluster 2021-07-09T16: 2021-07-09T16:57:38.256 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:38 smithi184 conmon[26177]: 57:36.549769+0000 mgr.smithi184.rkuohv (mgr.14162) 80 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2021-07-09T16:57:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:38.266243+0000 mgr.smithi184.rkuohv (mgr.14162) 81 2021-07-09T16:57:39.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: : cephadm [INF] Detected new or changed devices on smithi184 2021-07-09T16:57:39.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: audit 2021-07-09T16:57:38.269830+0000 mon.smithi184 (mon.0) 216 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:39.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: cluster 2021-07-09T16:57:38.270580+0000 mgr.smithi184.rkuohv (mgr.14162) 82 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2021-07-09T16:57:39.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: audit 2021-07-09T16:57:38.272105+0000 mon.smithi184 (mon.0) 217 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:39.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: audit 2021-07-09T16:57:38.274061+0000 mon.smithi184 (mon.0) 218 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:57:39.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: audit 2021-07-09T16:57:38.928467+0000 mon.smithi184 (mon.0) 219 : audit [INF] from='client.? 172.21.15.184:0/4147779925' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdb1d134-47da-41bc-aea6-2e1ba23eb828"}]: dispatch 2021-07-09T16:57:39.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: audit 2021-07-09T16:57:38.931117+0000 mon.smithi184 (mon.0) 220 : audit [INF] from='client.? 172.21.15.184:0/4147779925' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdb1d134-47da-41bc-aea6-2e1ba23eb828"}]': finished 2021-07-09T16:57:39.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: cluster 2021-07-09T16:57:38.931161+0000 mon.smithi184 (mon.0) 221 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2021-07-09T16:57:39.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:39 smithi184 conmon[26177]: audit 2021-07-09T16:57:38.931249+0000 mon.smithi184 (mon.0) 222 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2021-07-09T16:57:40.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:40 smithi184 conmon[26177]: cluster 2021-07-09T16:57:39.268380+0000 mon.smithi184 (mon.0) 223 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2021-07-09T16:57:40.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:40 smithi184 conmon[26177]: cluster 2021-07-09T16:57:39.268413+0000 mon.smithi184 (mon.0) 224 : cluster [INF] Cluster is now healthy 2021-07-09T16:57:40.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:40 smithi184 conmon[26177]: audit 2021-07-09T16:57:39.483343+0000 mon.smithi184 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.184:0/2680064641' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2021-07-09T16:57:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:41 smithi184 conmon[26177]: cluster 2021-07-09T16:57:40.270915+0000 mgr.smithi184.rkuohv (mgr.14162) 83 : cluster [DBG] 2021-07-09T16:57:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:41 smithi184 conmon[26177]: pgmap v61: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2021-07-09T16:57:42.894 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:42 smithi184 conmon[26177]: audit 2021-07-09T16:57:42.894 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:42 smithi184 conmon[26177]: 2021-07-09T16:57: 2021-07-09T16:57:42.895 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:42 smithi184 conmon[26177]: 41.715020+0000 mon.smithi184 (mon.0) 226 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:42.895 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:42 smithi184 conmon[26177]: audit 2021-07-09T16:57:42.895 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:42 smithi184 conmon[26177]: 2021-07-09T16:57 2021-07-09T16:57:42.895 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:42 smithi184 conmon[26177]: :41.717456+0000 mon.smithi184 (mon 2021-07-09T16:57:42.896 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:42 smithi184 conmon[26177]: .0) 227 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:44.053 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:43 smithi184 conmon[26177]: cluster 2021-07-09T16:57:42.271472+0000 mgr.smithi184.rkuohv (mgr.14162) 84 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2021-07-09T16:57:46.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:45 smithi184 conmon[26177]: cluster 2021-07-09T16:57:44.271722+0000 mgr.smithi184.rkuohv (mgr.14162) 85 2021-07-09T16:57:46.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:45 smithi184 conmon[26177]: : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2021-07-09T16:57:46.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:45 smithi184 conmon[26177]: audit 2021-07-09T16:57:45.045266+0000 mon.smithi184 (mon.0) 228 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2021-07-09T16:57:46.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:45 smithi184 conmon[26177]: audit 2021-07-09T16:57:45.045832+0000 mon.smithi184 (mon.0) 229 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:57:46.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:45 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:45.046299+0000 mgr.smithi184.rkuohv (mgr.14162) 86 : cephadm [INF] Deploying daemon osd.2 on smithi184 2021-07-09T16:57:48.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:47 smithi184 conmon[26177]: cluster 2021-07-09T16:57:46.271971+0000 mgr.smithi184.rkuohv (mgr.14162) 87 : cluster 2021-07-09T16:57:48.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:47 smithi184 conmon[26177]: [DBG] pgmap v64: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2021-07-09T16:57:48.462 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 2 on host 'smithi184' 2021-07-09T16:57:49.129 DEBUG:teuthology.orchestra.run.smithi184:osd.2> sudo journalctl -f -n 0 -u ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@osd.2.service 2021-07-09T16:57:49.172 INFO:tasks.cephadm:Deploying osd.3 on smithi184 with /dev/vg_nvme/lv_1... 2021-07-09T16:57:49.173 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2021-07-09T16:57:49.195 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:48 smithi184 conmon[26177]: audit 2021-07-09T16:57:48.452486+0000 mon.smithi184 (mon.0) 230 2021-07-09T16:57:49.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:48 smithi184 conmon[26177]: : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:57:49.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:48 smithi184 conmon[26177]: audit 2021-07-09T16:57:48.455472+0000 mon.smithi184 (mon.0) 231 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:49.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:48 smithi184 conmon[26177]: audit 2021-07-09T16:57:48.459842+0000 mon.smithi184 (mon.0) 232 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:49.201 INFO:journalctl@ceph.osd.2.smithi184.stdout:-- Logs begin at Fri 2021-07-09 16:49:02 UTC. -- 2021-07-09T16:57:50.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:49 smithi184 conmon[26177]: cluster 2021-07-09T16:57:48.272219+0000 mgr.smithi184.rkuohv (mgr.14162) 88 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2021-07-09T16:57:51.226 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:50 smithi184 conmon[26177]: audit 2021-07-09T16:57:50.326262 2021-07-09T16:57:51.226 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:50 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 233 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T16:57:51.226 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:50 smithi184 conmon[26177]: audit 2021-07-09T16:57:50.328714+0000 mon.smithi184 (mon.0) 234 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T16:57:51.716 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_1 2021-07-09T16:57:51.717 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2021-07-09T16:57:51.717 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2021-07-09T16:57:51.717 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2021-07-09T16:57:51.718 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0140481 s, 746 MB/s 2021-07-09T16:57:51.718 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2021-07-09T16:57:52.027 INFO:journalctl@ceph.osd.2.smithi184.stdout:Jul 09 16:57:51 smithi184 conmon[52008]: debug 2021-07-09T16:57:51.702+0000 7f07d32e3080 -1 osd.2 0 log_to_monitors {default=true} 2021-07-09T16:57:52.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:51 smithi184 conmon[26177]: cluster 2021-07-09T16:57:50.272455+0000 mgr.smithi184.rkuohv (mgr.14162) 89 2021-07-09T16:57:52.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:51 smithi184 conmon[26177]: : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2021-07-09T16:57:52.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:51 smithi184 conmon[26177]: audit 2021-07-09T16:57:51.707237+0000 mon.smithi184 (mon.0) 235 : audit [INF] from='osd.2 [v2:172.21.15.184:6818/3709463648,v1:172.21.15.184:6819/3709463648]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2021-07-09T16:57:52.528 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch daemon add osd smithi184:vg_nvme/lv_1 2021-07-09T16:57:53.213 INFO:journalctl@ceph.osd.2.smithi184.stdout:Jul 09 16:57:52 smithi184 conmon[52008]: debug 2021-07-09T16:57:52.950+0000 7f07c9854700 -1 osd.2 0 waiting for initial osdmap 2021-07-09T16:57:53.214 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:52 smithi184 conmon[26177]: audit 2021-07-09T16:57:51.944581+0000 mon.smithi184 (mon.0) 236 : audit [INF] from='osd.2 [v2:172.21.15.184:6818/3709463648,v1:172.21.15.184:6819/3709463648]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2021-07-09T16:57:53.214 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:52 smithi184 conmon[26177]: cluster 2021-07-09T16:57:51.944640+0000 mon.smithi184 (mon.0) 237 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2021-07-09T16:57:53.214 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:52 smithi184 conmon[26177]: audit 2021-07-09T16:57:51.944929+0000 mon.smithi184 (mon.0) 238 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2021-07-09T16:57:53.214 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:52 smithi184 conmon[26177]: audit 2021-07-09T16:57:51.946752+0000 mon.smithi184 (mon.0) 239 : audit [INF] from='osd.2 [v2:172.21.15.184:6818/3709463648,v1:172.21.15.184:6819/3709463648]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2021-07-09T16:57:54.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:54 smithi184 conmon[26177]: cluster 2021-07-09T16:57:52.272720+0000 mgr.smithi184.rkuohv (mgr.14162) 90 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2021-07-09T16:57:54.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:54 smithi184 conmon[26177]: audit 2021 2021-07-09T16:57:54.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:54 smithi184 conmon[26177]: -07-09T16:57:52.947246+0000 mon.smithi184 (mon.0) 240 : audit [INF] from='osd.2 [v2:172.21.15.184:6818/3709463648,v1:172.21.15.184:6819/3709463648]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2021-07-09T16:57:54.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:54 smithi184 conmon[26177]: cluster 2021-07-09T16:57:52.947305+0000 mon.smithi184 (mon.0) 241 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2021-07-09T16:57:54.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:54 smithi184 conmon[26177]: audit 2021-07-09T16:57:52.947597+0000 mon.smithi184 (mon.0) 242 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2021-07-09T16:57:54.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:54 smithi184 conmon[26177]: audit 2021-07-09T16:57:52.951640+0000 mon.smithi184 (mon.0) 243 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2021-07-09T16:57:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: cluster 2021-07-09T16:57:52.673923+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2021-07-09T16:57:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: cluster 2021-07-09T16:57:52.674293+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2021-07-09T16:57:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: cluster 2021-07-09T16:57:53.951161+0000 mon.smithi184 (mon.0) 244 : cluster [INF] osd.2 [v2:172.21.15.184:6818/3709463648,v1:172.21.15.184:6819/3709463648] boot 2021-07-09T16:57:55.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: cluster 2021-07-09T16:57:53.951206+0000 mon.smithi184 (mon.0) 245 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2021-07-09T16:57:55.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: audit 2021-07-09T16:57:53.951679+0000 mon.smithi184 (mon.0) 246 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2021-07-09T16:57:55.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: audit 2021-07-09T16:57:53.952012+0000 mon.smithi184 (mon.0) 247 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2021-07-09T16:57:55.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: cluster 2021-07-09T16:57:54.273013+0000 mgr.smithi184.rkuohv (mgr.14162) 91 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:57:55.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: audit 2021-07-09T16:57:54.543574+0000 mon.smithi184 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:57:55.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: audit 2021-07-09T16:57:54.952545+0000 mon.smithi184 (mon.0) 249 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2021-07-09T16:57:55.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: cluster 2021-07-09T16:57:54.952639+0000 mon.smithi184 (mon.0) 250 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2021-07-09T16:57:55.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:55 smithi184 conmon[26177]: audit 2021-07-09T16:57:54.953383+0000 mon.smithi184 (mon.0) 251 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2021-07-09T16:57:57.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:56 smithi184 conmon[26177]: audit 2021-07-09T16:57:55.209651+0000 mgr.smithi184.rkuohv (mgr.14162) 92 2021-07-09T16:57:57.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:56 smithi184 conmon[26177]: : audit [DBG] from='client.14215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:57:57.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:56 smithi184 conmon[26177]: audit 2021-07-09T16:57:55.952232+0000 mon.smithi184 (mon.0) 252 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2021-07-09T16:57:57.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:56 smithi184 conmon[26177]: cluster 2021-07-09T16:57:55.952301+0000 mon.smithi184 (mon.0) 253 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2021-07-09T16:57:57.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:56 smithi184 conmon[26177]: audit 2021-07-09T16:57:55.956341+0000 mon.smithi184 (mon.0) 254 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2021-07-09T16:57:57.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:56 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:55.957303+0000 mgr.smithi184.rkuohv (mgr.14162) 93 : cephadm [INF] Applying service osd.None on host smithi184... 2021-07-09T16:57:57.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:56 smithi184 conmon[26177]: audit 2021-07-09T16:57:55.957552+0000 mon.smithi184 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2021-07-09T16:57:57.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:56 smithi184 conmon[26177]: audit 2021-07-09T16:57:55.958025+0000 mon.smithi184 (mon.0) 256 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:57:58.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:57 smithi184 conmon[26177]: cluster 2021-07-09T16:57:56.273358+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T16:57:58.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:57 smithi184 conmon[26177]: ) 94 : cluster [DBG] pgmap v74: 1 pgs: 1 creating+peering; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:57:58.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:57 smithi184 conmon[26177]: cluster 2021-07-09T16:57:56.955195+0000 mon.smithi184 (mon.0) 257 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2021-07-09T16:58:00.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: cluster 2021-07-09T16:57:58.273649+0000 mgr.smithi184.rkuohv (mgr.14162) 95 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:00.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: cephadm 2021-07-09T16:57:58.717049+0000 mgr.smithi184.rkuohv (mgr.14162) 96 : cephadm [INF] Detected new or changed devices on smithi184 2021-07-09T16:58:00.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: audit 2021-07-09T16:57:58.720691+0000 mon.smithi184 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:00.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: audit 2021-07-09T16:57:58.723622+0000 mon.smithi184 (mon.0) 259 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:00.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: audit 2021-07-09T16:57:58.725648+0000 mon.smithi184 (mon.0) 260 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:58:00.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: audit 2021- 2021-07-09T16:58:00.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: 07-09T16:57:59.385071+0000 mon.smithi184 (mon.0) 261 : audit [INF] from='client.? 172.21.15.184:0/1118741487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14435b0f-5ffe-4a51-82e8-a4f3631547b5"}]: dispatch 2021-07-09T16:58:00.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: audit 2021-07-09T16:57:59.389085+0000 mon.smithi184 (mon.0) 262 : audit [INF] from='client.? 172.21.15.184:0/1118741487' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14435b0f-5ffe-4a51-82e8-a4f3631547b5"}]': finished 2021-07-09T16:58:00.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: cluster 2021-07-09T16:57:59.389146+0000 mon.smithi184 (mon.0) 263 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2021-07-09T16:58:00.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:57:59 smithi184 conmon[26177]: audit 2021-07-09T16:57:59.389233+0000 mon.smithi184 (mon.0) 264 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2021-07-09T16:58:01.176 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:00 smithi184 conmon[26177]: audit 2021-07-09T16:57:59.977772+0000 mon.smithi184 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.184:0/1475629859' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2021-07-09T16:58:02.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:01 smithi184 conmon[26177]: cluster 2021-07-09T16:58:00.273913+0000 mgr.smithi184.rkuohv (mgr.14162) 97 : cluster [DBG] pgmap v78: 1 pgs: 1 creating+peering; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:03 smithi184 conmon[26177]: audit 2021-07-09T16:58:02.259425+0000 mon.smithi184 (mon.0) 266 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:03 smithi184 conmon[26177]: audit 2021-07-09T16:58:02.261645+0000 mon.smithi184 (mon.0) 267 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:03 smithi184 conmon[26177]: cluster 2021-07-09T16:58:02.274274+0000 mgr.smithi184.rkuohv (mgr.14162) 98 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:05.601 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:05 smithi184 conmon[26177]: cluster 2021-07-09T16:58:04.274525+0000 mgr.smithi184.rkuohv (mgr.14162) 99 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:06.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:06 smithi184 conmon[26177]: audit 2021-07-09T16:58:05.617958+0000 mon.smithi184 (mon.0) 2021-07-09T16:58:06.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:06 smithi184 conmon[26177]: 268 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2021-07-09T16:58:06.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:06 smithi184 conmon[26177]: audit 2021-07-09T16:58:05.618568+0000 mon.smithi184 (mon.0) 269 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:58:06.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:06 smithi184 conmon[26177]: cephadm 2021-07-09T16:58:05.619018+0000 mgr.smithi184.rkuohv (mgr.14162) 100 : cephadm [INF] Deploying daemon osd.3 on smithi184 2021-07-09T16:58:07.650 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:07 smithi184 conmon[26177]: cluster 2021-07-09T16:58:06.274830+0000 mgr.smithi184.rkuohv (mgr.14162) 101 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:09.144 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 3 on host 'smithi184' 2021-07-09T16:58:09.775 DEBUG:teuthology.orchestra.run.smithi184:osd.3> sudo journalctl -f -n 0 -u ceph-4a1c6bfc-e0d6-11eb-8c22-001a4aab830c@osd.3.service 2021-07-09T16:58:09.778 INFO:tasks.cephadm:Setting up client nodes... 2021-07-09T16:58:09.778 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2021-07-09T16:58:09.806 INFO:journalctl@ceph.osd.3.smithi184.stdout:-- Logs begin at Fri 2021-07-09 16:49:02 UTC. -- 2021-07-09T16:58:10.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:09 smithi184 conmon[26177]: cluster 2021-07-09T16:58:08.275306+0000 mgr.smithi184.rkuohv (mgr.14162) 102 : cluster [DBG] 2021-07-09T16:58:10.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:09 smithi184 conmon[26177]: pgmap v82: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:10.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:09 smithi184 conmon[26177]: audit 2021-07-09T16:58:09.132850+0000 mon.smithi184 (mon.0) 270 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:58:10.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:09 smithi184 conmon[26177]: audit 2021-07-09T16:58:09.135683+0000 mon.smithi184 (mon.0) 271 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:10.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:09 smithi184 conmon[26177]: audit 2021-07-09T16:58:09.140623+0000 mon.smithi184 (mon.0) 272 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:12.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:11 smithi184 conmon[26177]: cluster 2021-07-09T16:58:10.275603+0000 mgr.smithi184.rkuohv (mgr.14162) 103 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:12.333 INFO:teuthology.orchestra.run.smithi184.stdout:[client.0] 2021-07-09T16:58:12.334 INFO:teuthology.orchestra.run.smithi184.stdout: key = AQAkgOhgy/CSExAAbg/OYgq47J2UZHlpRlHFJA== 2021-07-09T16:58:12.663 INFO:journalctl@ceph.osd.3.smithi184.stdout:Jul 09 16:58:12 smithi184 conmon[57700]: debug 2021-07-09T16:58:12.377+0000 7fc64cbcc080 -1 osd.3 0 log_to_monitors {default=true} 2021-07-09T16:58:13.121 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2021-07-09T16:58:13.121 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2021-07-09T16:58:13.122 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2021-07-09T16:58:13.163 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph osd dump --format=json 2021-07-09T16:58:13.226 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:12 smithi184 conmon[26177]: audit 2021-07-09T16:58:12.328245+0000 mon.smithi184 (mon.0) 273 : audit [INF] from='client.? 172.21.15.184:0/2616279288' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2021-07-09T16:58:13.226 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:12 smithi184 conmon[26177]: audit 2021-07-09T16:58:12.330426+0000 mon.smithi184 (mon.0) 274 : audit [INF] from='client.? 172.21.15.184:0/2616279288' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2021-07-09T16:58:13.227 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:12 smithi184 conmon[26177]: audit 2021-07-09T16:58:12.381004+0000 mon.smithi184 (mon.0) 275 : audit [INF] from='osd.3 [v2:172.21.15.184:6826/2053546442,v1:172.21.15.184:6827/2053546442]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2021-07-09T16:58:13.592 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:14.289 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:13 smithi184 conmon[26177]: cluster 2021-07-09T16:58:12.275896+0000 2021-07-09T16:58:14.290 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:13 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 104 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:14.290 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:13 smithi184 conmon[26177]: audit 2021-07-09T16:58:13.332375+0000 mon.smithi184 (mon.0) 276 : audit [INF] from='osd.3 [v2:172.21.15.184:6826/2053546442,v1:172.21.15.184:6827/2053546442]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2021-07-09T16:58:14.290 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:13 smithi184 conmon[26177]: cluster 2021-07-09T16:58:13.332463+0000 mon.smithi184 (mon.0) 277 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2021-07-09T16:58:14.290 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:13 smithi184 conmon[26177]: audit 2021-07-09T16:58:13.332596+0000 mon.smithi184 (mon.0) 278 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2021-07-09T16:58:14.291 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:13 smithi184 conmon[26177]: audit 2021-07-09T16:58:13.332943+0000 mon.smithi184 (mon.0) 279 : audit [INF] from='osd.3 [v2:172.21.15.184:6826/2053546442,v1:172.21.15.184:6827/2053546442]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2021-07-09T16:58:14.663 INFO:journalctl@ceph.osd.3.smithi184.stdout:Jul 09 16:58:14 smithi184 conmon[57700]: debug 2021-07-09T16:58:14.334+0000 7fc64313d700 -1 osd.3 0 waiting for initial osdmap 2021-07-09T16:58:15.463 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:15 smithi184 conmon[26177]: cluster 2021-07-09T16:58:14.276147+0000 mgr.smithi184.rkuohv (mgr.14162) 105 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:15.463 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:15 smithi184 conmon[26177]: audit 2021-07-09T16:58:14.333476+0000 mon.smithi184 (mon.0) 280 : audit [INF] from='osd.3 [v2:172.21.15.184:6826/2053546442,v1:172.21.15.184:6827/2053546442]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2021-07-09T16:58:15.463 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:15 smithi184 conmon[26177]: cluster 2021-07-09T16:58:14.333530+0000 mon.smithi184 (mon.0) 281 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2021-07-09T16:58:15.464 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:15 smithi184 conmon[26177]: audit 2021-07-09T16:58:14.333641+0000 mon.smithi184 (mon.0) 282 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2021-07-09T16:58:15.464 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:15 smithi184 conmon[26177]: audit 2021-07-09T16:58:14.335909+0000 mon.smithi184 (mon.0) 283 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2021-07-09T16:58:15.845 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:58:15.846 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":26,"fsid":"4a1c6bfc-e0d6-11eb-8c22-001a4aab830c","created":"2021-07-09T16:54:52.875227+0000","modified":"2021-07-09T16:58:15.331148+0000","last_up_change":"2021-07-09T16:58:15.331148+0000","last_in_change":"2021-07-09T16:57:59.385533+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2021-07-09T16:57:54.209418+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","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":"7c21ab1e-027c-4156-aaa3-6308302b8cac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6803","nonce":1454024811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6805","nonce":1454024811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6809","nonce":1454024811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6807","nonce":1454024811}]},"public_addr":"172.21.15.184:6803/1454024811","cluster_addr":"172.21.15.184:6805/1454024811","heartbeat_back_addr":"172.21.15.184:6809/1454024811","heartbeat_front_addr":"172.21.15.184:6807/1454024811","state":["exists","up"]},{"osd":1,"uuid":"ddfbccdd-911f-49c0-958e-f7c6c657e366","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6811","nonce":1784559901}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6813","nonce":1784559901}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6817","nonce":1784559901}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6815","nonce":1784559901}]},"public_addr":"172.21.15.184:6811/1784559901","cluster_addr":"172.21.15.184:6813/1784559901","heartbeat_back_addr":"172.21.15.184:6817/1784559901","heartbeat_front_addr":"172.21.15.184:6815/1784559901","state":["exists","up"]},{"osd":2,"uuid":"fdb1d134-47da-41bc-aea6-2e1ba23eb828","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6819","nonce":3709463648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6821","nonce":3709463648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6825","nonce":3709463648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6823","nonce":3709463648}]},"public_addr":"172.21.15.184:6819/3709463648","cluster_addr":"172.21.15.184:6821/3709463648","heartbeat_back_addr":"172.21.15.184:6825/3709463648","heartbeat_front_addr":"172.21.15.184:6823/3709463648","state":["exists","up"]},{"osd":3,"uuid":"14435b0f-5ffe-4a51-82e8-a4f3631547b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6827","nonce":2053546442}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6829","nonce":2053546442}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6833","nonce":2053546442}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6831","nonce":2053546442}]},"public_addr":"172.21.15.184:6827/2053546442","cluster_addr":"172.21.15.184:6829/2053546442","heartbeat_back_addr":"172.21.15.184:6833/2053546442","heartbeat_front_addr":"172.21.15.184:6831/2053546442","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:57:05.552840+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:57:33.122210+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:57:52.674296+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.184:0/255122739":"2021-07-10T16:55:50.147166+0000","172.21.15.184:6800/1862668310":"2021-07-10T16:55:50.147166+0000","172.21.15.184:0/1331816968":"2021-07-10T16:55:50.147166+0000","172.21.15.184:6801/1973703342":"2021-07-10T16:55:34.278886+0000","172.21.15.184:6801/1862668310":"2021-07-10T16:55:50.147166+0000","172.21.15.184:6800/1973703342":"2021-07-10T16:55:34.278886+0000","172.21.15.184:0/3333465105":"2021-07-10T16:55:14.051001+0000","172.21.15.184:0/2962312510":"2021-07-10T16:55:34.278886+0000","172.21.15.184:0/3572376866":"2021-07-10T16:55:14.051001+0000","172.21.15.184:6800/3707516745":"2021-07-10T16:55:14.051001+0000","172.21.15.184:0/3009064034":"2021-07-10T16:55:34.278886+0000","172.21.15.184:6801/3707516745":"2021-07-10T16:55:14.051001+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2021-07-09T16:58:16.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:16 smithi184 conmon[26177]: cluster 2021-07-09T16:58:13.401021+0000 osd.3 (osd.3 2021-07-09T16:58:16.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:16 smithi184 conmon[26177]: ) 1 : cluster [DBG] purged_snaps scrub starts 2021-07-09T16:58:16.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:16 smithi184 conmon[26177]: cluster 2021-07-09T16:58:13.401158+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2021-07-09T16:58:16.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:16 smithi184 conmon[26177]: cluster 2021-07-09T16:58:15.339704+0000 mon.smithi184 (mon.0) 284 : cluster [INF] osd.3 [v2:172.21.15.184:6826/2053546442,v1:172.21.15.184:6827/2053546442] boot 2021-07-09T16:58:16.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:16 smithi184 conmon[26177]: cluster 2021-07-09T16:58:15.339751+0000 mon.smithi184 (mon.0) 285 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2021-07-09T16:58:16.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:16 smithi184 conmon[26177]: audit 2021-07-09T16:58:15.340337+0000 mon.smithi184 (mon.0) 286 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2021-07-09T16:58:16.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:16 smithi184 conmon[26177]: audit 2021-07-09T16:58:15.512916+0000 mon.smithi184 (mon.0) 287 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:16.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:16 smithi184 conmon[26177]: audit 2021-07-09T16:58:15.843547+0000 mon.smithi184 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.184:0/3808587157' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2021-07-09T16:58:17.210 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2021-07-09T16:57:54.209418+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', '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': {}}}] 2021-07-09T16:58:17.211 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph osd pool get device_health_metrics pg_num 2021-07-09T16:58:17.615 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:17 smithi184 conmon[26177]: cluster 2021-07-09T16:58:16.276464+0000 mgr.smithi184.rkuohv (mgr.14162) 106 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2021-07-09T16:58:17.615 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:17 smithi184 conmon[26177]: cluster 2021-07-09 2021-07-09T16:58:17.615 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:17 smithi184 conmon[26177]: T16:58:16.353021+0000 mon.smithi184 (mon.0) 289 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2021-07-09T16:58:17.726 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:20.047 INFO:teuthology.orchestra.run.smithi184.stdout:pg_num: 1 2021-07-09T16:58:20.072 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:19 smithi184 conmon[26177]: cluster 2021-07-09T16:58:18.276792+0000 mgr.smithi184.rkuohv (mgr.14162) 107 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:20.072 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:19 smithi184 conmon[26177]: audit 2021-07-09T16:58:19.900024+0000 mon.smithi184 (mon.0) 290 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:20.635 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2021-07-09T16:58:20.643 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2021-07-09T16:58:20.643 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph mgr dump --format=json 2021-07-09T16:58:21.096 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:21.406 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:20 smithi184 conmon[26177]: cephadm 2021-07-09T16:58:19.896015 2021-07-09T16:58:21.407 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:20 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 108 : cephadm [INF] Detected new or changed devices on smithi184 2021-07-09T16:58:21.407 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:20 smithi184 conmon[26177]: audit 2021-07-09T16:58:20.046251+0000 mon.smithi184 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.184:0/3460707181' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2021-07-09T16:58:21.407 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:20 smithi184 conmon[26177]: audit 2021-07-09T16:58:20.174060+0000 mon.smithi184 (mon.0) 292 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:21.407 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:20 smithi184 conmon[26177]: audit 2021-07-09T16:58:20.176349+0000 mon.smithi184 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:58:22.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:21 smithi184 conmon[26177]: cluster 2021-07-09T16:58:20.277119+0000 mgr.smithi184.rkuohv (mgr.14162) 109 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:23.250 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:58:24.080 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":17,"active_gid":14162,"active_name":"smithi184.rkuohv","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":120668075},{"type":"v1","addr":"172.21.15.184:6801","nonce":120668075}]},"active_addr":"172.21.15.184:6801/120668075","active_change":"2021-07-09T16:55:50.147513+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","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_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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":"True","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":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","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":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","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":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","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":"","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":"","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":"","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":"","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":"True","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":"str","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":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","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":"float","level":"advanced","flags":0,"default_value":"15.0","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":"","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":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi184.front.sepia.ceph.com:8443/","prometheus":"http://smithi184.front.sepia.ceph.com:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.184:0","nonce":641706336}]},{"addrvec":[{"type":"v2","addr":"172.21.15.184:0","nonce":4276636167}]}]}} 2021-07-09T16:58:24.083 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2021-07-09T16:58:24.083 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2021-07-09T16:58:24.084 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph osd dump --format=json 2021-07-09T16:58:24.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:23 smithi184 conmon[26177]: cluster 2021-07-09T16:58:22 2021-07-09T16:58:24.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:23 smithi184 conmon[26177]: .277596+0000 mgr.smithi184.rkuohv (mgr.14162) 110 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:24.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:23 smithi184 conmon[26177]: audit 2021-07-09T16:58:23.246090+0000 mon.smithi184 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.184:0/2618814474' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2021-07-09T16:58:24.547 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:26.375 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:25 smithi184 conmon[26177]: cluster 2021-07-09T16:58:24.277871+0000 mgr.smithi184.rkuohv (mgr.14162) 111 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:26.712 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:58:26.712 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":27,"fsid":"4a1c6bfc-e0d6-11eb-8c22-001a4aab830c","created":"2021-07-09T16:54:52.875227+0000","modified":"2021-07-09T16:58:16.343652+0000","last_up_change":"2021-07-09T16:58:15.331148+0000","last_in_change":"2021-07-09T16:57:59.385533+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2021-07-09T16:57:54.209418+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","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":"7c21ab1e-027c-4156-aaa3-6308302b8cac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6803","nonce":1454024811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6805","nonce":1454024811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6809","nonce":1454024811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6807","nonce":1454024811}]},"public_addr":"172.21.15.184:6803/1454024811","cluster_addr":"172.21.15.184:6805/1454024811","heartbeat_back_addr":"172.21.15.184:6809/1454024811","heartbeat_front_addr":"172.21.15.184:6807/1454024811","state":["exists","up"]},{"osd":1,"uuid":"ddfbccdd-911f-49c0-958e-f7c6c657e366","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6811","nonce":1784559901}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6813","nonce":1784559901}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6817","nonce":1784559901}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6815","nonce":1784559901}]},"public_addr":"172.21.15.184:6811/1784559901","cluster_addr":"172.21.15.184:6813/1784559901","heartbeat_back_addr":"172.21.15.184:6817/1784559901","heartbeat_front_addr":"172.21.15.184:6815/1784559901","state":["exists","up"]},{"osd":2,"uuid":"fdb1d134-47da-41bc-aea6-2e1ba23eb828","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6819","nonce":3709463648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6821","nonce":3709463648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6825","nonce":3709463648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6823","nonce":3709463648}]},"public_addr":"172.21.15.184:6819/3709463648","cluster_addr":"172.21.15.184:6821/3709463648","heartbeat_back_addr":"172.21.15.184:6825/3709463648","heartbeat_front_addr":"172.21.15.184:6823/3709463648","state":["exists","up"]},{"osd":3,"uuid":"14435b0f-5ffe-4a51-82e8-a4f3631547b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6827","nonce":2053546442}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6829","nonce":2053546442}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6833","nonce":2053546442}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6831","nonce":2053546442}]},"public_addr":"172.21.15.184:6827/2053546442","cluster_addr":"172.21.15.184:6829/2053546442","heartbeat_back_addr":"172.21.15.184:6833/2053546442","heartbeat_front_addr":"172.21.15.184:6831/2053546442","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:57:05.552840+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:57:33.122210+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:57:52.674296+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:58:13.401161+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.184:0/255122739":"2021-07-10T16:55:50.147166+0000","172.21.15.184:6800/1862668310":"2021-07-10T16:55:50.147166+0000","172.21.15.184:0/1331816968":"2021-07-10T16:55:50.147166+0000","172.21.15.184:6801/1973703342":"2021-07-10T16:55:34.278886+0000","172.21.15.184:6801/1862668310":"2021-07-10T16:55:50.147166+0000","172.21.15.184:6800/1973703342":"2021-07-10T16:55:34.278886+0000","172.21.15.184:0/3333465105":"2021-07-10T16:55:14.051001+0000","172.21.15.184:0/2962312510":"2021-07-10T16:55:34.278886+0000","172.21.15.184:0/3572376866":"2021-07-10T16:55:14.051001+0000","172.21.15.184:6800/3707516745":"2021-07-10T16:55:14.051001+0000","172.21.15.184:0/3009064034":"2021-07-10T16:55:34.278886+0000","172.21.15.184:6801/3707516745":"2021-07-10T16:55:14.051001+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2021-07-09T16:58:27.447 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2021-07-09T16:58:27.448 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph osd dump --format=json 2021-07-09T16:58:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:27 smithi184 conmon[26177]: cluster 2021-07-09T16:58:26.278162+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T16:58:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:27 smithi184 conmon[26177]: ) 112 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:27.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:27 smithi184 conmon[26177]: audit 2021-07-09T16:58:26.344813+0000 mon.smithi184 (mon.0) 295 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:27.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:27 smithi184 conmon[26177]: audit 2021-07-09T16:58:26.347445+0000 mon.smithi184 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:58:27.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:27 smithi184 conmon[26177]: audit 2021-07-09T16:58:26.710470+0000 mon.smithi184 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.184:0/2803114989' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2021-07-09T16:58:27.732 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:29.420 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:58:29.422 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":27,"fsid":"4a1c6bfc-e0d6-11eb-8c22-001a4aab830c","created":"2021-07-09T16:54:52.875227+0000","modified":"2021-07-09T16:58:16.343652+0000","last_up_change":"2021-07-09T16:58:15.331148+0000","last_in_change":"2021-07-09T16:57:59.385533+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2021-07-09T16:57:54.209418+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","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":"7c21ab1e-027c-4156-aaa3-6308302b8cac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6803","nonce":1454024811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6805","nonce":1454024811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6809","nonce":1454024811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":1454024811},{"type":"v1","addr":"172.21.15.184:6807","nonce":1454024811}]},"public_addr":"172.21.15.184:6803/1454024811","cluster_addr":"172.21.15.184:6805/1454024811","heartbeat_back_addr":"172.21.15.184:6809/1454024811","heartbeat_front_addr":"172.21.15.184:6807/1454024811","state":["exists","up"]},{"osd":1,"uuid":"ddfbccdd-911f-49c0-958e-f7c6c657e366","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6811","nonce":1784559901}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6813","nonce":1784559901}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6817","nonce":1784559901}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":1784559901},{"type":"v1","addr":"172.21.15.184:6815","nonce":1784559901}]},"public_addr":"172.21.15.184:6811/1784559901","cluster_addr":"172.21.15.184:6813/1784559901","heartbeat_back_addr":"172.21.15.184:6817/1784559901","heartbeat_front_addr":"172.21.15.184:6815/1784559901","state":["exists","up"]},{"osd":2,"uuid":"fdb1d134-47da-41bc-aea6-2e1ba23eb828","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6819","nonce":3709463648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6821","nonce":3709463648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6825","nonce":3709463648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3709463648},{"type":"v1","addr":"172.21.15.184:6823","nonce":3709463648}]},"public_addr":"172.21.15.184:6819/3709463648","cluster_addr":"172.21.15.184:6821/3709463648","heartbeat_back_addr":"172.21.15.184:6825/3709463648","heartbeat_front_addr":"172.21.15.184:6823/3709463648","state":["exists","up"]},{"osd":3,"uuid":"14435b0f-5ffe-4a51-82e8-a4f3631547b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6827","nonce":2053546442}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6829","nonce":2053546442}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6833","nonce":2053546442}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2053546442},{"type":"v1","addr":"172.21.15.184:6831","nonce":2053546442}]},"public_addr":"172.21.15.184:6827/2053546442","cluster_addr":"172.21.15.184:6829/2053546442","heartbeat_back_addr":"172.21.15.184:6833/2053546442","heartbeat_front_addr":"172.21.15.184:6831/2053546442","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:57:05.552840+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:57:33.122210+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:57:52.674296+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2021-07-09T16:58:13.401161+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.184:0/255122739":"2021-07-10T16:55:50.147166+0000","172.21.15.184:6800/1862668310":"2021-07-10T16:55:50.147166+0000","172.21.15.184:0/1331816968":"2021-07-10T16:55:50.147166+0000","172.21.15.184:6801/1973703342":"2021-07-10T16:55:34.278886+0000","172.21.15.184:6801/1862668310":"2021-07-10T16:55:50.147166+0000","172.21.15.184:6800/1973703342":"2021-07-10T16:55:34.278886+0000","172.21.15.184:0/3333465105":"2021-07-10T16:55:14.051001+0000","172.21.15.184:0/2962312510":"2021-07-10T16:55:34.278886+0000","172.21.15.184:0/3572376866":"2021-07-10T16:55:14.051001+0000","172.21.15.184:6800/3707516745":"2021-07-10T16:55:14.051001+0000","172.21.15.184:0/3009064034":"2021-07-10T16:55:34.278886+0000","172.21.15.184:6801/3707516745":"2021-07-10T16:55:14.051001+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2021-07-09T16:58:30.056 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph tell osd.0 flush_pg_stats 2021-07-09T16:58:30.336 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:30.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:29 smithi184 conmon[26177]: cluster 2021-07-09T16:58:28.278434+0000 mgr.smithi184.rkuohv (mgr.14162) 113 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:30.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:29 smithi184 conmon[26177]: audit 2021-07-09T16:58:29.419169+0000 mon.smithi184 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.184:0/2519814389' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2021-07-09T16:58:32.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:31 smithi184 conmon[26177]: cluster 2021-07-09T16:58:30.278765+0000 mgr.smithi184.rkuohv (mgr.14162) 114 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:32.664 INFO:teuthology.orchestra.run.smithi184.stdout:38654705684 2021-07-09T16:58:32.665 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph tell osd.1 flush_pg_stats 2021-07-09T16:58:32.943 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:34.361 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:33 smithi184 conmon[26177]: cluster 2021-07-09T16:58:32.279209+0000 mgr.smithi184.rkuohv (mgr.14162) 115 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:35.147 INFO:teuthology.orchestra.run.smithi184.stdout:60129542158 2021-07-09T16:58:35.147 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph tell osd.2 flush_pg_stats 2021-07-09T16:58:35.430 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:35 smithi184 conmon[26177]: cluster 2021-07-09T16:58:34.279631+0000 mgr.smithi184.rkuohv (mgr.14162) 116 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:37.639 INFO:teuthology.orchestra.run.smithi184.stdout:81604378635 2021-07-09T16:58:37.639 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph tell osd.3 flush_pg_stats 2021-07-09T16:58:37.923 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:38.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:37 smithi184 conmon[26177]: cluster 2021-07-09T16:58:36.279997+0000 mgr.smithi184.rkuohv (mgr.14162) 117 : cluster [DBG] 2021-07-09T16:58:38.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:37 smithi184 conmon[26177]: pgmap v100: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:40.112 INFO:teuthology.orchestra.run.smithi184.stdout:111669149704 2021-07-09T16:58:40.113 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph osd last-stat-seq osd.0 2021-07-09T16:58:40.394 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:40.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:39 smithi184 conmon[26177]: cluster 2021-07-09T16:58:38.280283+0000 mgr.smithi184.rkuohv (mgr.14162) 118 : 2021-07-09T16:58:40.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:39 smithi184 conmon[26177]: cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:42.125 INFO:teuthology.orchestra.run.smithi184.stdout:38654705685 2021-07-09T16:58:42.312 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:41 smithi184 conmon[26177]: cluster 2021-07-09T16:58:40.280590+0000 mgr.smithi184.rkuohv (mgr.14162) 119 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:42.746 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705684 got 38654705685 for osd.0 2021-07-09T16:58:42.747 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph osd last-stat-seq osd.1 2021-07-09T16:58:43.047 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:43.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:42 smithi184 conmon[26177]: audit 2021-07-09T16:58:42.124248+0000 mon.smithi184 (mon.0) 2021-07-09T16:58:43.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:42 smithi184 conmon[26177]: 299 : audit [DBG] from='client.? 172.21.15.184:0/1321346602' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2021-07-09T16:58:44.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:43 smithi184 conmon[26177]: cluster 2021-07-09T16:58:42.280905+0000 mgr.smithi184.rkuohv (mgr.14162) 120 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:44.794 INFO:teuthology.orchestra.run.smithi184.stdout:60129542160 2021-07-09T16:58:45.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:44 smithi184 conmon[26177]: audit 2021-07-09T16:58:44.792743+0000 mon.smithi184 (mon.0) 300 : 2021-07-09T16:58:45.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:44 smithi184 conmon[26177]: audit [DBG] from='client.? 172.21.15.184:0/757828621' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2021-07-09T16:58:45.404 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542158 got 60129542160 for osd.1 2021-07-09T16:58:45.405 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph osd last-stat-seq osd.2 2021-07-09T16:58:45.688 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:46.176 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:45 smithi184 conmon[26177]: cluster 2021-07-09T16:58:44.281227+0000 mgr.smithi184.rkuohv ( 2021-07-09T16:58:46.177 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:45 smithi184 conmon[26177]: mgr.14162) 121 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:47.416 INFO:teuthology.orchestra.run.smithi184.stdout:81604378637 2021-07-09T16:58:48.002 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378635 got 81604378637 for osd.2 2021-07-09T16:58:48.003 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph osd last-stat-seq osd.3 2021-07-09T16:58:48.285 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:48.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:47 smithi184 conmon[26177]: cluster 2021-07-09T16:58:46.281514+0000 mgr.smithi184.rkuohv (mgr.14162) 122 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:48.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:47 smithi184 conmon[26177]: audit 2021 2021-07-09T16:58:48.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:47 smithi184 conmon[26177]: -07-09T16:58:47.415564+0000 mon.smithi184 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.184:0/3603996863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2021-07-09T16:58:50.055 INFO:teuthology.orchestra.run.smithi184.stdout:111669149706 2021-07-09T16:58:50.077 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:49 smithi184 conmon[26177]: cluster 2021-07-09T16:58:48.281798+0000 mgr.smithi184.rkuohv (mgr.14162) 123 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:50.705 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149704 got 111669149706 for osd.3 2021-07-09T16:58:50.706 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2021-07-09T16:58:50.707 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph pg dump --format=json 2021-07-09T16:58:50.967 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:50 smithi184 conmon[26177]: audit 2021-07-09T16:58:50.040792+0000 mon.smithi184 (mon 2021-07-09T16:58:50.967 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:50 smithi184 conmon[26177]: .0) 302 : audit [DBG] from='client.? 172.21.15.184:0/3747112334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2021-07-09T16:58:50.968 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:50 smithi184 conmon[26177]: audit 2021-07-09T16:58:50.327181+0000 mon.smithi184 (mon.0) 303 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T16:58:50.968 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:50 smithi184 conmon[26177]: audit 2021-07-09T16:58:50.329523+0000 mon.smithi184 (mon.0) 304 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T16:58:51.015 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:52.351 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:51 smithi184 conmon[26177]: cluster 2021-07-09T16:58:50.282123+0000 mgr.smithi184.rkuohv (mgr.14162) 124 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:52.676 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:58:52.677 INFO:teuthology.orchestra.run.smithi184.stderr:dumped all 2021-07-09T16:58:53.362 INFO:teuthology.orchestra.run.smithi184.stdout:{"pg_ready":true,"pg_map":{"version":108,"stamp":"2021-07-09T16:58:52.282296+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":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":4,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":374980608,"kb_used":20128,"kb_used_data":896,"kb_used_omap":0,"kb_used_meta":19200,"kb_avail":374960480,"statfs":{"total":383980142592,"available":383959531520,"internally_reserved":0,"allocated":917504,"data_stored":303576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":19660800},"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":"1.0","version":"0'0","reported_seq":"14","reported_epoch":"25","state":"active+clean","last_fresh":"2021-07-09T16:58:15.008332+0000","last_change":"2021-07-09T16:57:56.595507+0000","last_active":"2021-07-09T16:58:15.008332+0000","last_peered":"2021-07-09T16:58:15.008332+0000","last_clean":"2021-07-09T16:58:15.008332+0000","last_became_active":"2021-07-09T16:57:56.595191+0000","last_became_peered":"2021-07-09T16:57:56.595191+0000","last_unstale":"2021-07-09T16:58:15.008332+0000","last_undegraded":"2021-07-09T16:58:15.008332+0000","last_fullsized":"2021-07-09T16:58:15.008332+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-09T16:57:54.948512+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-09T16:57:54.948512+0000","last_clean_scrub_stamp":"2021-07-09T16:57:54.948512+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,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"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":3}],"osd_stats":[{"osd":3,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4968,"kb_used_data":224,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93740184,"statfs":{"total":95995035648,"available":95989948416,"internally_reserved":0,"allocated":229376,"data_stored":75894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28399999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32200000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36499999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378638,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5032,"kb_used_data":224,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740120,"statfs":{"total":95995035648,"available":95989882880,"internally_reserved":0,"allocated":229376,"data_stored":75894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34799999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.308}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27100000000000002}]}]},{"osd":0,"up_from":9,"seq":38654705688,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5096,"kb_used_data":224,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93740056,"statfs":{"total":95995035648,"available":95989817344,"internally_reserved":0,"allocated":229376,"data_stored":75894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[1,2,3],"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":"Fri Jul 9 16:58:41 2021","interfaces":[{"interface":"back","average":{"1min":0.314,"5min":0.314,"15min":0.314},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.27500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32400000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33600000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542162,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5032,"kb_used_data":224,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740120,"statfs":{"total":95995035648,"available":95989882880,"internally_reserved":0,"allocated":229376,"data_stored":75894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,2,3],"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":"Fri Jul 9 16:58:35 2021","interfaces":[{"interface":"back","average":{"1min":0.307,"5min":0.307,"15min":0.307},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.31,"5min":0.31,"15min":0.31},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.45600000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47499999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41899999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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}]}} 2021-07-09T16:58:53.364 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph pg dump --format=json 2021-07-09T16:58:53.649 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:54.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:53 smithi184 conmon[26177]: cluster 2021-07-09T16:58:52.282425+0000 mgr.smithi184.rkuohv (mgr.14162) 125 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:54.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:53 smithi184 conmon[26177]: audit 2021-07-09T16:58:52.673177+0000 mgr.smithi184.rkuohv (mgr.14162) 126 : audit [DBG] from='client.14252 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2021-07-09T16:58:55.320 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:58:55.321 INFO:teuthology.orchestra.run.smithi184.stderr:dumped all 2021-07-09T16:58:55.948 INFO:teuthology.orchestra.run.smithi184.stdout:{"pg_ready":true,"pg_map":{"version":109,"stamp":"2021-07-09T16:58:54.282647+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":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":4,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":374980608,"kb_used":20128,"kb_used_data":896,"kb_used_omap":0,"kb_used_meta":19200,"kb_avail":374960480,"statfs":{"total":383980142592,"available":383959531520,"internally_reserved":0,"allocated":917504,"data_stored":303576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":19660800},"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":"1.0","version":"0'0","reported_seq":"14","reported_epoch":"25","state":"active+clean","last_fresh":"2021-07-09T16:58:15.008332+0000","last_change":"2021-07-09T16:57:56.595507+0000","last_active":"2021-07-09T16:58:15.008332+0000","last_peered":"2021-07-09T16:58:15.008332+0000","last_clean":"2021-07-09T16:58:15.008332+0000","last_became_active":"2021-07-09T16:57:56.595191+0000","last_became_peered":"2021-07-09T16:57:56.595191+0000","last_unstale":"2021-07-09T16:58:15.008332+0000","last_undegraded":"2021-07-09T16:58:15.008332+0000","last_fullsized":"2021-07-09T16:58:15.008332+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-07-09T16:57:54.948512+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-07-09T16:57:54.948512+0000","last_clean_scrub_stamp":"2021-07-09T16:57:54.948512+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,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"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":3}],"osd_stats":[{"osd":3,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4968,"kb_used_data":224,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93740184,"statfs":{"total":95995035648,"available":95989948416,"internally_reserved":0,"allocated":229376,"data_stored":75894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28399999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32200000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36499999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378639,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5032,"kb_used_data":224,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740120,"statfs":{"total":95995035648,"available":95989882880,"internally_reserved":0,"allocated":229376,"data_stored":75894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33400000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.31900000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34300000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705688,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5096,"kb_used_data":224,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93740056,"statfs":{"total":95995035648,"available":95989817344,"internally_reserved":0,"allocated":229376,"data_stored":75894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[1,2,3],"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":"Fri Jul 9 16:58:41 2021","interfaces":[{"interface":"back","average":{"1min":0.314,"5min":0.314,"15min":0.314},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.27500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32400000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33600000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542162,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5032,"kb_used_data":224,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740120,"statfs":{"total":95995035648,"available":95989882880,"internally_reserved":0,"allocated":229376,"data_stored":75894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,2,3],"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":"Fri Jul 9 16:58:35 2021","interfaces":[{"interface":"back","average":{"1min":0.307,"5min":0.307,"15min":0.307},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.31,"5min":0.31,"15min":0.31},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.45600000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47499999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41899999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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}]}} 2021-07-09T16:58:55.949 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2021-07-09T16:58:55.949 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2021-07-09T16:58:55.950 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2021-07-09T16:58:55.950 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph health --format=json 2021-07-09T16:58:56.229 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a1c6bfc-e0d6-11eb-8c22-001a4aab830c/mon.smithi184/config 2021-07-09T16:58:56.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:55 smithi184 conmon[26177]: cluster 2021-07-09T16:58:54.282875+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T16:58:56.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:55 smithi184 conmon[26177]: 14162) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:57.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:56 smithi184 conmon[26177]: audit 2021-07-09T16:58:55.299489+0000 mgr.smithi184.rkuohv (mgr.14162) 128 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2021-07-09T16:58:58.077 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:58:58.272 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:57 smithi184 conmon[26177]: cluster 2021-07-09T16:58:56.283229+0000 mgr.smithi184.rkuohv (mgr.14162) 129 : cluster 2021-07-09T16:58:58.272 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:57 smithi184 conmon[26177]: [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:58:58.766 INFO:teuthology.orchestra.run.smithi184.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2021-07-09T16:58:58.767 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2021-07-09T16:58:58.768 INFO:tasks.cephadm:Setup complete, yielding 2021-07-09T16:58:58.768 INFO:teuthology.run_tasks:Running task cephadm.shell... 2021-07-09T16:58:58.815 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:58:58.816 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- bash -c 'ceph orch status' 2021-07-09T16:58:59.189 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:58 smithi184 conmon[26177]: audit 2021-07-09T16:58:58.075691+0000 mon.smithi184 (mon.0) 2021-07-09T16:58:59.189 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:58 smithi184 conmon[26177]: 305 : audit [DBG] from='client.? 172.21.15.184:0/1823495982' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2021-07-09T16:59:00.253 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:58:59 smithi184 conmon[26177]: cluster 2021-07-09T16:58:58.283664+0000 mgr.smithi184.rkuohv (mgr.14162) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:00.844 INFO:teuthology.orchestra.run.smithi184.stdout:Backend: cephadm 2021-07-09T16:59:00.845 INFO:teuthology.orchestra.run.smithi184.stdout:Available: Yes 2021-07-09T16:59:00.845 INFO:teuthology.orchestra.run.smithi184.stdout:Paused: No 2021-07-09T16:59:01.475 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- bash -c 'ceph orch ps' 2021-07-09T16:59:02.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:01 smithi184 conmon[26177]: cluster 2021-07-09T16:59:00.284047+0000 mgr.smithi184.rkuohv ( 2021-07-09T16:59:02.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:01 smithi184 conmon[26177]: mgr.14162) 131 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:02.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:01 smithi184 conmon[26177]: audit 2021-07-09T16:59:00.841600+0000 mgr.smithi184.rkuohv (mgr.14162) 132 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:59:03.384 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T16:59:03.384 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (103s) 37s ago 2m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T16:59:03.385 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (2m) 37s ago 2m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T16:59:03.385 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (98s) 37s ago 2m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T16:59:03.386 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (4m) 37s ago 4m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T16:59:03.412 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (4m) 37s ago 4m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T16:59:03.413 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (2m) 37s ago 2m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T16:59:03.413 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (2m) 37s ago 2m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T16:59:03.414 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (94s) 37s ago 94s 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T16:59:03.414 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (75s) 37s ago 74s 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T16:59:03.415 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (54s) 37s ago 54s 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T16:59:03.415 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (2m) 37s ago 2m 2.18.1 de242295e225 91468f7823f1 2021-07-09T16:59:04.049 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- bash -c 'ceph orch ls' 2021-07-09T16:59:04.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:03 smithi184 conmon[26177]: cluster 2021-07-09T16:59:02.284368+0000 mgr.smithi184.rkuohv (mgr.14162) 133 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:05.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:04 smithi184 conmon[26177]: audit 2021-07-09T16:59:03.378785+0000 mgr.smithi184.rkuohv (mgr.14162) 134 : 2021-07-09T16:59:05.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:04 smithi184 conmon[26177]: audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:59:05.990 INFO:teuthology.orchestra.run.smithi184.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2021-07-09T16:59:05.990 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager 1/1 39s ago 3m count:1 2021-07-09T16:59:05.991 INFO:teuthology.orchestra.run.smithi184.stdout:crash 1/1 39s ago 3m * 2021-07-09T16:59:05.991 INFO:teuthology.orchestra.run.smithi184.stdout:grafana 1/1 39s ago 3m count:1 2021-07-09T16:59:05.991 INFO:teuthology.orchestra.run.smithi184.stdout:mgr 1/2 39s ago 3m count:2 2021-07-09T16:59:05.991 INFO:teuthology.orchestra.run.smithi184.stdout:mon 1/1 39s ago 2m smithi184:172.21.15.184=smithi184;count:1 2021-07-09T16:59:05.991 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter 1/1 39s ago 3m * 2021-07-09T16:59:05.992 INFO:teuthology.orchestra.run.smithi184.stdout:osd.unmanaged 4/4 39s ago - 2021-07-09T16:59:05.992 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus 1/1 39s ago 3m count:1 2021-07-09T16:59:06.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:05 smithi184 conmon[26177]: cluster 2021-07-09T16:59:04.284843+0000 mgr.smithi184.rkuohv (mgr.14162) 135 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:06.651 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- bash -c 'ceph orch host ls' 2021-07-09T16:59:07.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:06 smithi184 conmon[26177]: audit 2021-07-09T16:59:05.986577+0000 mgr.smithi184.rkuohv (mgr.14162) 136 2021-07-09T16:59:07.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:06 smithi184 conmon[26177]: : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:59:08.251 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:07 smithi184 conmon[26177]: cluster 2021-07-09T16:59:06.285308+0000 mgr.smithi184.rkuohv (mgr.14162) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:08.627 INFO:teuthology.orchestra.run.smithi184.stdout:HOST ADDR LABELS STATUS 2021-07-09T16:59:08.628 INFO:teuthology.orchestra.run.smithi184.stdout:smithi184 172.21.15.184 2021-07-09T16:59:09.240 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- bash -c 'ceph orch device ls' 2021-07-09T16:59:10.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:09 smithi184 conmon[26177]: cluster 2021-07-09T16:59:08.285584+0000 mgr.smithi184.rkuohv (mgr.14162) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:10.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:09 smithi184 conmon[26177]: audit 2021-07-09T16:59:08.626060+0000 mgr.smithi184.rkuohv (mgr.14162) 139 : audit [DBG] from='client.14264 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:59:11.229 INFO:teuthology.orchestra.run.smithi184.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2021-07-09T16:59:11.229 INFO:teuthology.orchestra.run.smithi184.stdout:smithi184 /dev/nvme0n1 ssd CVFT626500CE400BGN 400G Unknown N/A N/A No 2021-07-09T16:59:11.888 INFO:teuthology.run_tasks:Running task vip.exec... 2021-07-09T16:59:12.008 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:59:12.010 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'systemctl stop nfs-server' 2021-07-09T16:59:12.046 INFO:teuthology.run_tasks:Running task cephadm.shell... 2021-07-09T16:59:12.074 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:59:12.076 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- bash -c 'ceph fs volume create foofs' 2021-07-09T16:59:12.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:11 smithi184 conmon[26177]: cluster 2021-07-09T16:59:10.285893+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T16:59:12.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:11 smithi184 conmon[26177]: ) 140 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:13.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:12 smithi184 conmon[26177]: audit 2021-07-09T16:59:11.227504+0000 mgr.smithi184.rkuohv (mgr.14162) 141 : audit [DBG] from='client.14266 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:59:14.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:13 smithi184 conmon[26177]: cluster 2021-07-09T16:59:12.286170+0000 mgr.smithi184.rkuohv (mgr.14162) 142 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:15.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:14 smithi184 conmon[26177]: audit 2021-07-09T16:59:14.047219+0000 mgr.smithi184.rkuohv (mgr.14162) 143 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:59:15.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:14 smithi184 conmon[26177]: audit 2021-07-09T16:59:14.047733+0000 mon.smithi184 (mon.0) 306 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2021-07-09T16:59:16.316 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: cluster 2021-07-09T16:59:16.316 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: 2021-07 2021-07-09T16:59:16.317 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: -09T16:59:14.286444+0000 mgr.smithi184.rkuohv (mgr.14162) 144 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:16.317 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: audit 2021-07-09T16:59:14.998674+0000 mon.smithi184 (mon.0) 2021-07-09T16:59:16.318 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: 307 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2021-07-09T16:59:16.350 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: cluster 2021-07-09 2021-07-09T16:59:16.350 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: T16:59:14.998739+0000 mon.smithi184 (mon.0) 308 2021-07-09T16:59:16.351 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2021-07-09T16:59:16.351 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: audit 2021-07-09T16:59:16.352 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: 2021-07-09T16:59:15.000061+0000 mon.smithi184 (mon.0 2021-07-09T16:59:16.352 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: ) 309 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2021-07-09T16:59:16.353 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: debug 2021-07-09T16:59:16.353 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:16 smithi184 conmon[26177]: 2021-07-09T16:59:16.012+0000 7f2f62697700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2021-07-09T16:59:16.816 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2021-07-09T16:59:16.874 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2021-07-09T16:59:16.882 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch ls -f json 2021-07-09T16:59:17.176 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: audit 2021-07-09T16:59:16.003173+0000 mon.smithi184 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2021-07-09T16:59:17.177 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: cluster 2021-07-09T16:59:16.003406+0000 mon.smithi184 (mon.0) 311 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2021-07-09T16:59:17.190 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: audit 2021-07-09T16:59:16.011663+0000 mon.smithi184 (mon.0) 312 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2021-07-09T16:59:17.190 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: cluster 2021-07-09T16:59:16.012514+0000 mon.smithi184 (mon.0) 313 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2021-07-09T16:59:17.195 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: cluster 2021-07-09T16:59:16.012550+0000 mon.smithi184 (mon.0) 314 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2021-07-09T16:59:17.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: cluster 2021-07-09T16:59:16.021487+0000 mon.smithi184 (mon.0) 315 : cluster [DBG] osdmap e30: 4 total, 4 up, 4 in 2021-07-09T16:59:17.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: audit 2021-07-09T16:59:16.022313+0000 mon.smithi184 (mon.0) 316 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2021-07-09T16:59:17.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: cluster 2021-07-09T16:59:16.022610+0000 mon.smithi184 2021-07-09T16:59:17.197 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: (mon.0) 317 : cluster [DBG] fsmap foofs:0 2021-07-09T16:59:17.197 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: cephadm 2021-07-09T16:59:16.024549+0000 mgr.smithi184.rkuohv (mgr.14162) 145 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2021-07-09T16:59:17.197 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: audit 2021-07-09T16:59:16.028694+0000 mon.smithi184 (mon.0) 318 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:17.198 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:17 smithi184 conmon[26177]: audit 2021-07-09T16:59:16.033657+0000 mon.smithi184 (mon.0) 319 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:59:18.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:18 smithi184 conmon[26177]: cluster 2021-07-09T16:59:16.286725+0000 mgr.smithi184.rkuohv (mgr.14162) 146 2021-07-09T16:59:18.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:18 smithi184 conmon[26177]: : cluster [DBG] pgmap v123: 65 pgs: 7 creating+peering, 57 unknown, 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:18.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:18 smithi184 conmon[26177]: cluster 2021-07-09T16:59:17.016907+0000 mon.smithi184 (mon.0) 320 : cluster [DBG] osdmap e31: 4 total, 4 up, 4 in 2021-07-09T16:59:19.059 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:19 smithi184 conmon[26177]: cluster 2021-07-09T16:59:18.017742+0000 mon.smithi184 (mon.0) 2021-07-09T16:59:19.060 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:19 smithi184 conmon[26177]: 321 : cluster [DBG] osdmap e32: 4 total, 4 up, 4 in 2021-07-09T16:59:19.451 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:59:19.451 INFO:teuthology.orchestra.run.smithi184.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2021-07-09T16:55:40.307925Z", "last_refresh": "2021-07-09T16:58:26.338697Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2021-07-09T16:55:27.416521Z", "last_refresh": "2021-07-09T16:58:26.338753Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2021-07-09T16:55:36.965602Z", "last_refresh": "2021-07-09T16:58:26.338808Z", "running": 1, "size": 1}}, {"events": ["2021-07-09T16:59:16.031618Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2021-07-09T16:59:16.024570Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2021-07-09T16:55:26.097227Z", "last_refresh": "2021-07-09T16:58:26.338634Z", "running": 1, "size": 2}}, {"events": ["2021-07-09T16:56:07.802128Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2021-07-09T16:56:07.799588Z", "last_refresh": "2021-07-09T16:58:26.338504Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2021-07-09T16:55:38.892379Z", "last_refresh": "2021-07-09T16:58:26.338862Z", "running": 1, "size": 1}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2021-07-09T16:58:26.338971Z", "running": 4, "size": 4}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2021-07-09T16:55:35.337887Z", "last_refresh": "2021-07-09T16:58:26.338917Z", "running": 1, "size": 1}}] 2021-07-09T16:59:20.353 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:20 smithi184 conmon[26177]: cluster 2021-07-09T16:59:18.287136+0000 mgr.smithi184.rkuohv (mgr.14162) 147 : cluster [DBG] pgmap v126: 65 pgs: 30 creating+peering, 14 unknown, 21 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:20.363 INFO:tasks.cephadm:mds.foofs has 0/2 2021-07-09T16:59:21.379 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch ls -f json 2021-07-09T16:59:21.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:21 smithi184 conmon[26177]: audit 2021-07-09T16:59:19.443441+0000 mgr.smithi184.rkuohv (mgr.14162) 148 2021-07-09T16:59:21.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:21 smithi184 conmon[26177]: : audit [DBG] from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2021-07-09T16:59:22.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:22 smithi184 conmon[26177]: cluster 2021-07-09T16:59:20.287525+0000 mgr.smithi184.rkuohv (mgr.14162) 149 : cluster [DBG] pgmap v127: 65 pgs: 30 creating+peering, 6 unknown, 29 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:22.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:22 smithi184 conmon[26177]: audit 2021-07-09T16:59 2021-07-09T16:59:22.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:22 smithi184 conmon[26177]: :21.978802+0000 mon.smithi184 (mon.0) 322 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:23.426 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:59:23.427 INFO:teuthology.orchestra.run.smithi184.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2021-07-09T16:55:40.307925Z", "last_refresh": "2021-07-09T16:59:21.974257Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2021-07-09T16:55:27.416521Z", "last_refresh": "2021-07-09T16:59:21.974317Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2021-07-09T16:55:36.965602Z", "last_refresh": "2021-07-09T16:59:21.974376Z", "running": 1, "size": 1}}, {"events": ["2021-07-09T16:59:16.031618Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2021-07-09T16:59:16.024570Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2021-07-09T16:55:26.097227Z", "last_refresh": "2021-07-09T16:59:21.974191Z", "running": 1, "size": 2}}, {"events": ["2021-07-09T16:56:07.802128Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2021-07-09T16:56:07.799588Z", "last_refresh": "2021-07-09T16:59:21.974048Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2021-07-09T16:55:38.892379Z", "last_refresh": "2021-07-09T16:59:21.974433Z", "running": 1, "size": 1}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2021-07-09T16:59:21.974548Z", "running": 4, "size": 4}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2021-07-09T16:55:35.337887Z", "last_refresh": "2021-07-09T16:59:21.974491Z", "running": 1, "size": 1}}] 2021-07-09T16:59:23.657 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:23 smithi184 conmon[26177]: cluster 2021-07-09T16:59:22.287940+0000 mgr.smithi184.rkuohv (mgr.14162) 150 : cluster [DBG] pgmap v128: 65 pgs: 65 active+clean; 0 B data, 21 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:23.659 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:23 smithi184 conmon[26177]: audit 2021-07-09T16:59:22.347599+0000 mon.smithi184 (mon.0) 323 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:23.659 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:23 smithi184 conmon[26177]: audit 2021-07-09T16:59:22.351727+0000 mon.smithi184 (mon.0) 324 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:23.659 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:23 smithi184 conmon[26177]: audit 2021-07-09T16:59:22.352333+0000 mon.smithi184 (mon.0) 325 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.dfjbdd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2021-07-09T16:59:23.659 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:23 smithi184 conmon[26177]: audit 2021-07-09T16:59:22.354221+0000 mon.smithi184 (mon.0) 326 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.dfjbdd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2021-07-09T16:59:23.660 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:23 smithi184 conmon[26177]: audit 2021-07-09T16:59:22.354766+0000 mon.smithi184 (mon.0) 327 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:59:23.660 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:23 smithi184 conmon[26177]: cephadm 2021-07-09T16:59:22.355260+0000 mgr.smithi184.rkuohv (mgr.14162) 151 : cephadm [INF] Deploying daemon mds.foofs.smithi184.dfjbdd on smithi184 2021-07-09T16:59:24.513 INFO:tasks.cephadm:mds.foofs has 0/2 2021-07-09T16:59:24.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:24 smithi184 conmon[26177]: audit 2021-07-09T16:59:23.421444+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T16:59:24.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:24 smithi184 conmon[26177]: 14162) 152 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2021-07-09T16:59:25.514 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch ls -f json 2021-07-09T16:59:25.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:25 smithi184 conmon[26177]: cluster 2021-07-09T16:59:24.288257+0000 2021-07-09T16:59:25.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:25 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 153 : cluster [DBG] pgmap v129: 65 pgs: 65 active+clean; 0 B data, 21 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:27.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:26 smithi184 conmon[26177]: audit 2021-07-09T16:59:25.752388+0000 mon.smithi184 (mon.0) 328 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:27.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:26 smithi184 conmon[26177]: audit 2021-07-09T16:59:25.753300+0000 mon.smithi184 (mon.0) 329 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.lnuczn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2021-07-09T16:59:27.094 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:26 smithi184 conmon[26177]: audit 2021-07-09T16:59:25.755602+0000 mon.smithi184 (mon.0) 330 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.lnuczn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2021-07-09T16:59:27.094 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:26 smithi184 conmon[26177]: audit 2021-07-09T16:59:25.756670+0000 mon.smithi184 (mon.0) 331 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:59:27.094 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:26 smithi184 conmon[26177]: cephadm 2021-07-09T16:59:25.757442+0000 mgr.smithi184.rkuohv (mgr.14162) 154 : cephadm [INF] Deploying daemon mds.foofs.smithi184.lnuczn on smithi184 2021-07-09T16:59:27.791 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:59:27.792 INFO:teuthology.orchestra.run.smithi184.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2021-07-09T16:55:40.307925Z", "last_refresh": "2021-07-09T16:59:21.974257Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2021-07-09T16:55:27.416521Z", "last_refresh": "2021-07-09T16:59:21.974317Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2021-07-09T16:55:36.965602Z", "last_refresh": "2021-07-09T16:59:21.974376Z", "running": 1, "size": 1}}, {"events": ["2021-07-09T16:59:16.031618Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2021-07-09T16:59:16.024570Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2021-07-09T16:55:26.097227Z", "last_refresh": "2021-07-09T16:59:21.974191Z", "running": 1, "size": 2}}, {"events": ["2021-07-09T16:56:07.802128Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2021-07-09T16:56:07.799588Z", "last_refresh": "2021-07-09T16:59:21.974048Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2021-07-09T16:55:38.892379Z", "last_refresh": "2021-07-09T16:59:21.974433Z", "running": 1, "size": 1}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2021-07-09T16:59:21.974548Z", "running": 4, "size": 4}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2021-07-09T16:55:35.337887Z", "last_refresh": "2021-07-09T16:59:21.974491Z", "running": 1, "size": 1}}] 2021-07-09T16:59:28.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:27 smithi184 conmon[26177]: cluster 2021-07-09T16:59:26.288558+0000 mgr.smithi184.rkuohv ( 2021-07-09T16:59:28.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:27 smithi184 conmon[26177]: mgr.14162) 155 : cluster [DBG] pgmap v130: 65 pgs: 65 active+clean; 0 B data, 21 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:28.855 INFO:tasks.cephadm:mds.foofs has 1/2 2021-07-09T16:59:29.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:28 smithi184 conmon[26177]: audit 2021-07-09T16:59:27.788357+0000 2021-07-09T16:59:29.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:28 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 156 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2021-07-09T16:59:29.857 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch ls -f json 2021-07-09T16:59:30.165 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:29 smithi184 conmon[26177]: cluster 2021-07-09T16:59:28.288962+0000 mgr.smithi184.rkuohv (mgr.14162) 157 : cluster [DBG] pgmap v131: 65 pgs: 65 active+clean; 0 B data, 21 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:30.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:29 smithi184 conmon[26177]: audit 2021-07-09T16:59:29.616353+0000 mon.smithi184 (mon.0) 332 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:30.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:29 smithi184 conmon[26177]: audit 2021-07-09T16:59:29.617020+0000 mon.smithi184 (mon.0) 333 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:59:31.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: cluster 2021-07-09T16:59:30.289327+0000 mgr.smithi184.rkuohv (mgr.14162) 158 : cluster [DBG] pgmap v132: 65 pgs: 65 active+clean; 0 B data, 21 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:31.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: cluster 2021-07-09T16:59:30.617151+0000 mon.smithi184 (mon.0) 334 : cluster [DBG] mds.? [v2:172.21.15.184:6834/3736528719,v1:172.21.15.184:6835/3736528719] up:boot 2021-07-09T16:59:31.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: cluster 2021-07-09T16:59:30.617205+0000 mon.smithi184 (mon.0) 335 : cluster [INF] daemon mds.foofs.smithi184.dfjbdd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2021-07-09T16:59:31.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: cluster 2021-07-09T16:59:30.617263+0000 mon.smithi184 (mon.0) 336 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2021-07-09T16:59:31.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: cluster 2021-07-09T16:59:30.617286+0000 mon.smithi184 (mon.0) 337 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2021-07-09T16:59:31.915 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: cluster 2021-07-09T16:59:30.617304+0000 mon.smithi184 (mon.0) 338 : cluster [INF] Cluster is now healthy 2021-07-09T16:59:31.915 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: cluster 2021-07-09T16:59:30.617479+0000 mon.smithi184 (mon.0) 339 : cluster [DBG] fsmap foofs:0 1 up:standby 2021-07-09T16:59:31.915 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: audit 2021-07-09T16:59:30.617572+0000 mon.smithi184 (mon.0) 340 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.dfjbdd"}]: dispatch 2021-07-09T16:59:31.915 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: cluster 2021-07-09T16:59:30.620400+0000 mon.smithi184 (mon.0) 341 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.dfjbdd=up:creating} 2021-07-09T16:59:31.916 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:31 smithi184 conmon[26177]: cluster 2021-07-09T16:59:30.634631+0000 mon.smithi184 (mon.0) 342 : cluster [INF] daemon mds.foofs.smithi184.dfjbdd is now active in filesystem foofs as rank 0 2021-07-09T16:59:32.453 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:59:32.454 INFO:teuthology.orchestra.run.smithi184.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2021-07-09T16:55:40.307925Z", "last_refresh": "2021-07-09T16:59:21.974257Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2021-07-09T16:55:27.416521Z", "last_refresh": "2021-07-09T16:59:21.974317Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2021-07-09T16:55:36.965602Z", "last_refresh": "2021-07-09T16:59:21.974376Z", "running": 1, "size": 1}}, {"events": ["2021-07-09T16:59:16.031618Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2021-07-09T16:59:16.024570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2021-07-09T16:55:26.097227Z", "last_refresh": "2021-07-09T16:59:21.974191Z", "running": 1, "size": 2}}, {"events": ["2021-07-09T16:56:07.802128Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2021-07-09T16:56:07.799588Z", "last_refresh": "2021-07-09T16:59:21.974048Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2021-07-09T16:55:38.892379Z", "last_refresh": "2021-07-09T16:59:21.974433Z", "running": 1, "size": 1}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2021-07-09T16:59:21.974548Z", "running": 4, "size": 4}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2021-07-09T16:55:35.337887Z", "last_refresh": "2021-07-09T16:59:21.974491Z", "running": 1, "size": 1}}] 2021-07-09T16:59:32.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:32 smithi184 conmon[26177]: cluster 2021-07-09T16:59:31.620043+0000 mon.smithi184 2021-07-09T16:59:32.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:32 smithi184 conmon[26177]: (mon.0) 343 : cluster [DBG] mds.? [v2:172.21.15.184:6834/3736528719,v1:172.21.15.184:6835/3736528719] up:active 2021-07-09T16:59:32.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:32 smithi184 conmon[26177]: cluster 2021-07-09T16:59:31.620113+0000 mon.smithi184 (mon.0) 344 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.dfjbdd=up:active} 2021-07-09T16:59:33.280 INFO:tasks.cephadm:mds.foofs has 2/2 2021-07-09T16:59:33.281 INFO:teuthology.run_tasks:Running task cephadm.shell... 2021-07-09T16:59:33.302 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:59:33.303 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- bash -c 'ceph nfs cluster create cephfs foo' 2021-07-09T16:59:34.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:33 smithi184 conmon[26177]: cluster 2021-07-09T16:59:32.289954+0000 mgr.smithi184.rkuohv 2021-07-09T16:59:34.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:33 smithi184 conmon[26177]: (mgr.14162) 159 : cluster [DBG] pgmap v133: 65 pgs: 65 active+clean; 770 B data, 21 MiB used, 358 GiB / 358 GiB avail 2021-07-09T16:59:34.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:33 smithi184 conmon[26177]: audit 2021-07-09T16:59:32.449148+0000 mgr.smithi184.rkuohv (mgr.14162) 160 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2021-07-09T16:59:35.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:34 smithi184 conmon[26177]: cluster 2021-07-09T16:59:33.958930+0000 mon.smithi184 (mon.0) 2021-07-09T16:59:35.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:34 smithi184 conmon[26177]: 345 : cluster [DBG] mds.? [v2:172.21.15.184:6836/890036578,v1:172.21.15.184:6837/890036578] up:boot 2021-07-09T16:59:35.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:34 smithi184 conmon[26177]: cluster 2021-07-09T16:59:33.959591+0000 mon.smithi184 (mon.0) 346 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.dfjbdd=up:active} 1 up:standby 2021-07-09T16:59:35.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:34 smithi184 conmon[26177]: audit 2021-07-09T16:59:33.959697+0000 mon.smithi184 (mon.0) 347 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.lnuczn"}]: dispatch 2021-07-09T16:59:35.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:34 smithi184 conmon[26177]: cluster 2021-07-09T16:59:33.979589+0000 mon.smithi184 (mon.0) 348 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.dfjbdd=up:active} 1 up:standby 2021-07-09T16:59:36.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: cluster 2021-07-09T16:59:34.290327 2021-07-09T16:59:36.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 161 : cluster [DBG] pgmap v134: 65 pgs: 65 active+clean; 2.3 KiB data, 21 MiB used, 358 GiB / 358 GiB avail; 1.5 KiB/s wr, 10 op/s 2021-07-09T16:59:36.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: audit 2021-07-09T16:59:35.555466+0000 mon.smithi184 ( 2021-07-09T16:59:36.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: mon.0) 349 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:36.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: audit 2021- 2021-07-09T16:59:36.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: 07-09T16:59:35.557808+0000 2021-07-09T16:59:36.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: mon.smithi184 (mon.0) 350 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:36.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: 2021-07-09T16:59:36.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: audit 2021-07-09T16 2021-07-09T16:59:36.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: :59:35.560182+0000 mon.smithi184 (mon.0 2021-07-09T16:59:36.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: ) 351 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:59:36.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: audit 2021-07 2021-07-09T16:59:36.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: -09T16:59:35.606705+0000 mon.smithi184 2021-07-09T16:59:36.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:35 smithi184 conmon[26177]: (mon.0) 352 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2021-07-09T16:59:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:36 smithi184 conmon[26177]: audit 2021-07-09T16:59:35.605832+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T16:59:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:36 smithi184 conmon[26177]: 162 : audit [DBG] from='client.14282 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:59:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:36 smithi184 conmon[26177]: audit 2021-07-09T16:59:36.559989+0000 mon.smithi184 (mon.0) 353 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2021-07-09T16:59:37.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:36 smithi184 conmon[26177]: cluster 2021-07-09T16:59:36.560062+0000 mon.smithi184 (mon.0) 354 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2021-07-09T16:59:37.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:36 smithi184 conmon[26177]: audit 2021-07-09T16:59:36.562947+0000 mon.smithi184 (mon.0) 355 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2021-07-09T16:59:37.592 INFO:teuthology.orchestra.run.smithi184.stdout:NFS Cluster Created Successfully 2021-07-09T16:59:38.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:37 smithi184 conmon[26177]: cluster 2021-07-09T16:59:36.290787+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T16:59:38.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:37 smithi184 conmon[26177]: 163 : cluster [DBG] pgmap v135: 65 pgs: 65 active+clean; 2.3 KiB data, 21 MiB used, 358 GiB / 358 GiB avail; 767 B/s wr, 5 op/s 2021-07-09T16:59:38.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:37 smithi184 conmon[26177]: audit 2021-07-09T16:59:37.561554+0000 mon.smithi184 (mon.0) 356 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2021-07-09T16:59:38.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:37 smithi184 conmon[26177]: cluster 2021-07-09T16:59:37.561726+0000 mon.smithi184 (mon.0) 357 : cluster [DBG] osdmap e34: 4 total, 4 up, 4 in 2021-07-09T16:59:38.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:37 smithi184 conmon[26177]: audit 2021-07-09T16:59:37.589865+0000 mon.smithi184 (mon.0) 358 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:38.498 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- bash -c 'ceph nfs export create cephfs foofs foo --binding /fake' 2021-07-09T16:59:39.247 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:38 smithi184 conmon[26177]: cephadm 2021-07-09T16:59:37.586884+0000 mgr.smithi184.rkuohv (mgr.14162) 164 : 2021-07-09T16:59:39.247 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:38 smithi184 conmon[26177]: cephadm [INF] Saving service nfs.foo spec with placement count:1 2021-07-09T16:59:39.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:38 smithi184 conmon[26177]: cluster 2021-07-09T16:59:38.561200+0000 mon.smithi184 (mon.0) 359 : cluster [DBG] mds.? [v2:172.21.15.184:6836/890036578,v1:172.21.15.184:6837/890036578] up:standby 2021-07-09T16:59:39.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:38 smithi184 conmon[26177]: cluster 2021-07-09T16:59:38.561261+0000 mon.smithi184 (mon.0) 360 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.dfjbdd=up:active} 1 up:standby 2021-07-09T16:59:39.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:38 smithi184 conmon[26177]: cluster 2021-07-09T16:59:38.563609+0000 mon.smithi184 (mon.0) 361 : cluster [DBG] osdmap e35: 4 total, 4 up, 4 in 2021-07-09T16:59:40.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:39 smithi184 conmon[26177]: cluster 2021-07-09T16:59:38.291287+0000 mgr.smithi184.rkuohv (mgr.14162) 165 : cluster [DBG] pgmap v138: 97 pgs: 6 creating+peering, 26 unknown, 65 active+clean; 2.3 KiB data, 21 MiB used, 358 GiB / 358 GiB avail; 511 B/s wr, 3 op/s 2021-07-09T16:59:41.183 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T16:59:41.183 INFO:teuthology.orchestra.run.smithi184.stdout: "bind": "/fake", 2021-07-09T16:59:41.183 INFO:teuthology.orchestra.run.smithi184.stdout: "fs": "foofs", 2021-07-09T16:59:41.184 INFO:teuthology.orchestra.run.smithi184.stdout: "path": "/", 2021-07-09T16:59:41.184 INFO:teuthology.orchestra.run.smithi184.stdout: "cluster": "foo", 2021-07-09T16:59:41.184 INFO:teuthology.orchestra.run.smithi184.stdout: "mode": "RW" 2021-07-09T16:59:41.184 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T16:59:41.843 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2021-07-09T16:59:41.856 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2021-07-09T16:59:41.856 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch ls -f json 2021-07-09T16:59:42.136 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: cluster 2021-07-09T16:59:40.291659+0000 mgr.smithi184.rkuohv (mgr.14162) 166 : cluster 2021-07-09T16:59:42.136 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: [DBG] pgmap v140: 97 pgs: 6 creating+peering, 18 unknown, 73 active+clean; 2.3 KiB data, 21 MiB used, 358 GiB / 358 GiB avail; 0 B/s wr, 0 op/s 2021-07-09T16:59:42.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.046251+0000 mon.smithi184 (mon.0) 362 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:42.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.049728+0000 mon.smithi184 (mon.0) 363 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: cephadm 2021-07-09T16:59:41.051741+0000 mgr.smithi184.rkuohv (mgr.14162) 167 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2021-07-09T16:59:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: cephadm 2021-07-09T16:59:41.056721+0000 mgr.smithi184.rkuohv (mgr.14162) 168 : cephadm [INF] Creating key for client.nfs.foo.smithi184 2021-07-09T16:59:42.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.056951+0000 mon.smithi184 (mon.0) 364 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi184", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2021-07-09T16:59:42.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.059843+0000 mon.smithi184 (mon.0) 365 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi184", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2021-07-09T16:59:42.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: cephadm 2021-07-09T16:59:41.061141+0000 mgr.smithi184.rkuohv (mgr.14162) 169 : cephadm [INF] Rados config object exists: conf-nfs.foo 2021-07-09T16:59:42.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: cephadm 2021-07-09T16:59:41.061205+0000 mgr.smithi184.rkuohv (mgr.14162) 170 : cephadm [INF] Creating key for client.nfs.foo.smithi184-rgw 2021-07-09T16:59:42.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.061385+0000 mon.smithi184 (mon.0) 366 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi184-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2021-07-09T16:59:42.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.063214+0000 mon.smithi184 (mon.0) 367 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi184-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2021-07-09T16:59:42.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.065498+0000 mon.smithi184 (mon.0) 368 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2021-07-09T16:59:42.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: cephadm 2021-07-09T16:59:41.066147+0000 mgr.smithi184.rkuohv (mgr.14162) 171 : cephadm [INF] Deploying daemon nfs.foo.smithi184 on smithi184 2021-07-09T16:59:42.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.144565+0000 mgr.smithi184.rkuohv (mgr.14162) 172 : audit [DBG] from='client.14284 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T16:59:42.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.173615+0000 mon.smithi184 (mon.0) 369 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2021-07-09T16:59:42.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:42 smithi184 conmon[26177]: audit 2021-07-09T16:59:41.177153+0000 mon.smithi184 (mon.0) 370 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2021-07-09T16:59:44.303 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:44 smithi184 conmon[26177]: cluster 2021-07-09T16:59:42.292105+0000 mgr.smithi184.rkuohv (mgr.14162) 173 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 2.6 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 0 B/s rd, 341 B/s wr, 0 op/s 2021-07-09T16:59:44.303 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:44 smithi184 conmon[26177]: cluster 2021-07-09T16:59:43.050969+0000 mon.smithi184 (mon.0) 371 : cluster [DBG] mgrmap e18: smithi184.rkuohv(active, since 3m) 2021-07-09T16:59:44.565 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:59:44.566 INFO:teuthology.orchestra.run.smithi184.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2021-07-09T16:55:40.307925Z", "last_refresh": "2021-07-09T16:59:41.040518Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2021-07-09T16:55:27.416521Z", "last_refresh": "2021-07-09T16:59:41.040578Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2021-07-09T16:55:36.965602Z", "last_refresh": "2021-07-09T16:59:41.040636Z", "running": 1, "size": 1}}, {"events": ["2021-07-09T16:59:16.031618Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2021-07-09T16:59:16.024570Z", "last_refresh": "2021-07-09T16:59:41.041342Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2021-07-09T16:55:26.097227Z", "last_refresh": "2021-07-09T16:59:41.040451Z", "running": 1, "size": 2}}, {"events": ["2021-07-09T16:56:07.802128Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2021-07-09T16:56:07.799588Z", "last_refresh": "2021-07-09T16:59:41.040319Z", "running": 1, "size": 1}}, {"events": ["2021-07-09T16:59:37.590440Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"namespace": "foo", "pool": "nfs-ganesha"}, "status": {"created": "2021-07-09T16:59:37.586899Z", "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2021-07-09T16:55:38.892379Z", "last_refresh": "2021-07-09T16:59:41.040694Z", "running": 1, "size": 1}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2021-07-09T16:59:41.040810Z", "running": 4, "size": 4}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2021-07-09T16:55:35.337887Z", "last_refresh": "2021-07-09T16:59:41.040752Z", "running": 1, "size": 1}}] 2021-07-09T16:59:45.659 INFO:tasks.cephadm:nfs.foo has 0/1 2021-07-09T16:59:46.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:46 smithi184 conmon[26177]: cluster 2021-07-09T16:59:44.292474+0000 mgr.smithi184.rkuohv (mgr.14162) 174 2021-07-09T16:59:46.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:46 smithi184 conmon[26177]: : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 2.6 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 0 B/s rd, 264 B/s wr, 0 op/s 2021-07-09T16:59:46.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:46 smithi184 conmon[26177]: audit 2021-07-09T16:59:44.562139+0000 mgr.smithi184.rkuohv (mgr.14162) 175 : audit [DBG] from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2021-07-09T16:59:46.660 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -- ceph orch ls -f json 2021-07-09T16:59:47.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:47 smithi184 conmon[26177]: cluster 2021-07-09T16:59:46.292850+0000 mgr.smithi184.rkuohv (mgr.14162) 176 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 2.6 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 0 B/s rd, 234 B/s wr, 0 op/s 2021-07-09T16:59:47.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:47 smithi184 conmon[26177]: audit 2021-07-09T16:59:46.446921+0000 mon.smithi184 (mon.0) 372 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:47.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:47 smithi184 conmon[26177]: audit 2021-07-09T16:59:46.447662+0000 mon.smithi184 (mon.0) 373 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:59:49.172 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T16:59:49.173 INFO:teuthology.orchestra.run.smithi184.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2021-07-09T16:55:40.307925Z", "last_refresh": "2021-07-09T16:59:41.040518Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2021-07-09T16:55:27.416521Z", "last_refresh": "2021-07-09T16:59:41.040578Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2021-07-09T16:55:36.965602Z", "last_refresh": "2021-07-09T16:59:41.040636Z", "running": 1, "size": 1}}, {"events": ["2021-07-09T16:59:16.031618Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2021-07-09T16:59:16.024570Z", "last_refresh": "2021-07-09T16:59:41.041342Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2021-07-09T16:55:26.097227Z", "last_refresh": "2021-07-09T16:59:41.040451Z", "running": 1, "size": 2}}, {"events": ["2021-07-09T16:56:07.802128Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2021-07-09T16:56:07.799588Z", "last_refresh": "2021-07-09T16:59:41.040319Z", "running": 1, "size": 1}}, {"events": ["2021-07-09T16:59:37.590440Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"namespace": "foo", "pool": "nfs-ganesha"}, "status": {"created": "2021-07-09T16:59:37.586899Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2021-07-09T16:55:38.892379Z", "last_refresh": "2021-07-09T16:59:41.040694Z", "running": 1, "size": 1}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2021-07-09T16:59:41.040810Z", "running": 4, "size": 4}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2021-07-09T16:55:35.337887Z", "last_refresh": "2021-07-09T16:59:41.040752Z", "running": 1, "size": 1}}] 2021-07-09T16:59:50.212 INFO:tasks.cephadm:nfs.foo has 1/1 2021-07-09T16:59:50.228 INFO:teuthology.run_tasks:Running task vip.exec... 2021-07-09T16:59:50.255 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T16:59:50.256 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /mnt/foo' 2021-07-09T16:59:50.283 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:49 smithi184 conmon[26177]: cluster 2021-07-09T16:59:48.293471+0000 mgr.smithi184.rkuohv (mgr.14162) 177 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 2.7 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 102 B/s rd, 409 B/s wr, 0 op/s 2021-07-09T16:59:50.283 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:49 smithi184 conmon[26177]: audit 2021-07-09T16:59:49.140324+0000 mgr.smithi184.rkuohv (mgr.14162) 178 : audit [DBG] from='client.14296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2021-07-09T16:59:50.335 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 15' 2021-07-09T16:59:51.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:50 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.211508+0000 mon.smithi184 (mon.0) 374 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.15", "id": [1, 2]}]: dispatch 2021-07-09T16:59:51.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:50 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.211805+0000 mon.smithi184 (mon.0) 375 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2021-07-09T16:59:51.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:50 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.212049+0000 mon.smithi184 (mon.0) 376 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]: dispatch 2021-07-09T16:59:51.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:50 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.212309+0000 mon.smithi184 (mon.0) 377 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [3, 0]}]: dispatch 2021-07-09T16:59:51.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:50 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.212569+0000 mon.smithi184 (mon.0) 378 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 0]}]: dispatch 2021-07-09T16:59:51.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:50 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.212844+0000 mon.smithi184 (mon.0) 379 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 0]}]: dispatch 2021-07-09T16:59:51.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:50 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.330920+0000 mon.smithi184 (mon.0) 380 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T16:59:51.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:50 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.331122+0000 mon.smithi184 (mon.0) 381 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T16:59:52.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:51 smithi184 conmon[26177]: cluster 2021-07-09T16:59:50.294128+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T16:59:52.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:51 smithi184 conmon[26177]: 179 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 2.7 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 87 B/s rd, 349 B/s wr, 0 op/s 2021-07-09T16:59:52.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:51 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.963263+0000 mon.smithi184 (mon.0) 382 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.15", "id": [1, 2]}]': finished 2021-07-09T16:59:52.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:51 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.963354+0000 mon.smithi184 (mon.0) 383 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2021-07-09T16:59:52.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:51 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.963420+0000 mon.smithi184 (mon.0) 384 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]': finished 2021-07-09T16:59:52.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:51 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.963478+0000 mon.smithi184 (mon.0) 385 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [3, 0]}]': finished 2021-07-09T16:59:52.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:51 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.963541+0000 mon.smithi184 (mon.0) 386 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 0]}]': finished 2021-07-09T16:59:52.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:51 smithi184 conmon[26177]: audit 2021-07-09T16:59:50.963608+0000 mon.smithi184 (mon.0) 387 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 0]}]': finished 2021-07-09T16:59:52.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:51 smithi184 conmon[26177]: cluster 2021-07-09T16:59:50.963643+0000 mon.smithi184 (mon.0) 388 : cluster [DBG] osdmap e36: 4 total, 4 up, 4 in 2021-07-09T16:59:53.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:52 smithi184 conmon[26177]: cluster 2021-07-09T16:59:51.966260+0000 mon.smithi184 (mon.0) 2021-07-09T16:59:53.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:52 smithi184 conmon[26177]: 389 : cluster [DBG] osdmap e37: 4 total, 4 up, 4 in 2021-07-09T16:59:53.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:52 smithi184 conmon[26177]: audit 2021-07-09T16:59:52.472891+0000 mon.smithi184 (mon.0) 390 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:53.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:52 smithi184 conmon[26177]: audit 2021-07-09T16:59:52.475222+0000 mon.smithi184 (mon.0) 391 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:53.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:52 smithi184 conmon[26177]: audit 2021-07-09T16:59:52.478252+0000 mon.smithi184 (mon.0) 392 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T16:59:54.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:53 smithi184 conmon[26177]: cluster 2021-07-09T16:59:52.294730+0000 mgr.smithi184.rkuohv (mgr.14162) 180 : cluster [DBG] pgmap v148: 97 pgs: 3 peering, 94 active+clean; 2.7 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 1.6 KiB/s rd, 1023 B/s wr, 2 op/s 2021-07-09T16:59:54.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:53 smithi184 conmon[26177]: 2021-07-09T16:59:56.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:55 smithi184 conmon[26177]: cluster 2021-07-09T16:59:54.295176+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T16:59:56.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:55 smithi184 conmon[26177]: ) 181 : cluster [DBG] pgmap v149: 97 pgs: 3 peering, 94 active+clean; 3.4 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 1.6 KiB/s rd, 1.5 KiB/s wr, 3 op/s; 11 B/s, 0 objects/s recovering 2021-07-09T16:59:58.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:58 smithi184 conmon[26177]: cluster 2021-07-09T16:59:56.295592+0000 mgr.smithi184.rkuohv (mgr.14162) 182 : cluster [DBG] pgmap v150: 97 pgs: 3 peering, 94 active+clean; 3.4 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 2 op/s; 11 B/s, 0 objects/s recovering 2021-07-09T16:59:58.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:58 smithi184 conmon[26177]: audit 2021-07-09T16:59:57.087897+0000 mon.smithi184 (mon.0) 393 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T16:59:58.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 16:59:58 smithi184 conmon[26177]: audit 2021-07-09T16:59:57.090289+0000 mon.smithi184 (mon.0) 394 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:00:00.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:00 smithi184 conmon[26177]: cluster 2021-07-09T16:59:58.296218+0000 mgr.smithi184.rkuohv (mgr.14162) 183 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.4 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 2 op/s; 11 B/s, 0 objects/s recovering 2021-07-09T17:00:00.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:00 smithi184 conmon[26177]: 2021-07-09T17:00:02.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:02 smithi184 conmon[26177]: cluster 2021-07-09T17:00:00.296717+0000 mgr.smithi184.rkuohv (mgr.14162) 184 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.4 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 2 op/s; 9 B/s, 0 objects/s recovering 2021-07-09T17:00:04.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:04 smithi184 conmon[26177]: cluster 2021-07-09T17:00:02.297366+0000 mgr.smithi184.rkuohv (mgr.14162) 185 : cluster [DBG] 2021-07-09T17:00:04.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:04 smithi184 conmon[26177]: pgmap v153: 97 pgs: 97 active+clean; 3.4 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 99 B/s rd, 396 B/s wr, 0 op/s; 8 B/s, 0 objects/s recovering 2021-07-09T17:00:05.407 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mount -t nfs $(hostname):/fake /mnt/foo' 2021-07-09T17:00:05.842 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo test > /mnt/foo/testfile' 2021-07-09T17:00:05.908 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c sync 2021-07-09T17:00:06.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:06 smithi184 conmon[26177]: cluster 2021-07-09T17:00:04.298002+0000 mgr.smithi184.rkuohv (mgr.14162) 186 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.4 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s; 7 B/s, 0 objects/s recovering 2021-07-09T17:00:06.758 INFO:teuthology.run_tasks:Running task parallel... 2021-07-09T17:00:06.774 INFO:teuthology.task.parallel:starting parallel... 2021-07-09T17:00:06.775 INFO:teuthology.task.parallel:In parallel, running task sequential... 2021-07-09T17:00:06.776 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2021-07-09T17:00:06.777 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T17:00:06.777 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -e sha1=732af0468bb267498fb7fe92064fadfc0b400ca6 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2021-07-09T17:00:06.778 INFO:teuthology.task.parallel:In parallel, running task sequential... 2021-07-09T17:00:06.778 INFO:teuthology.task.sequential:In sequential, running task exec... 2021-07-09T17:00:06.782 INFO:teuthology.task.exec:Executing custom commands... 2021-07-09T17:00:06.784 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T17:00:06.785 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600' 2021-07-09T17:00:06.858 INFO:teuthology.orchestra.run.smithi184.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2021-07-09T17:00:06.858 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T17:00:06.861 INFO:teuthology.orchestra.run.smithi184.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2021-07-09T17:00:06.862 INFO:teuthology.orchestra.run.smithi184.stdout:3 of 5 processes prepared for launch 0 sec 2021-07-09T17:00:06.978 INFO:teuthology.orchestra.run.smithi184.stdout:5 of 5 processes prepared for launch 0 sec 2021-07-09T17:00:06.978 INFO:teuthology.orchestra.run.smithi184.stdout:releasing clients 2021-07-09T17:00:07.961 INFO:teuthology.orchestra.run.smithi184.stdout: 5 422 74.59 MB/sec warmup 1 sec latency 35.125 ms 2021-07-09T17:00:08.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:08 smithi184 conmon[26177]: cluster 2021-07-09T17:00:06.298394+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:00:08.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:08 smithi184 conmon[26177]: 14162) 187 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.4 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:00:08.957 INFO:teuthology.orchestra.run.smithi184.stdout: 5 931 54.46 MB/sec warmup 2 sec latency 223.270 ms 2021-07-09T17:00:09.955 INFO:teuthology.orchestra.run.smithi184.stdout: 5 2085 44.40 MB/sec warmup 3 sec latency 13.998 ms 2021-07-09T17:00:10.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:10 smithi184 conmon[26177]: cluster 2021-07-09T17:00:08.298982+0000 mgr.smithi184.rkuohv (mgr.14162) 188 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.4 KiB data, 22 MiB used, 358 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:00:10.955 INFO:teuthology.orchestra.run.smithi184.stdout: 5 2940 41.85 MB/sec warmup 4 sec latency 292.780 ms 2021-07-09T17:00:11.232 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -e sha1=732af0468bb267498fb7fe92064fadfc0b400ca6 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2021-07-09T17:00:11.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 3966 40.06 MB/sec warmup 5 sec latency 25.275 ms 2021-07-09T17:00:12.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:12 smithi184 conmon[26177]: cluster 2021-07-09T17:00:10.299462+0000 mgr.smithi184.rkuohv (mgr.14162) 189 2021-07-09T17:00:12.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:12 smithi184 conmon[26177]: : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 12 MiB data, 104 MiB used, 358 GiB / 358 GiB avail; 85 B/s rd, 1.1 MiB/s wr, 112 op/s 2021-07-09T17:00:12.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 4880 36.15 MB/sec warmup 6 sec latency 20.844 ms 2021-07-09T17:00:13.960 INFO:teuthology.orchestra.run.smithi184.stdout: 5 5988 33.79 MB/sec warmup 7 sec latency 23.466 ms 2021-07-09T17:00:14.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:14 smithi184 conmon[26177]: cluster 2021-07-09T17:00:12.300172 2021-07-09T17:00:14.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:14 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 190 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 123 MiB data, 467 MiB used, 357 GiB / 358 GiB avail; 170 B/s rd, 12 MiB/s wr, 373 op/s 2021-07-09T17:00:14.955 INFO:teuthology.orchestra.run.smithi184.stdout: 5 7224 36.24 MB/sec warmup 8 sec latency 24.662 ms 2021-07-09T17:00:15.958 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -e sha1=732af0468bb267498fb7fe92064fadfc0b400ca6 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2021-07-09T17:00:15.958 INFO:teuthology.orchestra.run.smithi184.stdout: 5 8020 33.41 MB/sec warmup 9 sec latency 27.897 ms 2021-07-09T17:00:16.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:16 smithi184 conmon[26177]: cluster 2021-07-09T17:00:14.300605+0000 mgr.smithi184.rkuohv (mgr.14162) 191 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 123 MiB data, 494 MiB used, 357 GiB / 358 GiB avail; 5.7 KiB/s rd, 12 MiB/s wr, 392 op/s 2021-07-09T17:00:16.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 8978 32.32 MB/sec warmup 10 sec latency 25.998 ms 2021-07-09T17:00:17.955 INFO:teuthology.orchestra.run.smithi184.stdout: 5 10115 32.60 MB/sec warmup 11 sec latency 23.601 ms 2021-07-09T17:00:18.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:18 smithi184 conmon[26177]: cluster 2021-07-09T17:00:18.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:18 smithi184 conmon[26177]: 2021-07-09T17:00 2021-07-09T17:00:18.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:18 smithi184 conmon[26177]: :16.301031+0000 mgr.smithi184.rkuohv (mgr.14162) 192 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 122 MiB data, 516 MiB used, 357 GiB / 358 GiB avail; 5.7 KiB/s rd, 13 MiB/s wr, 417 op/s 2021-07-09T17:00:18.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 10999 32.57 MB/sec warmup 12 sec latency 26.619 ms 2021-07-09T17:00:19.408 INFO:teuthology.orchestra.run.smithi184.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:732af0468bb267498fb7fe92064fadfc0b400ca6 2021-07-09T17:00:19.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 11751 30.77 MB/sec warmup 13 sec latency 27.343 ms 2021-07-09T17:00:20.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:20 smithi184 conmon[26177]: cluster 2021-07-09T17:00:18.301567+0000 mgr.smithi184.rkuohv (mgr.14162) 193 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 143 MiB data, 586 MiB used, 357 GiB / 358 GiB avail; 5.7 KiB/s rd, 18 MiB/s wr, 863 op/s 2021-07-09T17:00:20.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:20 smithi184 conmon[26177]: audit 2021-07-09T17:00:19.397551+0000 mon.smithi184 (mon.0) 395 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:00:20.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:20 smithi184 conmon[26177]: audit 2021-07-09T17:00:19.398384+0000 mon.smithi184 (mon.0) 396 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:00:20.604 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2021-07-09T17:00:20.605 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2021-07-09T17:00:20.606 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a1c6bfc-e0d6-11eb-8c22-001a4aab830c -e sha1=732af0468bb267498fb7fe92064fadfc0b400ca6 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done' 2021-07-09T17:00:20.955 INFO:teuthology.orchestra.run.smithi184.stdout: 5 12727 30.06 MB/sec warmup 14 sec latency 50.944 ms 2021-07-09T17:00:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:21 smithi184 conmon[26177]: audit 2021-07-09T17:00:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:21 smithi184 conmon[26177]: 2021-07-09T17:00:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:21 smithi184 conmon[26177]: 2021-07-09T17:00: 2021-07-09T17:00:21.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:21 smithi184 conmon[26177]: 19.393289+0000 mgr.smithi184.rkuohv (mgr.14162) 194 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:732af0468bb267498fb7fe92064fadfc0b400ca6", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:00:21.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:21 smithi184 conmon[26177]: cephadm 2021-07-09T17:00:21.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:21 smithi184 conmon[26177]: 2021-07-09T 2021-07-09T17:00:21.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:21 smithi184 conmon[26177]: 17:00:19.394067+0000 mgr.smithi184.rkuohv (mgr.14162) 195 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:732af0468bb267498fb7fe92064fadfc0b400ca6 2021-07-09T17:00:21.958 INFO:teuthology.orchestra.run.smithi184.stdout: 5 13723 30.37 MB/sec warmup 15 sec latency 25.995 ms 2021-07-09T17:00:22.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:22 smithi184 conmon[26177]: cluster 2021-07-09T17:00:20.302011+0000 mgr.smithi184.rkuohv (mgr.14162) 196 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 145 MiB data, 602 MiB used, 357 GiB / 358 GiB avail; 13 KiB/s rd, 18 MiB/s wr, 878 op/s 2021-07-09T17:00:22.959 INFO:teuthology.orchestra.run.smithi184.stdout: 5 14661 30.46 MB/sec warmup 16 sec latency 31.188 ms 2021-07-09T17:00:23.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 15242 29.11 MB/sec warmup 17 sec latency 144.235 ms 2021-07-09T17:00:24.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:24 smithi184 conmon[26177]: cluster 2021-07-09T17:00:22.302607+0000 mgr.smithi184.rkuohv (mgr.14162) 197 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 147 MiB data, 692 MiB used, 357 GiB / 358 GiB avail; 13 KiB/s rd, 22 MiB/s wr, 1.17k op/s 2021-07-09T17:00:24.905 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:00:24.958 INFO:teuthology.orchestra.run.smithi184.stdout: 5 15946 28.55 MB/sec warmup 18 sec latency 43.382 ms 2021-07-09T17:00:25.402 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:00:25.403 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (3m) 28s ago 4m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:00:25.403 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (4m) 28s ago 4m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:00:25.403 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (3m) 28s ago 3m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:00:25.403 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (60s) 28s ago 59s 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:00:25.404 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (56s) 28s ago 55s 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:00:25.404 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (5m) 28s ago 5m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:00:25.405 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (5m) 28s ago 5m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:00:25.405 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (39s) 28s ago 39s 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:00:25.406 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (3m) 28s ago 3m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:00:25.406 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (3m) 28s ago 3m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:00:25.408 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (2m) 28s ago 2m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:00:25.408 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (2m) 28s ago 2m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:00:25.408 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (2m) 28s ago 2m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:00:25.409 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (3m) 28s ago 3m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:00:25.955 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:00:25.955 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:00:25.955 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:00:25.956 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:00:25.956 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:00:25.956 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:00:25.956 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:00:25.957 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:00:25.957 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:00:25.958 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:00:25.958 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:00:25.958 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:00:25.958 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:00:25.959 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:00:25.959 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:00:25.960 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:00:25.960 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:00:25.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 16695 27.75 MB/sec warmup 19 sec latency 40.864 ms 2021-07-09T17:00:26.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:26 smithi184 conmon[26177]: cluster 2021-07-09T17:00:24.303042+0000 mgr.smithi184.rkuohv (mgr.14162) 198 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 147 MiB data, 691 MiB used, 357 GiB / 358 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 919 op/s 2021-07-09T17:00:26.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:26 smithi184 conmon[26177]: audit 2021-07-09T17:00:24.883584+0000 mgr.smithi184.rkuohv (mgr.14162) 199 : audit [DBG] from='client.14306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:00:26.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:26 smithi184 conmon[26177]: audit 2021-07-09T17:00:25.953811+0000 mon.smithi184 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.184:0/2826844720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:00:26.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 17706 28.49 MB/sec warmup 20 sec latency 34.847 ms 2021-07-09T17:00:27.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:27 smithi184 conmon[26177]: audit 2021-07-09T17:00:25.390941+0000 mgr.smithi184.rkuohv (mgr.14162) 200 : audit [DBG] from='client.14308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:00:27.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 18399 27.80 MB/sec warmup 21 sec latency 23.213 ms 2021-07-09T17:00:28.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:28 smithi184 conmon[26177]: cluster 2021-07-09T17:00:26.303546+0000 2021-07-09T17:00:28.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:28 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 201 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 146 MiB data, 709 MiB used, 357 GiB / 358 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 926 op/s 2021-07-09T17:00:28.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:28 smithi184 conmon[26177]: audit 2021-07-09T17:00:27.890765+0000 mon.smithi184 (mon.0) 398 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:00:28.957 INFO:teuthology.orchestra.run.smithi184.stdout: 5 19129 27.26 MB/sec warmup 22 sec latency 28.839 ms 2021-07-09T17:00:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:29 smithi184 conmon[26177]: cluster 2021-07-09T17:00:28.304138+0000 mgr.smithi184.rkuohv 2021-07-09T17:00:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:29 smithi184 conmon[26177]: (mgr.14162) 202 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 160 MiB data, 748 MiB used, 357 GiB / 358 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.22k op/s 2021-07-09T17:00:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:29 smithi184 conmon[26177]: audit 2021-07-09T17:00:28.329898+0000 mon.smithi184 (mon.0) 399 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:00:29.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:29 smithi184 conmon[26177]: cephadm 2021-07-09T17:00:28.334339+0000 mgr.smithi184.rkuohv (mgr.14162) 203 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:732af0468bb267498fb7fe92064fadfc0b400ca6 2021-07-09T17:00:29.961 INFO:teuthology.orchestra.run.smithi184.stdout: 5 20052 26.90 MB/sec warmup 23 sec latency 20.722 ms 2021-07-09T17:00:30.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 20859 27.06 MB/sec warmup 24 sec latency 24.144 ms 2021-07-09T17:00:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:31 smithi184 conmon[26177]: cluster 2021-07-09T17:00:30.304963+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:00:31.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:31 smithi184 conmon[26177]: ) 204 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 159 MiB data, 752 MiB used, 357 GiB / 358 GiB avail; 22 KiB/s rd, 10 MiB/s wr, 787 op/s 2021-07-09T17:00:31.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 21638 27.06 MB/sec warmup 25 sec latency 26.627 ms 2021-07-09T17:00:32.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 22158 26.23 MB/sec warmup 26 sec latency 40.613 ms 2021-07-09T17:00:33.960 INFO:teuthology.orchestra.run.smithi184.stdout: 5 22823 25.88 MB/sec warmup 27 sec latency 53.451 ms 2021-07-09T17:00:34.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:33 smithi184 conmon[26177]: cluster 2021-07-09T17:00:32.305451+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:00:34.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:33 smithi184 conmon[26177]: mgr.14162) 205 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 172 MiB data, 849 MiB used, 357 GiB / 358 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.08k op/s 2021-07-09T17:00:34.957 INFO:teuthology.orchestra.run.smithi184.stdout: 5 23685 25.58 MB/sec warmup 28 sec latency 18.351 ms 2021-07-09T17:00:35.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 24593 25.89 MB/sec warmup 29 sec latency 38.428 ms 2021-07-09T17:00:36.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:35 smithi184 conmon[26177]: cluster 2021-07-09T17:00:34.305910+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:00:36.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:35 smithi184 conmon[26177]: 14162) 206 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 172 MiB data, 879 MiB used, 357 GiB / 358 GiB avail; 21 KiB/s rd, 9.6 MiB/s wr, 691 op/s 2021-07-09T17:00:36.958 INFO:teuthology.orchestra.run.smithi184.stdout: 5 25293 25.80 MB/sec warmup 30 sec latency 40.387 ms 2021-07-09T17:00:37.960 INFO:teuthology.orchestra.run.smithi184.stdout: 5 25925 25.27 MB/sec warmup 31 sec latency 38.589 ms 2021-07-09T17:00:38.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:37 smithi184 conmon[26177]: cluster 2021-07-09T17:00:38.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:37 smithi184 conmon[26177]: 2021-07-09T17:00:36 2021-07-09T17:00:38.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:37 smithi184 conmon[26177]: .306347+0000 mgr.smithi184.rkuohv (mgr.14162) 207 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 177 MiB data, 895 MiB used, 357 GiB / 358 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 769 op/s 2021-07-09T17:00:38.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 26774 25.10 MB/sec warmup 32 sec latency 31.429 ms 2021-07-09T17:00:39.959 INFO:teuthology.orchestra.run.smithi184.stdout: 5 27791 25.22 MB/sec warmup 33 sec latency 14.554 ms 2021-07-09T17:00:40.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:39 smithi184 conmon[26177]: cluster 2021-07-09T17:00:40.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:39 smithi184 conmon[26177]: 2021-07-09 2021-07-09T17:00:40.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:39 smithi184 conmon[26177]: T17:00:38.306941+0000 mgr.smithi184.rkuohv (mgr.14162) 208 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 184 MiB data, 951 MiB used, 357 GiB / 358 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 980 op/s 2021-07-09T17:00:40.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 28608 25.39 MB/sec warmup 34 sec latency 31.866 ms 2021-07-09T17:00:41.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 29093 24.92 MB/sec warmup 35 sec latency 33.976 ms 2021-07-09T17:00:42.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:41 smithi184 conmon[26177]: cluster 2021-07-09T17:00:40.307398+0000 mgr.smithi184.rkuohv 2021-07-09T17:00:42.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:41 smithi184 conmon[26177]: (mgr.14162) 209 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 188 MiB data, 955 MiB used, 357 GiB / 358 GiB avail; 20 KiB/s rd, 9.6 MiB/s wr, 750 op/s 2021-07-09T17:00:42.960 INFO:teuthology.orchestra.run.smithi184.stdout: 5 29777 24.60 MB/sec warmup 36 sec latency 29.937 ms 2021-07-09T17:00:43.956 INFO:teuthology.orchestra.run.smithi184.stdout: 5 30535 24.41 MB/sec warmup 37 sec latency 118.785 ms 2021-07-09T17:00:44.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: cluster 2021-07-09T17:00:44.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: 2021-07-09T17:00:44.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: 2021 2021-07-09T17:00:44.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: - 2021-07-09T17:00:44.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: 07 2021-07-09T17:00:44.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: - 2021-07-09T17:00:44.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: 09 2021-07-09T17:00:44.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: T 2021-07-09T17:00:44.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: 17 2021-07-09T17:00:44.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: : 2021-07-09T17:00:44.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: 00 2021-07-09T17:00:44.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: : 2021-07-09T17:00:44.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: 42 2021-07-09T17:00:44.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: . 2021-07-09T17:00:44.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: 308024 2021-07-09T17:00:44.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: +0000 2021-07-09T17:00:44.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: 2021-07-09T17:00:44.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 210 : cluster 2021-07-09T17:00:44.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:43 smithi184 conmon[26177]: [DBG] pgmap v173: 97 pgs: 97 active+clean; 197 MiB data, 1.0 GiB used, 357 GiB / 358 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 1.02k op/s 2021-07-09T17:00:44.957 INFO:teuthology.orchestra.run.smithi184.stdout: 5 31482 24.57 MB/sec warmup 38 sec latency 29.494 ms 2021-07-09T17:00:45.957 INFO:teuthology.orchestra.run.smithi184.stdout: 5 32350 24.72 MB/sec warmup 39 sec latency 32.598 ms 2021-07-09T17:00:46.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:45 smithi184 conmon[26177]: cluster 2021-07-09T17:00:44.308423+0000 2021-07-09T17:00:46.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:45 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 211 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 198 MiB data, 1.0 GiB used, 357 GiB / 358 GiB avail; 17 KiB/s rd, 9.3 MiB/s wr, 721 op/s 2021-07-09T17:00:46.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 32863 24.30 MB/sec warmup 40 sec latency 42.792 ms 2021-07-09T17:00:47.958 INFO:teuthology.orchestra.run.smithi184.stdout: 5 33586 24.14 MB/sec warmup 41 sec latency 18.684 ms 2021-07-09T17:00:48.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:47 smithi184 conmon[26177]: cluster 2021-07-09T17:00:46.308868+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:00:48.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:47 smithi184 conmon[26177]: mgr.14162) 212 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 357 GiB / 358 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 819 op/s 2021-07-09T17:00:48.957 INFO:teuthology.orchestra.run.smithi184.stdout: 5 34474 23.98 MB/sec warmup 42 sec latency 53.896 ms 2021-07-09T17:00:49.958 INFO:teuthology.orchestra.run.smithi184.stdout: 5 35214 24.11 MB/sec warmup 43 sec latency 41.281 ms 2021-07-09T17:00:50.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: cluster 2021-07-09T17:00:50.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 2021-07-09T17:00:50.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 2021 2021-07-09T17:00:50.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: - 2021-07-09T17:00:50.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 07 2021-07-09T17:00:50.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: - 2021-07-09T17:00:50.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 09 2021-07-09T17:00:50.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: T 2021-07-09T17:00:50.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 17 2021-07-09T17:00:50.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: : 2021-07-09T17:00:50.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 00 2021-07-09T17:00:50.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: : 2021-07-09T17:00:50.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 48 2021-07-09T17:00:50.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: . 2021-07-09T17:00:50.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 309417 2021-07-09T17:00:50.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: +0000 2021-07-09T17:00:50.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 2021-07-09T17:00:50.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:00:50.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: ( 2021-07-09T17:00:50.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: mgr 2021-07-09T17:00:50.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: . 2021-07-09T17:00:50.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 14162 2021-07-09T17:00:50.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: ) 2021-07-09T17:00:50.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 213 2021-07-09T17:00:50.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: : 2021-07-09T17:00:50.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: cluster 2021-07-09T17:00:50.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 2021-07-09T17:00:50.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: [DBG] 2021-07-09T17:00:50.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 2021-07-09T17:00:50.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: pgmap v176: 97 pgs: 97 active+clean; 206 MiB data, 1.1 GiB used, 357 GiB / 358 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 935 op/s 2021-07-09T17:00:50.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:49 smithi184 conmon[26177]: 2021-07-09T17:00:50.960 INFO:teuthology.orchestra.run.smithi184.stdout: 5 35896 24.08 MB/sec warmup 44 sec latency 38.400 ms 2021-07-09T17:00:51.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:50 smithi184 conmon[26177]: audit 2021-07-09T17:00:50.332115+0000 mon.smithi184 (mon.0) 400 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:00:51.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:50 smithi184 conmon[26177]: audit 2021-07-09T17:00:50.333236+0000 mon.smithi184 (mon.0) 401 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:00:51.958 INFO:teuthology.orchestra.run.smithi184.stdout: 5 36305 23.65 MB/sec warmup 45 sec latency 44.467 ms 2021-07-09T17:00:52.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:51 smithi184 conmon[26177]: cluster 2021-07-09T17:00:52.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:51 smithi184 conmon[26177]: 2021-07-09T17 2021-07-09T17:00:52.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:51 smithi184 conmon[26177]: :00:50.310404+0000 mgr.smithi184.rkuohv (mgr.14162) 214 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 206 MiB data, 1.1 GiB used, 357 GiB / 358 GiB avail; 17 KiB/s rd, 9.1 MiB/s wr, 709 op/s 2021-07-09T17:00:52.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 36944 23.41 MB/sec warmup 46 sec latency 32.778 ms 2021-07-09T17:00:53.958 INFO:teuthology.orchestra.run.smithi184.stdout: 5 37819 23.37 MB/sec warmup 47 sec latency 17.356 ms 2021-07-09T17:00:54.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:53 smithi184 conmon[26177]: cluster 2021-07-09T17:00:52.310976+0000 mgr.smithi184.rkuohv (mgr.14162) 215 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 211 MiB data, 1.2 GiB used, 356 GiB / 358 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 875 op/s 2021-07-09T17:00:54.957 INFO:teuthology.orchestra.run.smithi184.stdout: 5 38772 23.59 MB/sec warmup 48 sec latency 28.452 ms 2021-07-09T17:00:55.959 INFO:teuthology.orchestra.run.smithi184.stdout: 5 39502 23.59 MB/sec warmup 49 sec latency 29.801 ms 2021-07-09T17:00:56.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:55 smithi184 conmon[26177]: cluster 2021-07-09T17:00:54.317421+0000 mgr.smithi184.rkuohv 2021-07-09T17:00:56.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:55 smithi184 conmon[26177]: (mgr.14162) 216 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 215 MiB data, 1.2 GiB used, 356 GiB / 358 GiB avail; 16 KiB/s rd, 8.6 MiB/s wr, 669 op/s 2021-07-09T17:00:56.508 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:00:56.961 INFO:teuthology.orchestra.run.smithi184.stdout: 5 39897 23.26 MB/sec warmup 50 sec latency 60.986 ms 2021-07-09T17:00:57.044 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:00:57.044 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (3m) 29s ago 4m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:00:57.044 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (4m) 29s ago 4m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:00:57.045 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (3m) 29s ago 4m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:00:57.045 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (91s) 29s ago 91s 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:00:57.045 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (88s) 29s ago 87s 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:00:57.045 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (5m) 29s ago 5m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:00:57.046 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (5m) 29s ago 6m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:00:57.046 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (71s) 29s ago 70s 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:00:57.046 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (4m) 29s ago 4m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:00:57.046 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (3m) 29s ago 3m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:00:57.046 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (3m) 29s ago 3m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:00:57.047 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (3m) 29s ago 3m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:00:57.047 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (2m) 29s ago 2m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:00:57.047 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (4m) 29s ago 3m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:00:57.638 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:00:57.638 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:00:57.638 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:00:57.639 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:00:57.639 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:00:57.639 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:00:57.639 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:00:57.639 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:00:57.640 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:00:57.640 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:00:57.641 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:00:57.641 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:00:57.641 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:00:57.641 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:00:57.642 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:00:57.642 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:00:57.642 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:00:57.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 40411 22.98 MB/sec warmup 51 sec latency 37.378 ms 2021-07-09T17:00:57.992 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: cluster 2021-07-09T17:00:57.993 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: 2021-07-09T17:00:57.993 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: 2021 2021-07-09T17:00:57.993 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: - 2021-07-09T17:00:57.994 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: 07 2021-07-09T17:00:58.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: - 2021-07-09T17:00:58.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: 09 2021-07-09T17:00:58.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: T17:00:56.317828+0000 mgr.smithi184.rkuohv (mgr.14162) 217 : cluster [DBG] 2021-07-09T17:00:58.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: pgmap v180: 97 pgs: 97 active+clean; 215 MiB data, 1.2 GiB used, 356 GiB / 358 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 673 op/s 2021-07-09T17:00:58.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: audit 2021-07-09T17:00:58.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: 2021-07-09T17:00:56.474660+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:00:58.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: ) 218 : audit [DBG] from='client.14312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:00:58.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: audit 2021-07-09T17:00:58.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: 2021-07-09T17 2021-07-09T17:00:58.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: :00:57.033760+0000 mgr.smithi184.rkuohv (mgr.14162) 219 : audit [DBG] from='client.14314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:00:58.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: audit 2021-07- 2021-07-09T17:00:58.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: 09T17:00:57.634731+0000 mon.smithi184 (mon.0) 2021-07-09T17:00:58.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:57 smithi184 conmon[26177]: 402 : audit [DBG] from='client.? 172.21.15.184:0/749139803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:00:58.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 41015 22.78 MB/sec warmup 52 sec latency 20.832 ms 2021-07-09T17:00:59.961 INFO:teuthology.orchestra.run.smithi184.stdout: 5 41662 22.68 MB/sec warmup 53 sec latency 33.667 ms 2021-07-09T17:01:00.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: cluster 2021-07-09T17:01:00.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: 2021-07-09T17:01:00.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: 2021 2021-07-09T17:01:00.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: - 2021-07-09T17:01:00.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: 07 2021-07-09T17:01:00.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: - 2021-07-09T17:01:00.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: 09 2021-07-09T17:01:00.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: T 2021-07-09T17:01:00.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: 17:00:58. 2021-07-09T17:01:00.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:00:59 smithi184 conmon[26177]: 318494+0000 mgr.smithi184.rkuohv (mgr.14162) 220 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 225 MiB data, 1.2 GiB used, 356 GiB / 358 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 847 op/s 2021-07-09T17:01:00.961 INFO:teuthology.orchestra.run.smithi184.stdout: 5 42407 22.77 MB/sec warmup 54 sec latency 26.693 ms 2021-07-09T17:01:01.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 43004 22.74 MB/sec warmup 55 sec latency 32.536 ms 2021-07-09T17:01:02.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:01 smithi184 conmon[26177]: cluster 2021-07-09T17:01:02.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:01 smithi184 conmon[26177]: 2021-07-09T17: 2021-07-09T17:01:02.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:01 smithi184 conmon[26177]: 01:00.318952+0000 mgr.smithi184.rkuohv (mgr.14162) 221 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 225 MiB data, 1.2 GiB used, 356 GiB / 358 GiB avail; 17 KiB/s rd, 8.5 MiB/s wr, 653 op/s 2021-07-09T17:01:02.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 43645 22.51 MB/sec warmup 56 sec latency 25.475 ms 2021-07-09T17:01:03.961 INFO:teuthology.orchestra.run.smithi184.stdout: 5 44671 22.56 MB/sec warmup 57 sec latency 22.554 ms 2021-07-09T17:01:04.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:03 smithi184 conmon[26177]: cluster 2021-07-09T17:01:04.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:03 smithi184 conmon[26177]: 2021-07-09T17:01:02.319503 2021-07-09T17:01:04.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:03 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 222 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 233 MiB data, 1.3 GiB used, 356 GiB / 358 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 878 op/s 2021-07-09T17:01:04.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 45890 22.83 MB/sec warmup 58 sec latency 12.960 ms 2021-07-09T17:01:05.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 46722 22.88 MB/sec warmup 59 sec latency 27.754 ms 2021-07-09T17:01:06.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:05 smithi184 conmon[26177]: cluster 2021-07-09T17:01:04.319971+0000 mgr.smithi184.rkuohv (mgr.14162) 223 : 2021-07-09T17:01:06.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:05 smithi184 conmon[26177]: cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 242 MiB data, 1.3 GiB used, 356 GiB / 358 GiB avail; 17 KiB/s rd, 9.0 MiB/s wr, 816 op/s 2021-07-09T17:01:06.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 47500 22.72 MB/sec warmup 60 sec latency 33.682 ms 2021-07-09T17:01:07.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 48512 22.74 MB/sec warmup 61 sec latency 34.336 ms 2021-07-09T17:01:08.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:07 smithi184 conmon[26177]: cluster 2021-07-09T17:01:06.320427+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:01:08.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:07 smithi184 conmon[26177]: 224 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 241 MiB data, 1.4 GiB used, 356 GiB / 358 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 759 op/s 2021-07-09T17:01:08.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 49653 23.04 MB/sec warmup 62 sec latency 25.660 ms 2021-07-09T17:01:09.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 50418 22.95 MB/sec warmup 63 sec latency 34.299 ms 2021-07-09T17:01:10.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:09 smithi184 conmon[26177]: cluster 2021-07-09T17:01:08.320956+0000 mgr.smithi184.rkuohv 2021-07-09T17:01:10.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:09 smithi184 conmon[26177]: (mgr.14162) 225 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 243 MiB data, 1.4 GiB used, 356 GiB / 358 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 833 op/s 2021-07-09T17:01:10.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 51069 22.81 MB/sec warmup 64 sec latency 28.519 ms 2021-07-09T17:01:11.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 51852 22.77 MB/sec warmup 65 sec latency 33.474 ms 2021-07-09T17:01:12.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:12 smithi184 conmon[26177]: cluster 2021-07-09T17:01:10.321367+0000 2021-07-09T17:01:12.440 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:12 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 226 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 251 MiB data, 1.4 GiB used, 356 GiB / 358 GiB avail; 17 KiB/s rd, 9.0 MiB/s wr, 716 op/s 2021-07-09T17:01:12.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 52833 22.89 MB/sec warmup 66 sec latency 36.773 ms 2021-07-09T17:01:13.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 53780 22.98 MB/sec warmup 67 sec latency 26.973 ms 2021-07-09T17:01:14.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:14 smithi184 conmon[26177]: cluster 2021-07-09T17:01:12.322073+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:01:14.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:14 smithi184 conmon[26177]: 14162) 227 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 261 MiB data, 1.5 GiB used, 356 GiB / 358 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 1.11k op/s 2021-07-09T17:01:14.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 54680 22.88 MB/sec warmup 68 sec latency 22.039 ms 2021-07-09T17:01:15.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 55687 22.93 MB/sec warmup 69 sec latency 30.246 ms 2021-07-09T17:01:16.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:16 smithi184 conmon[26177]: cluster 2021-07-09T17:01:14.322698+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:01:16.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:16 smithi184 conmon[26177]: .14162) 228 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 261 MiB data, 1.5 GiB used, 356 GiB / 358 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 893 op/s 2021-07-09T17:01:16.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 56630 23.04 MB/sec warmup 70 sec latency 46.186 ms 2021-07-09T17:01:17.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 57392 23.05 MB/sec warmup 71 sec latency 33.854 ms 2021-07-09T17:01:18.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: cluster 2021-07-09T17:01:16.323266+0000 2021-07-09T17:01:18.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 229 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 264 MiB data, 1.5 GiB used, 356 GiB / 358 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 815 op/s 2021-07-09T17:01:18.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: audit 2021-07-09T17:01:17.761879+0000 mon.smithi184 (mon.0) 403 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:01:18.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: audit 2021-07-09T17:01:17.763552+0000 mon.smithi184 2021-07-09T17:01:18.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: (mon.0) 404 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:01:18.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: audit 2021- 2021-07-09T17:01:18.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: 07-09T17:01:17.772059+0000 mon.smithi184 2021-07-09T17:01:18.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: (mon.0) 405 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:01:18.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: audit 2021- 2021-07-09T17:01:18.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: 07-09T17:01:17.773137+0000 mon.smithi184 2021-07-09T17:01:18.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:18 smithi184 conmon[26177]: (mon.0) 406 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:01:18.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 57918 22.87 MB/sec warmup 72 sec latency 50.327 ms 2021-07-09T17:01:19.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:19 smithi184 conmon[26177]: cephadm 2021-07-09T17:01:17.762504+0000 mgr.smithi184.rkuohv (mgr.14162) 230 : cephadm [INF] Upgrade: Target is version 17.0.0-5876-g732af046 (unknown) 2021-07-09T17:01:19.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:19 smithi184 conmon[26177]: cephadm 2021-07-09T17:01:17.762592+0000 mgr.smithi184.rkuohv (mgr.14162) 231 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:96f9b07b992d1957cb314696d5442cb864109b5b2a5afd3a17e55dd3fecb6ce4, digests ['quay.ceph.io/ceph-ci/ceph@sha256:96f9b07b992d1957cb314696d5442cb864109b5b2a5afd3a17e55dd3fecb6ce4'] 2021-07-09T17:01:19.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:19 smithi184 conmon[26177]: cephadm 2021-07-09T17:01:17.764917+0000 mgr.smithi184.rkuohv (mgr.14162) 232 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi184.rkuohv) 2021-07-09T17:01:19.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:19 smithi184 conmon[26177]: cephadm 2021-07-09T17:01:17.766894+0000 mgr.smithi184.rkuohv (mgr.14162) 233 : cephadm [ERR] Upgrade: Paused due to UPGRADE_NO_STANDBY_MGR: Upgrade: Need standby mgr daemon 2021-07-09T17:01:19.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:19 smithi184 conmon[26177]: cluster 2021-07-09T17:01:17.772920+0000 mgr.smithi184.rkuohv (mgr.14162) 234 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 273 MiB data, 1.6 GiB used, 356 GiB / 358 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.10k op/s 2021-07-09T17:01:19.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:19 smithi184 conmon[26177]: cluster 2021-07-09T17:01:18.769994+0000 mon.smithi184 (mon.0) 407 : cluster [WRN] Health check failed: Upgrade: Need standby mgr daemon (UPGRADE_NO_STANDBY_MGR) 2021-07-09T17:01:19.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 58594 22.76 MB/sec warmup 73 sec latency 26.313 ms 2021-07-09T17:01:20.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 59568 22.80 MB/sec warmup 74 sec latency 31.940 ms 2021-07-09T17:01:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: cluster 2021-07-09T17:01:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 2021-07-09T17:01:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 2021 2021-07-09T17:01:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: - 2021-07-09T17:01:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 07 2021-07-09T17:01:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: - 2021-07-09T17:01:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 09 2021-07-09T17:01:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: T 2021-07-09T17:01:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 17 2021-07-09T17:01:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: : 2021-07-09T17:01:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 01 2021-07-09T17:01:21.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: : 2021-07-09T17:01:21.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 19 2021-07-09T17:01:21.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: . 2021-07-09T17:01:21.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 773375 2021-07-09T17:01:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: +0000 2021-07-09T17:01:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 2021-07-09T17:01:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:01:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: ( 2021-07-09T17:01:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: mgr 2021-07-09T17:01:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: . 2021-07-09T17:01:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 14162 2021-07-09T17:01:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: ) 2021-07-09T17:01:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: 235 2021-07-09T17:01:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: : 2021-07-09T17:01:21.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: cluster 2021-07-09T17:01:21.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:21 smithi184 conmon[26177]: [DBG] pgmap v192: 97 pgs: 97 active+clean; 272 MiB data, 1.6 GiB used, 356 GiB / 358 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.02k op/s 2021-07-09T17:01:21.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 60406 22.90 MB/sec warmup 75 sec latency 20.988 ms 2021-07-09T17:01:22.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 60956 22.80 MB/sec warmup 76 sec latency 27.393 ms 2021-07-09T17:01:23.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:23 smithi184 conmon[26177]: cluster 2021-07-09T17:01:21.773899+0000 mgr.smithi184.rkuohv (mgr.14162) 236 : cluster [DBG] 2021-07-09T17:01:23.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:23 smithi184 conmon[26177]: pgmap v193: 97 pgs: 97 active+clean; 280 MiB data, 1.7 GiB used, 356 GiB / 358 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.08k op/s 2021-07-09T17:01:23.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 61530 22.64 MB/sec warmup 77 sec latency 49.861 ms 2021-07-09T17:01:24.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 62301 22.58 MB/sec warmup 78 sec latency 34.286 ms 2021-07-09T17:01:25.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:25 smithi184 conmon[26177]: cluster 2021-07-09T17:01:23.774326+0000 mgr.smithi184.rkuohv (mgr.14162) 237 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 280 MiB data, 1.7 GiB used, 356 GiB / 358 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 696 op/s 2021-07-09T17:01:25.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:25 smithi184 conmon[26177]: audit 2021-07-09T17:01:24.184892+0000 mon.smithi184 (mon.0) 408 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:01:25.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:25 smithi184 conmon[26177]: audit 2021-07-09T17:01:24.189039+0000 mon.smithi184 (mon.0) 409 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:01:25.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 63380 22.71 MB/sec warmup 79 sec latency 18.364 ms 2021-07-09T17:01:26.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 64244 22.75 MB/sec warmup 80 sec latency 25.136 ms 2021-07-09T17:01:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:27 smithi184 conmon[26177]: cluster 2021-07-09T17:01:25.774866+0000 2021-07-09T17:01:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:27 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 238 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 284 MiB data, 1.7 GiB used, 356 GiB / 358 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 791 op/s 2021-07-09T17:01:27.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 64679 22.63 MB/sec warmup 81 sec latency 61.296 ms 2021-07-09T17:01:28.161 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:01:28.603 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:01:28.603 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (4m) 4s ago 5m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:01:28.604 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (5m) 4s ago 5m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:01:28.604 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (4m) 4s ago 4m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:01:28.604 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (2m) 4s ago 2m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:01:28.604 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (119s) 4s ago 119s 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:01:28.608 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (6m) 4s ago 6m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:01:28.609 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (6m) 4s ago 6m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:01:28.609 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (102s) 4s ago 102s 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:01:28.609 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (4m) 4s ago 4m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:01:28.609 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (4m) 4s ago 4m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:01:28.610 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (4m) 4s ago 3m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:01:28.610 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (3m) 4s ago 3m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:01:28.610 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (3m) 4s ago 3m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:01:28.620 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (4m) 4s ago 4m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:01:28.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 65181 22.43 MB/sec warmup 82 sec latency 29.723 ms 2021-07-09T17:01:29.119 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:01:29.119 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:01:29.119 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:01:29.119 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:01:29.120 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:01:29.120 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:01:29.120 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:01:29.126 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:01:29.126 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:01:29.126 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:01:29.127 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:01:29.127 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:01:29.127 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:01:29.127 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:01:29.128 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:01:29.128 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:01:29.129 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:01:29.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:29 smithi184 conmon[26177]: cluster 2021-07-09T17:01:27.775478+0000 mgr.smithi184.rkuohv 2021-07-09T17:01:29.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:29 smithi184 conmon[26177]: (mgr.14162) 239 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 295 MiB data, 1.8 GiB used, 356 GiB / 358 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.01k op/s 2021-07-09T17:01:29.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:29 smithi184 conmon[26177]: audit 2021-07-09T17:01:28.141070+0000 mgr.smithi184.rkuohv (mgr.14162) 240 : audit [DBG] from='client.14318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:01:29.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:29 smithi184 conmon[26177]: audit 2021-07-09T17:01:29.118037+0000 mon.smithi184 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.184:0/3851213002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:01:29.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 65915 22.40 MB/sec warmup 83 sec latency 32.539 ms 2021-07-09T17:01:30.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: audit 2021-07-09T17:01:30.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 2021-07-09T17:01:30.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 2021 2021-07-09T17:01:30.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: - 2021-07-09T17:01:30.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 07 2021-07-09T17:01:30.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: - 2021-07-09T17:01:30.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 09 2021-07-09T17:01:30.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: T 2021-07-09T17:01:30.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 17 2021-07-09T17:01:30.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: : 2021-07-09T17:01:30.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 01 2021-07-09T17:01:30.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: : 2021-07-09T17:01:30.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 28 2021-07-09T17:01:30.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: . 2021-07-09T17:01:30.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 589937 2021-07-09T17:01:30.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: +0000 2021-07-09T17:01:30.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 2021-07-09T17:01:30.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:01:30.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: ( 2021-07-09T17:01:30.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: mgr 2021-07-09T17:01:30.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: . 2021-07-09T17:01:30.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 14162 2021-07-09T17:01:30.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: ) 2021-07-09T17:01:30.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:30 smithi184 conmon[26177]: 241 : audit [DBG] from='client.14320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:01:30.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 66933 22.49 MB/sec warmup 84 sec latency 18.359 ms 2021-07-09T17:01:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:31 smithi184 conmon[26177]: cluster 2021-07-09T17:01:29.775919+0000 2021-07-09T17:01:31.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:31 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 242 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 295 MiB data, 1.8 GiB used, 356 GiB / 358 GiB avail; 19 KiB/s rd, 9.3 MiB/s wr, 717 op/s 2021-07-09T17:01:31.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 67619 22.51 MB/sec warmup 85 sec latency 28.815 ms 2021-07-09T17:01:32.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 68115 22.39 MB/sec warmup 86 sec latency 50.536 ms 2021-07-09T17:01:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:33 smithi184 conmon[26177]: cluster 2021-07-09T17:01:31.776483+0000 mgr.smithi184.rkuohv 2021-07-09T17:01:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:33 smithi184 conmon[26177]: (mgr.14162) 243 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 300 MiB data, 1.8 GiB used, 356 GiB / 358 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 870 op/s 2021-07-09T17:01:33.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 68863 22.27 MB/sec warmup 87 sec latency 30.330 ms 2021-07-09T17:01:34.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 69749 22.32 MB/sec warmup 88 sec latency 24.304 ms 2021-07-09T17:01:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:35 smithi184 conmon[26177]: cluster 2021-07-09T17:01:33.781245+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:01:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:35 smithi184 conmon[26177]: mgr.14162) 244 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 307 MiB data, 1.8 GiB used, 356 GiB / 358 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 810 op/s 2021-07-09T17:01:35.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 70571 22.33 MB/sec warmup 89 sec latency 42.160 ms 2021-07-09T17:01:36.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 71263 22.33 MB/sec warmup 90 sec latency 35.051 ms 2021-07-09T17:01:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:37 smithi184 conmon[26177]: cluster 2021-07-09T17:01:35.781620+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:01:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:37 smithi184 conmon[26177]: 245 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 309 MiB data, 1.8 GiB used, 356 GiB / 358 GiB avail; 18 KiB/s rd, 9.4 MiB/s wr, 831 op/s 2021-07-09T17:01:37.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 71762 22.24 MB/sec warmup 91 sec latency 39.289 ms 2021-07-09T17:01:38.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 72247 22.07 MB/sec warmup 92 sec latency 63.971 ms 2021-07-09T17:01:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:39 smithi184 conmon[26177]: cluster 2021-07-09T17:01:37.782249+0000 mgr.smithi184.rkuohv (mgr.14162) 246 : cluster [DBG] 2021-07-09T17:01:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:39 smithi184 conmon[26177]: pgmap v201: 97 pgs: 97 active+clean; 316 MiB data, 1.9 GiB used, 356 GiB / 358 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 962 op/s 2021-07-09T17:01:39.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 73021 22.05 MB/sec warmup 93 sec latency 37.036 ms 2021-07-09T17:01:40.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:40 smithi184 conmon[26177]: cluster 2021-07-09T17:01:39.782814+0000 mgr.smithi184.rkuohv (mgr.14162) 247 : cluster [DBG] 2021-07-09T17:01:40.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:40 smithi184 conmon[26177]: pgmap v202: 97 pgs: 97 active+clean; 318 MiB data, 1.9 GiB used, 356 GiB / 358 GiB avail; 18 KiB/s rd, 8.7 MiB/s wr, 686 op/s 2021-07-09T17:01:40.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 73740 22.02 MB/sec warmup 94 sec latency 160.684 ms 2021-07-09T17:01:41.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 74425 22.04 MB/sec warmup 95 sec latency 32.004 ms 2021-07-09T17:01:42.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 74985 21.97 MB/sec warmup 96 sec latency 45.981 ms 2021-07-09T17:01:43.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:42 smithi184 conmon[26177]: cluster 2021-07-09T17:01:41.783360+0000 mgr.smithi184.rkuohv (mgr.14162) 248 : cluster [DBG] 2021-07-09T17:01:43.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:42 smithi184 conmon[26177]: pgmap v203: 97 pgs: 97 active+clean; 319 MiB data, 2.0 GiB used, 356 GiB / 358 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 875 op/s 2021-07-09T17:01:43.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 75537 21.90 MB/sec warmup 97 sec latency 44.460 ms 2021-07-09T17:01:44.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 76164 21.78 MB/sec warmup 98 sec latency 53.084 ms 2021-07-09T17:01:45.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:44 smithi184 conmon[26177]: cluster 2021-07-09T17:01:45.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:44 smithi184 conmon[26177]: 2021-07-09T17:01 2021-07-09T17:01:45.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:44 smithi184 conmon[26177]: :43.785721+0000 mgr.smithi184.rkuohv (mgr.14162) 249 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 320 MiB data, 2.0 GiB used, 356 GiB / 358 GiB avail; 12 KiB/s rd, 9.4 MiB/s wr, 832 op/s 2021-07-09T17:01:45.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 76954 21.82 MB/sec warmup 99 sec latency 22.550 ms 2021-07-09T17:01:46.963 INFO:teuthology.orchestra.run.smithi184.stdout: 5 77681 21.79 MB/sec warmup 100 sec latency 31.729 ms 2021-07-09T17:01:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:46 smithi184 conmon[26177]: cluster 2021-07-09T17:01:45.786123+0000 mgr.smithi184.rkuohv (mgr.14162) 250 : 2021-07-09T17:01:47.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:46 smithi184 conmon[26177]: cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 322 MiB data, 2.0 GiB used, 356 GiB / 358 GiB avail; 17 KiB/s rd, 7.9 MiB/s wr, 687 op/s 2021-07-09T17:01:47.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 78238 21.76 MB/sec warmup 101 sec latency 45.614 ms 2021-07-09T17:01:48.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 78709 21.66 MB/sec warmup 102 sec latency 50.377 ms 2021-07-09T17:01:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:48 smithi184 conmon[26177]: cluster 2021-07-09T17:01:47.787048+0000 mgr.smithi184.rkuohv (mgr.14162) 251 : cluster 2021-07-09T17:01:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:48 smithi184 conmon[26177]: [DBG] pgmap v206: 97 pgs: 97 active+clean; 326 MiB data, 2.0 GiB used, 356 GiB / 358 GiB avail; 10 KiB/s rd, 11 MiB/s wr, 876 op/s 2021-07-09T17:01:49.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 79206 21.55 MB/sec warmup 103 sec latency 51.261 ms 2021-07-09T17:01:50.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 79747 21.45 MB/sec warmup 104 sec latency 42.509 ms 2021-07-09T17:01:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:50 smithi184 conmon[26177]: cluster 2021-07-09T17:01:49.787528+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:01:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:50 smithi184 conmon[26177]: .14162) 252 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 326 MiB data, 2.1 GiB used, 356 GiB / 358 GiB avail; 15 KiB/s rd, 7.9 MiB/s wr, 746 op/s 2021-07-09T17:01:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:50 smithi184 conmon[26177]: audit 2021-07-09T17:01:50.346293+0000 mon.smithi184 (mon.0) 411 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:01:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:50 smithi184 conmon[26177]: audit 2021-07-09T17:01:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:50 smithi184 conmon[26177]: 2021-07-09T17:01:50.346520+0000 mon.smithi184 (mon.0) 412 2021-07-09T17:01:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:50 smithi184 conmon[26177]: : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:01:51.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 80394 21.44 MB/sec warmup 105 sec latency 23.005 ms 2021-07-09T17:01:52.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 81307 21.47 MB/sec warmup 106 sec latency 29.586 ms 2021-07-09T17:01:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:52 smithi184 conmon[26177]: cluster 2021-07-09T17:01:51.788048+0000 mgr.smithi184.rkuohv 2021-07-09T17:01:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:52 smithi184 conmon[26177]: (mgr.14162) 253 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 356 GiB / 358 GiB avail; 9.8 KiB/s rd, 8.8 MiB/s wr, 820 op/s 2021-07-09T17:01:53.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 82058 21.50 MB/sec warmup 107 sec latency 39.428 ms 2021-07-09T17:01:54.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 82754 21.45 MB/sec warmup 108 sec latency 41.934 ms 2021-07-09T17:01:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:54 smithi184 conmon[26177]: cluster 2021-07-09T17:01:53.788530+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:01:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:54 smithi184 conmon[26177]: .14162) 254 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 313 MiB data, 2.1 GiB used, 356 GiB / 358 GiB avail; 9.7 KiB/s rd, 8.2 MiB/s wr, 650 op/s 2021-07-09T17:01:55.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 83325 21.34 MB/sec warmup 109 sec latency 40.170 ms 2021-07-09T17:01:56.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 83999 21.35 MB/sec warmup 110 sec latency 23.305 ms 2021-07-09T17:01:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:56 smithi184 conmon[26177]: cluster 2021-07-09T17:01:57.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:56 smithi184 conmon[26177]: 2021-07-09T17:01:57.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:56 smithi184 conmon[26177]: 2021 2021-07-09T17:01:57.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:56 smithi184 conmon[26177]: -07-09T17:01:55.788970 2021-07-09T17:01:57.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:56 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 255 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 355 GiB / 358 GiB avail; 15 KiB/s rd, 8.0 MiB/s wr, 724 op/s 2021-07-09T17:01:57.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 84710 21.33 MB/sec warmup 111 sec latency 39.190 ms 2021-07-09T17:01:58.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 85198 21.30 MB/sec warmup 112 sec latency 40.206 ms 2021-07-09T17:01:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:58 smithi184 conmon[26177]: cluster 2021-07-09T17:01:57.790343+0000 2021-07-09T17:01:59.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:01:58 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 256 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 309 MiB data, 2.1 GiB used, 356 GiB / 358 GiB avail; 9.9 KiB/s rd, 11 MiB/s wr, 929 op/s 2021-07-09T17:01:59.603 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:01:59.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 85620 21.20 MB/sec warmup 113 sec latency 63.756 ms 2021-07-09T17:02:00.074 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:02:00.075 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (4m) 35s ago 5m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:02:00.075 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (5m) 35s ago 5m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:02:00.075 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (4m) 35s ago 5m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:02:00.075 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (2m) 35s ago 2m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:02:00.076 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (2m) 35s ago 2m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:02:00.076 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (7m) 35s ago 6m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:02:00.076 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (7m) 35s ago 7m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:02:00.076 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (2m) 35s ago 2m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:02:00.076 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (5m) 35s ago 5m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:02:00.077 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (4m) 35s ago 4m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:02:00.077 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (4m) 35s ago 4m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:02:00.077 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (4m) 35s ago 4m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:02:00.077 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:02:00.078 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (5m) 35s ago 5m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:02:00.644 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:02:00.645 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:02:00.646 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:02:00.647 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:02:00.647 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:02:00.647 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:02:00.647 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:02:00.648 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:02:00.648 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:02:00.648 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:02:00.648 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:02:00.649 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:02:00.649 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:02:00.649 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:02:00.649 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:02:00.649 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:02:00.650 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:02:00.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 86297 21.16 MB/sec warmup 114 sec latency 61.314 ms 2021-07-09T17:02:01.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:00 smithi184 conmon[26177]: audit 2021-07-09T17:01:59.582264+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:02:01.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:00 smithi184 conmon[26177]: 14162) 257 : audit [DBG] from='client.14324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:02:01.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:00 smithi184 conmon[26177]: cluster 2021-07-09T17:01:59.790877+0000 mgr.smithi184.rkuohv (mgr.14162) 258 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 308 MiB data, 2.1 GiB used, 355 GiB / 358 GiB avail; 14 KiB/s rd, 7.8 MiB/s wr, 687 op/s 2021-07-09T17:02:01.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:00 smithi184 conmon[26177]: audit 2021-07-09T17:02 2021-07-09T17:02:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:00 smithi184 conmon[26177]: :00.064322+0000 mgr.smithi184.rkuohv (mgr.14162) 259 : 2021-07-09T17:02:01.484 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:00 smithi184 conmon[26177]: audit [DBG] from='client.14326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:02:01.485 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:00 smithi184 conmon[26177]: audit 2021-07-09 2021-07-09T17:02:01.485 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:00 smithi184 conmon[26177]: T17:02:00.638798+0000 mon.smithi184 (mon 2021-07-09T17:02:01.486 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:00 smithi184 conmon[26177]: .0) 413 : audit [DBG] from='client.? 172.21.15.184:0/3941370024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:02:01.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 87004 21.08 MB/sec warmup 115 sec latency 43.452 ms 2021-07-09T17:02:02.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 87654 21.08 MB/sec warmup 116 sec latency 21.335 ms 2021-07-09T17:02:03.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:02 smithi184 conmon[26177]: cluster 2021-07-09T17:02:01.791444+0000 mgr.smithi184.rkuohv (mgr.14162) 260 : 2021-07-09T17:02:03.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:02 smithi184 conmon[26177]: cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 312 MiB data, 2.2 GiB used, 355 GiB / 358 GiB avail; 9.3 KiB/s rd, 9.2 MiB/s wr, 758 op/s 2021-07-09T17:02:03.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 88323 21.07 MB/sec warmup 117 sec latency 51.971 ms 2021-07-09T17:02:04.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 88984 21.06 MB/sec warmup 118 sec latency 36.457 ms 2021-07-09T17:02:05.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:04 smithi184 conmon[26177]: cluster 2021-07-09T17:02:03.791936+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:02:05.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:04 smithi184 conmon[26177]: 261 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 311 MiB data, 2.2 GiB used, 355 GiB / 358 GiB avail; 9.2 KiB/s rd, 8.7 MiB/s wr, 664 op/s 2021-07-09T17:02:05.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 89489 21.00 MB/sec warmup 119 sec latency 34.889 ms 2021-07-09T17:02:07.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:06 smithi184 conmon[26177]: cluster 2021-07-09T17:02:05.792434+0000 mgr.smithi184.rkuohv 2021-07-09T17:02:07.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:06 smithi184 conmon[26177]: (mgr.14162) 262 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 320 MiB data, 2.2 GiB used, 355 GiB / 358 GiB avail; 14 KiB/s rd, 8.9 MiB/s wr, 817 op/s 2021-07-09T17:02:07.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 91024 23.71 MB/sec execute 1 sec latency 39.407 ms 2021-07-09T17:02:08.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 91888 23.80 MB/sec execute 2 sec latency 17.363 ms 2021-07-09T17:02:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:08 smithi184 conmon[26177]: cluster 2021-07-09T17:02:07.793062+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:02:09.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:08 smithi184 conmon[26177]: mgr.14162) 263 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 320 MiB data, 2.2 GiB used, 355 GiB / 358 GiB avail; 9.4 KiB/s rd, 11 MiB/s wr, 835 op/s 2021-07-09T17:02:09.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 92536 22.38 MB/sec execute 3 sec latency 31.341 ms 2021-07-09T17:02:10.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 92964 20.17 MB/sec execute 4 sec latency 47.781 ms 2021-07-09T17:02:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:11 smithi184 conmon[26177]: cluster 2021-07-09T17:02:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:11 smithi184 conmon[26177]: 2021-07-09T17: 2021-07-09T17:02:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:11 smithi184 conmon[26177]: 02:09.793573+0000 mgr.smithi184.rkuohv (mgr.14162) 264 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 355 GiB / 358 GiB avail; 15 KiB/s rd, 7.9 MiB/s wr, 629 op/s 2021-07-09T17:02:11.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 93429 17.93 MB/sec execute 5 sec latency 24.630 ms 2021-07-09T17:02:12.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 94016 16.53 MB/sec execute 6 sec latency 47.611 ms 2021-07-09T17:02:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:13 smithi184 conmon[26177]: cluster 2021-07-09T17:02:11.794071+0000 mgr.smithi184.rkuohv 2021-07-09T17:02:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:13 smithi184 conmon[26177]: (mgr.14162) 265 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 9.9 MiB/s wr, 823 op/s 2021-07-09T17:02:13.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 94707 17.51 MB/sec execute 7 sec latency 20.294 ms 2021-07-09T17:02:14.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 95410 17.88 MB/sec execute 8 sec latency 33.275 ms 2021-07-09T17:02:15.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:15 smithi184 conmon[26177]: cluster 2021-07-09T17:02:15.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:15 smithi184 conmon[26177]: 2021-07-09T17:02:15.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:15 smithi184 conmon[26177]: 2021 2021-07-09T17:02:15.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:15 smithi184 conmon[26177]: -07-09T17:02:13.794517+0000 2021-07-09T17:02:15.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:15 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 266 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 9.0 MiB/s wr, 716 op/s 2021-07-09T17:02:15.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 95907 17.69 MB/sec execute 9 sec latency 33.869 ms 2021-07-09T17:02:16.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 96445 17.40 MB/sec execute 10 sec latency 43.316 ms 2021-07-09T17:02:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:17 smithi184 conmon[26177]: cluster 2021-07-09T17:02:15.794947+0000 mgr.smithi184.rkuohv (mgr.14162) 267 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 318 MiB data, 2.3 GiB used, 355 GiB / 358 GiB avail; 16 KiB/s rd, 8.4 MiB/s wr, 697 op/s 2021-07-09T17:02:17.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 97122 17.17 MB/sec execute 11 sec latency 45.270 ms 2021-07-09T17:02:18.964 INFO:teuthology.orchestra.run.smithi184.stdout: 5 97919 17.16 MB/sec execute 12 sec latency 34.651 ms 2021-07-09T17:02:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:19 smithi184 conmon[26177]: cluster 2021-07-09T17:02:17.795566+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:02:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:19 smithi184 conmon[26177]: 14162) 268 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 320 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 786 op/s 2021-07-09T17:02:19.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 98885 18.19 MB/sec execute 13 sec latency 15.626 ms 2021-07-09T17:02:20.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 99563 18.38 MB/sec execute 14 sec latency 37.654 ms 2021-07-09T17:02:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:21 smithi184 conmon[26177]: cluster 2021-07-09T17:02:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:21 smithi184 conmon[26177]: 2021-07-09T17:02 2021-07-09T17:02:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:21 smithi184 conmon[26177]: :19.796003+0000 mgr.smithi184.rkuohv (mgr.14162) 269 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 355 GiB / 358 GiB avail; 16 KiB/s rd, 7.7 MiB/s wr, 621 op/s 2021-07-09T17:02:21.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 100123 18.16 MB/sec execute 15 sec latency 39.550 ms 2021-07-09T17:02:22.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 100904 17.89 MB/sec execute 16 sec latency 32.782 ms 2021-07-09T17:02:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:23 smithi184 conmon[26177]: cluster 2021-07-09T17:02:21.796542+0000 2021-07-09T17:02:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:23 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 270 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 9.7 MiB/s wr, 811 op/s 2021-07-09T17:02:23.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 101633 18.27 MB/sec execute 17 sec latency 45.122 ms 2021-07-09T17:02:24.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 102425 18.45 MB/sec execute 18 sec latency 52.121 ms 2021-07-09T17:02:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:25 smithi184 conmon[26177]: cluster 2021-07-09T17:02:23.797005+0000 2021-07-09T17:02:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:25 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 271 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 328 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 644 op/s 2021-07-09T17:02:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:25 smithi184 conmon[26177]: audit 2021-07-09T17:02:24.194239+0000 mon.smithi184 (mon.0) 414 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:02:25.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:25 smithi184 conmon[26177]: audit 2021-07-09T17:02:24.627541+0000 mon.smithi184 (mon.0) 415 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:02:25.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 102978 18.48 MB/sec execute 19 sec latency 39.612 ms 2021-07-09T17:02:26.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 103470 18.19 MB/sec execute 20 sec latency 56.909 ms 2021-07-09T17:02:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:27 smithi184 conmon[26177]: cluster 2021-07-09T17:02:25.797432+0000 mgr.smithi184.rkuohv (mgr.14162) 272 : cluster 2021-07-09T17:02:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:27 smithi184 conmon[26177]: [DBG] pgmap v225: 97 pgs: 97 active+clean; 327 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 17 KiB/s rd, 8.2 MiB/s wr, 650 op/s 2021-07-09T17:02:27.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 103877 17.91 MB/sec execute 21 sec latency 64.207 ms 2021-07-09T17:02:28.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 104502 17.41 MB/sec execute 22 sec latency 37.061 ms 2021-07-09T17:02:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:29 smithi184 conmon[26177]: cluster 2021-07-09T17:02:27.798055+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:02:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:29 smithi184 conmon[26177]: .14162) 273 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 324 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 862 op/s 2021-07-09T17:02:29.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 105204 17.67 MB/sec execute 23 sec latency 33.864 ms 2021-07-09T17:02:30.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 106041 17.99 MB/sec execute 24 sec latency 21.770 ms 2021-07-09T17:02:31.170 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:02:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:31 smithi184 conmon[26177]: cluster 2021-07-09T17:02:29.798623+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:02:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:31 smithi184 conmon[26177]: 14162) 274 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 328 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 16 KiB/s rd, 8.5 MiB/s wr, 678 op/s 2021-07-09T17:02:31.612 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:02:31.612 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (5m) 67s ago 6m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:02:31.612 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:02:31.613 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (5m) 67s ago 5m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:02:31.613 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:02:31.613 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:02:31.613 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (7m) 67s ago 7m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:02:31.613 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (7m) 67s ago 7m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:02:31.614 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (2m) 67s ago 2m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:02:31.614 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (5m) 67s ago 5m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:02:31.614 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (5m) 67s ago 5m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:02:31.615 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (5m) 67s ago 5m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:02:31.615 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:02:31.615 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:02:31.615 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (5m) 67s ago 5m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:02:31.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 106575 17.90 MB/sec execute 25 sec latency 29.248 ms 2021-07-09T17:02:32.148 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:02:32.148 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:02:32.148 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:02:32.149 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:02:32.149 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:02:32.149 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:02:32.149 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:02:32.150 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:02:32.150 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:02:32.150 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:02:32.150 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:02:32.150 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:02:32.151 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:02:32.151 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:02:32.151 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:02:32.151 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:02:32.152 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:02:32.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: audit 2021-07-09T17:02:32.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: 2021-07-09T17:02:32.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: 2021 2021-07-09T17:02:32.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: - 2021-07-09T17:02:32.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: 07 2021-07-09T17:02:32.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: - 2021-07-09T17:02:32.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: 09 2021-07-09T17:02:32.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: T 2021-07-09T17:02:32.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: 17:02:31.146626+0000 2021-07-09T17:02:32.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:32 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 275 : audit [DBG] from='client.14330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:02:32.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 107184 17.83 MB/sec execute 26 sec latency 91.840 ms 2021-07-09T17:02:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: audit 2021-07-09T17:02:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: 2021-07-09T17:02:33.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: 2021 2021-07-09T17:02:33.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: - 2021-07-09T17:02:33.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: 07 2021-07-09T17:02:33.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: -09T17:02 2021-07-09T17:02:33.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: :31.603388+0000 mgr.smithi184.rkuohv (mgr.14162) 276 : audit [DBG] from='client.14332 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:02:33.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: cluster 2021- 2021-07-09T17:02:33.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: 07-09T17:02:31.799193+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:02:33.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: 14162) 277 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 749 op/s 2021-07-09T17:02:33.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: audit 2021 2021-07-09T17:02:33.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: -07-09T17:02:32.147300+0000 2021-07-09T17:02:33.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: mon.smithi184 (mon.0) 416 : audit [DBG] 2021-07-09T17:02:33.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:33 smithi184 conmon[26177]: from='client.? 172.21.15.184:0/109102745' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:02:33.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 107867 17.65 MB/sec execute 27 sec latency 100.209 ms 2021-07-09T17:02:34.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 108322 17.29 MB/sec execute 28 sec latency 127.534 ms 2021-07-09T17:02:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:35 smithi184 conmon[26177]: cluster 2021-07-09T17:02:33.799642+0000 2021-07-09T17:02:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:35 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 278 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 662 op/s 2021-07-09T17:02:35.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 108864 17.47 MB/sec execute 29 sec latency 43.887 ms 2021-07-09T17:02:36.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 109536 17.54 MB/sec execute 30 sec latency 39.582 ms 2021-07-09T17:02:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:37 smithi184 conmon[26177]: cluster 2021-07-09T17:02:35.800047+0000 2021-07-09T17:02:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:37 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 279 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 325 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 15 KiB/s rd, 8.2 MiB/s wr, 716 op/s 2021-07-09T17:02:37.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 109932 17.33 MB/sec execute 31 sec latency 37.343 ms 2021-07-09T17:02:38.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 110427 17.19 MB/sec execute 32 sec latency 45.964 ms 2021-07-09T17:02:39.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:39 smithi184 conmon[26177]: cluster 2021-07-09T17:02:39.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:39 smithi184 conmon[26177]: 2021-07-09T17:02:39.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:39 smithi184 conmon[26177]: 2021-07-09T17:02:37 2021-07-09T17:02:39.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:39 smithi184 conmon[26177]: .800574+0000 mgr.smithi184.rkuohv (mgr.14162) 280 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 323 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 9.1 KiB/s rd, 11 MiB/s wr, 904 op/s 2021-07-09T17:02:39.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 110829 17.00 MB/sec execute 33 sec latency 54.243 ms 2021-07-09T17:02:40.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 111333 16.81 MB/sec execute 34 sec latency 35.505 ms 2021-07-09T17:02:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:41 smithi184 conmon[26177]: cluster 2021-07-09T17:02:39.801645+0000 mgr.smithi184.rkuohv 2021-07-09T17:02:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:41 smithi184 conmon[26177]: (mgr.14162) 281 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 321 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 14 KiB/s rd, 7.8 MiB/s wr, 748 op/s 2021-07-09T17:02:41.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 111882 16.57 MB/sec execute 35 sec latency 33.523 ms 2021-07-09T17:02:42.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 112622 16.86 MB/sec execute 36 sec latency 21.362 ms 2021-07-09T17:02:43.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:43 smithi184 conmon[26177]: cluster 2021-07-09T17:02:41.802203+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:02:43.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:43 smithi184 conmon[26177]: .14162) 282 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 9.3 KiB/s rd, 8.7 MiB/s wr, 782 op/s 2021-07-09T17:02:43.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 113224 16.88 MB/sec execute 37 sec latency 39.018 ms 2021-07-09T17:02:44.965 INFO:teuthology.orchestra.run.smithi184.stdout: 5 113717 16.83 MB/sec execute 38 sec latency 45.809 ms 2021-07-09T17:02:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:45 smithi184 conmon[26177]: cluster 2021-07-09T17:02:43.802667+0000 mgr.smithi184.rkuohv (mgr.14162) 283 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 313 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 9.2 KiB/s rd, 8.0 MiB/s wr, 695 op/s 2021-07-09T17:02:45.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 114137 16.69 MB/sec execute 39 sec latency 46.864 ms 2021-07-09T17:02:46.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 114561 16.57 MB/sec execute 40 sec latency 56.880 ms 2021-07-09T17:02:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:47 smithi184 conmon[26177]: cluster 2021-07-09T17:02:45.803075+0000 mgr.smithi184.rkuohv 2021-07-09T17:02:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:47 smithi184 conmon[26177]: (mgr.14162) 284 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 315 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 12 KiB/s rd, 6.8 MiB/s wr, 595 op/s 2021-07-09T17:02:47.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 115049 16.30 MB/sec execute 41 sec latency 45.624 ms 2021-07-09T17:02:48.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 115488 16.13 MB/sec execute 42 sec latency 40.972 ms 2021-07-09T17:02:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:49 smithi184 conmon[26177]: cluster 2021-07-09T17:02:47.803673+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:02:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:49 smithi184 conmon[26177]: 14162) 285 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 328 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 8.4 KiB/s rd, 9.4 MiB/s wr, 787 op/s 2021-07-09T17:02:49.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 116156 16.34 MB/sec execute 43 sec latency 34.228 ms 2021-07-09T17:02:50.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 116738 16.36 MB/sec execute 44 sec latency 63.887 ms 2021-07-09T17:02:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:51 smithi184 conmon[26177]: cluster 2021-07-09T17:02:49.804132+0000 mgr.smithi184.rkuohv (mgr.14162) 286 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 319 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 13 KiB/s rd, 6.6 MiB/s wr, 533 op/s 2021-07-09T17:02:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:51 smithi184 conmon[26177]: audit 2021-07-09T17:02:50.347699+0000 mon.smithi184 (mon.0) 417 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:02:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:51 smithi184 conmon[26177]: audit 2021-07-09T17:02:50.348997+0000 mon.smithi184 (mon.0) 418 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:02:51.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 117224 16.31 MB/sec execute 45 sec latency 48.602 ms 2021-07-09T17:02:52.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 117689 16.23 MB/sec execute 46 sec latency 42.778 ms 2021-07-09T17:02:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:53 smithi184 conmon[26177]: cluster 2021-07-09T17:02:51.804586+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:02:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:53 smithi184 conmon[26177]: ) 287 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 323 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 8.5 KiB/s rd, 7.7 MiB/s wr, 608 op/s 2021-07-09T17:02:53.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 118075 16.13 MB/sec execute 47 sec latency 66.715 ms 2021-07-09T17:02:54.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 118535 15.90 MB/sec execute 48 sec latency 48.584 ms 2021-07-09T17:02:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:55 smithi184 conmon[26177]: cluster 2021-07-09T17:02:53.805054+0000 mgr.smithi184.rkuohv (mgr.14162) 288 : cluster [DBG] 2021-07-09T17:02:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:55 smithi184 conmon[26177]: pgmap v239: 97 pgs: 97 active+clean; 329 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 8.4 KiB/s rd, 7.3 MiB/s wr, 566 op/s 2021-07-09T17:02:55.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 118949 15.74 MB/sec execute 49 sec latency 71.177 ms 2021-07-09T17:02:56.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 119638 15.96 MB/sec execute 50 sec latency 31.745 ms 2021-07-09T17:02:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:57 smithi184 conmon[26177]: cluster 2021-07-09T17:02:55.805489+0000 mgr.smithi184.rkuohv (mgr.14162) 289 : cluster [DBG] 2021-07-09T17:02:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:57 smithi184 conmon[26177]: pgmap v240: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 12 KiB/s rd, 6.8 MiB/s wr, 543 op/s 2021-07-09T17:02:57.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 120263 15.99 MB/sec execute 51 sec latency 36.575 ms 2021-07-09T17:02:58.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 120687 15.92 MB/sec execute 52 sec latency 52.410 ms 2021-07-09T17:02:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:59 smithi184 conmon[26177]: cluster 2021-07-09T17:02:57.806047+0000 mgr.smithi184.rkuohv 2021-07-09T17:02:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:02:59 smithi184 conmon[26177]: (mgr.14162) 290 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 317 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 8.7 KiB/s rd, 8.9 MiB/s wr, 759 op/s 2021-07-09T17:02:59.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 121163 15.86 MB/sec execute 53 sec latency 73.780 ms 2021-07-09T17:03:00.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 121572 15.81 MB/sec execute 54 sec latency 51.350 ms 2021-07-09T17:03:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:01 smithi184 conmon[26177]: cluster 2021-07-09T17:02:59.806505+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:03:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:01 smithi184 conmon[26177]: mgr.14162) 291 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 317 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 12 KiB/s rd, 5.8 MiB/s wr, 488 op/s 2021-07-09T17:03:01.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 122067 15.62 MB/sec execute 55 sec latency 47.123 ms 2021-07-09T17:03:02.619 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:03:02.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 122485 15.46 MB/sec execute 56 sec latency 76.961 ms 2021-07-09T17:03:03.080 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:03:03.080 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (5m) 98s ago 6m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:03:03.081 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (6m) 98s ago 6m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:03:03.081 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (5m) 98s ago 6m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:03:03.081 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (3m) 98s ago 3m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:03:03.081 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (3m) 98s ago 3m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:03:03.081 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (8m) 98s ago 8m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:03:03.082 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (8m) 98s ago 8m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:03:03.082 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (3m) 98s ago 3m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:03:03.082 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (6m) 98s ago 6m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:03:03.082 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (6m) 98s ago 6m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:03:03.083 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (5m) 98s ago 5m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:03:03.083 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (5m) 98s ago 5m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:03:03.083 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (4m) 98s ago 4m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:03:03.083 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (6m) 98s ago 6m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:03:03.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:03 smithi184 conmon[26177]: cluster 2021-07-09T17:03:01.806999+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:03:03.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:03 smithi184 conmon[26177]: 292 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 324 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 7.0 KiB/s rd, 7.6 MiB/s wr, 693 op/s 2021-07-09T17:03:03.586 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:03:03.586 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:03:03.586 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:03:03.587 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:03:03.587 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:03:03.587 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:03:03.587 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:03:03.588 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:03:03.588 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:03:03.588 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:03:03.588 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:03:03.588 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:03:03.589 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:03:03.589 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:03:03.589 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:03:03.589 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:03:03.590 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:03:03.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 123195 15.68 MB/sec execute 57 sec latency 56.488 ms 2021-07-09T17:03:04.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: audit 2021-07-09T17:03:04.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: 2021-07 2021-07-09T17:03:04.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: -09T17:03:02.600187+0000 mgr.smithi184.rkuohv (mgr.14162) 293 : audit [DBG] from='client.14336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:03:04.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: audit 2021-07 2021-07-09T17:03:04.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: -09T17:03:03.070007+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:03:04.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: 294 : audit [DBG] from='client.14338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:03:04.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: audit 2021 2021-07-09T17:03:04.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: -07-09T17:03:03.584776+0000 2021-07-09T17:03:04.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: mon.smithi184 (mon.0) 419 : audit [DBG] 2021-07-09T17:03:04.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:04 smithi184 conmon[26177]: from='client.? 172.21.15.184:0/3199559799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:03:04.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 123968 15.76 MB/sec execute 58 sec latency 30.626 ms 2021-07-09T17:03:05.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:05 smithi184 conmon[26177]: cluster 2021-07-09T17:03:05.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:05 smithi184 conmon[26177]: 2021-07-09T17:03:05.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:05 smithi184 conmon[26177]: 2021 2021-07-09T17:03:05.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:05 smithi184 conmon[26177]: - 2021-07-09T17:03:05.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:05 smithi184 conmon[26177]: 07 2021-07-09T17:03:05.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:05 smithi184 conmon[26177]: - 2021-07-09T17:03:05.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:05 smithi184 conmon[26177]: 09T17:03:03.807485+0000 2021-07-09T17:03:05.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:05 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 295 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 322 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 6.9 KiB/s rd, 6.9 MiB/s wr, 575 op/s 2021-07-09T17:03:05.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 124808 15.92 MB/sec execute 59 sec latency 55.312 ms 2021-07-09T17:03:06.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 125482 15.89 MB/sec execute 60 sec latency 46.555 ms 2021-07-09T17:03:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:07 smithi184 conmon[26177]: cluster 2021-07-09T17:03:05.807931 2021-07-09T17:03:07.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:07 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 296 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 322 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 533 op/s 2021-07-09T17:03:07.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 126090 15.80 MB/sec execute 61 sec latency 40.309 ms 2021-07-09T17:03:08.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 126823 15.96 MB/sec execute 62 sec latency 56.444 ms 2021-07-09T17:03:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:09 smithi184 conmon[26177]: cluster 2021-07-09T17:03:07.808575+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:03:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:09 smithi184 conmon[26177]: .14162) 297 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 318 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.9 KiB/s rd, 9.0 MiB/s wr, 750 op/s 2021-07-09T17:03:09.966 INFO:teuthology.orchestra.run.smithi184.stdout: 5 127425 16.00 MB/sec execute 63 sec latency 41.857 ms 2021-07-09T17:03:10.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 127898 15.95 MB/sec execute 64 sec latency 31.746 ms 2021-07-09T17:03:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:11 smithi184 conmon[26177]: cluster 2021-07-09T17:03:09.809027+0000 mgr.smithi184.rkuohv 2021-07-09T17:03:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:11 smithi184 conmon[26177]: (mgr.14162) 298 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 325 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 13 KiB/s rd, 7.6 MiB/s wr, 672 op/s 2021-07-09T17:03:11.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 128358 15.92 MB/sec execute 65 sec latency 49.020 ms 2021-07-09T17:03:12.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 128725 15.84 MB/sec execute 66 sec latency 75.677 ms 2021-07-09T17:03:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:13 smithi184 conmon[26177]: cluster 2021-07-09T17:03:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:13 smithi184 conmon[26177]: 2021-07-09T17: 2021-07-09T17:03:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:13 smithi184 conmon[26177]: 03:11.809533+0000 mgr.smithi184.rkuohv (mgr.14162) 299 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 326 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 9.3 MiB/s wr, 828 op/s 2021-07-09T17:03:13.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 129196 15.68 MB/sec execute 67 sec latency 41.519 ms 2021-07-09T17:03:14.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 129650 15.58 MB/sec execute 68 sec latency 44.946 ms 2021-07-09T17:03:15.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:15 smithi184 conmon[26177]: cluster 2021-07-09T17:03:13.810005+0000 mgr.smithi184.rkuohv 2021-07-09T17:03:15.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:15 smithi184 conmon[26177]: (mgr.14162) 300 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 328 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 8.4 MiB/s wr, 670 op/s 2021-07-09T17:03:15.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 130278 15.71 MB/sec execute 69 sec latency 34.222 ms 2021-07-09T17:03:16.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 130893 15.74 MB/sec execute 70 sec latency 67.665 ms 2021-07-09T17:03:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:17 smithi184 conmon[26177]: cluster 2021-07-09T17:03:17.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:17 smithi184 conmon[26177]: 2021-07-09T17:03 2021-07-09T17:03:17.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:17 smithi184 conmon[26177]: :15.810396+0000 mgr.smithi184.rkuohv (mgr.14162) 301 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 328 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 15 KiB/s rd, 7.8 MiB/s wr, 651 op/s 2021-07-09T17:03:17.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 131271 15.69 MB/sec execute 71 sec latency 38.462 ms 2021-07-09T17:03:18.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 131711 15.61 MB/sec execute 72 sec latency 48.837 ms 2021-07-09T17:03:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:19 smithi184 conmon[26177]: cluster 2021-07-09T17:03:17.810977+0000 mgr.smithi184.rkuohv (mgr.14162) 302 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 325 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 824 op/s 2021-07-09T17:03:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:19 smithi184 conmon[26177]: 2021-07-09T17:03:19.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 132094 15.54 MB/sec execute 73 sec latency 63.754 ms 2021-07-09T17:03:20.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 132562 15.47 MB/sec execute 74 sec latency 60.174 ms 2021-07-09T17:03:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:21 smithi184 conmon[26177]: cluster 2021-07-09T17:03:19.811383+0000 2021-07-09T17:03:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:21 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 303 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 325 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 15 KiB/s rd, 7.3 MiB/s wr, 682 op/s 2021-07-09T17:03:21.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 133267 15.41 MB/sec execute 75 sec latency 57.769 ms 2021-07-09T17:03:22.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 134337 15.71 MB/sec execute 76 sec latency 30.449 ms 2021-07-09T17:03:23.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:23 smithi184 conmon[26177]: cluster 2021-07-09T17:03:23.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:23 smithi184 conmon[26177]: 2021-07-09T17:03:23.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:23 smithi184 conmon[26177]: 2021 2021-07-09T17:03:23.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:23 smithi184 conmon[26177]: - 2021-07-09T17:03:23.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:23 smithi184 conmon[26177]: 07 2021-07-09T17:03:23.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:23 smithi184 conmon[26177]: - 2021-07-09T17:03:23.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:23 smithi184 conmon[26177]: 09 2021-07-09T17:03:23.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:23 smithi184 conmon[26177]: T17:03:21.811919+0000 2021-07-09T17:03:23.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:23 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 304 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 322 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 9.3 KiB/s rd, 7.9 MiB/s wr, 664 op/s 2021-07-09T17:03:23.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 134938 15.73 MB/sec execute 77 sec latency 46.115 ms 2021-07-09T17:03:24.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 135472 15.72 MB/sec execute 78 sec latency 56.609 ms 2021-07-09T17:03:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:25 smithi184 conmon[26177]: cluster 2021-07-09T17:03:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:25 smithi184 conmon[26177]: 2021-07-09T17 2021-07-09T17:03:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:25 smithi184 conmon[26177]: :03:23.812372+0000 mgr.smithi184.rkuohv (mgr.14162) 305 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 320 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 522 op/s 2021-07-09T17:03:25.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:25 smithi184 conmon[26177]: audit 2021- 2021-07-09T17:03:25.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:25 smithi184 conmon[26177]: 07-09T17:03:24.632160+0000 mon.smithi184 (mon 2021-07-09T17:03:25.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:25 smithi184 conmon[26177]: .0) 420 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:03:25.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 135818 15.65 MB/sec execute 79 sec latency 64.436 ms 2021-07-09T17:03:26.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:26 smithi184 conmon[26177]: audit 2021-07-09T17:03:25.120660+0000 mon.smithi184 (mon 2021-07-09T17:03:26.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:26 smithi184 conmon[26177]: .0) 421 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:03:26.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 136347 15.52 MB/sec execute 80 sec latency 45.705 ms 2021-07-09T17:03:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:27 smithi184 conmon[26177]: cluster 2021-07-09T17:03:25.812766 2021-07-09T17:03:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:27 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 306 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 321 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 12 KiB/s rd, 5.7 MiB/s wr, 476 op/s 2021-07-09T17:03:27.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 136955 15.55 MB/sec execute 81 sec latency 49.012 ms 2021-07-09T17:03:28.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 138045 15.79 MB/sec execute 82 sec latency 15.969 ms 2021-07-09T17:03:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:29 smithi184 conmon[26177]: cluster 2021-07-09T17:03:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:29 smithi184 conmon[26177]: 2021-07- 2021-07-09T17:03:29.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:29 smithi184 conmon[26177]: 09T17:03:27.814128+0000 mgr.smithi184.rkuohv (mgr.14162) 307 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 322 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 7.3 KiB/s rd, 9.1 MiB/s wr, 783 op/s 2021-07-09T17:03:29.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 138782 15.81 MB/sec execute 83 sec latency 60.441 ms 2021-07-09T17:03:30.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 139308 15.85 MB/sec execute 84 sec latency 51.107 ms 2021-07-09T17:03:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:31 smithi184 conmon[26177]: cluster 2021-07-09T17:03:29.814585+0000 mgr.smithi184.rkuohv (mgr.14162) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 323 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 12 KiB/s rd, 7.0 MiB/s wr, 583 op/s 2021-07-09T17:03:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:31 smithi184 conmon[26177]: 2021-07-09T17:03:31.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 139891 15.74 MB/sec execute 85 sec latency 26.660 ms 2021-07-09T17:03:32.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 140305 15.65 MB/sec execute 86 sec latency 45.317 ms 2021-07-09T17:03:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:33 smithi184 conmon[26177]: cluster 2021-07-09T17:03:31.815142+0000 mgr.smithi184.rkuohv 2021-07-09T17:03:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:33 smithi184 conmon[26177]: (mgr.14162) 309 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 330 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 8.2 KiB/s rd, 8.6 MiB/s wr, 699 op/s 2021-07-09T17:03:33.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 141035 15.82 MB/sec execute 87 sec latency 45.888 ms 2021-07-09T17:03:34.116 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:03:34.592 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:03:34.592 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (6m) 2m ago 7m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:03:34.592 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (7m) 2m ago 7m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:03:34.592 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (6m) 2m ago 6m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:03:34.593 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (4m) 2m ago 4m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:03:34.593 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (4m) 2m ago 4m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:03:34.593 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (8m) 2m ago 8m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:03:34.593 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (8m) 2m ago 8m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:03:34.593 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (3m) 2m ago 3m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:03:34.594 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (6m) 2m ago 6m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:03:34.594 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (6m) 2m ago 6m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:03:34.594 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (6m) 2m ago 6m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:03:34.594 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (5m) 2m ago 5m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:03:34.595 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (5m) 2m ago 5m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:03:34.595 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (6m) 2m ago 6m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:03:34.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 141692 15.81 MB/sec execute 88 sec latency 30.032 ms 2021-07-09T17:03:35.121 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:03:35.122 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:03:35.122 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:03:35.122 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:03:35.122 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:03:35.123 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:03:35.123 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:03:35.123 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:03:35.123 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:03:35.124 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:03:35.124 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:03:35.124 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:03:35.124 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:03:35.124 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:03:35.125 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:03:35.125 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:03:35.125 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:03:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:35 smithi184 conmon[26177]: cluster 2021-07-09T17:03:33.815580+0000 mgr.smithi184.rkuohv (mgr.14162) 310 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 326 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 8.1 KiB/s rd, 8.5 MiB/s wr, 680 op/s 2021-07-09T17:03:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:35 smithi184 conmon[26177]: audit 2021-07-09T17:03:34.097022+0000 mgr.smithi184.rkuohv (mgr.14162) 311 : audit [DBG] from='client.14342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:03:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:35 smithi184 conmon[26177]: audit 2021-07-09T17:03:35.120961+0000 mon.smithi184 (mon.0) 422 : audit [DBG] from='client.? 172.21.15.184:0/3857160321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:03:35.967 INFO:teuthology.orchestra.run.smithi184.stdout: 5 142281 15.80 MB/sec execute 89 sec latency 39.296 ms 2021-07-09T17:03:36.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:36 smithi184 conmon[26177]: audit 2021-07-09T17:03:36.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:36 smithi184 conmon[26177]: 2021-07-09T17 2021-07-09T17:03:36.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:36 smithi184 conmon[26177]: :03:34.579150+0000 mgr.smithi184.rkuohv (mgr.14162) 312 : audit [DBG] from='client.14344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:03:36.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 142676 15.78 MB/sec execute 90 sec latency 53.161 ms 2021-07-09T17:03:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:37 smithi184 conmon[26177]: cluster 2021-07-09T17:03:35.816005 2021-07-09T17:03:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:37 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 313 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 321 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 13 KiB/s rd, 8.2 MiB/s wr, 667 op/s 2021-07-09T17:03:37.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 143141 15.73 MB/sec execute 91 sec latency 64.829 ms 2021-07-09T17:03:38.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 143864 15.70 MB/sec execute 92 sec latency 35.644 ms 2021-07-09T17:03:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:39 smithi184 conmon[26177]: cluster 2021-07-09T17:03:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:39 smithi184 conmon[26177]: 2021-07-09T17:03:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:39 smithi184 conmon[26177]: 2021 2021-07-09T17:03:39.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:39 smithi184 conmon[26177]: - 2021-07-09T17:03:39.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:39 smithi184 conmon[26177]: 07 2021-07-09T17:03:39.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:39 smithi184 conmon[26177]: - 2021-07-09T17:03:39.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:39 smithi184 conmon[26177]: 09T17:03:37.816587+0000 2021-07-09T17:03:39.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:39 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 314 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 328 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 11 MiB/s wr, 924 op/s 2021-07-09T17:03:39.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 144701 15.87 MB/sec execute 93 sec latency 36.214 ms 2021-07-09T17:03:40.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 145187 15.81 MB/sec execute 94 sec latency 66.691 ms 2021-07-09T17:03:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:41 smithi184 conmon[26177]: cluster 2021-07-09T17:03:39.817052+0000 mgr.smithi184.rkuohv (mgr.14162) 315 : cluster [DBG] 2021-07-09T17:03:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:41 smithi184 conmon[26177]: pgmap v262: 97 pgs: 97 active+clean; 327 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 16 KiB/s rd, 7.8 MiB/s wr, 619 op/s 2021-07-09T17:03:41.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 145631 15.77 MB/sec execute 95 sec latency 73.339 ms 2021-07-09T17:03:42.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 146066 15.73 MB/sec execute 96 sec latency 57.249 ms 2021-07-09T17:03:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:43 smithi184 conmon[26177]: cluster 2021-07-09T17:03:41.817598+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:03:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:43 smithi184 conmon[26177]: 14162) 316 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 325 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 9.7 MiB/s wr, 861 op/s 2021-07-09T17:03:43.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 146527 15.73 MB/sec execute 97 sec latency 52.502 ms 2021-07-09T17:03:44.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 147066 15.62 MB/sec execute 98 sec latency 70.314 ms 2021-07-09T17:03:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:45 smithi184 conmon[26177]: cluster 2021-07-09T17:03:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:45 smithi184 conmon[26177]: 2021-07-09T 2021-07-09T17:03:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:45 smithi184 conmon[26177]: 17:03:43.818027+0000 mgr.smithi184.rkuohv (mgr.14162) 317 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 327 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 688 op/s 2021-07-09T17:03:45.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 147422 15.56 MB/sec execute 99 sec latency 76.973 ms 2021-07-09T17:03:46.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 148073 15.66 MB/sec execute 100 sec latency 47.524 ms 2021-07-09T17:03:47.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:47 smithi184 conmon[26177]: cluster 2021-07-09T17:03:47.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:47 smithi184 conmon[26177]: 2021-07-09T17 2021-07-09T17:03:47.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:47 smithi184 conmon[26177]: :03:45.818368+0000 mgr.smithi184.rkuohv (mgr.14162) 318 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 329 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 15 KiB/s rd, 7.3 MiB/s wr, 572 op/s 2021-07-09T17:03:47.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 148622 15.64 MB/sec execute 101 sec latency 61.953 ms 2021-07-09T17:03:48.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 149059 15.58 MB/sec execute 102 sec latency 58.043 ms 2021-07-09T17:03:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:49 smithi184 conmon[26177]: cluster 2021-07-09T17:03:47.818979+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:03:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:49 smithi184 conmon[26177]: 14162) 319 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 328 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 9.2 KiB/s rd, 9.5 MiB/s wr, 801 op/s 2021-07-09T17:03:49.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 149406 15.51 MB/sec execute 103 sec latency 330.893 ms 2021-07-09T17:03:50.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 149829 15.52 MB/sec execute 104 sec latency 63.321 ms 2021-07-09T17:03:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:51 smithi184 conmon[26177]: cluster 2021-07-09T17:03:49.819356+0000 2021-07-09T17:03:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:51 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 320 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 324 MiB data, 3.1 GiB used, 354 GiB / 358 GiB avail; 12 KiB/s rd, 6.4 MiB/s wr, 542 op/s 2021-07-09T17:03:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:51 smithi184 conmon[26177]: audit 2021-07-09T17:03:50.349148+0000 mon.smithi184 (mon.0) 423 2021-07-09T17:03:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:51 smithi184 conmon[26177]: : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:03:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:51 smithi184 conmon[26177]: audit 2021 2021-07-09T17:03:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:51 smithi184 conmon[26177]: -07-09T17:03:50.350513+0000 mon.smithi184 (mon.0) 2021-07-09T17:03:51.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:51 smithi184 conmon[26177]: 424 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:03:51.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 150248 15.46 MB/sec execute 105 sec latency 344.863 ms 2021-07-09T17:03:52.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 150663 15.36 MB/sec execute 106 sec latency 1344.908 ms 2021-07-09T17:03:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:53 smithi184 conmon[26177]: cluster 2021-07-09T17:03:51.819883+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:03:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:53 smithi184 conmon[26177]: .14162) 321 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 329 MiB data, 3.1 GiB used, 354 GiB / 358 GiB avail; 7.1 KiB/s rd, 7.7 MiB/s wr, 660 op/s 2021-07-09T17:03:53.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 151131 15.38 MB/sec execute 107 sec latency 2344.945 ms 2021-07-09T17:03:54.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 151633 15.38 MB/sec execute 108 sec latency 3344.977 ms 2021-07-09T17:03:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:55 smithi184 conmon[26177]: cluster 2021-07-09T17:03:53.820266+0000 mgr.smithi184.rkuohv (mgr.14162) 322 : cluster 2021-07-09T17:03:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:55 smithi184 conmon[26177]: [DBG] pgmap v269: 97 pgs: 97 active+clean; 332 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 7.0 KiB/s rd, 6.5 MiB/s wr, 507 op/s 2021-07-09T17:03:55.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 151996 15.29 MB/sec execute 109 sec latency 4345.010 ms 2021-07-09T17:03:56.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 152551 15.32 MB/sec execute 110 sec latency 5345.048 ms 2021-07-09T17:03:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:57 smithi184 conmon[26177]: cluster 2021-07-09T17:03:55.820737+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:03:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:57 smithi184 conmon[26177]: mgr.14162) 323 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 326 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 532 op/s 2021-07-09T17:03:57.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 153018 15.30 MB/sec execute 111 sec latency 5438.270 ms 2021-07-09T17:03:58.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 153491 15.21 MB/sec execute 112 sec latency 40.574 ms 2021-07-09T17:03:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:59 smithi184 conmon[26177]: cluster 2021-07-09T17:03:57.821379+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:03:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:03:59 smithi184 conmon[26177]: .14162) 324 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 324 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 7.7 KiB/s rd, 7.9 MiB/s wr, 656 op/s 2021-07-09T17:03:59.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 153975 15.22 MB/sec execute 113 sec latency 73.082 ms 2021-07-09T17:04:00.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 154505 15.26 MB/sec execute 114 sec latency 86.357 ms 2021-07-09T17:04:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:01 smithi184 conmon[26177]: cluster 2021-07-09T17:04:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:01 smithi184 conmon[26177]: 2021-07-09T17:03 2021-07-09T17:04:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:01 smithi184 conmon[26177]: :59.821842+0000 mgr.smithi184.rkuohv (mgr.14162) 325 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 326 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 5.8 MiB/s wr, 469 op/s 2021-07-09T17:04:01.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 154969 15.23 MB/sec execute 115 sec latency 35.717 ms 2021-07-09T17:04:02.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 155379 15.14 MB/sec execute 116 sec latency 42.300 ms 2021-07-09T17:04:03.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:03 smithi184 conmon[26177]: cluster 2021-07-09T17:04:01.822307+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:04:03.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:03 smithi184 conmon[26177]: .14162) 326 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 327 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 7.7 KiB/s rd, 7.2 MiB/s wr, 641 op/s 2021-07-09T17:04:03.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 155838 15.15 MB/sec execute 117 sec latency 63.902 ms 2021-07-09T17:04:04.968 INFO:teuthology.orchestra.run.smithi184.stdout: 5 156349 15.17 MB/sec execute 118 sec latency 67.760 ms 2021-07-09T17:04:05.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:05 smithi184 conmon[26177]: cluster 2021-07-09T17:04:03.822744+0000 2021-07-09T17:04:05.595 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:05 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 327 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 330 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 7.6 KiB/s rd, 6.8 MiB/s wr, 587 op/s 2021-07-09T17:04:05.601 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:04:05.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 156744 15.10 MB/sec execute 119 sec latency 61.920 ms 2021-07-09T17:04:06.052 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:04:06.052 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (6m) 2m ago 7m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:04:06.053 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (7m) 2m ago 7m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:04:06.053 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (6m) 2m ago 7m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:04:06.054 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (4m) 2m ago 4m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:04:06.054 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (4m) 2m ago 4m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:04:06.054 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (9m) 2m ago 9m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:04:06.055 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (9m) 2m ago 9m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:04:06.055 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (4m) 2m ago 4m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:04:06.055 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (7m) 2m ago 7m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:04:06.056 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (7m) 2m ago 7m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:04:06.056 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (6m) 2m ago 6m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:04:06.056 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (6m) 2m ago 6m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:04:06.057 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (5m) 2m ago 5m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:04:06.059 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (7m) 2m ago 7m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:04:06.556 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:04:06.557 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:04:06.557 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:04:06.557 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:04:06.557 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:04:06.558 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:04:06.558 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:04:06.558 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:04:06.558 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:04:06.559 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:04:06.559 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:04:06.559 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:04:06.559 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:04:06.560 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:04:06.560 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:04:06.560 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:04:06.560 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:04:06.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 157212 15.05 MB/sec execute 120 sec latency 50.598 ms 2021-07-09T17:04:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:07 smithi184 conmon[26177]: audit 2021-07-09T17:04:05.580442+0000 mgr.smithi184.rkuohv (mgr.14162) 328 : audit 2021-07-09T17:04:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:07 smithi184 conmon[26177]: [DBG] from='client.14348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:04:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:07 smithi184 conmon[26177]: cluster 2021-07-09T17:04:05.823188+0000 mgr.smithi184.rkuohv (mgr.14162) 329 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 325 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 12 KiB/s rd, 6.0 MiB/s wr, 499 op/s 2021-07-09T17:04:07.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:07 smithi184 conmon[26177]: audit 2021-07- 2021-07-09T17:04:07.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:07 smithi184 conmon[26177]: 09T17:04:06.042662+0000 mgr.smithi184.rkuohv (mgr.14162) 330 : audit [DBG] from='client.14350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:04:07.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:07 smithi184 conmon[26177]: audit 2021-07-09 2021-07-09T17:04:07.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:07 smithi184 conmon[26177]: T17:04:06.553218+0000 mon.smithi184 (mon.0) 2021-07-09T17:04:07.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:07 smithi184 conmon[26177]: 425 : audit [DBG] from='client.? 172.21.15.184:0/2578274782' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:04:07.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 157666 15.04 MB/sec execute 121 sec latency 53.295 ms 2021-07-09T17:04:08.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 158373 15.12 MB/sec execute 122 sec latency 37.444 ms 2021-07-09T17:04:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:09 smithi184 conmon[26177]: cluster 2021-07-09T17:04:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:09 smithi184 conmon[26177]: 2021-07-09T17:04:07.823705+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:04:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:09 smithi184 conmon[26177]: 331 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 331 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 8.2 KiB/s rd, 7.8 MiB/s wr, 636 op/s 2021-07-09T17:04:09.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 158983 15.07 MB/sec execute 123 sec latency 43.721 ms 2021-07-09T17:04:10.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 159723 15.16 MB/sec execute 124 sec latency 46.465 ms 2021-07-09T17:04:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: cluster 2021-07-09T17:04:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 2021-07-09T17:04:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 2021 2021-07-09T17:04:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: - 2021-07-09T17:04:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 07 2021-07-09T17:04:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: - 2021-07-09T17:04:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 09 2021-07-09T17:04:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: T 2021-07-09T17:04:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 17 2021-07-09T17:04:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: : 2021-07-09T17:04:11.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 04 2021-07-09T17:04:11.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: : 2021-07-09T17:04:11.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 09 2021-07-09T17:04:11.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: . 2021-07-09T17:04:11.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 824161 2021-07-09T17:04:11.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: +0000 2021-07-09T17:04:11.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 2021-07-09T17:04:11.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:04:11.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: ( 2021-07-09T17:04:11.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: mgr 2021-07-09T17:04:11.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: . 2021-07-09T17:04:11.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 14162 2021-07-09T17:04:11.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: ) 2021-07-09T17:04:11.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 332 2021-07-09T17:04:11.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: : 2021-07-09T17:04:11.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: cluster 2021-07-09T17:04:11.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 2021-07-09T17:04:11.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: [DBG] 2021-07-09T17:04:11.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 2021-07-09T17:04:11.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: pgmap v277: 97 pgs: 97 active+clean; 328 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 5.8 MiB/s wr, 513 op/s 2021-07-09T17:04:11.423 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:11 smithi184 conmon[26177]: 2021-07-09T17:04:11.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 160421 15.15 MB/sec execute 125 sec latency 43.047 ms 2021-07-09T17:04:12.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 161222 15.21 MB/sec execute 126 sec latency 43.798 ms 2021-07-09T17:04:13.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: cluster 2021-07-09T17:04:13.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 2021-07-09T17:04:13.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 2021 2021-07-09T17:04:13.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: - 2021-07-09T17:04:13.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 07 2021-07-09T17:04:13.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: - 2021-07-09T17:04:13.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 09 2021-07-09T17:04:13.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: T 2021-07-09T17:04:13.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 17 2021-07-09T17:04:13.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: : 2021-07-09T17:04:13.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 04 2021-07-09T17:04:13.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: : 2021-07-09T17:04:13.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 11 2021-07-09T17:04:13.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: . 2021-07-09T17:04:13.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 824740 2021-07-09T17:04:13.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: +0000 2021-07-09T17:04:13.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 2021-07-09T17:04:13.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:04:13.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: ( 2021-07-09T17:04:13.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: mgr 2021-07-09T17:04:13.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: . 2021-07-09T17:04:13.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 14162 2021-07-09T17:04:13.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: ) 2021-07-09T17:04:13.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: 333 2021-07-09T17:04:13.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:13 smithi184 conmon[26177]: : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 329 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 7.8 KiB/s rd, 7.6 MiB/s wr, 719 op/s 2021-07-09T17:04:13.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 161907 15.28 MB/sec execute 127 sec latency 44.249 ms 2021-07-09T17:04:14.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 162527 15.23 MB/sec execute 128 sec latency 28.785 ms 2021-07-09T17:04:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:15 smithi184 conmon[26177]: cluster 2021-07-09T17:04:13.825200+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:04:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:15 smithi184 conmon[26177]: .14162) 334 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 323 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 7.7 KiB/s rd, 7.1 MiB/s wr, 573 op/s 2021-07-09T17:04:15.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 163206 15.29 MB/sec execute 129 sec latency 33.733 ms 2021-07-09T17:04:16.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 163811 15.29 MB/sec execute 130 sec latency 58.099 ms 2021-07-09T17:04:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:17 smithi184 conmon[26177]: cluster 2021-07-09T17:04:15.827055+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:04:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:17 smithi184 conmon[26177]: mgr.14162) 335 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 323 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 13 KiB/s rd, 6.4 MiB/s wr, 516 op/s 2021-07-09T17:04:17.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 164430 15.26 MB/sec execute 131 sec latency 42.224 ms 2021-07-09T17:04:18.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 164989 15.30 MB/sec execute 132 sec latency 66.046 ms 2021-07-09T17:04:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:19 smithi184 conmon[26177]: cluster 2021-07-09T17:04:17.827645+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:04:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:19 smithi184 conmon[26177]: mgr.14162) 336 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 327 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 8.2 KiB/s rd, 9.9 MiB/s wr, 822 op/s 2021-07-09T17:04:19.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 165579 15.31 MB/sec execute 133 sec latency 45.287 ms 2021-07-09T17:04:20.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 166062 15.26 MB/sec execute 134 sec latency 40.185 ms 2021-07-09T17:04:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:21 smithi184 conmon[26177]: cluster 2021-07-09T17:04:19.828090+0000 mgr.smithi184.rkuohv (mgr.14162) 337 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 327 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 13 KiB/s rd, 8.0 MiB/s wr, 640 op/s 2021-07-09T17:04:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:21 smithi184 conmon[26177]: 2021-07-09T17:04:21.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 166667 15.29 MB/sec execute 135 sec latency 87.854 ms 2021-07-09T17:04:22.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 167191 15.29 MB/sec execute 136 sec latency 42.365 ms 2021-07-09T17:04:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:23 smithi184 conmon[26177]: cluster 2021-07-09T17:04:21.828631+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:04:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:23 smithi184 conmon[26177]: mgr.14162) 338 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 331 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 870 op/s 2021-07-09T17:04:23.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 167636 15.25 MB/sec execute 137 sec latency 49.660 ms 2021-07-09T17:04:24.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 168117 15.22 MB/sec execute 138 sec latency 41.966 ms 2021-07-09T17:04:25.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:25 smithi184 conmon[26177]: cluster 2021-07-09T17:04:25.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:25 smithi184 conmon[26177]: 2021-07- 2021-07-09T17:04:25.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:25 smithi184 conmon[26177]: 09T17:04:23.829099+0000 mgr.smithi184.rkuohv (mgr.14162) 339 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 330 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 643 op/s 2021-07-09T17:04:25.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:25 smithi184 conmon[26177]: audit 2021-07-09T17:04:25.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:25 smithi184 conmon[26177]: 2021-07 2021-07-09T17:04:25.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:25 smithi184 conmon[26177]: -09T17:04:25.124733+0000 mon.smithi184 (mon.0 2021-07-09T17:04:25.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:25 smithi184 conmon[26177]: ) 426 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:04:25.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 168625 15.26 MB/sec execute 139 sec latency 54.189 ms 2021-07-09T17:04:26.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:26 smithi184 conmon[26177]: audit 2021-07-09T17:04:26.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:26 smithi184 conmon[26177]: 2021-07-09T17:04: 2021-07-09T17:04:26.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:26 smithi184 conmon[26177]: 25.529850+0000 mon.smithi184 (mon.0) 427 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:04:26.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:26 smithi184 conmon[26177]: cluster 2021-07-09T 2021-07-09T17:04:26.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:26 smithi184 conmon[26177]: 17:04:25.829538+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:04:26.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:26 smithi184 conmon[26177]: 340 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 328 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 15 KiB/s rd, 8.1 MiB/s wr, 663 op/s 2021-07-09T17:04:26.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 169262 15.24 MB/sec execute 140 sec latency 46.136 ms 2021-07-09T17:04:27.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 169719 15.21 MB/sec execute 141 sec latency 51.109 ms 2021-07-09T17:04:28.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 170223 15.21 MB/sec execute 142 sec latency 56.570 ms 2021-07-09T17:04:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:29 smithi184 conmon[26177]: cluster 2021-07-09T17:04:27.830120+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:04:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:29 smithi184 conmon[26177]: ) 341 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 323 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 9.3 KiB/s rd, 10 MiB/s wr, 825 op/s 2021-07-09T17:04:29.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 170727 15.21 MB/sec execute 143 sec latency 41.839 ms 2021-07-09T17:04:30.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 171195 15.17 MB/sec execute 144 sec latency 40.313 ms 2021-07-09T17:04:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:31 smithi184 conmon[26177]: cluster 2021-07-09T17:04:29.830513+0000 mgr.smithi184.rkuohv (mgr.14162) 342 : 2021-07-09T17:04:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:31 smithi184 conmon[26177]: cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 327 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 14 KiB/s rd, 7.0 MiB/s wr, 612 op/s 2021-07-09T17:04:31.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 171701 15.15 MB/sec execute 145 sec latency 35.231 ms 2021-07-09T17:04:32.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 172187 15.19 MB/sec execute 146 sec latency 56.943 ms 2021-07-09T17:04:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:33 smithi184 conmon[26177]: cluster 2021-07-09T17:04:31.831057+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:04:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:33 smithi184 conmon[26177]: mgr.14162) 343 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 327 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 9.3 KiB/s rd, 8.1 MiB/s wr, 744 op/s 2021-07-09T17:04:33.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 172656 15.16 MB/sec execute 147 sec latency 42.222 ms 2021-07-09T17:04:34.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 173080 15.10 MB/sec execute 148 sec latency 44.344 ms 2021-07-09T17:04:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:35 smithi184 conmon[26177]: cluster 2021-07-09T17:04:33.831541+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:04:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:35 smithi184 conmon[26177]: 14162) 344 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 329 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 530 op/s 2021-07-09T17:04:35.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 173771 15.14 MB/sec execute 149 sec latency 56.150 ms 2021-07-09T17:04:36.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 174352 15.15 MB/sec execute 150 sec latency 771.605 ms 2021-07-09T17:04:37.054 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:04:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:37 smithi184 conmon[26177]: cluster 2021-07-09T17:04:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:37 smithi184 conmon[26177]: 2021-07-09T17:04:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:37 smithi184 conmon[26177]: 2021 2021-07-09T17:04:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:37 smithi184 conmon[26177]: - 2021-07-09T17:04:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:37 smithi184 conmon[26177]: 07-09T17:04 2021-07-09T17:04:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:37 smithi184 conmon[26177]: :35.831971+0000 mgr.smithi184.rkuohv (mgr.14162) 345 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 326 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 12 KiB/s rd, 6.2 MiB/s wr, 540 op/s 2021-07-09T17:04:37.513 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:04:37.513 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (7m) 3m ago 8m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:04:37.514 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (8m) 3m ago 8m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:04:37.514 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (7m) 3m ago 8m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:04:37.514 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (5m) 3m ago 5m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:04:37.514 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (5m) 3m ago 5m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:04:37.515 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (9m) 3m ago 9m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:04:37.515 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (9m) 3m ago 9m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:04:37.515 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (4m) 3m ago 4m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:04:37.515 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (7m) 3m ago 7m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:04:37.516 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (7m) 3m ago 7m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:04:37.516 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (7m) 3m ago 7m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:04:37.516 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (6m) 3m ago 6m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:04:37.516 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (6m) 3m ago 6m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:04:37.517 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (7m) 3m ago 7m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:04:37.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 174881 15.12 MB/sec execute 151 sec latency 1771.645 ms 2021-07-09T17:04:38.038 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:04:38.039 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:04:38.039 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:04:38.039 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:04:38.039 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:04:38.040 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:04:38.040 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:04:38.040 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:04:38.040 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:04:38.041 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:04:38.041 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:04:38.041 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:04:38.041 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:04:38.041 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:04:38.042 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:04:38.042 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:04:38.042 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:04:38.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:38 smithi184 conmon[26177]: audit 2021-07-09T17:04:37.035373+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:04:38.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:38 smithi184 conmon[26177]: .14162) 346 : audit [DBG] from='client.14354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:04:38.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 175463 15.17 MB/sec execute 152 sec latency 2771.685 ms 2021-07-09T17:04:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:39 smithi184 conmon[26177]: audit 2021-07-09T17:04:37.501846+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:04:39.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:39 smithi184 conmon[26177]: 14162) 347 : audit [DBG] from='client.14356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:04:39.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:39 smithi184 conmon[26177]: cluster 2021-07-09T17:04:37.832559+0000 mgr.smithi184.rkuohv (mgr.14162) 348 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 330 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 8.0 KiB/s rd, 8.9 MiB/s wr, 760 op/s 2021-07-09T17:04:39.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:39 smithi184 conmon[26177]: audit 2021-07-09T17:04:38.035665+0000 mon.smithi184 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.184:0/3198744407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:04:39.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 175979 15.12 MB/sec execute 153 sec latency 3771.724 ms 2021-07-09T17:04:40.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 176404 15.11 MB/sec execute 154 sec latency 4771.762 ms 2021-07-09T17:04:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:41 smithi184 conmon[26177]: cluster 2021-07-09T17:04:39.832986+0000 mgr.smithi184.rkuohv (mgr.14162) 349 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 330 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 13 KiB/s rd, 7.1 MiB/s wr, 677 op/s 2021-07-09T17:04:41.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 176856 15.11 MB/sec execute 155 sec latency 5407.194 ms 2021-07-09T17:04:42.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 177475 15.09 MB/sec execute 156 sec latency 31.877 ms 2021-07-09T17:04:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:43 smithi184 conmon[26177]: cluster 2021-07-09T17:04:41.833449+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:04:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:43 smithi184 conmon[26177]: .14162) 350 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 327 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 7.7 KiB/s rd, 7.5 MiB/s wr, 620 op/s 2021-07-09T17:04:43.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 178087 15.09 MB/sec execute 157 sec latency 33.880 ms 2021-07-09T17:04:44.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 178594 15.14 MB/sec execute 158 sec latency 53.269 ms 2021-07-09T17:04:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:45 smithi184 conmon[26177]: cluster 2021-07-09T17:04:43.833867+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:04:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:45 smithi184 conmon[26177]: .14162) 351 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 324 MiB data, 3.6 GiB used, 354 GiB / 358 GiB avail; 7.6 KiB/s rd, 7.0 MiB/s wr, 508 op/s 2021-07-09T17:04:45.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 179093 15.10 MB/sec execute 159 sec latency 39.819 ms 2021-07-09T17:04:46.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 179537 15.05 MB/sec execute 160 sec latency 44.078 ms 2021-07-09T17:04:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: cluster 2021-07-09T17:04:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 2021-07-09T17:04:47.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 2021 2021-07-09T17:04:47.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: - 2021-07-09T17:04:47.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 07 2021-07-09T17:04:47.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: - 2021-07-09T17:04:47.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 09 2021-07-09T17:04:47.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: T 2021-07-09T17:04:47.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 17 2021-07-09T17:04:47.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: : 2021-07-09T17:04:47.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 04 2021-07-09T17:04:47.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: : 2021-07-09T17:04:47.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 45 2021-07-09T17:04:47.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: . 2021-07-09T17:04:47.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 834380 2021-07-09T17:04:47.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: +0000 2021-07-09T17:04:47.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 2021-07-09T17:04:47.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:04:47.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: ( 2021-07-09T17:04:47.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: mgr 2021-07-09T17:04:47.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: . 2021-07-09T17:04:47.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 14162 2021-07-09T17:04:47.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: ) 2021-07-09T17:04:47.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: 352 2021-07-09T17:04:47.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: : 2021-07-09T17:04:47.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:47 smithi184 conmon[26177]: cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 328 MiB data, 3.6 GiB used, 354 GiB / 358 GiB avail; 12 KiB/s rd, 6.6 MiB/s wr, 578 op/s 2021-07-09T17:04:47.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 180126 15.08 MB/sec execute 161 sec latency 64.124 ms 2021-07-09T17:04:48.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 180708 15.08 MB/sec execute 162 sec latency 52.874 ms 2021-07-09T17:04:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:49 smithi184 conmon[26177]: cluster 2021-07-09T17:04:47.834894+0000 2021-07-09T17:04:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:49 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 353 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 329 MiB data, 3.6 GiB used, 354 GiB / 358 GiB avail; 9.6 KiB/s rd, 9.2 MiB/s wr, 770 op/s 2021-07-09T17:04:49.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 181338 15.07 MB/sec execute 163 sec latency 36.206 ms 2021-07-09T17:04:50.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 181970 15.12 MB/sec execute 164 sec latency 32.683 ms 2021-07-09T17:04:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:51 smithi184 conmon[26177]: cluster 2021-07-09T17:04:49.835332+0000 mgr.smithi184.rkuohv (mgr.14162) 354 : cluster 2021-07-09T17:04:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:51 smithi184 conmon[26177]: [DBG] pgmap v297: 97 pgs: 97 active+clean; 324 MiB data, 3.6 GiB used, 354 GiB / 358 GiB avail; 13 KiB/s rd, 6.4 MiB/s wr, 504 op/s 2021-07-09T17:04:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:51 smithi184 conmon[26177]: audit 2021-07-09T17:04:50.351776+0000 mon.smithi184 (mon.0) 429 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:04:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:51 smithi184 conmon[26177]: audit 2021-07-09T17:04:50.352748+0000 mon.smithi184 (mon.0) 430 : audit [INF] 2021-07-09T17:04:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:51 smithi184 conmon[26177]: from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:04:51.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 182404 15.10 MB/sec execute 165 sec latency 64.450 ms 2021-07-09T17:04:52.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 182937 15.06 MB/sec execute 166 sec latency 29.075 ms 2021-07-09T17:04:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:53 smithi184 conmon[26177]: cluster 2021-07-09T17:04:51.835775+0000 mgr.smithi184.rkuohv 2021-07-09T17:04:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:53 smithi184 conmon[26177]: (mgr.14162) 355 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 325 MiB data, 3.6 GiB used, 354 GiB / 358 GiB avail; 8.3 KiB/s rd, 7.5 MiB/s wr, 570 op/s 2021-07-09T17:04:53.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 183321 15.04 MB/sec execute 167 sec latency 47.727 ms 2021-07-09T17:04:54.970 INFO:teuthology.orchestra.run.smithi184.stdout: 5 183764 15.04 MB/sec execute 168 sec latency 62.012 ms 2021-07-09T17:04:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: cluster 2021-07-09T17:04:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 2021-07-09T17:04:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 2021 2021-07-09T17:04:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: - 2021-07-09T17:04:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 07 2021-07-09T17:04:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: - 2021-07-09T17:04:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 09 2021-07-09T17:04:55.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: T 2021-07-09T17:04:55.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 17 2021-07-09T17:04:55.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: : 2021-07-09T17:04:55.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 04 2021-07-09T17:04:55.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: : 2021-07-09T17:04:55.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 53 2021-07-09T17:04:55.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: . 2021-07-09T17:04:55.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 836152 2021-07-09T17:04:55.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: +0000 2021-07-09T17:04:55.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 2021-07-09T17:04:55.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:04:55.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: ( 2021-07-09T17:04:55.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: mgr 2021-07-09T17:04:55.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: . 2021-07-09T17:04:55.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 14162 2021-07-09T17:04:55.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: ) 2021-07-09T17:04:55.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 356 2021-07-09T17:04:55.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: : 2021-07-09T17:04:55.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: cluster 2021-07-09T17:04:55.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 2021-07-09T17:04:55.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: [DBG] 2021-07-09T17:04:55.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 2021-07-09T17:04:55.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: pgmap v299: 97 pgs: 97 active+clean; 325 MiB data, 3.7 GiB used, 354 GiB / 358 GiB avail; 8.2 KiB/s rd, 7.9 MiB/s wr, 638 op/s 2021-07-09T17:04:55.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:55 smithi184 conmon[26177]: 2021-07-09T17:04:55.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 184200 15.01 MB/sec execute 169 sec latency 69.870 ms 2021-07-09T17:04:56.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 184647 14.99 MB/sec execute 170 sec latency 38.345 ms 2021-07-09T17:04:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:57 smithi184 conmon[26177]: cluster 2021-07-09T17:04:55.836554+0000 mgr.smithi184.rkuohv (mgr.14162) 357 : cluster [DBG] 2021-07-09T17:04:57.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:57 smithi184 conmon[26177]: pgmap v300: 97 pgs: 97 active+clean; 326 MiB data, 3.7 GiB used, 354 GiB / 358 GiB avail; 13 KiB/s rd, 7.3 MiB/s wr, 641 op/s 2021-07-09T17:04:57.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 185161 14.97 MB/sec execute 171 sec latency 53.390 ms 2021-07-09T17:04:58.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 185654 15.00 MB/sec execute 172 sec latency 57.319 ms 2021-07-09T17:04:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:59 smithi184 conmon[26177]: cluster 2021-07-09T17:04:57.837149+0000 mgr.smithi184.rkuohv (mgr.14162) 358 : cluster 2021-07-09T17:04:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:04:59 smithi184 conmon[26177]: [DBG] pgmap v301: 97 pgs: 97 active+clean; 319 MiB data, 3.7 GiB used, 354 GiB / 358 GiB avail; 8.5 KiB/s rd, 8.6 MiB/s wr, 686 op/s 2021-07-09T17:04:59.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 186214 14.98 MB/sec execute 173 sec latency 32.910 ms 2021-07-09T17:05:00.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 186617 14.94 MB/sec execute 174 sec latency 49.636 ms 2021-07-09T17:05:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:01 smithi184 conmon[26177]: cluster 2021-07-09T17:05:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:01 smithi184 conmon[26177]: 2021-07 2021-07-09T17:05:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:01 smithi184 conmon[26177]: -09T17:04:59.838971+0000 mgr.smithi184.rkuohv (mgr.14162) 359 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 322 MiB data, 3.7 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 527 op/s 2021-07-09T17:05:01.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 187322 15.00 MB/sec execute 175 sec latency 47.513 ms 2021-07-09T17:05:02.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 187974 14.99 MB/sec execute 176 sec latency 44.900 ms 2021-07-09T17:05:03.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: cluster 2021-07-09T17:05:03.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: 2021-07-09T17:05:03.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: 2021 2021-07-09T17:05:03.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: - 2021-07-09T17:05:03.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: 07 2021-07-09T17:05:03.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: - 2021-07-09T17:05:03.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: 09 2021-07-09T17:05:03.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: T 2021-07-09T17:05:03.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: 17 2021-07-09T17:05:03.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: : 2021-07-09T17:05:03.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: 05 2021-07-09T17:05:03.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: : 2021-07-09T17:05:03.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: 01 2021-07-09T17:05:03.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: . 2021-07-09T17:05:03.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: 839510 2021-07-09T17:05:03.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: +0000 2021-07-09T17:05:03.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: 2021-07-09T17:05:03.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:05:03.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: ( 2021-07-09T17:05:03.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:03 smithi184 conmon[26177]: mgr.14162) 360 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 328 MiB data, 3.7 GiB used, 354 GiB / 358 GiB avail; 8.2 KiB/s rd, 7.9 MiB/s wr, 725 op/s 2021-07-09T17:05:03.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 188540 14.98 MB/sec execute 177 sec latency 29.051 ms 2021-07-09T17:05:04.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 188970 14.97 MB/sec execute 178 sec latency 65.457 ms 2021-07-09T17:05:05.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:05 smithi184 conmon[26177]: cluster 2021-07-09T17:05:03.839973+0000 mgr.smithi184.rkuohv (mgr.14162) 361 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 326 MiB data, 3.7 GiB used, 354 GiB / 358 GiB avail; 8.2 KiB/s rd, 7.3 MiB/s wr, 640 op/s 2021-07-09T17:05:05.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 189478 14.99 MB/sec execute 179 sec latency 43.190 ms 2021-07-09T17:05:06.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 189948 14.95 MB/sec execute 180 sec latency 44.857 ms 2021-07-09T17:05:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:07 smithi184 conmon[26177]: cluster 2021-07-09T17:05:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:07 smithi184 conmon[26177]: 2021-07-09T17:05:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:07 smithi184 conmon[26177]: 2021-07-09T17:05:05.840361+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:05:07.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:07 smithi184 conmon[26177]: mgr.14162) 362 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 326 MiB data, 3.7 GiB used, 354 GiB / 358 GiB avail; 13 KiB/s rd, 6.1 MiB/s wr, 532 op/s 2021-07-09T17:05:07.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 190311 14.92 MB/sec execute 181 sec latency 103.581 ms 2021-07-09T17:05:08.535 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:05:08.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 190795 14.94 MB/sec execute 182 sec latency 48.654 ms 2021-07-09T17:05:08.993 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:05:08.993 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (7m) 3m ago 8m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:05:08.993 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (8m) 3m ago 8m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:05:08.994 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (7m) 3m ago 8m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:05:08.994 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (5m) 3m ago 5m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:05:08.995 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (5m) 3m ago 5m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:05:08.995 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (10m) 3m ago 10m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:05:08.995 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (10m) 3m ago 10m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:05:08.995 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (5m) 3m ago 5m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:05:08.996 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (8m) 3m ago 8m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:05:08.996 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (8m) 3m ago 8m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:05:08.996 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (7m) 3m ago 7m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:05:08.996 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (7m) 3m ago 7m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:05:08.997 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (7m) 3m ago 6m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:05:08.997 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (8m) 3m ago 8m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:05:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:09 smithi184 conmon[26177]: cluster 2021-07-09T17:05:07.840986+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:05:09.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:09 smithi184 conmon[26177]: ) 363 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 326 MiB data, 3.8 GiB used, 354 GiB / 358 GiB avail; 8.3 KiB/s rd, 8.5 MiB/s wr, 739 op/s 2021-07-09T17:05:09.506 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:05:09.506 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:05:09.507 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:05:09.507 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:05:09.507 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:05:09.507 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:05:09.507 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:05:09.508 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:05:09.508 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:05:09.508 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:05:09.508 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:05:09.509 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:05:09.509 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:05:09.509 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:05:09.509 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:05:09.510 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:05:09.510 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:05:09.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 191226 14.90 MB/sec execute 183 sec latency 64.711 ms 2021-07-09T17:05:10.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:10 smithi184 conmon[26177]: audit 2021-07-09T17:05:10.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:10 smithi184 conmon[26177]: 2021-07-09T17:05:08.514113+0000 mgr.smithi184.rkuohv (mgr.14162) 364 : audit [DBG] from='client.14360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:05:10.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:10 smithi184 conmon[26177]: audit 2021-07-09T17:05 2021-07-09T17:05:10.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:10 smithi184 conmon[26177]: :08.983923+0000 mgr.smithi184.rkuohv (mgr.14162) 365 : audit [DBG] from='client.14362 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:05:10.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:10 smithi184 conmon[26177]: audit 2021-07-09T17 2021-07-09T17:05:10.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:10 smithi184 conmon[26177]: :05:09.505528+0000 mon.smithi184 (mon.0 2021-07-09T17:05:10.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:10 smithi184 conmon[26177]: ) 431 : audit [DBG] from='client.? 172.21.15.184:0/3970227119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:05:10.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 191670 14.87 MB/sec execute 184 sec latency 32.748 ms 2021-07-09T17:05:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:11 smithi184 conmon[26177]: cluster 2021-07-09T17:05:09.841440+0000 mgr.smithi184.rkuohv (mgr.14162) 366 : cluster [DBG] 2021-07-09T17:05:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:11 smithi184 conmon[26177]: pgmap v307: 97 pgs: 97 active+clean; 323 MiB data, 3.8 GiB used, 354 GiB / 358 GiB avail; 12 KiB/s rd, 7.0 MiB/s wr, 610 op/s 2021-07-09T17:05:11.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 192218 14.87 MB/sec execute 185 sec latency 39.758 ms 2021-07-09T17:05:12.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 192627 14.88 MB/sec execute 186 sec latency 64.707 ms 2021-07-09T17:05:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:13 smithi184 conmon[26177]: cluster 2021-07-09T17:05:11.841981+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:05:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:13 smithi184 conmon[26177]: ) 367 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 328 MiB data, 3.8 GiB used, 354 GiB / 358 GiB avail; 9.3 KiB/s rd, 8.1 MiB/s wr, 731 op/s 2021-07-09T17:05:13.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 193151 14.88 MB/sec execute 187 sec latency 39.632 ms 2021-07-09T17:05:14.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 193590 14.83 MB/sec execute 188 sec latency 54.930 ms 2021-07-09T17:05:15.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:15 smithi184 conmon[26177]: cluster 2021-07-09T17:05:15.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:15 smithi184 conmon[26177]: 2021-07-09T17: 2021-07-09T17:05:15.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:15 smithi184 conmon[26177]: 05:13.842465+0000 mgr.smithi184.rkuohv (mgr.14162) 368 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 325 MiB data, 3.8 GiB used, 354 GiB / 358 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 550 op/s 2021-07-09T17:05:15.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 193981 14.82 MB/sec execute 189 sec latency 72.415 ms 2021-07-09T17:05:16.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 194470 14.82 MB/sec execute 190 sec latency 81.853 ms 2021-07-09T17:05:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:17 smithi184 conmon[26177]: cluster 2021-07-09T17:05:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:17 smithi184 conmon[26177]: 2021-07-09T17:05:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:17 smithi184 conmon[26177]: 2021 2021-07-09T17:05:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:17 smithi184 conmon[26177]: - 2021-07-09T17:05:17.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:17 smithi184 conmon[26177]: 07 2021-07-09T17:05:17.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:17 smithi184 conmon[26177]: - 2021-07-09T17:05:17.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:17 smithi184 conmon[26177]: 09 2021-07-09T17:05:17.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:17 smithi184 conmon[26177]: T17:05:15.842932+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:05:17.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:17 smithi184 conmon[26177]: mgr.14162) 369 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 324 MiB data, 3.8 GiB used, 354 GiB / 358 GiB avail; 12 KiB/s rd, 5.8 MiB/s wr, 484 op/s 2021-07-09T17:05:17.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 194940 14.79 MB/sec execute 191 sec latency 56.582 ms 2021-07-09T17:05:18.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 195417 14.77 MB/sec execute 192 sec latency 43.571 ms 2021-07-09T17:05:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: cluster 2021-07-09T17:05:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 2021-07-09T17:05:19.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 2021 2021-07-09T17:05:19.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: - 2021-07-09T17:05:19.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 07 2021-07-09T17:05:19.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: - 2021-07-09T17:05:19.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 09 2021-07-09T17:05:19.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: T 2021-07-09T17:05:19.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 17 2021-07-09T17:05:19.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: : 2021-07-09T17:05:19.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 05 2021-07-09T17:05:19.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: : 2021-07-09T17:05:19.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 17 2021-07-09T17:05:19.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: . 2021-07-09T17:05:19.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 843508 2021-07-09T17:05:19.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: +0000 2021-07-09T17:05:19.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 2021-07-09T17:05:19.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:05:19.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: ( 2021-07-09T17:05:19.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: mgr 2021-07-09T17:05:19.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: . 2021-07-09T17:05:19.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 14162 2021-07-09T17:05:19.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: ) 2021-07-09T17:05:19.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 370 2021-07-09T17:05:19.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: : 2021-07-09T17:05:19.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: cluster 2021-07-09T17:05:19.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 2021-07-09T17:05:19.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: [DBG] 2021-07-09T17:05:19.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 2021-07-09T17:05:19.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: pgmap v311: 97 pgs: 97 active+clean; 331 MiB data, 3.8 GiB used, 354 GiB / 358 GiB avail; 6.7 KiB/s rd, 8.1 MiB/s wr, 701 op/s 2021-07-09T17:05:19.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:19 smithi184 conmon[26177]: 2021-07-09T17:05:19.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 195902 14.77 MB/sec execute 193 sec latency 67.385 ms 2021-07-09T17:05:20.971 INFO:teuthology.orchestra.run.smithi184.stdout: 5 196340 14.79 MB/sec execute 194 sec latency 47.968 ms 2021-07-09T17:05:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:21 smithi184 conmon[26177]: cluster 2021-07-09T17:05:19.843889+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:05:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:21 smithi184 conmon[26177]: mgr.14162) 371 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 329 MiB data, 3.8 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 5.8 MiB/s wr, 490 op/s 2021-07-09T17:05:21.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 196834 14.77 MB/sec execute 195 sec latency 42.883 ms 2021-07-09T17:05:22.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 197254 14.73 MB/sec execute 196 sec latency 45.500 ms 2021-07-09T17:05:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:23 smithi184 conmon[26177]: cluster 2021-07-09T17:05:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:23 smithi184 conmon[26177]: 2021-07 2021-07-09T17:05:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:23 smithi184 conmon[26177]: -09T17:05:21.844428+0000 mgr.smithi184.rkuohv (mgr.14162) 372 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 328 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 7.5 KiB/s rd, 6.8 MiB/s wr, 592 op/s 2021-07-09T17:05:23.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 197692 14.72 MB/sec execute 197 sec latency 67.848 ms 2021-07-09T17:05:24.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 198157 14.73 MB/sec execute 198 sec latency 38.622 ms 2021-07-09T17:05:25.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: cluster 2021-07-09T17:05:25.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 2021-07-09T17:05:25.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 2021 2021-07-09T17:05:25.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: - 2021-07-09T17:05:25.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 07 2021-07-09T17:05:25.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: - 2021-07-09T17:05:25.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 09 2021-07-09T17:05:25.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: T 2021-07-09T17:05:25.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 17 2021-07-09T17:05:25.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: : 2021-07-09T17:05:25.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 05 2021-07-09T17:05:25.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: : 2021-07-09T17:05:25.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 23 2021-07-09T17:05:25.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: . 2021-07-09T17:05:25.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 844905 2021-07-09T17:05:25.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: +0000 2021-07-09T17:05:25.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 2021-07-09T17:05:25.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:05:25.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: ( 2021-07-09T17:05:25.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: mgr 2021-07-09T17:05:25.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: . 2021-07-09T17:05:25.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 14162 2021-07-09T17:05:25.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: ) 2021-07-09T17:05:25.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 373 2021-07-09T17:05:25.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: : 2021-07-09T17:05:25.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: cluster 2021-07-09T17:05:25.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 2021-07-09T17:05:25.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: [DBG] 2021-07-09T17:05:25.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 2021-07-09T17:05:25.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: pgmap v314: 97 pgs: 97 active+clean; 326 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 7.4 KiB/s rd, 6.0 MiB/s wr, 416 op/s 2021-07-09T17:05:25.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:25 smithi184 conmon[26177]: 2021-07-09T17:05:25.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 198521 14.68 MB/sec execute 199 sec latency 94.661 ms 2021-07-09T17:05:26.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:26 smithi184 conmon[26177]: audit 2021-07-09T17:05:25.535464+0000 mon.smithi184 2021-07-09T17:05:26.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:26 smithi184 conmon[26177]: (mon.0) 432 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:05:26.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:26 smithi184 conmon[26177]: audit 2021-07-09T17:05:25.929249+0000 mon.smithi184 (mon.0) 433 : 2021-07-09T17:05:26.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:26 smithi184 conmon[26177]: audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:05:26.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 199003 14.67 MB/sec execute 200 sec latency 46.309 ms 2021-07-09T17:05:27.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:27 smithi184 conmon[26177]: cluster 2021-07-09T17:05:25.845298+0000 mgr.smithi184.rkuohv (mgr.14162) 374 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 329 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 479 op/s 2021-07-09T17:05:27.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 199618 14.70 MB/sec execute 201 sec latency 52.399 ms 2021-07-09T17:05:28.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 200185 14.70 MB/sec execute 202 sec latency 41.638 ms 2021-07-09T17:05:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:29 smithi184 conmon[26177]: cluster 2021-07-09T17:05:27.845836+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:05:29.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:29 smithi184 conmon[26177]: ) 375 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 329 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 7.8 KiB/s rd, 7.8 MiB/s wr, 614 op/s 2021-07-09T17:05:29.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 200667 14.68 MB/sec execute 203 sec latency 29.724 ms 2021-07-09T17:05:30.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 201098 14.67 MB/sec execute 204 sec latency 74.684 ms 2021-07-09T17:05:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: cluster 2021-07-09T17:05:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 2021-07-09T17:05:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 2021 2021-07-09T17:05:31.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: - 2021-07-09T17:05:31.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 07 2021-07-09T17:05:31.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: - 2021-07-09T17:05:31.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 09 2021-07-09T17:05:31.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: T 2021-07-09T17:05:31.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 17 2021-07-09T17:05:31.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: : 2021-07-09T17:05:31.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 05 2021-07-09T17:05:31.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: : 2021-07-09T17:05:31.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 29 2021-07-09T17:05:31.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: . 2021-07-09T17:05:31.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 846302 2021-07-09T17:05:31.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: +0000 2021-07-09T17:05:31.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 2021-07-09T17:05:31.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:05:31.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: ( 2021-07-09T17:05:31.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: mgr 2021-07-09T17:05:31.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: . 2021-07-09T17:05:31.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 14162 2021-07-09T17:05:31.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: ) 2021-07-09T17:05:31.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 376 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 328 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 5.8 MiB/s wr, 478 op/s 2021-07-09T17:05:31.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:31 smithi184 conmon[26177]: 2021-07-09T17:05:31.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 201619 14.69 MB/sec execute 205 sec latency 62.238 ms 2021-07-09T17:05:32.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 202108 14.65 MB/sec execute 206 sec latency 82.379 ms 2021-07-09T17:05:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:33 smithi184 conmon[26177]: cluster 2021-07-09T17:05:31.846785+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:05:33.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:33 smithi184 conmon[26177]: mgr.14162) 377 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 331 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 6.8 KiB/s rd, 7.2 MiB/s wr, 654 op/s 2021-07-09T17:05:33.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 202648 14.65 MB/sec execute 207 sec latency 33.246 ms 2021-07-09T17:05:34.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 203133 14.66 MB/sec execute 208 sec latency 72.460 ms 2021-07-09T17:05:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:35 smithi184 conmon[26177]: cluster 2021-07-09T17:05:33.847270+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:05:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:35 smithi184 conmon[26177]: mgr.14162) 378 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 329 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 6.7 KiB/s rd, 6.8 MiB/s wr, 570 op/s 2021-07-09T17:05:35.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 203639 14.66 MB/sec execute 209 sec latency 59.067 ms 2021-07-09T17:05:36.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 204144 14.63 MB/sec execute 210 sec latency 37.730 ms 2021-07-09T17:05:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: cluster 2021-07-09T17:05:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: 2021-07-09T17:05:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: 2021 2021-07-09T17:05:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: - 2021-07-09T17:05:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: 07 2021-07-09T17:05:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: - 2021-07-09T17:05:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: 09 2021-07-09T17:05:37.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: T 2021-07-09T17:05:37.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: 17:05:35.847719+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:05:37.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:37 smithi184 conmon[26177]: .14162) 379 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 331 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 12 KiB/s rd, 6.2 MiB/s wr, 566 op/s 2021-07-09T17:05:37.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 204494 14.61 MB/sec execute 211 sec latency 57.892 ms 2021-07-09T17:05:38.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 205014 14.63 MB/sec execute 212 sec latency 66.402 ms 2021-07-09T17:05:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:39 smithi184 conmon[26177]: cluster 2021-07-09T17:05:37.848271+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:05:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:39 smithi184 conmon[26177]: .14162) 380 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 330 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 8.5 KiB/s rd, 8.1 MiB/s wr, 645 op/s 2021-07-09T17:05:39.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 205540 14.61 MB/sec execute 213 sec latency 45.337 ms 2021-07-09T17:05:40.006 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:05:40.450 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:05:40.450 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (8m) 4m ago 9m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:05:40.450 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (9m) 4m ago 9m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:05:40.451 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (8m) 4m ago 9m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:05:40.451 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (6m) 4m ago 6m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:05:40.451 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (6m) 4m ago 6m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:05:40.451 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (10m) 4m ago 10m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:05:40.452 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (10m) 4m ago 10m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:05:40.452 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (5m) 4m ago 5m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:05:40.452 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (8m) 4m ago 8m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:05:40.453 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (8m) 4m ago 8m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:05:40.453 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (8m) 4m ago 8m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:05:40.453 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (7m) 4m ago 7m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:05:40.453 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (7m) 4m ago 7m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:05:40.454 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (8m) 4m ago 8m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:05:40.968 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:05:40.968 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:05:40.969 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:05:40.969 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:05:40.969 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:05:40.969 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:05:40.970 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:05:40.970 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:05:40.970 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:05:40.970 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:05:40.971 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:05:40.971 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:05:40.971 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:05:40.971 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:05:40.972 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:05:40.972 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:05:40.972 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:05:40.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 206033 14.59 MB/sec execute 214 sec latency 30.587 ms 2021-07-09T17:05:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:41 smithi184 conmon[26177]: cluster 2021-07-09T17:05:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:41 smithi184 conmon[26177]: 2021-07-09T17 2021-07-09T17:05:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:41 smithi184 conmon[26177]: :05:39.848722+0000 mgr.smithi184.rkuohv (mgr.14162) 381 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 336 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 12 KiB/s rd, 6.9 MiB/s wr, 670 op/s 2021-07-09T17:05:41.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:41 smithi184 conmon[26177]: audit 2021-07-09T17:05:41.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:41 smithi184 conmon[26177]: 2021-07-09T17 2021-07-09T17:05:41.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:41 smithi184 conmon[26177]: :05:39.988954+0000 mgr.smithi184.rkuohv (mgr.14162) 382 : audit [DBG] from='client.14366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:05:41.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:41 smithi184 conmon[26177]: audit 2021-07- 2021-07-09T17:05:41.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:41 smithi184 conmon[26177]: 09T17:05:40.967122+0000 mon.smithi184 (mon.0) 434 2021-07-09T17:05:41.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:41 smithi184 conmon[26177]: : audit [DBG] from='client.? 172.21.15.184:0/2310276916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:05:41.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 206807 14.64 MB/sec execute 215 sec latency 95.209 ms 2021-07-09T17:05:42.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:42 smithi184 conmon[26177]: audit 2021-07-09T17:05:40.443233+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:05:42.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:42 smithi184 conmon[26177]: .14162) 383 : audit [DBG] from='client.14368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:05:42.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 207571 14.66 MB/sec execute 216 sec latency 43.385 ms 2021-07-09T17:05:43.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:43 smithi184 conmon[26177]: cluster 2021-07-09T17:05:41.849274+0000 2021-07-09T17:05:43.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:43 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 384 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 334 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 9.1 KiB/s rd, 7.6 MiB/s wr, 640 op/s 2021-07-09T17:05:43.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 207994 14.64 MB/sec execute 217 sec latency 36.124 ms 2021-07-09T17:05:44.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 208431 14.64 MB/sec execute 218 sec latency 96.777 ms 2021-07-09T17:05:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:45 smithi184 conmon[26177]: cluster 2021-07-09T17:05:43.849737+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:05:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:45 smithi184 conmon[26177]: 385 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 332 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 9.0 KiB/s rd, 7.0 MiB/s wr, 551 op/s 2021-07-09T17:05:45.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 209034 14.64 MB/sec execute 219 sec latency 30.471 ms 2021-07-09T17:05:46.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 209515 14.62 MB/sec execute 220 sec latency 51.025 ms 2021-07-09T17:05:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:47 smithi184 conmon[26177]: cluster 2021-07-09T17:05:45.850178+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:05:47.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:47 smithi184 conmon[26177]: .14162) 386 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 333 MiB data, 4.1 GiB used, 354 GiB / 358 GiB avail; 14 KiB/s rd, 6.4 MiB/s wr, 532 op/s 2021-07-09T17:05:47.972 INFO:teuthology.orchestra.run.smithi184.stdout: 5 210110 14.63 MB/sec execute 221 sec latency 54.297 ms 2021-07-09T17:05:48.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 210526 14.64 MB/sec execute 222 sec latency 62.401 ms 2021-07-09T17:05:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: cluster 2021-07-09T17:05:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: 2021-07-09T17:05:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: 2021 2021-07-09T17:05:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: - 2021-07-09T17:05:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: 07 2021-07-09T17:05:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: - 2021-07-09T17:05:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: 09 2021-07-09T17:05:49.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: T 2021-07-09T17:05:49.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: 17 2021-07-09T17:05:49.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: : 2021-07-09T17:05:49.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: 05:47.850735+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:05:49.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:49 smithi184 conmon[26177]: 387 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 333 MiB data, 4.1 GiB used, 354 GiB / 358 GiB avail; 8.7 KiB/s rd, 9.1 MiB/s wr, 796 op/s 2021-07-09T17:05:49.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 211014 14.63 MB/sec execute 223 sec latency 31.295 ms 2021-07-09T17:05:50.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 211483 14.60 MB/sec execute 224 sec latency 48.288 ms 2021-07-09T17:05:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:51 smithi184 conmon[26177]: cluster 2021-07-09T17:05:49.851157+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:05:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:51 smithi184 conmon[26177]: 388 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 333 MiB data, 4.1 GiB used, 353 GiB / 358 GiB avail; 12 KiB/s rd, 7.1 MiB/s wr, 679 op/s 2021-07-09T17:05:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:51 smithi184 conmon[26177]: audit 2021-07-09T17:05:50.353033+0000 mon.smithi184 (mon.0) 435 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:05:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:51 smithi184 conmon[26177]: audit 2021-07-09T17:05:50.354295+0000 mon.smithi184 (mon.0) 436 : audit 2021-07-09T17:05:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:51 smithi184 conmon[26177]: [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:05:51.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 212028 14.62 MB/sec execute 225 sec latency 63.404 ms 2021-07-09T17:05:52.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 212595 14.61 MB/sec execute 226 sec latency 27.639 ms 2021-07-09T17:05:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: cluster 2021-07-09T17:05:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: 2021-07-09T17:05:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: 2021 2021-07-09T17:05:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: - 2021-07-09T17:05:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: 07 2021-07-09T17:05:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: - 2021-07-09T17:05:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: 09 2021-07-09T17:05:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: T 2021-07-09T17:05:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: 17 2021-07-09T17:05:53.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: : 2021-07-09T17:05:53.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: 05 2021-07-09T17:05:53.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: : 2021-07-09T17:05:53.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: 51 2021-07-09T17:05:53.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: .852431+0000 mgr.smithi184.rkuohv (mgr.14162) 389 : 2021-07-09T17:05:53.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:53 smithi184 conmon[26177]: cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 337 MiB data, 4.1 GiB used, 353 GiB / 358 GiB avail; 8.0 KiB/s rd, 7.7 MiB/s wr, 605 op/s 2021-07-09T17:05:53.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 212976 14.58 MB/sec execute 227 sec latency 56.703 ms 2021-07-09T17:05:54.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 213523 14.58 MB/sec execute 228 sec latency 43.341 ms 2021-07-09T17:05:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:55 smithi184 conmon[26177]: cluster 2021-07-09T17:05:53.852854+0000 mgr.smithi184.rkuohv (mgr.14162) 390 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 337 MiB data, 4.1 GiB used, 353 GiB / 358 GiB avail; 7.9 KiB/s rd, 7.7 MiB/s wr, 639 op/s 2021-07-09T17:05:55.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 214047 14.60 MB/sec execute 229 sec latency 46.461 ms 2021-07-09T17:05:56.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 214595 14.60 MB/sec execute 230 sec latency 41.001 ms 2021-07-09T17:05:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:57 smithi184 conmon[26177]: cluster 2021-07-09T17:05:55.853291+0000 2021-07-09T17:05:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:57 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 391 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 341 MiB data, 4.1 GiB used, 353 GiB / 358 GiB avail; 12 KiB/s rd, 6.9 MiB/s wr, 573 op/s 2021-07-09T17:05:57.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 215011 14.57 MB/sec execute 231 sec latency 54.601 ms 2021-07-09T17:05:58.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 215418 14.56 MB/sec execute 232 sec latency 62.990 ms 2021-07-09T17:05:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: cluster 2021-07-09T17:05:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: 2021-07-09T17:05:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: 2021 2021-07-09T17:05:59.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: - 2021-07-09T17:05:59.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: 07 2021-07-09T17:05:59.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: - 2021-07-09T17:05:59.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: 09 2021-07-09T17:05:59.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: T 2021-07-09T17:05:59.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: 17 2021-07-09T17:05:59.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: : 2021-07-09T17:05:59.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: 05 2021-07-09T17:05:59.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: : 2021-07-09T17:05:59.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: 57 2021-07-09T17:05:59.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: . 2021-07-09T17:05:59.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: 853904+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:05:59.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:05:59 smithi184 conmon[26177]: ) 392 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 335 MiB data, 4.2 GiB used, 353 GiB / 358 GiB avail; 7.9 KiB/s rd, 9.1 MiB/s wr, 785 op/s 2021-07-09T17:05:59.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 215896 14.57 MB/sec execute 233 sec latency 37.937 ms 2021-07-09T17:06:00.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 216323 14.53 MB/sec execute 234 sec latency 83.654 ms 2021-07-09T17:06:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:01 smithi184 conmon[26177]: cluster 2021-07-09T17:05:59.854363+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:06:01.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:01 smithi184 conmon[26177]: .14162) 393 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 334 MiB data, 4.2 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 6.3 MiB/s wr, 512 op/s 2021-07-09T17:06:01.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 216706 14.51 MB/sec execute 235 sec latency 49.904 ms 2021-07-09T17:06:02.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 217190 14.51 MB/sec execute 236 sec latency 60.493 ms 2021-07-09T17:06:03.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:03 smithi184 conmon[26177]: cluster 2021-07-09T17:06:03.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:03 smithi184 conmon[26177]: 2021-07-09T17:06:03.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:03 smithi184 conmon[26177]: 2021 2021-07-09T17:06:03.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:03 smithi184 conmon[26177]: -07-09T17: 2021-07-09T17:06:03.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:03 smithi184 conmon[26177]: 06:01.854868+0000 mgr.smithi184.rkuohv (mgr.14162) 394 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 331 MiB data, 4.2 GiB used, 353 GiB / 358 GiB avail; 8.2 KiB/s rd, 7.5 MiB/s wr, 631 op/s 2021-07-09T17:06:03.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 217678 14.53 MB/sec execute 237 sec latency 51.710 ms 2021-07-09T17:06:04.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 218236 14.51 MB/sec execute 238 sec latency 31.801 ms 2021-07-09T17:06:05.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:05 smithi184 conmon[26177]: cluster 2021-07-09T17:06:03.855317+0000 2021-07-09T17:06:05.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:05 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 395 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 331 MiB data, 4.2 GiB used, 353 GiB / 358 GiB avail; 8.1 KiB/s rd, 6.6 MiB/s wr, 556 op/s 2021-07-09T17:06:05.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 218623 14.49 MB/sec execute 239 sec latency 55.717 ms 2021-07-09T17:06:06.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 219044 14.49 MB/sec execute 240 sec latency 74.155 ms 2021-07-09T17:06:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:07 smithi184 conmon[26177]: cluster 2021-07-09T17:06:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:07 smithi184 conmon[26177]: 2021-07-09T17:06:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:07 smithi184 conmon[26177]: 2021 2021-07-09T17:06:07.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:07 smithi184 conmon[26177]: - 2021-07-09T17:06:07.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:07 smithi184 conmon[26177]: 07-09T17:06:05.855771+0000 2021-07-09T17:06:07.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:07 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 396 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 338 MiB data, 4.2 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 587 op/s 2021-07-09T17:06:07.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 219525 14.48 MB/sec execute 241 sec latency 38.585 ms 2021-07-09T17:06:08.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 219951 14.46 MB/sec execute 242 sec latency 56.687 ms 2021-07-09T17:06:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:09 smithi184 conmon[26177]: cluster 2021-07-09T17:06:07.856390+0000 mgr.smithi184.rkuohv (mgr.14162) 397 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 336 MiB data, 4.3 GiB used, 353 GiB / 358 GiB avail; 6.8 KiB/s rd, 7.8 MiB/s wr, 629 op/s 2021-07-09T17:06:09.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 220432 14.45 MB/sec execute 243 sec latency 36.948 ms 2021-07-09T17:06:10.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 220847 14.44 MB/sec execute 244 sec latency 51.810 ms 2021-07-09T17:06:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:11 smithi184 conmon[26177]: cluster 2021-07-09T17:06:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:11 smithi184 conmon[26177]: 2021-07-09T17:06 2021-07-09T17:06:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:11 smithi184 conmon[26177]: :09.856786+0000 mgr.smithi184.rkuohv (mgr.14162) 398 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 338 MiB data, 4.3 GiB used, 353 GiB / 358 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 470 op/s 2021-07-09T17:06:11.484 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:06:11.939 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:06:11.940 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (8m) 4m ago 9m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:06:11.940 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (9m) 4m ago 9m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:06:11.941 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (8m) 4m ago 9m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:06:11.941 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (6m) 4m ago 6m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:06:11.941 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (6m) 4m ago 6m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:06:11.942 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (11m) 4m ago 11m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:06:11.942 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (11m) 4m ago 11m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:06:11.943 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (6m) 4m ago 6m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:06:11.943 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (9m) 4m ago 9m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:06:11.944 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (9m) 4m ago 9m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:06:11.944 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (8m) 4m ago 8m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:06:11.945 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (8m) 4m ago 8m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:06:11.945 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (8m) 4m ago 8m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:06:11.945 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (9m) 4m ago 9m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:06:11.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 221273 14.44 MB/sec execute 245 sec latency 92.894 ms 2021-07-09T17:06:12.430 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:06:12.430 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:06:12.430 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:06:12.431 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:06:12.431 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:06:12.431 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:06:12.432 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:06:12.432 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:06:12.432 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:06:12.432 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:06:12.434 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:06:12.434 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:06:12.434 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:06:12.434 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:06:12.435 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:06:12.435 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:06:12.435 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:06:12.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 221782 14.43 MB/sec execute 246 sec latency 35.487 ms 2021-07-09T17:06:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: audit 2021-07-09T17:06:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 2021-07-09T17:06:13.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 2021 2021-07-09T17:06:13.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: - 2021-07-09T17:06:13.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 07 2021-07-09T17:06:13.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: - 2021-07-09T17:06:13.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 09 2021-07-09T17:06:13.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: T 2021-07-09T17:06:13.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 17 2021-07-09T17:06:13.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: : 2021-07-09T17:06:13.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 06 2021-07-09T17:06:13.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: : 2021-07-09T17:06:13.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 11 2021-07-09T17:06:13.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: . 2021-07-09T17:06:13.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 460116 2021-07-09T17:06:13.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: +0000 2021-07-09T17:06:13.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 2021-07-09T17:06:13.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:06:13.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: ( 2021-07-09T17:06:13.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: mgr 2021-07-09T17:06:13.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: . 2021-07-09T17:06:13.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 14162 2021-07-09T17:06:13.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: ) 2021-07-09T17:06:13.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 399 2021-07-09T17:06:13.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: : 2021-07-09T17:06:13.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: audit 2021-07-09T17:06:13.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 2021-07-09T17:06:13.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: [DBG] 2021-07-09T17:06:13.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 2021-07-09T17:06:13.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: from='client.14372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:06:13.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 2021-07-09T17:06:13.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: cluster 2021-07-09T17:06:13.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 2021-07-09T17:06: 2021-07-09T17:06:13.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 11.857345+0000 mgr.smithi184.rkuohv (mgr.14162) 400 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 336 MiB data, 4.3 GiB used, 353 GiB / 358 GiB avail; 7.2 KiB/s rd, 6.8 MiB/s wr, 567 op/s 2021-07-09T17:06:13.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: audit 2021-07-09T17:06:11.931716+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:06:13.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: 14162) 401 : audit [DBG] from='client.14374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:06:13.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: audit 2021-07-09T17:06:12.429186 2021-07-09T17:06:13.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:13 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.184:0/1009659809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:06:13.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 222209 14.41 MB/sec execute 247 sec latency 68.766 ms 2021-07-09T17:06:14.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 222614 14.41 MB/sec execute 248 sec latency 82.136 ms 2021-07-09T17:06:15.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:15 smithi184 conmon[26177]: cluster 2021-07-09T17:06:13.857730+0000 mgr.smithi184.rkuohv (mgr.14162) 402 2021-07-09T17:06:15.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:15 smithi184 conmon[26177]: : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 340 MiB data, 4.3 GiB used, 353 GiB / 358 GiB avail; 7.1 KiB/s rd, 6.4 MiB/s wr, 505 op/s 2021-07-09T17:06:15.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 223056 14.40 MB/sec execute 249 sec latency 76.871 ms 2021-07-09T17:06:16.973 INFO:teuthology.orchestra.run.smithi184.stdout: 5 223481 14.38 MB/sec execute 250 sec latency 83.654 ms 2021-07-09T17:06:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:17 smithi184 conmon[26177]: cluster 2021-07-09T17:06:15.858088+0000 mgr.smithi184.rkuohv (mgr.14162) 403 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 336 MiB data, 4.3 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 494 op/s 2021-07-09T17:06:17.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 223937 14.37 MB/sec execute 251 sec latency 34.326 ms 2021-07-09T17:06:18.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 224347 14.35 MB/sec execute 252 sec latency 65.631 ms 2021-07-09T17:06:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:19 smithi184 conmon[26177]: cluster 2021-07-09T17:06:17.858699+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:06:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:19 smithi184 conmon[26177]: 14162) 404 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 336 MiB data, 4.3 GiB used, 353 GiB / 358 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 621 op/s 2021-07-09T17:06:19.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 224792 14.36 MB/sec execute 253 sec latency 72.308 ms 2021-07-09T17:06:20.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 225308 14.35 MB/sec execute 254 sec latency 47.448 ms 2021-07-09T17:06:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:21 smithi184 conmon[26177]: cluster 2021-07-09T17:06:19.859126+0000 2021-07-09T17:06:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:21 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 405 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 335 MiB data, 4.3 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2021-07-09T17:06:21.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 225729 14.33 MB/sec execute 255 sec latency 37.708 ms 2021-07-09T17:06:22.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 226148 14.33 MB/sec execute 256 sec latency 92.215 ms 2021-07-09T17:06:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:23 smithi184 conmon[26177]: cluster 2021-07-09T17:06:23.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:23 smithi184 conmon[26177]: 2021-07-09T17:06:23.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:23 smithi184 conmon[26177]: 2021 2021-07-09T17:06:23.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:23 smithi184 conmon[26177]: - 2021-07-09T17:06:23.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:23 smithi184 conmon[26177]: 07 2021-07-09T17:06:23.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:23 smithi184 conmon[26177]: -09T17:06:21.859649 2021-07-09T17:06:23.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:23 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 406 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 335 MiB data, 4.4 GiB used, 353 GiB / 358 GiB avail; 7.9 KiB/s rd, 6.5 MiB/s wr, 581 op/s 2021-07-09T17:06:23.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 226640 14.33 MB/sec execute 257 sec latency 38.143 ms 2021-07-09T17:06:24.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 227091 14.31 MB/sec execute 258 sec latency 59.766 ms 2021-07-09T17:06:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:25 smithi184 conmon[26177]: cluster 2021-07-09T17:06:23.860126+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:06:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:25 smithi184 conmon[26177]: .14162) 407 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 336 MiB data, 4.4 GiB used, 353 GiB / 358 GiB avail; 7.8 KiB/s rd, 6.2 MiB/s wr, 568 op/s 2021-07-09T17:06:25.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 227762 14.32 MB/sec execute 259 sec latency 47.398 ms 2021-07-09T17:06:26.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:26 smithi184 conmon[26177]: audit 2021-07-09T17:06:25.933282+0000 2021-07-09T17:06:26.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:26 smithi184 conmon[26177]: mon.smithi184 (mon.0) 438 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:06:26.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 228128 14.32 MB/sec execute 260 sec latency 93.426 ms 2021-07-09T17:06:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:27 smithi184 conmon[26177]: cluster 2021-07-09T17:06:25.860545+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:06:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:27 smithi184 conmon[26177]: mgr.14162) 408 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 337 MiB data, 4.4 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 5.4 MiB/s wr, 468 op/s 2021-07-09T17:06:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:27 smithi184 conmon[26177]: audit 2021-07-09T17:06:26.359144+0000 mon.smithi184 (mon.0) 439 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:06:27.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:27 smithi184 conmon[26177]: audit 2021-07-09T17:06:26.765222+0000 mon.smithi184 (mon.0) 440 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:06:27.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 228860 14.33 MB/sec execute 261 sec latency 56.694 ms 2021-07-09T17:06:28.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 229426 14.33 MB/sec execute 262 sec latency 25.640 ms 2021-07-09T17:06:29.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:29 smithi184 conmon[26177]: cluster 2021-07-09T17:06:27.861078+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:06:29.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:29 smithi184 conmon[26177]: 14162) 409 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 332 MiB data, 4.4 GiB used, 353 GiB / 358 GiB avail; 6.9 KiB/s rd, 8.1 MiB/s wr, 719 op/s 2021-07-09T17:06:29.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 229897 14.34 MB/sec execute 263 sec latency 79.111 ms 2021-07-09T17:06:30.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 230390 14.32 MB/sec execute 264 sec latency 63.303 ms 2021-07-09T17:06:31.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:31 smithi184 conmon[26177]: cluster 2021-07-09T17:06:29.861542+0000 2021-07-09T17:06:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:31 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 410 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 332 MiB data, 4.4 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 5.8 MiB/s wr, 477 op/s 2021-07-09T17:06:31.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 230811 14.31 MB/sec execute 265 sec latency 47.560 ms 2021-07-09T17:06:32.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 231372 14.31 MB/sec execute 266 sec latency 76.719 ms 2021-07-09T17:06:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:33 smithi184 conmon[26177]: cluster 2021-07-09T17:06:31.862015+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:06:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:33 smithi184 conmon[26177]: mgr.14162) 411 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 330 MiB data, 4.4 GiB used, 353 GiB / 358 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 683 op/s 2021-07-09T17:06:33.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 231733 14.31 MB/sec execute 267 sec latency 61.722 ms 2021-07-09T17:06:34.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 232233 14.30 MB/sec execute 268 sec latency 34.686 ms 2021-07-09T17:06:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:35 smithi184 conmon[26177]: cluster 2021-07-09T17:06:33.862429+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:06:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:35 smithi184 conmon[26177]: .14162) 412 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 331 MiB data, 4.4 GiB used, 353 GiB / 358 GiB avail; 8.1 KiB/s rd, 7.1 MiB/s wr, 607 op/s 2021-07-09T17:06:35.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 232665 14.28 MB/sec execute 269 sec latency 64.115 ms 2021-07-09T17:06:36.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 233034 14.26 MB/sec execute 270 sec latency 85.813 ms 2021-07-09T17:06:37.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:37 smithi184 conmon[26177]: cluster 2021-07-09T17:06:35.862881+0000 mgr.smithi184.rkuohv (mgr.14162) 413 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 331 MiB data, 4.4 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 525 op/s 2021-07-09T17:06:37.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 233562 14.27 MB/sec execute 271 sec latency 38.544 ms 2021-07-09T17:06:38.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 234030 14.26 MB/sec execute 272 sec latency 74.009 ms 2021-07-09T17:06:39.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:39 smithi184 conmon[26177]: cluster 2021-07-09T17:06:37.863510+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:06:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:39 smithi184 conmon[26177]: .14162) 414 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 328 MiB data, 4.5 GiB used, 353 GiB / 358 GiB avail; 7.7 KiB/s rd, 8.6 MiB/s wr, 740 op/s 2021-07-09T17:06:39.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 234460 14.26 MB/sec execute 273 sec latency 35.189 ms 2021-07-09T17:06:40.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 234917 14.24 MB/sec execute 274 sec latency 71.956 ms 2021-07-09T17:06:41.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:41 smithi184 conmon[26177]: cluster 2021-07-09T17:06:39.863923+0000 mgr.smithi184.rkuohv (mgr.14162) 415 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 329 MiB data, 4.5 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 487 op/s 2021-07-09T17:06:41.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 235308 14.24 MB/sec execute 275 sec latency 54.152 ms 2021-07-09T17:06:42.920 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:06:42.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 235781 14.23 MB/sec execute 276 sec latency 43.918 ms 2021-07-09T17:06:43.383 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:06:43.383 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (9m) 5m ago 10m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:06:43.384 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (10m) 5m ago 10m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:06:43.384 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (9m) 5m ago 10m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:06:43.384 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (7m) 5m ago 7m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:06:43.384 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (7m) 5m ago 7m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:06:43.385 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (11m) 5m ago 11m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:06:43.385 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (11m) 5m ago 11m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:06:43.385 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (6m) 5m ago 6m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:06:43.385 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (9m) 5m ago 9m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:06:43.386 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (9m) 5m ago 9m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:06:43.386 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (9m) 5m ago 9m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:06:43.386 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (8m) 5m ago 8m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:06:43.386 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (8m) 5m ago 8m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:06:43.387 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (9m) 5m ago 9m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:06:43.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:43 smithi184 conmon[26177]: cluster 2021-07-09T17:06:41.864508+0000 mgr.smithi184.rkuohv (mgr.14162) 416 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 333 MiB data, 4.5 GiB used, 353 GiB / 358 GiB avail; 6.8 KiB/s rd, 7.5 MiB/s wr, 677 op/s 2021-07-09T17:06:43.892 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:06:43.954 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:06:43.954 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:06:43.954 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:06:43.954 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:06:43.955 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:06:43.955 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:06:43.956 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:06:43.956 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:06:43.956 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:06:43.956 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:06:43.957 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:06:43.957 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:06:43.957 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:06:43.957 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:06:43.961 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:06:43.961 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:06:43.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 236196 14.21 MB/sec execute 277 sec latency 71.672 ms 2021-07-09T17:06:44.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:44 smithi184 conmon[26177]: audit 2021-07-09T17:06:42.898533+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:06:44.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:44 smithi184 conmon[26177]: ) 417 : audit [DBG] from='client.14378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:06:44.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:44 smithi184 conmon[26177]: audit 2021-07-09T17:06:43.890312+0000 mon.smithi184 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.184:0/3633957237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:06:44.974 INFO:teuthology.orchestra.run.smithi184.stdout: 5 236565 14.19 MB/sec execute 278 sec latency 78.866 ms 2021-07-09T17:06:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:45 smithi184 conmon[26177]: audit 2021-07-09T17:06:43.374568+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:06:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:45 smithi184 conmon[26177]: ) 418 : audit [DBG] from='client.14380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:06:45.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:45 smithi184 conmon[26177]: cluster 2021-07-09T17:06:43.864972+0000 mgr.smithi184.rkuohv (mgr.14162) 419 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 333 MiB data, 4.5 GiB used, 353 GiB / 358 GiB avail; 6.7 KiB/s rd, 6.4 MiB/s wr, 488 op/s 2021-07-09T17:06:45.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 237070 14.21 MB/sec execute 279 sec latency 53.083 ms 2021-07-09T17:06:46.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 237497 14.19 MB/sec execute 280 sec latency 115.982 ms 2021-07-09T17:06:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:47 smithi184 conmon[26177]: cluster 2021-07-09T17:06:45.867543+0000 mgr.smithi184.rkuohv (mgr.14162) 420 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 333 MiB data, 4.5 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 5.8 MiB/s wr, 467 op/s 2021-07-09T17:06:47.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 237927 14.17 MB/sec execute 281 sec latency 1116.021 ms 2021-07-09T17:06:48.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 238301 14.15 MB/sec execute 282 sec latency 2116.057 ms 2021-07-09T17:06:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:49 smithi184 conmon[26177]: cluster 2021-07-09T17:06:47.868063 2021-07-09T17:06:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:49 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 421 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 337 MiB data, 4.5 GiB used, 353 GiB / 358 GiB avail; 8.0 KiB/s rd, 7.8 MiB/s wr, 673 op/s 2021-07-09T17:06:49.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 238741 14.16 MB/sec execute 283 sec latency 3116.093 ms 2021-07-09T17:06:50.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 239249 14.14 MB/sec execute 284 sec latency 4116.134 ms 2021-07-09T17:06:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:51 smithi184 conmon[26177]: cluster 2021-07-09T17:06:49.868494+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:06:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:51 smithi184 conmon[26177]: 422 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 333 MiB data, 4.5 GiB used, 353 GiB / 358 GiB avail; 11 KiB/s rd, 5.6 MiB/s wr, 457 op/s 2021-07-09T17:06:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:51 smithi184 conmon[26177]: audit 2021-07-09T17:06:50.355530+0000 mon.smithi184 (mon.0) 442 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:06:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:51 smithi184 conmon[26177]: audit 2021-07-09T17:06:50.355796+0000 mon.smithi184 (mon.0) 443 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:06:51.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 239652 14.14 MB/sec execute 285 sec latency 5116.172 ms 2021-07-09T17:06:52.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 240104 14.14 MB/sec execute 286 sec latency 5306.619 ms 2021-07-09T17:06:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: cluster 2021-07-09T17:06:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: 2021-07-09T17:06:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: 2021 2021-07-09T17:06:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: - 2021-07-09T17:06:53.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: 07 2021-07-09T17:06:53.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: - 2021-07-09T17:06:53.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: 09 2021-07-09T17:06:53.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: T 2021-07-09T17:06:53.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: 17:06:51.869008+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:06:53.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:53 smithi184 conmon[26177]: .14162) 423 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 338 MiB data, 4.6 GiB used, 353 GiB / 358 GiB avail; 7.9 KiB/s rd, 6.8 MiB/s wr, 645 op/s 2021-07-09T17:06:53.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 240593 14.14 MB/sec execute 287 sec latency 60.083 ms 2021-07-09T17:06:54.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 241007 14.13 MB/sec execute 288 sec latency 37.648 ms 2021-07-09T17:06:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:55 smithi184 conmon[26177]: cluster 2021-07-09T17:06:53.869455+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:06:55.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:55 smithi184 conmon[26177]: 424 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 340 MiB data, 4.6 GiB used, 353 GiB / 358 GiB avail; 7.8 KiB/s rd, 5.8 MiB/s wr, 465 op/s 2021-07-09T17:06:55.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 241420 14.11 MB/sec execute 289 sec latency 73.808 ms 2021-07-09T17:06:56.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 241832 14.11 MB/sec execute 290 sec latency 52.927 ms 2021-07-09T17:06:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:57 smithi184 conmon[26177]: cluster 2021-07-09T17:06:55.869888+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:06:57.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:57 smithi184 conmon[26177]: mgr.14162) 425 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 332 MiB data, 4.6 GiB used, 353 GiB / 358 GiB avail; 8.9 KiB/s rd, 5.2 MiB/s wr, 450 op/s 2021-07-09T17:06:57.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 242366 14.10 MB/sec execute 291 sec latency 36.204 ms 2021-07-09T17:06:58.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 242778 14.09 MB/sec execute 292 sec latency 59.912 ms 2021-07-09T17:06:59.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:59 smithi184 conmon[26177]: cluster 2021-07-09T17:06:57.870496+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:06:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:06:59 smithi184 conmon[26177]: ) 426 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 331 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 8.6 KiB/s rd, 7.6 MiB/s wr, 654 op/s 2021-07-09T17:06:59.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 243267 14.09 MB/sec execute 293 sec latency 62.820 ms 2021-07-09T17:07:00.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 243741 14.09 MB/sec execute 294 sec latency 35.432 ms 2021-07-09T17:07:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:01 smithi184 conmon[26177]: cluster 2021-07-09T17:06:59.870881+0000 2021-07-09T17:07:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:01 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 427 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 331 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 444 op/s 2021-07-09T17:07:01.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 244183 14.08 MB/sec execute 295 sec latency 65.512 ms 2021-07-09T17:07:02.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 244634 14.08 MB/sec execute 296 sec latency 43.511 ms 2021-07-09T17:07:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:03 smithi184 conmon[26177]: cluster 2021-07-09T17:07:01.871402+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:07:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:03 smithi184 conmon[26177]: ) 428 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 8.8 KiB/s rd, 7.1 MiB/s wr, 646 op/s 2021-07-09T17:07:03.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 245002 14.05 MB/sec execute 297 sec latency 78.788 ms 2021-07-09T17:07:04.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 245446 14.06 MB/sec execute 298 sec latency 58.584 ms 2021-07-09T17:07:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:05 smithi184 conmon[26177]: cluster 2021-07-09T17:07:03.871817+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:07:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:05 smithi184 conmon[26177]: .14162) 429 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 337 MiB data, 3.9 GiB used, 354 GiB / 358 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 496 op/s 2021-07-09T17:07:05.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 245942 14.05 MB/sec execute 299 sec latency 61.582 ms 2021-07-09T17:07:06.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 246398 14.04 MB/sec execute 300 sec latency 38.372 ms 2021-07-09T17:07:07.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:07 smithi184 conmon[26177]: cluster 2021-07-09T17:07:05.872235+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:07:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:07 smithi184 conmon[26177]: 14162) 430 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 337 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 485 op/s 2021-07-09T17:07:07.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 246864 14.03 MB/sec execute 301 sec latency 90.063 ms 2021-07-09T17:07:08.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 247302 14.03 MB/sec execute 302 sec latency 36.266 ms 2021-07-09T17:07:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: cluster 2021-07-09T17:07:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 2021-07-09T17:07:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 2021 2021-07-09T17:07:09.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: - 2021-07-09T17:07:09.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 07 2021-07-09T17:07:09.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: - 2021-07-09T17:07:09.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 09 2021-07-09T17:07:09.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: T 2021-07-09T17:07:09.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 17 2021-07-09T17:07:09.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: : 2021-07-09T17:07:09.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 07 2021-07-09T17:07:09.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: : 2021-07-09T17:07:09.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 07 2021-07-09T17:07:09.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: . 2021-07-09T17:07:09.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 872784 2021-07-09T17:07:09.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: +0000 2021-07-09T17:07:09.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 2021-07-09T17:07:09.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:07:09.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: ( 2021-07-09T17:07:09.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: mgr 2021-07-09T17:07:09.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: . 2021-07-09T17:07:09.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 14162 2021-07-09T17:07:09.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: ) 2021-07-09T17:07:09.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 431 2021-07-09T17:07:09.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: : 2021-07-09T17:07:09.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: cluster 2021-07-09T17:07:09.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 2021-07-09T17:07:09.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: [DBG] 2021-07-09T17:07:09.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 2021-07-09T17:07:09.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: pgmap v366: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 695 op/s 2021-07-09T17:07:09.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:09 smithi184 conmon[26177]: 2021-07-09T17:07:09.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 247766 14.03 MB/sec execute 303 sec latency 73.213 ms 2021-07-09T17:07:10.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 248196 14.03 MB/sec execute 304 sec latency 33.962 ms 2021-07-09T17:07:11.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:11 smithi184 conmon[26177]: cluster 2021-07-09T17:07:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:11 smithi184 conmon[26177]: 2021-07-09T17:07:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:11 smithi184 conmon[26177]: 2021 2021-07-09T17:07:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:11 smithi184 conmon[26177]: - 2021-07-09T17:07:11.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:11 smithi184 conmon[26177]: 07-09T17:07:09.873266+0000 2021-07-09T17:07:11.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:11 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 432 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 335 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 491 op/s 2021-07-09T17:07:11.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 248594 14.01 MB/sec execute 305 sec latency 55.193 ms 2021-07-09T17:07:12.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 248993 14.00 MB/sec execute 306 sec latency 53.585 ms 2021-07-09T17:07:13.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:13 smithi184 conmon[26177]: cluster 2021-07-09T17:07:11.873816+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:07:13.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:13 smithi184 conmon[26177]: .14162) 433 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 336 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 591 op/s 2021-07-09T17:07:13.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 249478 13.99 MB/sec execute 307 sec latency 77.060 ms 2021-07-09T17:07:14.394 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:07:14.840 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:07:14.841 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (9m) 5m ago 11m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:07:14.841 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (10m) 5m ago 10m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:07:14.841 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (9m) 5m ago 10m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:07:14.841 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (7m) 5m ago 7m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:07:14.842 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (7m) 5m ago 7m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:07:14.842 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (12m) 5m ago 12m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:07:14.842 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (12m) 5m ago 12m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:07:14.842 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (7m) 5m ago 7m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:07:14.843 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (10m) 5m ago 10m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:07:14.843 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (10m) 5m ago 10m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:07:14.843 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (9m) 5m ago 9m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:07:14.843 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (9m) 5m ago 9m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:07:14.843 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (9m) 5m ago 9m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:07:14.844 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (10m) 5m ago 10m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:07:14.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 249860 13.97 MB/sec execute 308 sec latency 32.756 ms 2021-07-09T17:07:15.362 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:07:15.363 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:07:15.363 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:07:15.363 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:07:15.363 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:07:15.364 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:07:15.364 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:07:15.364 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:07:15.364 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:07:15.365 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:07:15.365 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:07:15.365 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:07:15.365 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:07:15.365 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:07:15.366 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:07:15.366 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:07:15.366 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:07:15.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:15 smithi184 conmon[26177]: cluster 2021-07-09T17:07:13.874292+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:07:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:15 smithi184 conmon[26177]: 14162) 434 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 335 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 7.3 KiB/s rd, 6.1 MiB/s wr, 480 op/s 2021-07-09T17:07:15.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 250261 13.97 MB/sec execute 309 sec latency 115.008 ms 2021-07-09T17:07:16.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:16 smithi184 conmon[26177]: audit 2021-07-09T17:07:14.371791+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:07:16.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:16 smithi184 conmon[26177]: mgr.14162) 435 : audit [DBG] from='client.14384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:07:16.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:16 smithi184 conmon[26177]: audit 2021-07-09T17:07:14.833007+0000 mgr.smithi184.rkuohv (mgr.14162) 436 : audit [DBG] from='client.14386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:07:16.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:16 smithi184 conmon[26177]: audit 2021 2021-07-09T17:07:16.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:16 smithi184 conmon[26177]: -07-09T17:07:15.361816+0000 mon.smithi184 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.184:0/570456747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:07:16.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 250731 13.97 MB/sec execute 310 sec latency 39.037 ms 2021-07-09T17:07:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: cluster 2021-07-09T17:07:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 2021-07-09T17:07:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 2021 2021-07-09T17:07:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: - 2021-07-09T17:07:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 07 2021-07-09T17:07:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: - 2021-07-09T17:07:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 09 2021-07-09T17:07:17.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: T 2021-07-09T17:07:17.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 17 2021-07-09T17:07:17.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: : 2021-07-09T17:07:17.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 07 2021-07-09T17:07:17.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: : 2021-07-09T17:07:17.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 15 2021-07-09T17:07:17.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: . 2021-07-09T17:07:17.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 874744 2021-07-09T17:07:17.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: +0000 2021-07-09T17:07:17.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 2021-07-09T17:07:17.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:07:17.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: ( 2021-07-09T17:07:17.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: mgr 2021-07-09T17:07:17.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: . 2021-07-09T17:07:17.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 14162 2021-07-09T17:07:17.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: ) 2021-07-09T17:07:17.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 437 2021-07-09T17:07:17.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: : 2021-07-09T17:07:17.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: cluster 2021-07-09T17:07:17.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 2021-07-09T17:07:17.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: [DBG] 2021-07-09T17:07:17.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 2021-07-09T17:07:17.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: pgmap v370: 97 pgs: 97 active+clean; 335 MiB data, 4.0 GiB used, 354 GiB / 358 GiB avail; 7.3 KiB/s rd, 5.4 MiB/s wr, 443 op/s 2021-07-09T17:07:17.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:17 smithi184 conmon[26177]: 2021-07-09T17:07:17.975 INFO:teuthology.orchestra.run.smithi184.stdout: 5 251165 13.97 MB/sec execute 311 sec latency 101.626 ms 2021-07-09T17:07:18.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 251618 13.96 MB/sec execute 312 sec latency 38.960 ms 2021-07-09T17:07:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:19 smithi184 conmon[26177]: cluster 2021-07-09T17:07:17.875279+0000 mgr.smithi184.rkuohv (mgr.14162) 438 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 335 MiB data, 4.1 GiB used, 354 GiB / 358 GiB avail; 10 KiB/s rd, 7.5 MiB/s wr, 651 op/s 2021-07-09T17:07:19.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 252048 13.95 MB/sec execute 313 sec latency 121.451 ms 2021-07-09T17:07:20.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 252461 13.94 MB/sec execute 314 sec latency 80.135 ms 2021-07-09T17:07:21.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:21 smithi184 conmon[26177]: cluster 2021-07-09T17:07:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:21 smithi184 conmon[26177]: 2021-07-09T17: 2021-07-09T17:07:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:21 smithi184 conmon[26177]: 07:19.875666+0000 mgr.smithi184.rkuohv (mgr.14162) 439 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 335 MiB data, 4.1 GiB used, 354 GiB / 358 GiB avail; 7.1 KiB/s rd, 5.4 MiB/s wr, 440 op/s 2021-07-09T17:07:21.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 252998 13.93 MB/sec execute 315 sec latency 33.121 ms 2021-07-09T17:07:22.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 253411 13.92 MB/sec execute 316 sec latency 66.773 ms 2021-07-09T17:07:23.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:23 smithi184 conmon[26177]: cluster 2021-07-09T17:07:21.876204+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:07:23.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:23 smithi184 conmon[26177]: mgr.14162) 440 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 336 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 603 op/s 2021-07-09T17:07:23.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 253917 13.92 MB/sec execute 317 sec latency 55.182 ms 2021-07-09T17:07:24.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 254412 13.93 MB/sec execute 318 sec latency 53.599 ms 2021-07-09T17:07:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: cluster 2021-07-09T17:07:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 2021-07-09T17:07:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 2021 2021-07-09T17:07:25.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: - 2021-07-09T17:07:25.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 07 2021-07-09T17:07:25.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: - 2021-07-09T17:07:25.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 09 2021-07-09T17:07:25.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: T 2021-07-09T17:07:25.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 17 2021-07-09T17:07:25.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: : 2021-07-09T17:07:25.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 07 2021-07-09T17:07:25.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: : 2021-07-09T17:07:25.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 23 2021-07-09T17:07:25.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: . 2021-07-09T17:07:25.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 876676 2021-07-09T17:07:25.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: +0000 2021-07-09T17:07:25.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 2021-07-09T17:07:25.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:07:25.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: ( 2021-07-09T17:07:25.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: mgr 2021-07-09T17:07:25.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: . 2021-07-09T17:07:25.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 14162 2021-07-09T17:07:25.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: ) 2021-07-09T17:07:25.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 441 2021-07-09T17:07:25.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: : 2021-07-09T17:07:25.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: cluster 2021-07-09T17:07:25.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 2021-07-09T17:07:25.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: [DBG] 2021-07-09T17:07:25.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 2021-07-09T17:07:25.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: pgmap v374: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 6.5 KiB/s rd, 6.4 MiB/s wr, 571 op/s 2021-07-09T17:07:25.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:25 smithi184 conmon[26177]: 2021-07-09T17:07:25.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 254826 13.92 MB/sec execute 319 sec latency 66.763 ms 2021-07-09T17:07:26.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 255273 13.92 MB/sec execute 320 sec latency 34.655 ms 2021-07-09T17:07:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: cluster 2021-07-09T17:07:27.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021 2021-07-09T17:07:27.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: - 2021-07-09T17:07:27.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 07 2021-07-09T17:07:27.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: - 2021-07-09T17:07:27.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 09 2021-07-09T17:07:27.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: T 2021-07-09T17:07:27.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 17 2021-07-09T17:07:27.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: : 2021-07-09T17:07:27.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 07 2021-07-09T17:07:27.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: : 2021-07-09T17:07:27.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 25 2021-07-09T17:07:27.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: . 2021-07-09T17:07:27.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 877143 2021-07-09T17:07:27.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: +0000 2021-07-09T17:07:27.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:07:27.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: ( 2021-07-09T17:07:27.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: mgr 2021-07-09T17:07:27.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: . 2021-07-09T17:07:27.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 14162 2021-07-09T17:07:27.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: ) 2021-07-09T17:07:27.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 442 2021-07-09T17:07:27.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: : 2021-07-09T17:07:27.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: cluster 2021-07-09T17:07:27.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: [DBG] 2021-07-09T17:07:27.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: pgmap v375: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 479 op/s 2021-07-09T17:07:27.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: audit 2021-07-09T17:07:27.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021 2021-07-09T17:07:27.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: - 2021-07-09T17:07:27.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 07 2021-07-09T17:07:27.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: - 2021-07-09T17:07:27.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 09 2021-07-09T17:07:27.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: T 2021-07-09T17:07:27.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 17 2021-07-09T17:07:27.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: : 2021-07-09T17:07:27.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 07 2021-07-09T17:07:27.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: : 2021-07-09T17:07:27.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 26 2021-07-09T17:07:27.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: . 2021-07-09T17:07:27.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 770486 2021-07-09T17:07:27.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: +0000 2021-07-09T17:07:27.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: mon.smithi184 2021-07-09T17:07:27.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: ( 2021-07-09T17:07:27.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: mon 2021-07-09T17:07:27.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: . 2021-07-09T17:07:27.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 0 2021-07-09T17:07:27.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: ) 2021-07-09T17:07:27.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 445 2021-07-09T17:07:27.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: : 2021-07-09T17:07:27.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: audit 2021-07-09T17:07:27.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: [DBG] 2021-07-09T17:07:27.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:07:27.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: audit 2021-07-09T17:07:27.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021 2021-07-09T17:07:27.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: - 2021-07-09T17:07:27.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 07 2021-07-09T17:07:27.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: - 2021-07-09T17:07:27.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 09 2021-07-09T17:07:27.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: T 2021-07-09T17:07:27.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 17 2021-07-09T17:07:27.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: : 2021-07-09T17:07:27.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 07 2021-07-09T17:07:27.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: : 2021-07-09T17:07:27.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 27 2021-07-09T17:07:27.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: . 2021-07-09T17:07:27.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 175828 2021-07-09T17:07:27.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: +0000 2021-07-09T17:07:27.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: mon.smithi184 2021-07-09T17:07:27.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: ( 2021-07-09T17:07:27.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: mon 2021-07-09T17:07:27.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: . 2021-07-09T17:07:27.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 0 2021-07-09T17:07:27.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: ) 2021-07-09T17:07:27.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 446 2021-07-09T17:07:27.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: : 2021-07-09T17:07:27.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: audit 2021-07-09T17:07:27.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: [INF] 2021-07-09T17:07:27.684 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.684 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:07:27.684 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:27 smithi184 conmon[26177]: 2021-07-09T17:07:27.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 255658 13.91 MB/sec execute 321 sec latency 99.246 ms 2021-07-09T17:07:28.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 256026 13.89 MB/sec execute 322 sec latency 66.731 ms 2021-07-09T17:07:29.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:29 smithi184 conmon[26177]: cluster 2021-07-09T17:07:27.877753+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:07:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:29 smithi184 conmon[26177]: ) 443 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 673 op/s 2021-07-09T17:07:29.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 256475 13.88 MB/sec execute 323 sec latency 64.525 ms 2021-07-09T17:07:30.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 256933 13.87 MB/sec execute 324 sec latency 30.961 ms 2021-07-09T17:07:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: cluster 2021-07-09T17:07:31.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: 2021-07-09T17:07:31.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: 2021 2021-07-09T17:07:31.736 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: - 2021-07-09T17:07:31.736 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: 07 2021-07-09T17:07:31.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: - 2021-07-09T17:07:31.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: 09 2021-07-09T17:07:31.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: T 2021-07-09T17:07:31.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: 17 2021-07-09T17:07:31.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: : 2021-07-09T17:07:31.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: 07 2021-07-09T17:07:31.739 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: : 2021-07-09T17:07:31.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: 29 2021-07-09T17:07:31.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: . 2021-07-09T17:07:31.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: 878193 2021-07-09T17:07:31.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: +0000 2021-07-09T17:07:31.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 444 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 7.1 KiB/s rd, 5.6 MiB/s wr, 462 op/s 2021-07-09T17:07:31.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:31 smithi184 conmon[26177]: 2021-07-09T17:07:31.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 257332 13.86 MB/sec execute 325 sec latency 118.351 ms 2021-07-09T17:07:32.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 257813 13.87 MB/sec execute 326 sec latency 42.528 ms 2021-07-09T17:07:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:33 smithi184 conmon[26177]: cluster 2021-07-09T17:07:31.878839+0000 2021-07-09T17:07:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:33 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 445 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 7.1 MiB/s wr, 646 op/s 2021-07-09T17:07:33.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 258228 13.86 MB/sec execute 327 sec latency 93.062 ms 2021-07-09T17:07:34.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 258655 13.86 MB/sec execute 328 sec latency 36.228 ms 2021-07-09T17:07:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:35 smithi184 conmon[26177]: cluster 2021-07-09T17:07:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:35 smithi184 conmon[26177]: 2021-07-09T17:07:35.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:35 smithi184 conmon[26177]: 2021-07-09T17:07:33.879261+0000 2021-07-09T17:07:35.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:35 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 446 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 335 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.9 KiB/s rd, 6.2 MiB/s wr, 499 op/s 2021-07-09T17:07:35.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 259094 13.84 MB/sec execute 329 sec latency 51.276 ms 2021-07-09T17:07:36.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 259446 13.84 MB/sec execute 330 sec latency 56.609 ms 2021-07-09T17:07:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:37 smithi184 conmon[26177]: cluster 2021-07-09T17:07:35.879662+0000 mgr.smithi184.rkuohv (mgr.14162) 447 : cluster [DBG] 2021-07-09T17:07:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:37 smithi184 conmon[26177]: pgmap v380: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 499 op/s 2021-07-09T17:07:37.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 259924 13.83 MB/sec execute 331 sec latency 45.894 ms 2021-07-09T17:07:38.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 260330 13.81 MB/sec execute 332 sec latency 74.187 ms 2021-07-09T17:07:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:39 smithi184 conmon[26177]: cluster 2021-07-09T17:07:37.880269+0000 2021-07-09T17:07:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:39 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 448 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 333 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 7.5 MiB/s wr, 608 op/s 2021-07-09T17:07:39.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 260799 13.81 MB/sec execute 333 sec latency 70.156 ms 2021-07-09T17:07:40.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 261310 13.82 MB/sec execute 334 sec latency 44.812 ms 2021-07-09T17:07:41.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:41 smithi184 conmon[26177]: cluster 2021-07-09T17:07:39.880684+0000 mgr.smithi184.rkuohv (mgr.14162) 449 : cluster 2021-07-09T17:07:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:41 smithi184 conmon[26177]: [DBG] pgmap v382: 97 pgs: 97 active+clean; 334 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 431 op/s 2021-07-09T17:07:41.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 261728 13.81 MB/sec execute 335 sec latency 76.931 ms 2021-07-09T17:07:42.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 262193 13.82 MB/sec execute 336 sec latency 31.353 ms 2021-07-09T17:07:43.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:43 smithi184 conmon[26177]: cluster 2021-07-09T17:07:41.881140+0000 mgr.smithi184.rkuohv (mgr.14162) 450 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 331 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 600 op/s 2021-07-09T17:07:43.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 262589 13.80 MB/sec execute 337 sec latency 57.547 ms 2021-07-09T17:07:44.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 262962 13.79 MB/sec execute 338 sec latency 76.566 ms 2021-07-09T17:07:45.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:45 smithi184 conmon[26177]: cluster 2021-07-09T17:07:43.881635+0000 mgr.smithi184.rkuohv 2021-07-09T17:07:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:45 smithi184 conmon[26177]: (mgr.14162) 451 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 334 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.0 KiB/s rd, 5.9 MiB/s wr, 489 op/s 2021-07-09T17:07:45.833 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:07:45.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 263339 13.78 MB/sec execute 339 sec latency 76.936 ms 2021-07-09T17:07:46.276 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:07:46.277 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (10m) 6m ago 11m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:07:46.277 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (11m) 6m ago 11m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:07:46.277 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (10m) 6m ago 11m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:07:46.278 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (8m) 6m ago 8m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:07:46.278 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (8m) 6m ago 8m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:07:46.278 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (12m) 6m ago 12m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:07:46.278 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (12m) 6m ago 12m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:07:46.279 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (8m) 6m ago 7m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:07:46.279 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (11m) 6m ago 11m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:07:46.279 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (10m) 6m ago 10m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:07:46.279 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (10m) 6m ago 10m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:07:46.280 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (9m) 6m ago 9m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:07:46.280 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (9m) 6m ago 9m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:07:46.280 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (10m) 6m ago 10m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:07:46.782 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:07:46.782 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:07:46.783 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:07:46.783 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:07:46.783 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:07:46.783 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:07:46.784 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:07:46.784 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:07:46.784 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:07:46.784 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:07:46.785 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:07:46.785 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:07:46.785 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:07:46.785 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:07:46.785 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:07:46.786 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:07:46.786 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:07:46.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 263743 13.76 MB/sec execute 340 sec latency 59.651 ms 2021-07-09T17:07:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:47 smithi184 conmon[26177]: audit 2021-07-09T17:07:45.814387+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:07:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:47 smithi184 conmon[26177]: ) 452 : audit [DBG] from='client.14390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:07:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:47 smithi184 conmon[26177]: cluster 2021-07-09T17:07:45.882196+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:07:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:47 smithi184 conmon[26177]: .14162) 453 : cluster [DBG] 2021-07-09T17:07:47.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:47 smithi184 conmon[26177]: pgmap v385: 97 pgs: 97 active+clean; 334 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.0 KiB/s rd, 5.6 MiB/s wr, 473 op/s 2021-07-09T17:07:47.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:47 smithi184 conmon[26177]: audit 2021-07-09T 2021-07-09T17:07:47.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:47 smithi184 conmon[26177]: 17:07:46.781709+0000 mon.smithi184 (mon.0) 447 : audit [DBG] from='client.? 172.21.15.184:0/635240506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:07:47.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 264166 13.76 MB/sec execute 341 sec latency 62.616 ms 2021-07-09T17:07:48.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:48 smithi184 conmon[26177]: audit 2021-07-09T17:07:46.269368+0000 mgr.smithi184.rkuohv (mgr.14162) 454 2021-07-09T17:07:48.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:48 smithi184 conmon[26177]: : audit [DBG] from='client.14392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:07:48.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 264697 13.77 MB/sec execute 342 sec latency 31.817 ms 2021-07-09T17:07:49.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:49 smithi184 conmon[26177]: cluster 2021-07-09T17:07:47.882810+0000 mgr.smithi184.rkuohv (mgr.14162) 455 : cluster 2021-07-09T17:07:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:49 smithi184 conmon[26177]: [DBG] pgmap v386: 97 pgs: 97 active+clean; 332 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 601 op/s 2021-07-09T17:07:49.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 265110 13.75 MB/sec execute 343 sec latency 50.042 ms 2021-07-09T17:07:50.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 265496 13.75 MB/sec execute 344 sec latency 87.640 ms 2021-07-09T17:07:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:51 smithi184 conmon[26177]: cluster 2021-07-09T17:07:49.883298+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:07:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:51 smithi184 conmon[26177]: .14162) 456 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 332 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.2 KiB/s rd, 5.4 MiB/s wr, 504 op/s 2021-07-09T17:07:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:51 smithi184 conmon[26177]: audit 2021-07-09T17:07:50.360044+0000 mon.smithi184 (mon.0) 448 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:07:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:51 smithi184 conmon[26177]: audit 2021-07-09T17:07:50.361145+0000 mon.smithi184 (mon 2021-07-09T17:07:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:51 smithi184 conmon[26177]: .0) 449 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:07:51.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 265969 13.75 MB/sec execute 345 sec latency 41.913 ms 2021-07-09T17:07:52.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 266315 13.73 MB/sec execute 346 sec latency 82.942 ms 2021-07-09T17:07:53.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:53 smithi184 conmon[26177]: cluster 2021-07-09T17:07:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:53 smithi184 conmon[26177]: 2021-07-09T17:07 2021-07-09T17:07:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:53 smithi184 conmon[26177]: :51.883832+0000 mgr.smithi184.rkuohv (mgr.14162) 457 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 522 op/s 2021-07-09T17:07:53.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 266664 13.72 MB/sec execute 347 sec latency 56.641 ms 2021-07-09T17:07:54.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 267101 13.71 MB/sec execute 348 sec latency 59.161 ms 2021-07-09T17:07:55.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:55 smithi184 conmon[26177]: cluster 2021-07-09T17:07:53.884353+0000 mgr.smithi184.rkuohv (mgr.14162) 458 : cluster [DBG] 2021-07-09T17:07:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:55 smithi184 conmon[26177]: pgmap v389: 97 pgs: 97 active+clean; 336 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.7 MiB/s wr, 415 op/s 2021-07-09T17:07:55.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 267545 13.70 MB/sec execute 349 sec latency 58.263 ms 2021-07-09T17:07:56.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 267966 13.69 MB/sec execute 350 sec latency 88.860 ms 2021-07-09T17:07:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:57 smithi184 conmon[26177]: cluster 2021-07-09T17:07:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:57 smithi184 conmon[26177]: 2021-07-09T17:07:57.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:57 smithi184 conmon[26177]: 2021 2021-07-09T17:07:57.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:57 smithi184 conmon[26177]: - 2021-07-09T17:07:57.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:57 smithi184 conmon[26177]: 07 2021-07-09T17:07:57.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:57 smithi184 conmon[26177]: -09T17:07: 2021-07-09T17:07:57.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:57 smithi184 conmon[26177]: 55.884770+0000 mgr.smithi184.rkuohv (mgr.14162) 459 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.6 MiB/s wr, 484 op/s 2021-07-09T17:07:57.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 268503 13.70 MB/sec execute 351 sec latency 37.263 ms 2021-07-09T17:07:58.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 268909 13.70 MB/sec execute 352 sec latency 70.523 ms 2021-07-09T17:07:59.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:59 smithi184 conmon[26177]: cluster 2021-07-09T17:07:57.885302+0000 mgr.smithi184.rkuohv (mgr.14162) 460 2021-07-09T17:07:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:07:59 smithi184 conmon[26177]: : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 605 op/s 2021-07-09T17:07:59.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 269383 13.70 MB/sec execute 353 sec latency 42.689 ms 2021-07-09T17:08:00.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 269789 13.69 MB/sec execute 354 sec latency 84.314 ms 2021-07-09T17:08:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: cluster 2021-07-09T17:08:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: 2021-07-09T17:08:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: 2021 2021-07-09T17:08:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: - 2021-07-09T17:08:01.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: 07 2021-07-09T17:08:01.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: - 2021-07-09T17:08:01.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: 09 2021-07-09T17:08:01.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: T 2021-07-09T17:08:01.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: 17 2021-07-09T17:08:01.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: :07:59.885944+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:08:01.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:01 smithi184 conmon[26177]: mgr.14162) 461 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.7 KiB/s rd, 5.3 MiB/s wr, 420 op/s 2021-07-09T17:08:01.977 INFO:teuthology.orchestra.run.smithi184.stdout: 5 270124 13.67 MB/sec execute 355 sec latency 91.726 ms 2021-07-09T17:08:02.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 270620 13.67 MB/sec execute 356 sec latency 37.891 ms 2021-07-09T17:08:03.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:03 smithi184 conmon[26177]: cluster 2021-07-09T17:08:01.886477+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:08:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:03 smithi184 conmon[26177]: 14162) 462 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 596 op/s 2021-07-09T17:08:03.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 271021 13.66 MB/sec execute 357 sec latency 58.421 ms 2021-07-09T17:08:04.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 271444 13.65 MB/sec execute 358 sec latency 60.853 ms 2021-07-09T17:08:05.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:05 smithi184 conmon[26177]: cluster 2021-07-09T17:08:03.886899+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:08:05.698 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:05 smithi184 conmon[26177]: mgr.14162) 463 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 7.8 KiB/s rd, 6.4 MiB/s wr, 572 op/s 2021-07-09T17:08:05.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 271992 13.65 MB/sec execute 359 sec latency 54.414 ms 2021-07-09T17:08:06.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 272417 13.65 MB/sec execute 360 sec latency 91.161 ms 2021-07-09T17:08:07.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:07 smithi184 conmon[26177]: cluster 2021-07-09T17:08:05.887336+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:08:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:07 smithi184 conmon[26177]: .14162) 464 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 7.8 KiB/s rd, 5.7 MiB/s wr, 514 op/s 2021-07-09T17:08:07.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 272902 13.66 MB/sec execute 361 sec latency 42.154 ms 2021-07-09T17:08:08.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 273314 13.65 MB/sec execute 362 sec latency 62.035 ms 2021-07-09T17:08:09.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:09 smithi184 conmon[26177]: cluster 2021-07-09T17:08:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:09 smithi184 conmon[26177]: 2021-07-09T17: 2021-07-09T17:08:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:09 smithi184 conmon[26177]: 08:07.887867+0000 mgr.smithi184.rkuohv (mgr.14162) 465 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 583 op/s 2021-07-09T17:08:09.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 273635 13.63 MB/sec execute 363 sec latency 82.095 ms 2021-07-09T17:08:10.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 274067 13.63 MB/sec execute 364 sec latency 37.049 ms 2021-07-09T17:08:11.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:11 smithi184 conmon[26177]: cluster 2021-07-09T17:08:09.888334+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:08:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:11 smithi184 conmon[26177]: ) 466 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 335 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 7.0 KiB/s rd, 5.6 MiB/s wr, 485 op/s 2021-07-09T17:08:11.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 274435 13.61 MB/sec execute 365 sec latency 63.001 ms 2021-07-09T17:08:12.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 274824 13.60 MB/sec execute 366 sec latency 54.457 ms 2021-07-09T17:08:13.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:13 smithi184 conmon[26177]: cluster 2021-07-09T17:08:11.888808+0000 mgr.smithi184.rkuohv 2021-07-09T17:08:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:13 smithi184 conmon[26177]: (mgr.14162) 467 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 566 op/s 2021-07-09T17:08:13.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 275329 13.60 MB/sec execute 367 sec latency 51.751 ms 2021-07-09T17:08:14.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 275817 13.61 MB/sec execute 368 sec latency 71.371 ms 2021-07-09T17:08:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: cluster 2021-07-09T17:08:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 2021-07-09T17:08:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 2021 2021-07-09T17:08:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: - 2021-07-09T17:08:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 07 2021-07-09T17:08:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: - 2021-07-09T17:08:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 09 2021-07-09T17:08:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: T 2021-07-09T17:08:15.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 17 2021-07-09T17:08:15.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: : 2021-07-09T17:08:15.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 08 2021-07-09T17:08:15.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: : 2021-07-09T17:08:15.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 13 2021-07-09T17:08:15.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: . 2021-07-09T17:08:15.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 889270 2021-07-09T17:08:15.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: +0000 2021-07-09T17:08:15.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 2021-07-09T17:08:15.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:08:15.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: ( 2021-07-09T17:08:15.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: mgr 2021-07-09T17:08:15.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: . 2021-07-09T17:08:15.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 14162 2021-07-09T17:08:15.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: ) 2021-07-09T17:08:15.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 468 2021-07-09T17:08:15.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: : 2021-07-09T17:08:15.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: cluster 2021-07-09T17:08:15.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 2021-07-09T17:08:15.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: [DBG] 2021-07-09T17:08:15.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 2021-07-09T17:08:15.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: pgmap v399: 97 pgs: 97 active+clean; 332 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.2 KiB/s rd, 5.5 MiB/s wr, 391 op/s 2021-07-09T17:08:15.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:15 smithi184 conmon[26177]: 2021-07-09T17:08:15.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 276212 13.61 MB/sec execute 369 sec latency 79.184 ms 2021-07-09T17:08:16.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 276646 13.60 MB/sec execute 370 sec latency 30.369 ms 2021-07-09T17:08:17.304 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:08:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:17 smithi184 conmon[26177]: cluster 2021-07-09T17:08:15.889743+0000 mgr.smithi184.rkuohv (mgr.14162) 469 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.2 KiB/s rd, 5.7 MiB/s wr, 523 op/s 2021-07-09T17:08:17.753 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:08:17.753 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (10m) 6m ago 12m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:08:17.753 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (12m) 6m ago 12m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:08:17.753 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (10m) 6m ago 11m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:08:17.754 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (8m) 6m ago 8m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:08:17.754 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (8m) 6m ago 8m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:08:17.755 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (13m) 6m ago 13m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:08:17.755 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (13m) 6m ago 13m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:08:17.755 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (8m) 6m ago 8m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:08:17.756 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (11m) 6m ago 11m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:08:17.756 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (11m) 6m ago 11m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:08:17.756 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (10m) 6m ago 10m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:08:17.756 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (10m) 6m ago 10m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:08:17.757 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (10m) 6m ago 10m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:08:17.757 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (11m) 6m ago 11m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:08:17.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 276960 13.58 MB/sec execute 371 sec latency 101.942 ms 2021-07-09T17:08:18.269 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:08:18.270 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:08:18.270 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:08:18.270 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:08:18.271 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:08:18.271 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:08:18.271 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:08:18.271 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:08:18.271 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:08:18.272 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:08:18.272 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:08:18.272 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:08:18.272 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:08:18.273 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:08:18.274 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:08:18.274 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:08:18.274 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:08:18.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 277333 13.57 MB/sec execute 372 sec latency 73.493 ms 2021-07-09T17:08:19.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:19 smithi184 conmon[26177]: audit 2021-07-09T17:08:17.278931+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:08:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:19 smithi184 conmon[26177]: .14162) 470 : audit [DBG] from='client.14396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:08:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:19 smithi184 conmon[26177]: audit 2021-07-09T17:08:17.746534+0000 mgr.smithi184.rkuohv (mgr.14162) 471 : audit [DBG] from='client.14398 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:08:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:19 smithi184 conmon[26177]: cluster 2021-07-09T17:08:17.890352+0000 mgr.smithi184.rkuohv (mgr.14162) 472 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 335 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 9.6 KiB/s rd, 7.6 MiB/s wr, 641 op/s 2021-07-09T17:08:19.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:19 smithi184 conmon[26177]: audit 2021-07-09T17:08:18.268971+0000 mon.smithi184 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.184:0/979848570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:08:19.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 277782 13.56 MB/sec execute 373 sec latency 81.090 ms 2021-07-09T17:08:20.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 278150 13.55 MB/sec execute 374 sec latency 75.198 ms 2021-07-09T17:08:21.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:21 smithi184 conmon[26177]: cluster 2021-07-09T17:08:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:21 smithi184 conmon[26177]: 2021-07-09T17:08:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:21 smithi184 conmon[26177]: 2021 2021-07-09T17:08:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:21 smithi184 conmon[26177]: - 2021-07-09T17:08:21.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:21 smithi184 conmon[26177]: 07-09T17:08:19.890715+0000 2021-07-09T17:08:21.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:21 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 473 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 333 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 434 op/s 2021-07-09T17:08:21.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 278619 13.55 MB/sec execute 375 sec latency 43.572 ms 2021-07-09T17:08:22.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 279077 13.54 MB/sec execute 376 sec latency 48.689 ms 2021-07-09T17:08:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:23 smithi184 conmon[26177]: cluster 2021-07-09T17:08:21.891284+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:08:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:23 smithi184 conmon[26177]: ) 474 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 542 op/s 2021-07-09T17:08:23.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 279477 13.54 MB/sec execute 377 sec latency 104.335 ms 2021-07-09T17:08:24.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 279925 13.55 MB/sec execute 378 sec latency 32.338 ms 2021-07-09T17:08:25.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:25 smithi184 conmon[26177]: cluster 2021-07-09T17:08:23.891762+0000 mgr.smithi184.rkuohv (mgr.14162) 475 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 6.3 KiB/s rd, 5.7 MiB/s wr, 465 op/s 2021-07-09T17:08:25.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 280312 13.53 MB/sec execute 379 sec latency 82.216 ms 2021-07-09T17:08:26.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 280599 13.51 MB/sec execute 380 sec latency 56.406 ms 2021-07-09T17:08:27.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:27 smithi184 conmon[26177]: cluster 2021-07-09T17:08:25.892233+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:08:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:27 smithi184 conmon[26177]: 476 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 332 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 6.3 KiB/s rd, 5.8 MiB/s wr, 571 op/s 2021-07-09T17:08:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:27 smithi184 conmon[26177]: audit 2021-07-09T17:08:27.180011+0000 mon.smithi184 (mon.0) 451 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:08:27.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 280948 13.50 MB/sec execute 381 sec latency 91.818 ms 2021-07-09T17:08:28.912 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:28 smithi184 conmon[26177]: audit 2021-07-09T17:08:27.569081 2021-07-09T17:08:28.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:28 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 452 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:08:28.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:28 smithi184 conmon[26177]: cluster 2021-07-09T17:08:27.892775+0000 mgr.smithi184.rkuohv 2021-07-09T17:08:28.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:28 smithi184 conmon[26177]: (mgr.14162) 477 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 477 op/s 2021-07-09T17:08:28.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 281358 13.49 MB/sec execute 382 sec latency 66.839 ms 2021-07-09T17:08:29.978 INFO:teuthology.orchestra.run.smithi184.stdout: 5 281768 13.48 MB/sec execute 383 sec latency 93.364 ms 2021-07-09T17:08:30.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 282254 13.48 MB/sec execute 384 sec latency 37.494 ms 2021-07-09T17:08:31.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:30 smithi184 conmon[26177]: cluster 2021-07-09T17:08:29.893252+0000 mgr.smithi184.rkuohv (mgr.14162) 478 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 492 op/s 2021-07-09T17:08:31.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 282742 13.48 MB/sec execute 385 sec latency 61.803 ms 2021-07-09T17:08:32.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 283104 13.48 MB/sec execute 386 sec latency 60.932 ms 2021-07-09T17:08:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:32 smithi184 conmon[26177]: cluster 2021-07-09T17:08:31.893821+0000 mgr.smithi184.rkuohv (mgr.14162) 479 : cluster 2021-07-09T17:08:33.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:32 smithi184 conmon[26177]: [DBG] pgmap v408: 97 pgs: 97 active+clean; 333 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 519 op/s 2021-07-09T17:08:33.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 283547 13.48 MB/sec execute 387 sec latency 39.682 ms 2021-07-09T17:08:34.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 283962 13.47 MB/sec execute 388 sec latency 79.233 ms 2021-07-09T17:08:35.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:35 smithi184 conmon[26177]: cluster 2021-07-09T17:08:33.894208+0000 mgr.smithi184.rkuohv (mgr.14162) 480 : 2021-07-09T17:08:35.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:35 smithi184 conmon[26177]: cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 6.5 KiB/s rd, 5.8 MiB/s wr, 497 op/s 2021-07-09T17:08:35.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 284271 13.46 MB/sec execute 389 sec latency 42.465 ms 2021-07-09T17:08:36.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 284635 13.44 MB/sec execute 390 sec latency 67.798 ms 2021-07-09T17:08:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:37 smithi184 conmon[26177]: cluster 2021-07-09T17:08:37.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:37 smithi184 conmon[26177]: 2021-07-09T17:08:37.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:37 smithi184 conmon[26177]: 2021-07-09T17:08:35.894645 2021-07-09T17:08:37.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:37 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 481 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 6.5 KiB/s rd, 5.8 MiB/s wr, 545 op/s 2021-07-09T17:08:37.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 285036 13.44 MB/sec execute 391 sec latency 60.383 ms 2021-07-09T17:08:38.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 285441 13.43 MB/sec execute 392 sec latency 97.561 ms 2021-07-09T17:08:39.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:39 smithi184 conmon[26177]: cluster 2021-07-09T17:08:37.895148+0000 2021-07-09T17:08:39.828 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:39 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 482 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 473 op/s 2021-07-09T17:08:39.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 285908 13.42 MB/sec execute 393 sec latency 42.153 ms 2021-07-09T17:08:40.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 286370 13.42 MB/sec execute 394 sec latency 59.571 ms 2021-07-09T17:08:41.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:41 smithi184 conmon[26177]: cluster 2021-07-09T17:08:39.895607+0000 mgr.smithi184.rkuohv (mgr.14162) 483 : cluster [DBG] 2021-07-09T17:08:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:41 smithi184 conmon[26177]: pgmap v412: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 6.9 KiB/s rd, 5.7 MiB/s wr, 562 op/s 2021-07-09T17:08:41.988 INFO:teuthology.orchestra.run.smithi184.stdout: 5 286746 13.42 MB/sec execute 395 sec latency 65.161 ms 2021-07-09T17:08:42.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 287241 13.43 MB/sec execute 396 sec latency 45.108 ms 2021-07-09T17:08:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:43 smithi184 conmon[26177]: cluster 2021-07-09T17:08:41.896140+0000 mgr.smithi184.rkuohv (mgr.14162) 484 : cluster [DBG] 2021-07-09T17:08:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:43 smithi184 conmon[26177]: pgmap v413: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 463 op/s 2021-07-09T17:08:43.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 287586 13.41 MB/sec execute 397 sec latency 65.402 ms 2021-07-09T17:08:44.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 288003 13.41 MB/sec execute 398 sec latency 50.884 ms 2021-07-09T17:08:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:45 smithi184 conmon[26177]: cluster 2021-07-09T17:08:43.896593+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:08:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:45 smithi184 conmon[26177]: .14162) 485 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 7.2 KiB/s rd, 5.6 MiB/s wr, 478 op/s 2021-07-09T17:08:45.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 288447 13.40 MB/sec execute 399 sec latency 62.179 ms 2021-07-09T17:08:46.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 288826 13.39 MB/sec execute 400 sec latency 64.141 ms 2021-07-09T17:08:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:47 smithi184 conmon[26177]: cluster 2021-07-09T17:08:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:47 smithi184 conmon[26177]: 2021-07-09T17:08:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:47 smithi184 conmon[26177]: 2021-07-09T17:08:45.897082 2021-07-09T17:08:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:47 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 486 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 7.2 KiB/s rd, 5.1 MiB/s wr, 425 op/s 2021-07-09T17:08:47.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 289347 13.39 MB/sec execute 401 sec latency 33.076 ms 2021-07-09T17:08:48.775 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:08:48.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 289810 13.39 MB/sec execute 402 sec latency 79.377 ms 2021-07-09T17:08:49.206 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:08:49.207 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (11m) 7m ago 12m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:08:49.207 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (12m) 7m ago 12m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:08:49.207 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (11m) 7m ago 12m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:08:49.207 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (9m) 7m ago 9m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:08:49.207 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (9m) 7m ago 9m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:08:49.208 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (13m) 7m ago 13m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:08:49.208 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (13m) 7m ago 13m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:08:49.208 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (9m) 7m ago 9m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:08:49.208 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (12m) 7m ago 12m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:08:49.209 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (11m) 7m ago 11m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:08:49.209 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (11m) 7m ago 11m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:08:49.209 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (11m) 7m ago 11m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:08:49.209 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (10m) 7m ago 10m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:08:49.209 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (11m) 7m ago 11m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:08:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: cluster 2021-07-09T17:08:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 2021-07-09T17:08:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 2021 2021-07-09T17:08:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: - 2021-07-09T17:08:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 07 2021-07-09T17:08:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: - 2021-07-09T17:08:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 09 2021-07-09T17:08:49.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: T 2021-07-09T17:08:49.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 17 2021-07-09T17:08:49.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: : 2021-07-09T17:08:49.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 08 2021-07-09T17:08:49.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: : 2021-07-09T17:08:49.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 47 2021-07-09T17:08:49.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: . 2021-07-09T17:08:49.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 897676 2021-07-09T17:08:49.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: +0000 2021-07-09T17:08:49.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 2021-07-09T17:08:49.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:08:49.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: ( 2021-07-09T17:08:49.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: mgr 2021-07-09T17:08:49.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: . 2021-07-09T17:08:49.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 14162 2021-07-09T17:08:49.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: ) 2021-07-09T17:08:49.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:49 smithi184 conmon[26177]: 487 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 553 op/s 2021-07-09T17:08:49.715 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:08:49.715 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:08:49.715 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:08:49.716 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:08:49.716 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:08:49.716 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:08:49.716 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:08:49.717 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:08:49.717 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:08:49.717 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:08:49.717 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:08:49.718 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:08:49.718 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:08:49.718 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:08:49.718 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:08:49.719 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:08:49.719 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:08:49.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 290165 13.38 MB/sec execute 403 sec latency 77.136 ms 2021-07-09T17:08:50.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:50 smithi184 conmon[26177]: audit 2021-07-09T17:08:48.752548+0000 2021-07-09T17:08:50.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:50 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 488 : audit [DBG] from='client.14402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:08:50.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:50 smithi184 conmon[26177]: audit 2021-07-09T17:08:49.197927+0000 mgr.smithi184.rkuohv (mgr.14162) 489 : audit 2021-07-09T17:08:50.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:50 smithi184 conmon[26177]: [DBG] from='client.14404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:08:50.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:50 smithi184 conmon[26177]: audit 2021-07- 2021-07-09T17:08:50.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:50 smithi184 conmon[26177]: 09T17:08:49.714064+0000 mon.smithi184 (mon.0) 453 : audit [DBG] 2021-07-09T17:08:50.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:50 smithi184 conmon[26177]: from='client.? 172.21.15.184:0/3952803300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:08:50.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 290635 13.39 MB/sec execute 404 sec latency 34.330 ms 2021-07-09T17:08:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: cluster 2021-07-09T17:08:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: 2021-07-09T17:08:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: 2021 2021-07-09T17:08:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: -07-09T17:08:49.898084+0000 2021-07-09T17:08:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 490 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 325 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 7.1 KiB/s rd, 5.4 MiB/s wr, 504 op/s 2021-07-09T17:08:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: audit 2021 2021-07-09T17:08:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: -07-09T17:08:50.362974+0000 2021-07-09T17:08:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: mon.smithi184 (mon.0) 454 : audit [INF] 2021-07-09T17:08:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:08:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: audit 2021-07-09T17: 2021-07-09T17:08:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: 08:50.363404+0000 mon.smithi184 (mon.0 2021-07-09T17:08:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:51 smithi184 conmon[26177]: ) 455 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:08:51.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 291089 13.38 MB/sec execute 405 sec latency 64.680 ms 2021-07-09T17:08:52.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 291384 13.37 MB/sec execute 406 sec latency 111.905 ms 2021-07-09T17:08:53.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:53 smithi184 conmon[26177]: cluster 2021-07-09T17:08:51.898563+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:08:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:53 smithi184 conmon[26177]: .14162) 491 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 9.4 KiB/s rd, 6.3 MiB/s wr, 546 op/s 2021-07-09T17:08:53.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 291843 13.36 MB/sec execute 407 sec latency 42.486 ms 2021-07-09T17:08:54.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 292213 13.35 MB/sec execute 408 sec latency 91.828 ms 2021-07-09T17:08:55.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:55 smithi184 conmon[26177]: cluster 2021-07-09T17:08:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:55 smithi184 conmon[26177]: 2021-07-09T 2021-07-09T17:08:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:55 smithi184 conmon[26177]: 17:08:53.898967+0000 mgr.smithi184.rkuohv (mgr.14162) 492 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 6.3 MiB/s wr, 522 op/s 2021-07-09T17:08:55.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 292593 13.34 MB/sec execute 409 sec latency 62.006 ms 2021-07-09T17:08:56.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 293125 13.35 MB/sec execute 410 sec latency 34.207 ms 2021-07-09T17:08:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:57 smithi184 conmon[26177]: cluster 2021-07-09T17:08:55.899418+0000 mgr.smithi184.rkuohv (mgr.14162) 493 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.6 MiB/s wr, 474 op/s 2021-07-09T17:08:57.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 293526 13.34 MB/sec execute 411 sec latency 83.387 ms 2021-07-09T17:08:58.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 294023 13.35 MB/sec execute 412 sec latency 25.709 ms 2021-07-09T17:08:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:59 smithi184 conmon[26177]: cluster 2021-07-09T17:08:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:59 smithi184 conmon[26177]: 2021-07-09T17:08:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:59 smithi184 conmon[26177]: 2021 2021-07-09T17:08:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:59 smithi184 conmon[26177]: - 2021-07-09T17:08:59.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:59 smithi184 conmon[26177]: 07 2021-07-09T17:08:59.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:59 smithi184 conmon[26177]: -09T17:08:57.900030+0000 2021-07-09T17:08:59.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:08:59 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 494 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 7.3 MiB/s wr, 645 op/s 2021-07-09T17:08:59.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 294489 13.34 MB/sec execute 413 sec latency 73.464 ms 2021-07-09T17:09:00.979 INFO:teuthology.orchestra.run.smithi184.stdout: 5 294800 13.33 MB/sec execute 414 sec latency 80.386 ms 2021-07-09T17:09:01.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:01 smithi184 conmon[26177]: cluster 2021-07-09T17:08:59.900409+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:09:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:01 smithi184 conmon[26177]: 495 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 330 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 6.1 KiB/s rd, 5.2 MiB/s wr, 456 op/s 2021-07-09T17:09:01.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 295253 13.33 MB/sec execute 415 sec latency 68.538 ms 2021-07-09T17:09:02.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 295675 13.32 MB/sec execute 416 sec latency 60.504 ms 2021-07-09T17:09:03.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:03 smithi184 conmon[26177]: cluster 2021-07-09T17:09:01.900893+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:09:03.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:03 smithi184 conmon[26177]: 14162) 496 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 335 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 583 op/s 2021-07-09T17:09:03.993 INFO:teuthology.orchestra.run.smithi184.stdout: 5 296080 13.31 MB/sec execute 417 sec latency 59.196 ms 2021-07-09T17:09:04.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 296588 13.31 MB/sec execute 418 sec latency 40.656 ms 2021-07-09T17:09:05.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:05 smithi184 conmon[26177]: cluster 2021-07-09T17:09:03.901353+0000 mgr.smithi184.rkuohv (mgr.14162) 497 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 444 op/s 2021-07-09T17:09:05.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 297008 13.31 MB/sec execute 419 sec latency 50.655 ms 2021-07-09T17:09:06.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 297414 13.31 MB/sec execute 420 sec latency 75.498 ms 2021-07-09T17:09:07.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:07 smithi184 conmon[26177]: cluster 2021-07-09T17:09:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:07 smithi184 conmon[26177]: 2021-07 2021-07-09T17:09:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:07 smithi184 conmon[26177]: -09T17:09:05.901796+0000 mgr.smithi184.rkuohv (mgr.14162) 498 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 432 op/s 2021-07-09T17:09:07.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 297900 13.31 MB/sec execute 421 sec latency 38.455 ms 2021-07-09T17:09:08.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 298252 13.30 MB/sec execute 422 sec latency 84.037 ms 2021-07-09T17:09:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:09 smithi184 conmon[26177]: cluster 2021-07-09T17:09:07.902414+0000 mgr.smithi184.rkuohv (mgr.14162) 499 : cluster [DBG] 2021-07-09T17:09:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:09 smithi184 conmon[26177]: pgmap v426: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 7.3 MiB/s wr, 653 op/s 2021-07-09T17:09:09.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 298619 13.29 MB/sec execute 423 sec latency 55.932 ms 2021-07-09T17:09:10.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 299057 13.28 MB/sec execute 424 sec latency 53.019 ms 2021-07-09T17:09:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: cluster 2021-07-09T17:09:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: 2021-07-09T17:09:11.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: 2021 2021-07-09T17:09:11.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: - 2021-07-09T17:09:11.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: 07 2021-07-09T17:09:11.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: - 2021-07-09T17:09:11.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: 09 2021-07-09T17:09:11.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: T 2021-07-09T17:09:11.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: 17 2021-07-09T17:09:11.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: : 2021-07-09T17:09:11.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: 09 2021-07-09T17:09:11.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: : 2021-07-09T17:09:11.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: 09 2021-07-09T17:09:11.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: . 2021-07-09T17:09:11.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: 902875 2021-07-09T17:09:11.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 500 : cluster [DBG] 2021-07-09T17:09:11.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:11 smithi184 conmon[26177]: pgmap v427: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 426 op/s 2021-07-09T17:09:11.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 299386 13.27 MB/sec execute 425 sec latency 87.108 ms 2021-07-09T17:09:12.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 299840 13.27 MB/sec execute 426 sec latency 38.843 ms 2021-07-09T17:09:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:13 smithi184 conmon[26177]: cluster 2021-07-09T17:09:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:13 smithi184 conmon[26177]: 2021-07-09T17:09 2021-07-09T17:09:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:13 smithi184 conmon[26177]: :11.903358+0000 mgr.smithi184.rkuohv (mgr.14162) 501 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 540 op/s 2021-07-09T17:09:13.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 300378 13.27 MB/sec execute 427 sec latency 57.600 ms 2021-07-09T17:09:14.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 300721 13.27 MB/sec execute 428 sec latency 100.386 ms 2021-07-09T17:09:15.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:15 smithi184 conmon[26177]: cluster 2021-07-09T17:09:13.903785+0000 2021-07-09T17:09:15.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:15 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 502 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 7.3 KiB/s rd, 5.9 MiB/s wr, 510 op/s 2021-07-09T17:09:15.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 301157 13.27 MB/sec execute 429 sec latency 33.495 ms 2021-07-09T17:09:16.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 301633 13.26 MB/sec execute 430 sec latency 49.169 ms 2021-07-09T17:09:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:17 smithi184 conmon[26177]: cluster 2021-07-09T17:09:15.904219+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:09:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:17 smithi184 conmon[26177]: mgr.14162) 503 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 7.3 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2021-07-09T17:09:17.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 301897 13.25 MB/sec execute 431 sec latency 83.806 ms 2021-07-09T17:09:18.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 302321 13.25 MB/sec execute 432 sec latency 53.890 ms 2021-07-09T17:09:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:19 smithi184 conmon[26177]: cluster 2021-07-09T17:09:17.904823+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:09:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:19 smithi184 conmon[26177]: ) 504 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 9.5 KiB/s rd, 7.2 MiB/s wr, 608 op/s 2021-07-09T17:09:19.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 302782 13.24 MB/sec execute 433 sec latency 64.253 ms 2021-07-09T17:09:20.202 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:09:20.668 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:09:20.668 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (12m) 7m ago 13m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:09:20.668 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (13m) 7m ago 13m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:09:20.669 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (11m) 7m ago 12m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:09:20.669 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (9m) 7m ago 9m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:09:20.669 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (9m) 7m ago 9m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:09:20.669 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (14m) 7m ago 14m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:09:20.669 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (14m) 7m ago 14m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:09:20.670 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (9m) 7m ago 9m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:09:20.670 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (12m) 7m ago 12m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:09:20.670 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (12m) 7m ago 12m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:09:20.670 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (11m) 7m ago 11m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:09:20.671 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (11m) 7m ago 11m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:09:20.671 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (11m) 7m ago 11m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:09:20.671 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (12m) 7m ago 12m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:09:20.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 303122 13.23 MB/sec execute 434 sec latency 69.231 ms 2021-07-09T17:09:21.158 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:09:21.158 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:09:21.158 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:09:21.158 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:09:21.159 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:09:21.159 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:09:21.159 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:09:21.159 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:09:21.160 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:09:21.160 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:09:21.160 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:09:21.160 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:09:21.160 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:09:21.161 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:09:21.161 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:09:21.161 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:09:21.161 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:09:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: cluster 2021-07-09T17:09:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021 2021-07-09T17:09:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: - 2021-07-09T17:09:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 07 2021-07-09T17:09:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: - 2021-07-09T17:09:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 09 2021-07-09T17:09:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: T 2021-07-09T17:09:21.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 17 2021-07-09T17:09:21.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: : 2021-07-09T17:09:21.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 09 2021-07-09T17:09:21.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: : 2021-07-09T17:09:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 19 2021-07-09T17:09:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: . 2021-07-09T17:09:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 905472 2021-07-09T17:09:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: +0000 2021-07-09T17:09:21.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:09:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: ( 2021-07-09T17:09:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: mgr 2021-07-09T17:09:21.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: . 2021-07-09T17:09:21.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 14162 2021-07-09T17:09:21.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: ) 2021-07-09T17:09:21.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 505 2021-07-09T17:09:21.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: : 2021-07-09T17:09:21.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: cluster 2021-07-09T17:09:21.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: [DBG] 2021-07-09T17:09:21.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: pgmap v432: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 6.1 KiB/s rd, 5.3 MiB/s wr, 423 op/s 2021-07-09T17:09:21.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: audit 2021-07-09T17:09:21.424 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021 2021-07-09T17:09:21.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: - 2021-07-09T17:09:21.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 07 2021-07-09T17:09:21.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: - 2021-07-09T17:09:21.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 09 2021-07-09T17:09:21.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: T 2021-07-09T17:09:21.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 17 2021-07-09T17:09:21.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: : 2021-07-09T17:09:21.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 09 2021-07-09T17:09:21.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: : 2021-07-09T17:09:21.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 20 2021-07-09T17:09:21.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: . 2021-07-09T17:09:21.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 183091 2021-07-09T17:09:21.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: +0000 2021-07-09T17:09:21.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:09:21.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: ( 2021-07-09T17:09:21.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: mgr 2021-07-09T17:09:21.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: . 2021-07-09T17:09:21.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 14162 2021-07-09T17:09:21.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: ) 2021-07-09T17:09:21.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 506 2021-07-09T17:09:21.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: : 2021-07-09T17:09:21.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: audit 2021-07-09T17:09:21.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: [DBG] 2021-07-09T17:09:21.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: from='client.14408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:09:21.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:21 smithi184 conmon[26177]: 2021-07-09T17:09:21.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 303653 13.23 MB/sec execute 435 sec latency 40.571 ms 2021-07-09T17:09:22.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:22 smithi184 conmon[26177]: audit 2021-07-09T17:09:22.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:22 smithi184 conmon[26177]: 2021-07-09T17:09 2021-07-09T17:09:22.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:22 smithi184 conmon[26177]: :20.659053+0000 mgr.smithi184.rkuohv (mgr.14162) 507 : audit [DBG] from='client.14410 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:09:22.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:22 smithi184 conmon[26177]: audit 2021-07-09T17:09: 2021-07-09T17:09:22.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:22 smithi184 conmon[26177]: 21.157259+0000 mon.smithi184 (mon.0) 456 : 2021-07-09T17:09:22.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:22 smithi184 conmon[26177]: audit [DBG] from='client.? 172.21.15.184:0/3645371599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:09:22.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 304096 13.23 MB/sec execute 436 sec latency 50.889 ms 2021-07-09T17:09:23.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:23 smithi184 conmon[26177]: cluster 2021-07-09T17:09:21.906547+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:09:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:23 smithi184 conmon[26177]: ) 508 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 592 op/s 2021-07-09T17:09:23.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 304495 13.23 MB/sec execute 437 sec latency 70.102 ms 2021-07-09T17:09:24.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 304981 13.23 MB/sec execute 438 sec latency 36.180 ms 2021-07-09T17:09:25.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:25 smithi184 conmon[26177]: cluster 2021-07-09T17:09:23.906975+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:09:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:25 smithi184 conmon[26177]: 509 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 6.0 MiB/s wr, 526 op/s 2021-07-09T17:09:25.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 305306 13.22 MB/sec execute 439 sec latency 117.475 ms 2021-07-09T17:09:26.980 INFO:teuthology.orchestra.run.smithi184.stdout: 5 305660 13.21 MB/sec execute 440 sec latency 88.448 ms 2021-07-09T17:09:27.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:27 smithi184 conmon[26177]: cluster 2021-07-09T17:09:25 2021-07-09T17:09:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:27 smithi184 conmon[26177]: .907452+0000 mgr.smithi184.rkuohv (mgr.14162) 510 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 336 MiB data, 2.7 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 431 op/s 2021-07-09T17:09:27.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 306112 13.20 MB/sec execute 441 sec latency 39.222 ms 2021-07-09T17:09:28.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:28 smithi184 conmon[26177]: audit 2021-07-09T17:09:27.573163+0000 mon.smithi184 2021-07-09T17:09:28.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:28 smithi184 conmon[26177]: (mon.0) 457 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:09:28.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:28 smithi184 conmon[26177]: audit 2021-07-09T17:09:27.968472+0000 mon.smithi184 (mon.0) 458 : audit 2021-07-09T17:09:28.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:28 smithi184 conmon[26177]: [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:09:28.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 306480 13.19 MB/sec execute 442 sec latency 101.274 ms 2021-07-09T17:09:29.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:29 smithi184 conmon[26177]: cluster 2021-07-09T17:09:27.908007+0000 mgr.smithi184.rkuohv (mgr.14162) 511 2021-07-09T17:09:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:29 smithi184 conmon[26177]: : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 335 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 556 op/s 2021-07-09T17:09:29.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 306934 13.19 MB/sec execute 443 sec latency 43.556 ms 2021-07-09T17:09:30.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 307494 13.19 MB/sec execute 444 sec latency 44.928 ms 2021-07-09T17:09:31.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:31 smithi184 conmon[26177]: cluster 2021-07-09T17:09:29.908503+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:09:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:31 smithi184 conmon[26177]: 14162) 512 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 468 op/s 2021-07-09T17:09:31.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 307869 13.19 MB/sec execute 445 sec latency 73.389 ms 2021-07-09T17:09:32.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 308363 13.20 MB/sec execute 446 sec latency 38.237 ms 2021-07-09T17:09:33.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:33 smithi184 conmon[26177]: cluster 2021-07-09T17:09:31.909066+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:09:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:33 smithi184 conmon[26177]: .14162) 513 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 335 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 619 op/s 2021-07-09T17:09:33.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 308784 13.19 MB/sec execute 447 sec latency 54.979 ms 2021-07-09T17:09:34.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 309057 13.18 MB/sec execute 448 sec latency 78.301 ms 2021-07-09T17:09:35.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:35 smithi184 conmon[26177]: cluster 2021-07-09T17:09:33.909562+0000 mgr.smithi184.rkuohv (mgr.14162) 514 : cluster 2021-07-09T17:09:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:35 smithi184 conmon[26177]: [DBG] pgmap v439: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.4 KiB/s rd, 6.0 MiB/s wr, 465 op/s 2021-07-09T17:09:35.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 309493 13.17 MB/sec execute 449 sec latency 44.462 ms 2021-07-09T17:09:36.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 309854 13.16 MB/sec execute 450 sec latency 69.974 ms 2021-07-09T17:09:37.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:37 smithi184 conmon[26177]: cluster 2021-07-09T17:09:35.909995+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:09:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:37 smithi184 conmon[26177]: 14162) 515 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.4 KiB/s rd, 5.3 MiB/s wr, 415 op/s 2021-07-09T17:09:37.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 310255 13.16 MB/sec execute 451 sec latency 67.652 ms 2021-07-09T17:09:38.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 310767 13.15 MB/sec execute 452 sec latency 52.278 ms 2021-07-09T17:09:39.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:39 smithi184 conmon[26177]: cluster 2021-07-09T17:09:37.910516+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:09:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:39 smithi184 conmon[26177]: mgr.14162) 516 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 7.4 MiB/s wr, 639 op/s 2021-07-09T17:09:39.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 311195 13.15 MB/sec execute 453 sec latency 80.021 ms 2021-07-09T17:09:40.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 311597 13.16 MB/sec execute 454 sec latency 59.877 ms 2021-07-09T17:09:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:41 smithi184 conmon[26177]: cluster 2021-07-09T17:09:39.910977+0000 mgr.smithi184.rkuohv 2021-07-09T17:09:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:41 smithi184 conmon[26177]: (mgr.14162) 517 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.0 KiB/s rd, 5.2 MiB/s wr, 461 op/s 2021-07-09T17:09:41.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 312075 13.16 MB/sec execute 455 sec latency 39.963 ms 2021-07-09T17:09:42.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 312410 13.15 MB/sec execute 456 sec latency 70.358 ms 2021-07-09T17:09:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:43 smithi184 conmon[26177]: cluster 2021-07-09T17:09:41.911426+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:09:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:43 smithi184 conmon[26177]: mgr.14162) 518 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 332 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 497 op/s 2021-07-09T17:09:43.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 312780 13.14 MB/sec execute 457 sec latency 75.304 ms 2021-07-09T17:09:44.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 313220 13.13 MB/sec execute 458 sec latency 50.937 ms 2021-07-09T17:09:45.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:45 smithi184 conmon[26177]: cluster 2021-07-09T17:09:43.912027+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:09:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:45 smithi184 conmon[26177]: ) 519 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.0 KiB/s rd, 5.9 MiB/s wr, 471 op/s 2021-07-09T17:09:45.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 313575 13.12 MB/sec execute 459 sec latency 65.389 ms 2021-07-09T17:09:46.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 314055 13.12 MB/sec execute 460 sec latency 38.913 ms 2021-07-09T17:09:47.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:47 smithi184 conmon[26177]: cluster 2021-07-09T17:09:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:47 smithi184 conmon[26177]: 2021-07-09T17:09: 2021-07-09T17:09:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:47 smithi184 conmon[26177]: 45.912446+0000 mgr.smithi184.rkuohv (mgr.14162) 520 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.0 KiB/s rd, 5.4 MiB/s wr, 455 op/s 2021-07-09T17:09:47.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 314596 13.12 MB/sec execute 461 sec latency 52.259 ms 2021-07-09T17:09:48.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 314927 13.12 MB/sec execute 462 sec latency 55.589 ms 2021-07-09T17:09:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:49 smithi184 conmon[26177]: cluster 2021-07-09T17:09:47.913067+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:09:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:49 smithi184 conmon[26177]: ) 521 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 9.8 KiB/s rd, 7.2 MiB/s wr, 629 op/s 2021-07-09T17:09:49.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 315408 13.12 MB/sec execute 463 sec latency 40.934 ms 2021-07-09T17:09:50.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 315830 13.12 MB/sec execute 464 sec latency 54.181 ms 2021-07-09T17:09:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: cluster 2021-07-09T17:09:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: 2021-07-09T17:09:49.913470+0000 mgr.smithi184.rkuohv (mgr.14162) 522 : cluster 2021-07-09T17:09:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: [DBG] pgmap v447: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.3 MiB/s wr, 460 op/s 2021-07-09T17:09:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: audit 2021-07-09T17:09:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: 2021-07-09T17:09:50.365722+0000 2021-07-09T17:09:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: mon.smithi184 (mon.0) 459 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:09:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: 2021-07-09T17:09:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: audit 2021-07-09T17:09:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: 2021-07-09T17:09:50 2021-07-09T17:09:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: .366666+0000 mon.smithi184 (mon.0) 460 : 2021-07-09T17:09:51.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:51 smithi184 conmon[26177]: audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:09:51.696 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:09:51.981 INFO:teuthology.orchestra.run.smithi184.stdout: 5 316058 13.10 MB/sec execute 465 sec latency 101.785 ms 2021-07-09T17:09:52.122 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:09:52.122 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (12m) 8m ago 13m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:09:52.123 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (13m) 8m ago 13m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:09:52.123 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (12m) 8m ago 13m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:09:52.123 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (10m) 8m ago 10m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:09:52.123 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (10m) 8m ago 10m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:09:52.124 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (14m) 8m ago 14m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:09:52.124 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (14m) 8m ago 14m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:09:52.124 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (10m) 8m ago 10m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:09:52.124 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (13m) 8m ago 13m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:09:52.124 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (12m) 8m ago 12m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:09:52.125 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (12m) 8m ago 12m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:09:52.125 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (12m) 8m ago 12m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:09:52.125 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (11m) 8m ago 11m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:09:52.125 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (12m) 8m ago 12m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:09:52.668 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:09:52.668 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:09:52.669 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:09:52.669 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:09:52.669 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:09:52.669 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:09:52.670 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:09:52.670 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:09:52.670 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:09:52.670 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:09:52.670 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:09:52.671 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:09:52.671 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:09:52.671 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:09:52.671 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:09:52.672 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:09:52.672 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:09:52.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 316439 13.09 MB/sec execute 466 sec latency 72.490 ms 2021-07-09T17:09:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: audit 2021-07-09T17:09:51.674753+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:09:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: .14162) 523 : audit [DBG] from='client.14414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:09:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: cluster 2021-07-09T17:09:51.914465+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:09:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: ) 524 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 555 op/s 2021-07-09T17:09:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: audit 2021-07-09T17:09:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: 2021-07-09T17:09:52. 2021-07-09T17:09:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: 114644+0000 mgr.smithi184.rkuohv (mgr.14162) 525 : audit [DBG] from='client.14416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:09:53.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: 2021-07-09T17:09:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: audit 2021-07-09T17:09:52 2021-07-09T17:09:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: .667705+0000 mon.smithi184 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.184:0/2852285064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:09:53.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:53 smithi184 conmon[26177]: 2021-07-09T17:09:53.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 316892 13.09 MB/sec execute 467 sec latency 85.580 ms 2021-07-09T17:09:54.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 317285 13.08 MB/sec execute 468 sec latency 68.527 ms 2021-07-09T17:09:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:55 smithi184 conmon[26177]: cluster 2021-07-09T17:09:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:55 smithi184 conmon[26177]: 2021-07-09T17 2021-07-09T17:09:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:55 smithi184 conmon[26177]: :09:53.914924+0000 mgr.smithi184.rkuohv (mgr.14162) 526 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 7.7 KiB/s rd, 6.1 MiB/s wr, 534 op/s 2021-07-09T17:09:55.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 317776 13.08 MB/sec execute 469 sec latency 48.539 ms 2021-07-09T17:09:56.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 318260 13.08 MB/sec execute 470 sec latency 43.453 ms 2021-07-09T17:09:57.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:57 smithi184 conmon[26177]: cluster 2021-07-09T17:09:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:57 smithi184 conmon[26177]: 2021-07-09T17 2021-07-09T17:09:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:57 smithi184 conmon[26177]: :09:55.915459+0000 mgr.smithi184.rkuohv (mgr.14162) 527 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 402 op/s 2021-07-09T17:09:57.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 318599 13.08 MB/sec execute 471 sec latency 96.798 ms 2021-07-09T17:09:58.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 319118 13.09 MB/sec execute 472 sec latency 41.956 ms 2021-07-09T17:09:59.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:59 smithi184 conmon[26177]: cluster 2021-07-09T17:09:57.915970+0000 2021-07-09T17:09:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:09:59 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 528 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 607 op/s 2021-07-09T17:09:59.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 319446 13.07 MB/sec execute 473 sec latency 73.734 ms 2021-07-09T17:10:00.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 319788 13.07 MB/sec execute 474 sec latency 60.642 ms 2021-07-09T17:10:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: cluster 2021-07-09T17:10:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 2021-07-09T17:10:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 2021 2021-07-09T17:10:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: - 2021-07-09T17:10:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 07 2021-07-09T17:10:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: - 2021-07-09T17:10:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 09 2021-07-09T17:10:01.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: T 2021-07-09T17:10:01.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 17 2021-07-09T17:10:01.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: : 2021-07-09T17:10:01.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 09 2021-07-09T17:10:01.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: : 2021-07-09T17:10:01.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 59 2021-07-09T17:10:01.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: . 2021-07-09T17:10:01.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 916433 2021-07-09T17:10:01.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: +0000 2021-07-09T17:10:01.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 2021-07-09T17:10:01.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:10:01.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: ( 2021-07-09T17:10:01.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: mgr 2021-07-09T17:10:01.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: . 2021-07-09T17:10:01.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 14162 2021-07-09T17:10:01.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: ) 2021-07-09T17:10:01.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 529 2021-07-09T17:10:01.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: : 2021-07-09T17:10:01.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: cluster 2021-07-09T17:10:01.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 2021-07-09T17:10:01.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: [DBG] 2021-07-09T17:10:01.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 2021-07-09T17:10:01.419 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: pgmap v452: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 443 op/s 2021-07-09T17:10:01.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:01 smithi184 conmon[26177]: 2021-07-09T17:10:01.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 320213 13.06 MB/sec execute 475 sec latency 37.882 ms 2021-07-09T17:10:02.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 320568 13.05 MB/sec execute 476 sec latency 64.269 ms 2021-07-09T17:10:03.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:03 smithi184 conmon[26177]: cluster 2021-07-09T17:10:01.916887+0000 mgr.smithi184.rkuohv (mgr.14162) 530 : cluster 2021-07-09T17:10:03.530 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:03 smithi184 conmon[26177]: [DBG] pgmap v453: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 488 op/s 2021-07-09T17:10:03.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 321022 13.05 MB/sec execute 477 sec latency 35.360 ms 2021-07-09T17:10:04.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 321570 13.05 MB/sec execute 478 sec latency 73.903 ms 2021-07-09T17:10:05.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:05 smithi184 conmon[26177]: cluster 2021-07-09T17:10:03.917379+0000 mgr.smithi184.rkuohv (mgr.14162) 531 2021-07-09T17:10:05.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:05 smithi184 conmon[26177]: : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 407 op/s 2021-07-09T17:10:05.991 INFO:teuthology.orchestra.run.smithi184.stdout: 5 322046 13.06 MB/sec execute 479 sec latency 67.883 ms 2021-07-09T17:10:06.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 322681 13.07 MB/sec execute 480 sec latency 26.278 ms 2021-07-09T17:10:07.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:07 smithi184 conmon[26177]: cluster 2021-07-09T17:10:05.917763+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:10:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:07 smithi184 conmon[26177]: 14162) 532 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 466 op/s 2021-07-09T17:10:07.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 323028 13.06 MB/sec execute 481 sec latency 93.922 ms 2021-07-09T17:10:08.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 323387 13.05 MB/sec execute 482 sec latency 73.572 ms 2021-07-09T17:10:09.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:09 smithi184 conmon[26177]: cluster 2021-07-09T17:10:07.918388+0000 2021-07-09T17:10:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:09 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 533 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 9.5 KiB/s rd, 7.5 MiB/s wr, 652 op/s 2021-07-09T17:10:09.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 323867 13.05 MB/sec execute 483 sec latency 38.918 ms 2021-07-09T17:10:10.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 324175 13.03 MB/sec execute 484 sec latency 93.172 ms 2021-07-09T17:10:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:11 smithi184 conmon[26177]: cluster 2021-07-09T17:10:09.918818+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:10:11.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:11 smithi184 conmon[26177]: ) 534 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 449 op/s 2021-07-09T17:10:11.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 324580 13.03 MB/sec execute 485 sec latency 47.390 ms 2021-07-09T17:10:12.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 325065 13.03 MB/sec execute 486 sec latency 48.434 ms 2021-07-09T17:10:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:13 smithi184 conmon[26177]: cluster 2021-07-09T17:10:11.919538+0000 2021-07-09T17:10:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:13 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 535 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 6.7 MiB/s wr, 579 op/s 2021-07-09T17:10:13.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 325451 13.03 MB/sec execute 487 sec latency 63.329 ms 2021-07-09T17:10:14.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 325931 13.03 MB/sec execute 488 sec latency 33.773 ms 2021-07-09T17:10:15.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: cluster 2021-07-09T17:10:15.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: 2021-07-09T17:10:15.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: 2021 2021-07-09T17:10:15.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: - 2021-07-09T17:10:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: 07 2021-07-09T17:10:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: - 2021-07-09T17:10:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: 09 2021-07-09T17:10:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: T 2021-07-09T17:10:15.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: 17 2021-07-09T17:10:15.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: :10:13.919952+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:10:15.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:15 smithi184 conmon[26177]: mgr.14162) 536 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 7.4 KiB/s rd, 6.1 MiB/s wr, 492 op/s 2021-07-09T17:10:15.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 326377 13.03 MB/sec execute 489 sec latency 59.179 ms 2021-07-09T17:10:16.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 326671 13.02 MB/sec execute 490 sec latency 86.558 ms 2021-07-09T17:10:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:17 smithi184 conmon[26177]: cluster 2021-07-09T17:10:15.920402+0000 mgr.smithi184.rkuohv (mgr.14162) 537 : cluster [DBG] 2021-07-09T17:10:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:17 smithi184 conmon[26177]: pgmap v460: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 7.4 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2021-07-09T17:10:17.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 327071 13.01 MB/sec execute 491 sec latency 55.707 ms 2021-07-09T17:10:18.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 327560 13.01 MB/sec execute 492 sec latency 38.960 ms 2021-07-09T17:10:19.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:19 smithi184 conmon[26177]: cluster 2021-07-09T17:10:17.920976+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:10:19.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:19 smithi184 conmon[26177]: ) 538 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 642 op/s 2021-07-09T17:10:19.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 327880 12.99 MB/sec execute 493 sec latency 100.623 ms 2021-07-09T17:10:20.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 328384 13.00 MB/sec execute 494 sec latency 37.696 ms 2021-07-09T17:10:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:21 smithi184 conmon[26177]: cluster 2021-07-09T17:10:19.921426+0000 mgr.smithi184.rkuohv (mgr.14162) 539 : cluster 2021-07-09T17:10:21.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:21 smithi184 conmon[26177]: [DBG] pgmap v462: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 354 GiB / 358 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 428 op/s 2021-07-09T17:10:21.982 INFO:teuthology.orchestra.run.smithi184.stdout: 5 328885 13.00 MB/sec execute 495 sec latency 42.955 ms 2021-07-09T17:10:22.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 329211 13.00 MB/sec execute 496 sec latency 60.097 ms 2021-07-09T17:10:23.145 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:10:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:23 smithi184 conmon[26177]: cluster 2021-07-09T17:10:21.921935 2021-07-09T17:10:23.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:23 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 540 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 614 op/s 2021-07-09T17:10:23.580 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:10:23.581 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (13m) 8m ago 14m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:10:23.581 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (14m) 8m ago 14m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:10:23.582 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (12m) 8m ago 13m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:10:23.582 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (10m) 8m ago 10m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:10:23.583 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (10m) 8m ago 10m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:10:23.583 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (15m) 8m ago 15m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:10:23.583 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (15m) 8m ago 15m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:10:23.587 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (10m) 8m ago 10m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:10:23.588 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (13m) 8m ago 13m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:10:23.588 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (13m) 8m ago 13m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:10:23.589 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (12m) 8m ago 12m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:10:23.589 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (12m) 8m ago 12m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:10:23.590 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (12m) 8m ago 12m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:10:23.590 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (13m) 8m ago 13m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:10:23.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 329635 13.00 MB/sec execute 497 sec latency 64.094 ms 2021-07-09T17:10:24.082 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:10:24.083 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:10:24.083 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:10:24.083 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:10:24.083 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:10:24.084 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:10:24.084 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:10:24.084 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:10:24.084 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:10:24.085 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:10:24.085 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:10:24.085 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:10:24.085 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:10:24.086 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:10:24.086 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:10:24.086 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:10:24.087 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:10:24.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:24 smithi184 conmon[26177]: audit 2021-07-09T17:10:23.124081+0000 mgr.smithi184.rkuohv (mgr.14162) 541 2021-07-09T17:10:24.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:24 smithi184 conmon[26177]: : audit [DBG] from='client.14420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:10:24.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:24 smithi184 conmon[26177]: audit 2021-07-09T17:10:24.082032+0000 mon.smithi184 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.184:0/2065333697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:10:24.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 330040 12.99 MB/sec execute 498 sec latency 73.615 ms 2021-07-09T17:10:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:25 smithi184 conmon[26177]: audit 2021-07-09T17:10:23.572922 2021-07-09T17:10:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:25 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 542 : audit [DBG] from='client.14422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:10:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:25 smithi184 conmon[26177]: cluster 2021-07-09T17:10:23.922390+0000 mgr.smithi184.rkuohv (mgr.14162) 543 2021-07-09T17:10:25.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:25 smithi184 conmon[26177]: : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 354 GiB / 358 GiB avail; 6.6 KiB/s rd, 5.9 MiB/s wr, 506 op/s 2021-07-09T17:10:25.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 330318 12.98 MB/sec execute 499 sec latency 64.583 ms 2021-07-09T17:10:26.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 330780 12.98 MB/sec execute 500 sec latency 49.635 ms 2021-07-09T17:10:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:27 smithi184 conmon[26177]: cluster 2021-07-09T17:10:27.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:27 smithi184 conmon[26177]: 2021-07-09T17: 2021-07-09T17:10:27.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:27 smithi184 conmon[26177]: 10:25.922825+0000 mgr.smithi184.rkuohv (mgr.14162) 544 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 6.6 KiB/s rd, 5.4 MiB/s wr, 492 op/s 2021-07-09T17:10:27.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 331122 12.96 MB/sec execute 501 sec latency 89.869 ms 2021-07-09T17:10:28.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:28 smithi184 conmon[26177]: audit 2021-07-09T17:10:27.975393+0000 mon.smithi184 (mon.0 2021-07-09T17:10:28.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:28 smithi184 conmon[26177]: ) 463 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:10:28.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 331533 12.96 MB/sec execute 502 sec latency 56.470 ms 2021-07-09T17:10:29.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:29 smithi184 conmon[26177]: cluster 2021-07-09T17:10:27.923442+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:10:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:29 smithi184 conmon[26177]: 14162) 545 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 9.9 KiB/s rd, 7.1 MiB/s wr, 597 op/s 2021-07-09T17:10:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:29 smithi184 conmon[26177]: audit 2021-07-09T17:10:28.406351+0000 mon.smithi184 (mon.0) 464 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:10:29.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 332013 12.96 MB/sec execute 503 sec latency 37.394 ms 2021-07-09T17:10:30.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 332470 12.96 MB/sec execute 504 sec latency 65.705 ms 2021-07-09T17:10:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:31 smithi184 conmon[26177]: cluster 2021-07-09T17:10:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:31 smithi184 conmon[26177]: 2021-07-09T17:10:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:31 smithi184 conmon[26177]: 2021-07-09T17:10 2021-07-09T17:10:31.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:31 smithi184 conmon[26177]: :29.923887+0000 mgr.smithi184.rkuohv (mgr.14162) 546 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 451 op/s 2021-07-09T17:10:31.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 332835 12.96 MB/sec execute 505 sec latency 89.014 ms 2021-07-09T17:10:32.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 333302 12.96 MB/sec execute 506 sec latency 63.453 ms 2021-07-09T17:10:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: cluster 2021-07-09T17:10:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: 2021-07-09T17:10:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: 2021 2021-07-09T17:10:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: - 2021-07-09T17:10:33.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: 07 2021-07-09T17:10:33.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: - 2021-07-09T17:10:33.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: 09 2021-07-09T17:10:33.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: T 2021-07-09T17:10:33.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: 17 2021-07-09T17:10:33.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: :10:31.924402 2021-07-09T17:10:33.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:33 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 547 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 578 op/s 2021-07-09T17:10:33.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 333645 12.95 MB/sec execute 507 sec latency 98.547 ms 2021-07-09T17:10:34.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 333973 12.95 MB/sec execute 508 sec latency 70.650 ms 2021-07-09T17:10:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: cluster 2021-07-09T17:10:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 2021-07-09T17:10:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 2021 2021-07-09T17:10:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: - 2021-07-09T17:10:35.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 07 2021-07-09T17:10:35.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: - 2021-07-09T17:10:35.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 09 2021-07-09T17:10:35.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: T 2021-07-09T17:10:35.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 17 2021-07-09T17:10:35.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: : 2021-07-09T17:10:35.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 10 2021-07-09T17:10:35.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: : 2021-07-09T17:10:35.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 33 2021-07-09T17:10:35.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: . 2021-07-09T17:10:35.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 924810 2021-07-09T17:10:35.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: +0000 2021-07-09T17:10:35.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 2021-07-09T17:10:35.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:10:35.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: ( 2021-07-09T17:10:35.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: mgr.14162) 548 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 416 op/s 2021-07-09T17:10:35.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:35 smithi184 conmon[26177]: 2021-07-09T17:10:35.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 334373 12.94 MB/sec execute 509 sec latency 51.846 ms 2021-07-09T17:10:36.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 334683 12.92 MB/sec execute 510 sec latency 73.682 ms 2021-07-09T17:10:37.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:37 smithi184 conmon[26177]: cluster 2021-07-09T17:10:35.925275+0000 mgr.smithi184.rkuohv (mgr.14162) 549 : cluster 2021-07-09T17:10:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:37 smithi184 conmon[26177]: [DBG] pgmap v470: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 6.7 KiB/s rd, 5.3 MiB/s wr, 478 op/s 2021-07-09T17:10:37.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 335127 12.93 MB/sec execute 511 sec latency 35.492 ms 2021-07-09T17:10:38.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 335649 12.93 MB/sec execute 512 sec latency 49.576 ms 2021-07-09T17:10:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:39 smithi184 conmon[26177]: cluster 2021-07-09T17:10:37.925880+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:10:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:39 smithi184 conmon[26177]: ) 550 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 339 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 527 op/s 2021-07-09T17:10:39.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 336032 12.92 MB/sec execute 513 sec latency 77.867 ms 2021-07-09T17:10:40.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 336483 12.93 MB/sec execute 514 sec latency 38.860 ms 2021-07-09T17:10:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:41 smithi184 conmon[26177]: cluster 2021-07-09T17:10:39.926343+0000 mgr.smithi184.rkuohv 2021-07-09T17:10:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:41 smithi184 conmon[26177]: (mgr.14162) 551 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 407 op/s 2021-07-09T17:10:41.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 336931 12.92 MB/sec execute 515 sec latency 87.267 ms 2021-07-09T17:10:42.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 337253 12.91 MB/sec execute 516 sec latency 93.243 ms 2021-07-09T17:10:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: cluster 2021-07-09T17:10:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: 2021-07-09T17:10:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: 2021 2021-07-09T17:10:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: - 2021-07-09T17:10:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: 07 2021-07-09T17:10:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: - 2021-07-09T17:10:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: 09 2021-07-09T17:10:43.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: T 2021-07-09T17:10:43.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: 17 2021-07-09T17:10:43.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: :10:41.926819+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:10:43.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:43 smithi184 conmon[26177]: mgr.14162) 552 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 9.9 KiB/s rd, 6.2 MiB/s wr, 531 op/s 2021-07-09T17:10:43.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 337630 12.91 MB/sec execute 517 sec latency 47.518 ms 2021-07-09T17:10:44.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 338132 12.91 MB/sec execute 518 sec latency 40.118 ms 2021-07-09T17:10:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:45 smithi184 conmon[26177]: cluster 2021-07-09T17:10:43.927292+0000 mgr.smithi184.rkuohv (mgr.14162) 553 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 6.5 KiB/s rd, 5.8 MiB/s wr, 485 op/s 2021-07-09T17:10:45.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 338444 12.89 MB/sec execute 519 sec latency 103.937 ms 2021-07-09T17:10:46.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 338959 12.90 MB/sec execute 520 sec latency 43.378 ms 2021-07-09T17:10:47.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:47 smithi184 conmon[26177]: cluster 2021-07-09T17:10:45.927742+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:10:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:47 smithi184 conmon[26177]: 14162) 554 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 6.5 KiB/s rd, 5.2 MiB/s wr, 460 op/s 2021-07-09T17:10:47.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 339524 12.90 MB/sec execute 521 sec latency 47.533 ms 2021-07-09T17:10:48.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 339836 12.90 MB/sec execute 522 sec latency 67.467 ms 2021-07-09T17:10:49.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:49 smithi184 conmon[26177]: cluster 2021-07-09T17:10:47.928364+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:10:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:49 smithi184 conmon[26177]: 555 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 354 GiB / 358 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 554 op/s 2021-07-09T17:10:49.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 340343 12.90 MB/sec execute 523 sec latency 38.338 ms 2021-07-09T17:10:50.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 340713 12.90 MB/sec execute 524 sec latency 62.986 ms 2021-07-09T17:10:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: cluster 2021-07-09T17:10:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: 2021-07-09T17:10:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: 2021-07-09T17:10:49.928797 2021-07-09T17:10:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 556 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 6.1 KiB/s rd, 5.6 MiB/s wr, 507 op/s 2021-07-09T17:10:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: audit 2021-07-09T17: 2021-07-09T17:10:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: 10:50.371478+0000 mon.smithi184 (mon.0) 465 2021-07-09T17:10:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:10:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: audit 2021-07-09T17:10:50.371698 2021-07-09T17:10:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: +0000 mon.smithi184 (mon.0) 466 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:10:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:51 smithi184 conmon[26177]: 2021-07-09T17:10:51.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 341044 12.89 MB/sec execute 525 sec latency 93.217 ms 2021-07-09T17:10:52.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 341518 12.88 MB/sec execute 526 sec latency 45.428 ms 2021-07-09T17:10:53.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:53 smithi184 conmon[26177]: cluster 2021-07-09T17:10:51.929264+0000 2021-07-09T17:10:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:53 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 557 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 611 op/s 2021-07-09T17:10:53.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 341827 12.87 MB/sec execute 527 sec latency 99.200 ms 2021-07-09T17:10:54.573 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:10:54.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 342238 12.87 MB/sec execute 528 sec latency 30.622 ms 2021-07-09T17:10:55.011 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:10:55.011 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (13m) 9m ago 14m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:10:55.011 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (14m) 9m ago 14m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:10:55.012 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (13m) 9m ago 14m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:10:55.012 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (11m) 9m ago 11m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:10:55.012 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (11m) 9m ago 11m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:10:55.012 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (15m) 9m ago 15m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:10:55.013 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (15m) 9m ago 16m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:10:55.013 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (11m) 9m ago 11m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:10:55.013 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (14m) 9m ago 14m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:10:55.013 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (13m) 9m ago 13m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:10:55.013 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (13m) 9m ago 13m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:10:55.014 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (13m) 9m ago 13m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:10:55.014 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (12m) 9m ago 12m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:10:55.014 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (13m) 9m ago 13m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:10:55.511 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:10:55.512 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:10:55.512 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:10:55.512 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:10:55.513 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:10:55.513 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:10:55.513 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:10:55.513 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:10:55.513 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:10:55.514 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:10:55.514 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:10:55.514 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:10:55.514 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:10:55.515 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:10:55.515 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:10:55.515 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:10:55.515 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:10:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: cluster 2021-07-09T17:10:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 2021-07-09T17:10:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 2021 2021-07-09T17:10:55.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: - 2021-07-09T17:10:55.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 07 2021-07-09T17:10:55.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: - 2021-07-09T17:10:55.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 09 2021-07-09T17:10:55.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: T 2021-07-09T17:10:55.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 17 2021-07-09T17:10:55.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: : 2021-07-09T17:10:55.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 10 2021-07-09T17:10:55.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: : 2021-07-09T17:10:55.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 53 2021-07-09T17:10:55.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: . 2021-07-09T17:10:55.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 929694 2021-07-09T17:10:55.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: +0000 2021-07-09T17:10:55.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 2021-07-09T17:10:55.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:10:55.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: ( 2021-07-09T17:10:55.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: mgr 2021-07-09T17:10:55.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: . 2021-07-09T17:10:55.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 14162 2021-07-09T17:10:55.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: ) 2021-07-09T17:10:55.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 558 2021-07-09T17:10:55.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: : 2021-07-09T17:10:55.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: cluster 2021-07-09T17:10:55.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 2021-07-09T17:10:55.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: [DBG] 2021-07-09T17:10:55.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 2021-07-09T17:10:55.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: pgmap v479: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 7.7 KiB/s rd, 5.9 MiB/s wr, 501 op/s 2021-07-09T17:10:55.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:55 smithi184 conmon[26177]: 2021-07-09T17:10:55.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 342698 12.87 MB/sec execute 529 sec latency 53.174 ms 2021-07-09T17:10:56.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:56 smithi184 conmon[26177]: audit 2021-07-09T17:10:54.552661+0000 mgr.smithi184.rkuohv 2021-07-09T17:10:56.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:56 smithi184 conmon[26177]: (mgr.14162) 559 : audit [DBG] from='client.14426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:10:56.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:56 smithi184 conmon[26177]: audit 2021-07-09T17:10:55.001850+0000 mgr.smithi184.rkuohv (mgr.14162) 560 : audit [DBG] from='client.14428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:10:56.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:56 smithi184 conmon[26177]: audit 2021-07-09T17:10:55.506932+0000 mon.smithi184 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.184:0/2973606562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:10:56.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 343118 12.86 MB/sec execute 530 sec latency 98.159 ms 2021-07-09T17:10:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:57 smithi184 conmon[26177]: cluster 2021-07-09T17:10:55.930119+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:10:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:57 smithi184 conmon[26177]: .14162) 561 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 418 op/s 2021-07-09T17:10:57.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 343594 12.88 MB/sec execute 531 sec latency 28.327 ms 2021-07-09T17:10:58.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 344070 12.87 MB/sec execute 532 sec latency 89.571 ms 2021-07-09T17:10:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: cluster 2021-07-09T17:10:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 2021-07-09T17:10:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 2021 2021-07-09T17:10:59.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: - 2021-07-09T17:10:59.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 07 2021-07-09T17:10:59.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: - 2021-07-09T17:10:59.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 09 2021-07-09T17:10:59.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: T 2021-07-09T17:10:59.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 17 2021-07-09T17:10:59.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: : 2021-07-09T17:10:59.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 10 2021-07-09T17:10:59.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: : 2021-07-09T17:10:59.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 57 2021-07-09T17:10:59.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: . 2021-07-09T17:10:59.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 930713 2021-07-09T17:10:59.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: +0000 2021-07-09T17:10:59.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 2021-07-09T17:10:59.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:10:59.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: ( 2021-07-09T17:10:59.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: mgr 2021-07-09T17:10:59.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: . 2021-07-09T17:10:59.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 14162 2021-07-09T17:10:59.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: ) 2021-07-09T17:10:59.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 562 2021-07-09T17:10:59.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: : 2021-07-09T17:10:59.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: cluster 2021-07-09T17:10:59.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 2021-07-09T17:10:59.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: [DBG] 2021-07-09T17:10:59.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 2021-07-09T17:10:59.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: pgmap v481: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 613 op/s 2021-07-09T17:10:59.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:10:59 smithi184 conmon[26177]: 2021-07-09T17:10:59.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 344376 12.86 MB/sec execute 533 sec latency 72.849 ms 2021-07-09T17:11:00.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 344790 12.86 MB/sec execute 534 sec latency 66.308 ms 2021-07-09T17:11:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:01 smithi184 conmon[26177]: cluster 2021-07-09T17:10:59.931151+0000 mgr.smithi184.rkuohv (mgr.14162) 563 2021-07-09T17:11:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:01 smithi184 conmon[26177]: : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 7.2 KiB/s rd, 5.1 MiB/s wr, 429 op/s 2021-07-09T17:11:01.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 345231 12.85 MB/sec execute 535 sec latency 58.329 ms 2021-07-09T17:11:02.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 345660 12.85 MB/sec execute 536 sec latency 57.202 ms 2021-07-09T17:11:03.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:03 smithi184 conmon[26177]: cluster 2021-07-09T17:11:01.931684+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:11:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:03 smithi184 conmon[26177]: .14162) 564 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 605 op/s 2021-07-09T17:11:03.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 346081 12.85 MB/sec execute 537 sec latency 36.675 ms 2021-07-09T17:11:04.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 346605 12.85 MB/sec execute 538 sec latency 61.841 ms 2021-07-09T17:11:05.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:05 smithi184 conmon[26177]: cluster 2021-07-09T17:11:03.932181+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:11:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:05 smithi184 conmon[26177]: ) 565 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 6.9 KiB/s rd, 5.6 MiB/s wr, 446 op/s 2021-07-09T17:11:05.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 346889 12.84 MB/sec execute 539 sec latency 90.086 ms 2021-07-09T17:11:06.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 347490 12.85 MB/sec execute 540 sec latency 43.716 ms 2021-07-09T17:11:07.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:07 smithi184 conmon[26177]: cluster 2021-07-09T17:11:05.932544+0000 mgr.smithi184.rkuohv (mgr.14162) 566 2021-07-09T17:11:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:07 smithi184 conmon[26177]: : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 6.9 KiB/s rd, 5.1 MiB/s wr, 430 op/s 2021-07-09T17:11:07.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 347861 12.85 MB/sec execute 541 sec latency 81.421 ms 2021-07-09T17:11:08.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 348220 12.84 MB/sec execute 542 sec latency 62.879 ms 2021-07-09T17:11:09.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:09 smithi184 conmon[26177]: cluster 2021-07-09T17:11:07.933026+0000 mgr.smithi184.rkuohv (mgr.14162) 567 : cluster 2021-07-09T17:11:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:09 smithi184 conmon[26177]: [DBG] pgmap v486: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 9.6 KiB/s rd, 7.6 MiB/s wr, 673 op/s 2021-07-09T17:11:09.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 348693 12.83 MB/sec execute 543 sec latency 32.193 ms 2021-07-09T17:11:10.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 349016 12.83 MB/sec execute 544 sec latency 99.787 ms 2021-07-09T17:11:11.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:11 smithi184 conmon[26177]: cluster 2021-07-09T17:11:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:11 smithi184 conmon[26177]: 2021-07-09T17:11: 2021-07-09T17:11:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:11 smithi184 conmon[26177]: 09.933390+0000 mgr.smithi184.rkuohv (mgr.14162) 568 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 6.3 KiB/s rd, 5.7 MiB/s wr, 478 op/s 2021-07-09T17:11:11.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 349478 12.83 MB/sec execute 545 sec latency 38.607 ms 2021-07-09T17:11:12.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 349962 12.83 MB/sec execute 546 sec latency 66.798 ms 2021-07-09T17:11:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:13 smithi184 conmon[26177]: cluster 2021-07-09T17:11:11.933858+0000 mgr.smithi184.rkuohv (mgr.14162) 569 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 510 op/s 2021-07-09T17:11:13.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 350328 12.82 MB/sec execute 547 sec latency 75.932 ms 2021-07-09T17:11:14.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 350805 12.83 MB/sec execute 548 sec latency 31.121 ms 2021-07-09T17:11:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:15 smithi184 conmon[26177]: cluster 2021-07-09T17:11:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:15 smithi184 conmon[26177]: 2021-07-09T17:11:13.934279+0000 mgr.smithi184.rkuohv (mgr.14162) 570 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 6.6 KiB/s rd, 6.0 MiB/s wr, 495 op/s 2021-07-09T17:11:15.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 351170 12.82 MB/sec execute 549 sec latency 65.805 ms 2021-07-09T17:11:16.984 INFO:teuthology.orchestra.run.smithi184.stdout: 5 351527 12.82 MB/sec execute 550 sec latency 37.163 ms 2021-07-09T17:11:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:17 smithi184 conmon[26177]: cluster 2021-07-09T17:11:15.934743+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:11:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:17 smithi184 conmon[26177]: .14162) 571 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 6.6 KiB/s rd, 5.4 MiB/s wr, 475 op/s 2021-07-09T17:11:17.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 351880 12.81 MB/sec execute 551 sec latency 101.734 ms 2021-07-09T17:11:18.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 352323 12.80 MB/sec execute 552 sec latency 39.066 ms 2021-07-09T17:11:19.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:19 smithi184 conmon[26177]: cluster 2021-07-09T17:11:17.935441+0000 mgr.smithi184.rkuohv (mgr.14162) 572 : cluster 2021-07-09T17:11:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:19 smithi184 conmon[26177]: [DBG] pgmap v491: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 354 GiB / 358 GiB avail; 9.6 KiB/s rd, 7.5 MiB/s wr, 666 op/s 2021-07-09T17:11:19.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 352719 12.80 MB/sec execute 553 sec latency 64.979 ms 2021-07-09T17:11:20.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 353126 12.80 MB/sec execute 554 sec latency 40.634 ms 2021-07-09T17:11:21.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:21 smithi184 conmon[26177]: cluster 2021-07-09T17:11:19.935886+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:11:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:21 smithi184 conmon[26177]: .14162) 573 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 6.9 KiB/s rd, 5.1 MiB/s wr, 425 op/s 2021-07-09T17:11:21.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 353625 12.80 MB/sec execute 555 sec latency 69.828 ms 2021-07-09T17:11:22.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 353956 12.79 MB/sec execute 556 sec latency 65.853 ms 2021-07-09T17:11:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:23 smithi184 conmon[26177]: cluster 2021-07-09T17:11:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:23 smithi184 conmon[26177]: 2021-07-09T17:11:21 2021-07-09T17:11:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:23 smithi184 conmon[26177]: .936444+0000 mgr.smithi184.rkuohv (mgr.14162) 574 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 548 op/s 2021-07-09T17:11:23.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 354409 12.80 MB/sec execute 557 sec latency 37.517 ms 2021-07-09T17:11:24.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 354816 12.79 MB/sec execute 558 sec latency 89.219 ms 2021-07-09T17:11:25.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:25 smithi184 conmon[26177]: cluster 2021-07-09T17:11:23.936926+0000 mgr.smithi184.rkuohv (mgr.14162) 575 : cluster 2021-07-09T17:11:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:25 smithi184 conmon[26177]: [DBG] pgmap v494: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.8 MiB/s wr, 526 op/s 2021-07-09T17:11:25.979 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:11:25.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 355111 12.78 MB/sec execute 559 sec latency 58.698 ms 2021-07-09T17:11:26.423 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:11:26.423 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (14m) 10m ago 15m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:11:26.423 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (15m) 10m ago 15m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:11:26.423 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (14m) 10m ago 14m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:11:26.424 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (12m) 10m ago 12m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:11:26.424 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (11m) 10m ago 11m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:11:26.424 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (16m) 10m ago 16m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:11:26.424 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (16m) 10m ago 16m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:11:26.425 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (11m) 10m ago 11m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:11:26.425 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (14m) 10m ago 14m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:11:26.425 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (14m) 10m ago 14m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:11:26.425 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (13m) 10m ago 13m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:11:26.425 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (13m) 10m ago 13m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:11:26.426 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (13m) 10m ago 13m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:11:26.426 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (14m) 10m ago 14m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:11:26.911 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:11:26.912 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:11:26.912 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:11:26.913 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:11:26.913 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:11:26.913 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:11:26.913 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:11:26.914 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:11:26.914 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:11:26.914 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:11:26.914 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:11:26.915 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:11:26.915 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:11:26.915 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:11:26.915 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:11:26.915 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:11:26.916 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:11:26.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 355482 12.77 MB/sec execute 560 sec latency 109.927 ms 2021-07-09T17:11:27.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:27 smithi184 conmon[26177]: cluster 2021-07-09T17:11:25.937416+0000 2021-07-09T17:11:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:27 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 576 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 448 op/s 2021-07-09T17:11:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:27 smithi184 conmon[26177]: audit 2021-07-09T17:11:25.958623+0000 mgr.smithi184.rkuohv (mgr.14162) 577 : 2021-07-09T17:11:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:27 smithi184 conmon[26177]: audit [DBG] from='client.14432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:11:27.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:27 smithi184 conmon[26177]: audit 2021-07-09T17:11:26. 2021-07-09T17:11:27.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:27 smithi184 conmon[26177]: 911055+0000 mon.smithi184 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.184:0/410305333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:11:27.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 355860 12.77 MB/sec execute 561 sec latency 67.507 ms 2021-07-09T17:11:28.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:28 smithi184 conmon[26177]: audit 2021-07-09T17:11:26.415687+0000 mgr.smithi184.rkuohv (mgr.14162) 578 : audit [DBG] 2021-07-09T17:11:28.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:28 smithi184 conmon[26177]: from='client.14434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:11:28.985 INFO:teuthology.orchestra.run.smithi184.stdout: 5 356274 12.77 MB/sec execute 562 sec latency 71.427 ms 2021-07-09T17:11:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:29 smithi184 conmon[26177]: cluster 2021-07-09T17:11:29.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:29 smithi184 conmon[26177]: 2021-07-09T17:11:29.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:29 smithi184 conmon[26177]: 2021-07-09T 2021-07-09T17:11:29.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:29 smithi184 conmon[26177]: 17:11:27.938018+0000 mgr.smithi184.rkuohv (mgr.14162) 579 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 9.4 KiB/s rd, 7.0 MiB/s wr, 578 op/s 2021-07-09T17:11:29.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:29 smithi184 conmon[26177]: audit 2021-07-09T17:11:29.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:29 smithi184 conmon[26177]: 2021-07-09T17:11:29.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:29 smithi184 conmon[26177]: 2021-07-09T17:11:28. 2021-07-09T17:11:29.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:29 smithi184 conmon[26177]: 410643+0000 mon.smithi184 (mon.0) 469 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:11:29.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 356691 12.77 MB/sec execute 563 sec latency 39.340 ms 2021-07-09T17:11:30.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 357115 12.76 MB/sec execute 564 sec latency 75.696 ms 2021-07-09T17:11:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:31 smithi184 conmon[26177]: cluster 2021-07-09T17:11:29.938438+0000 mgr.smithi184.rkuohv (mgr.14162) 580 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 388 op/s 2021-07-09T17:11:31.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 357419 12.75 MB/sec execute 565 sec latency 76.653 ms 2021-07-09T17:11:32.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 357880 12.76 MB/sec execute 566 sec latency 47.864 ms 2021-07-09T17:11:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:33 smithi184 conmon[26177]: cluster 2021-07-09T17:11:31.938914+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:11:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:33 smithi184 conmon[26177]: mgr.14162) 581 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 512 op/s 2021-07-09T17:11:33.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 358200 12.75 MB/sec execute 567 sec latency 112.827 ms 2021-07-09T17:11:34.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 358589 12.75 MB/sec execute 568 sec latency 42.410 ms 2021-07-09T17:11:35.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:35 smithi184 conmon[26177]: cluster 2021-07-09T17:11:33.939347+0000 mgr.smithi184.rkuohv (mgr.14162) 582 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 400 op/s 2021-07-09T17:11:35.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:35 smithi184 conmon[26177]: audit 2021-07-09T17:11:34.734997+0000 mon.smithi184 (mon.0) 470 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:11:35.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:35 smithi184 conmon[26177]: audit 2021-07-09T17:11:35.120557+0000 mon.smithi184 (mon.0) 471 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:11:35.989 INFO:teuthology.orchestra.run.smithi184.stdout: 5 358930 12.74 MB/sec execute 569 sec latency 64.464 ms 2021-07-09T17:11:36.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 359373 12.73 MB/sec execute 570 sec latency 35.935 ms 2021-07-09T17:11:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:37 smithi184 conmon[26177]: cluster 2021-07-09T17:11:35.939799+0000 mgr.smithi184.rkuohv (mgr.14162) 583 : cluster 2021-07-09T17:11:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:37 smithi184 conmon[26177]: [DBG] pgmap v500: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 471 op/s 2021-07-09T17:11:37.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 359771 12.73 MB/sec execute 571 sec latency 71.711 ms 2021-07-09T17:11:38.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 360235 12.73 MB/sec execute 572 sec latency 36.800 ms 2021-07-09T17:11:39.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:39 smithi184 conmon[26177]: cluster 2021-07-09T17:11:37.940382+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:11:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:39 smithi184 conmon[26177]: 584 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 533 op/s 2021-07-09T17:11:39.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 360690 12.73 MB/sec execute 573 sec latency 57.927 ms 2021-07-09T17:11:40.986 INFO:teuthology.orchestra.run.smithi184.stdout: 5 361021 12.73 MB/sec execute 574 sec latency 62.320 ms 2021-07-09T17:11:41.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:41 smithi184 conmon[26177]: cluster 2021-07-09T17:11:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:41 smithi184 conmon[26177]: 2021-07-09T17:11:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:41 smithi184 conmon[26177]: 2021-07-09T17:11:39.940818 2021-07-09T17:11:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:41 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 585 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 6.5 KiB/s rd, 4.8 MiB/s wr, 412 op/s 2021-07-09T17:11:41.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 361458 12.73 MB/sec execute 575 sec latency 35.666 ms 2021-07-09T17:11:42.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 361869 12.72 MB/sec execute 576 sec latency 106.174 ms 2021-07-09T17:11:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:43 smithi184 conmon[26177]: cluster 2021-07-09T17:11:41.941342+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:11:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:43 smithi184 conmon[26177]: .14162) 586 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 519 op/s 2021-07-09T17:11:43.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 362234 12.72 MB/sec execute 577 sec latency 38.277 ms 2021-07-09T17:11:44.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 362605 12.71 MB/sec execute 578 sec latency 97.667 ms 2021-07-09T17:11:45.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:45 smithi184 conmon[26177]: cluster 2021-07-09T17:11:43.941814+0000 mgr.smithi184.rkuohv (mgr.14162) 587 2021-07-09T17:11:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:45 smithi184 conmon[26177]: : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 5.7 KiB/s rd, 5.4 MiB/s wr, 408 op/s 2021-07-09T17:11:45.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 362940 12.70 MB/sec execute 579 sec latency 79.573 ms 2021-07-09T17:11:46.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 363378 12.70 MB/sec execute 580 sec latency 56.729 ms 2021-07-09T17:11:47.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:47 smithi184 conmon[26177]: cluster 2021-07-09T17:11:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:47 smithi184 conmon[26177]: 2021-07-09T17:11 2021-07-09T17:11:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:47 smithi184 conmon[26177]: :45.942289+0000 mgr.smithi184.rkuohv (mgr.14162) 588 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 5.7 KiB/s rd, 5.2 MiB/s wr, 467 op/s 2021-07-09T17:11:47.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 363766 12.70 MB/sec execute 581 sec latency 97.427 ms 2021-07-09T17:11:48.988 INFO:teuthology.orchestra.run.smithi184.stdout: 5 364235 12.69 MB/sec execute 582 sec latency 65.839 ms 2021-07-09T17:11:49.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:49 smithi184 conmon[26177]: cluster 2021-07-09T17:11:47.942906+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:11:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:49 smithi184 conmon[26177]: 14162) 589 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 9.9 KiB/s rd, 6.5 MiB/s wr, 521 op/s 2021-07-09T17:11:49.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 364592 12.69 MB/sec execute 583 sec latency 77.160 ms 2021-07-09T17:11:50.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 365019 12.69 MB/sec execute 584 sec latency 38.949 ms 2021-07-09T17:11:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: cluster 2021-07-09T17:11:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:49.943440 2021-07-09T17:11:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 590 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 355 GiB / 358 GiB avail; 7.4 KiB/s rd, 5.3 MiB/s wr, 498 op/s 2021-07-09T17:11:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: audit 2021-07-09T17:11:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021 2021-07-09T17:11:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: - 2021-07-09T17:11:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 07 2021-07-09T17:11:51.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: - 2021-07-09T17:11:51.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 09 2021-07-09T17:11:51.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: T 2021-07-09T17:11:51.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 17 2021-07-09T17:11:51.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: : 2021-07-09T17:11:51.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 11 2021-07-09T17:11:51.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: : 2021-07-09T17:11:51.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 50 2021-07-09T17:11:51.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: . 2021-07-09T17:11:51.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 373676 2021-07-09T17:11:51.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: +0000 2021-07-09T17:11:51.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: mon.smithi184 2021-07-09T17:11:51.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: ( 2021-07-09T17:11:51.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: mon 2021-07-09T17:11:51.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: . 2021-07-09T17:11:51.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 0 2021-07-09T17:11:51.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: ) 2021-07-09T17:11:51.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 472 2021-07-09T17:11:51.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: : 2021-07-09T17:11:51.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: audit 2021-07-09T17:11:51.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: [INF] 2021-07-09T17:11:51.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:11:51.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: audit 2021-07-09T17:11:51.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021 2021-07-09T17:11:51.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: - 2021-07-09T17:11:51.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 07 2021-07-09T17:11:51.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: - 2021-07-09T17:11:51.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 09 2021-07-09T17:11:51.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: T 2021-07-09T17:11:51.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 17 2021-07-09T17:11:51.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: : 2021-07-09T17:11:51.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 11 2021-07-09T17:11:51.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: : 2021-07-09T17:11:51.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 50 2021-07-09T17:11:51.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: . 2021-07-09T17:11:51.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 375756 2021-07-09T17:11:51.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: +0000 2021-07-09T17:11:51.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: mon.smithi184 2021-07-09T17:11:51.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: ( 2021-07-09T17:11:51.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: mon 2021-07-09T17:11:51.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: . 2021-07-09T17:11:51.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 0 2021-07-09T17:11:51.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: ) 2021-07-09T17:11:51.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 473 2021-07-09T17:11:51.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: : 2021-07-09T17:11:51.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: audit 2021-07-09T17:11:51.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: [INF] 2021-07-09T17:11:51.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:11:51.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:51 smithi184 conmon[26177]: 2021-07-09T17:11:51.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 365414 12.69 MB/sec execute 585 sec latency 67.937 ms 2021-07-09T17:11:52.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 365773 12.68 MB/sec execute 586 sec latency 39.280 ms 2021-07-09T17:11:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:53 smithi184 conmon[26177]: cluster 2021-07-09T17:11:51.943970+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:11:53.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:53 smithi184 conmon[26177]: 591 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 517 op/s 2021-07-09T17:11:53.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 366139 12.67 MB/sec execute 587 sec latency 95.980 ms 2021-07-09T17:11:54.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 366545 12.67 MB/sec execute 588 sec latency 73.981 ms 2021-07-09T17:11:55.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:55 smithi184 conmon[26177]: cluster 2021-07-09T17:11:53.944451+0000 2021-07-09T17:11:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:55 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 592 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 7.3 KiB/s rd, 5.6 MiB/s wr, 463 op/s 2021-07-09T17:11:55.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 367019 12.67 MB/sec execute 589 sec latency 51.656 ms 2021-07-09T17:11:56.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 367467 12.68 MB/sec execute 590 sec latency 47.327 ms 2021-07-09T17:11:57.420 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:11:57.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:57 smithi184 conmon[26177]: cluster 2021-07-09T17:11:55.946066+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:11:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:57 smithi184 conmon[26177]: 14162) 593 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 356 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 7.3 KiB/s rd, 5.3 MiB/s wr, 501 op/s 2021-07-09T17:11:57.844 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:11:57.845 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (14m) 23s ago 15m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:11:57.845 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (15m) 23s ago 15m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:11:57.845 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (14m) 23s ago 15m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:11:57.846 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (12m) 23s ago 12m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:11:57.846 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (12m) 23s ago 12m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:11:57.846 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (16m) 23s ago 16m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:11:57.846 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (17m) 23s ago 17m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:11:57.847 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (12m) 23s ago 12m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:11:57.847 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (15m) 23s ago 15m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:11:57.847 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (14m) 23s ago 14m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:11:57.847 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (14m) 23s ago 14m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:11:57.848 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (14m) 23s ago 14m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:11:57.848 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (13m) 23s ago 13m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:11:57.848 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (15m) 23s ago 15m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:11:57.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 367874 12.67 MB/sec execute 591 sec latency 73.646 ms 2021-07-09T17:11:58.350 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:11:58.351 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:11:58.351 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:11:58.351 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:11:58.351 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:11:58.352 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:11:58.352 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:11:58.352 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:11:58.352 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:11:58.352 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:11:58.353 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:11:58.353 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:11:58.353 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:11:58.353 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:11:58.354 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:11:58.354 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:11:58.354 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:11:58.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 368216 12.67 MB/sec execute 592 sec latency 77.198 ms 2021-07-09T17:11:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: audit 2021-07-09T17:11:57.402207+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:11:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: mgr.14162) 594 : audit [DBG] from='client.14438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:11:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: audit 2021-07-09T17:11:57.836378+0000 mgr.smithi184.rkuohv (mgr.14162) 595 : audit [DBG] 2021-07-09T17:11:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: from='client.14440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:11:59.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: cluster 2021- 2021-07-09T17:11:59.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: 07-09T17:11:57.946732+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:11:59.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: 596 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 602 op/s 2021-07-09T17:11:59.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: audit 2021-07-09T 2021-07-09T17:11:59.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: 17:11:58.349493+0000 mon.smithi184 (mon 2021-07-09T17:11:59.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:11:59 smithi184 conmon[26177]: .0) 474 : audit [DBG] from='client.? 172.21.15.184:0/2287865043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:11:59.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 368675 12.67 MB/sec execute 593 sec latency 49.336 ms 2021-07-09T17:12:00.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 369039 12.66 MB/sec execute 594 sec latency 76.169 ms 2021-07-09T17:12:01.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:01 smithi184 conmon[26177]: cluster 2021-07-09T17:11:59.947206+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:12:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:01 smithi184 conmon[26177]: 14162) 597 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 6.0 KiB/s rd, 5.4 MiB/s wr, 466 op/s 2021-07-09T17:12:01.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 369343 12.65 MB/sec execute 595 sec latency 76.736 ms 2021-07-09T17:12:02.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 369797 12.65 MB/sec execute 596 sec latency 32.546 ms 2021-07-09T17:12:03.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:03 smithi184 conmon[26177]: cluster 2021-07-09T17:12:01.947640+0000 mgr.smithi184.rkuohv (mgr.14162) 598 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 474 op/s 2021-07-09T17:12:03.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 370130 12.64 MB/sec execute 597 sec latency 71.006 ms 2021-07-09T17:12:04.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 370587 12.64 MB/sec execute 598 sec latency 50.474 ms 2021-07-09T17:12:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: cluster 2021-07-09T17:12:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 2021-07-09T17:12:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 2021 2021-07-09T17:12:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: - 2021-07-09T17:12:05.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 07 2021-07-09T17:12:05.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: - 2021-07-09T17:12:05.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 09 2021-07-09T17:12:05.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: T 2021-07-09T17:12:05.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 17 2021-07-09T17:12:05.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: : 2021-07-09T17:12:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 12 2021-07-09T17:12:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: : 2021-07-09T17:12:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 03 2021-07-09T17:12:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: . 2021-07-09T17:12:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 948023 2021-07-09T17:12:05.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: +0000 2021-07-09T17:12:05.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 2021-07-09T17:12:05.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: mgr.smithi184.rkuohv 2021-07-09T17:12:05.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: ( 2021-07-09T17:12:05.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: mgr 2021-07-09T17:12:05.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: . 2021-07-09T17:12:05.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 14162 2021-07-09T17:12:05.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: ) 2021-07-09T17:12:05.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 599 2021-07-09T17:12:05.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: : 2021-07-09T17:12:05.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: cluster 2021-07-09T17:12:05.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 2021-07-09T17:12:05.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: [DBG] 2021-07-09T17:12:05.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 2021-07-09T17:12:05.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: pgmap v514: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 354 GiB / 358 GiB avail; 6.8 KiB/s rd, 5.9 MiB/s wr, 458 op/s 2021-07-09T17:12:05.670 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:05 smithi184 conmon[26177]: 2021-07-09T17:12:05.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 370968 12.64 MB/sec execute 599 sec latency 45.273 ms 2021-07-09T17:12:06.987 INFO:teuthology.orchestra.run.smithi184.stdout: 5 cleanup 600 sec 2021-07-09T17:12:07.198 INFO:teuthology.orchestra.run.smithi184.stdout: 0 cleanup 600 sec 2021-07-09T17:12:07.199 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T17:12:07.199 INFO:teuthology.orchestra.run.smithi184.stdout: Operation Count AvgLat MaxLat 2021-07-09T17:12:07.199 INFO:teuthology.orchestra.run.smithi184.stdout: ---------------------------------------- 2021-07-09T17:12:07.200 INFO:teuthology.orchestra.run.smithi184.stdout: NTCreateX 243049 4.139 5438.263 2021-07-09T17:12:07.200 INFO:teuthology.orchestra.run.smithi184.stdout: Close 178506 2.593 330.887 2021-07-09T17:12:07.200 INFO:teuthology.orchestra.run.smithi184.stdout: Rename 10310 10.093 115.612 2021-07-09T17:12:07.200 INFO:teuthology.orchestra.run.smithi184.stdout: Unlink 49090 6.345 122.342 2021-07-09T17:12:07.200 INFO:teuthology.orchestra.run.smithi184.stdout: Qpathinfo 220556 1.350 122.273 2021-07-09T17:12:07.201 INFO:teuthology.orchestra.run.smithi184.stdout: Qfileinfo 38483 7.919 114.996 2021-07-09T17:12:07.201 INFO:teuthology.orchestra.run.smithi184.stdout: Qfsinfo 40419 0.561 8.318 2021-07-09T17:12:07.201 INFO:teuthology.orchestra.run.smithi184.stdout: Sfileinfo 19817 11.362 96.952 2021-07-09T17:12:07.201 INFO:teuthology.orchestra.run.smithi184.stdout: Find 85250 0.517 23.545 2021-07-09T17:12:07.202 INFO:teuthology.orchestra.run.smithi184.stdout: WriteX 120189 0.016 11.978 2021-07-09T17:12:07.202 INFO:teuthology.orchestra.run.smithi184.stdout: ReadX 381605 0.012 7.860 2021-07-09T17:12:07.202 INFO:teuthology.orchestra.run.smithi184.stdout: LockX 794 0.543 4.506 2021-07-09T17:12:07.202 INFO:teuthology.orchestra.run.smithi184.stdout: UnlockX 794 0.429 4.988 2021-07-09T17:12:07.203 INFO:teuthology.orchestra.run.smithi184.stdout: Flush 17037 12.309 329.416 2021-07-09T17:12:07.203 INFO:teuthology.orchestra.run.smithi184.stdout: 2021-07-09T17:12:07.203 INFO:teuthology.orchestra.run.smithi184.stdout:Throughput 12.6391 MB/sec 5 clients 5 procs max_latency=5438.270 ms 2021-07-09T17:12:07.205 DEBUG:teuthology.parallel:result is None 2021-07-09T17:12:07.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:07 smithi184 conmon[26177]: cluster 2021-07-09T17:12:05.948496+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:12:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:07 smithi184 conmon[26177]: 600 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 354 GiB / 358 GiB avail; 6.8 KiB/s rd, 5.3 MiB/s wr, 489 op/s 2021-07-09T17:12:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:09 smithi184 conmon[26177]: cluster 2021-07-09T17:12:07.949092+0000 mgr.smithi184.rkuohv (mgr.14162) 601 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 9.4 KiB/s rd, 6.7 MiB/s wr, 584 op/s 2021-07-09T17:12:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:11 smithi184 conmon[26177]: cluster 2021-07-09T17:12:09.949627+0000 mgr.smithi184.rkuohv (mgr.14162) 602 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 340 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 6.6 KiB/s rd, 4.8 MiB/s wr, 412 op/s 2021-07-09T17:12:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:13 smithi184 conmon[26177]: cluster 2021-07-09T17:12:11.950145+0000 mgr.smithi184.rkuohv (mgr.14162) 603 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 282 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 11 KiB/s rd, 4.8 MiB/s wr, 449 op/s 2021-07-09T17:12:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:13 smithi184 conmon[26177]: 2021-07-09T17:12:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:15 smithi184 conmon[26177]: cluster 2021-07-09T17:12:13.950716+0000 mgr.smithi184.rkuohv (mgr.14162) 604 : cluster [DBG] 2021-07-09T17:12:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:15 smithi184 conmon[26177]: pgmap v519: 97 pgs: 97 active+clean; 244 MiB data, 2.9 GiB used, 355 GiB / 358 GiB avail; 6.9 KiB/s rd, 3.5 MiB/s wr, 322 op/s 2021-07-09T17:12:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:17 smithi184 conmon[26177]: cluster 2021-07-09T17:12:15.951239+0000 mgr.smithi184.rkuohv (mgr.14162) 605 : cluster 2021-07-09T17:12:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:17 smithi184 conmon[26177]: [DBG] pgmap v520: 97 pgs: 97 active+clean; 244 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 6.9 KiB/s rd, 2.8 MiB/s wr, 303 op/s 2021-07-09T17:12:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:19 smithi184 conmon[26177]: cluster 2021-07-09T17:12:17.951849+0000 mgr.smithi184.rkuohv (mgr.14162) 606 : cluster [DBG] 2021-07-09T17:12:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:19 smithi184 conmon[26177]: pgmap v521: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 7.1 KiB/s rd, 2.3 MiB/s wr, 216 op/s 2021-07-09T17:12:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:21 smithi184 conmon[26177]: cluster 2021-07-09T17:12:19.952521+0000 mgr.smithi184.rkuohv (mgr.14162) 607 2021-07-09T17:12:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:21 smithi184 conmon[26177]: : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 4.5 KiB/s rd, 497 KiB/s wr, 63 op/s 2021-07-09T17:12:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:23 smithi184 conmon[26177]: cluster 2021-07-09T17:12:21.953017+0000 mgr.smithi184.rkuohv (mgr.14162) 608 : cluster 2021-07-09T17:12:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:23 smithi184 conmon[26177]: [DBG] pgmap v523: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 4.6 KiB/s rd, 327 KiB/s wr, 55 op/s 2021-07-09T17:12:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:25 smithi184 conmon[26177]: cluster 2021-07-09T17:12:23.953647+0000 mgr.smithi184.rkuohv (mgr.14162) 609 : 2021-07-09T17:12:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:25 smithi184 conmon[26177]: cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 255 B/s rd, 4.1 KiB/s wr, 12 op/s 2021-07-09T17:12:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:27 smithi184 conmon[26177]: cluster 2021-07-09T17:12:25.954146+0000 mgr.smithi184.rkuohv (mgr.14162) 610 : cluster [DBG] 2021-07-09T17:12:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:27 smithi184 conmon[26177]: pgmap v525: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 255 B/s rd, 4.1 KiB/s wr, 2 op/s 2021-07-09T17:12:28.678 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:12:28.950 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:12:28.951 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (15m) 54s ago 16m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:12:28.951 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (16m) 54s ago 16m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:12:28.954 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (15m) 54s ago 15m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:12:28.954 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (13m) 54s ago 13m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:12:28.955 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (12m) 54s ago 12m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:12:28.955 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (17m) 54s ago 17m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:12:28.956 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (17m) 54s ago 17m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:12:28.957 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (12m) 54s ago 12m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:12:28.957 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (15m) 54s ago 15m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:12:28.957 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (15m) 54s ago 15m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:12:28.958 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (15m) 54s ago 15m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:12:28.959 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (14m) 54s ago 14m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:12:28.959 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (14m) 54s ago 14m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:12:28.959 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (15m) 54s ago 15m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:12:29.263 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:12:29.263 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:12:29.264 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:12:29.264 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:12:29.265 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:12:29.265 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:12:29.266 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:12:29.266 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:12:29.266 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:12:29.267 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:12:29.268 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:12:29.268 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:12:29.269 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:12:29.269 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:12:29.269 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:12:29.270 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:12:29.270 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:12:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:29 smithi184 conmon[26177]: cluster 2021-07-09T17:12:27.954819+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:12:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:29 smithi184 conmon[26177]: .14162) 611 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 255 B/s rd, 4.3 KiB/s wr, 2 op/s 2021-07-09T17:12:30.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:30 smithi184 conmon[26177]: audit 2021-07-09T17:12:28.664690+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:12:30.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:30 smithi184 conmon[26177]: mgr.14162) 612 : audit [DBG] from='client.14444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:12:30.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:30 smithi184 conmon[26177]: audit 2021-07-09T17:12:28.943310+0000 mgr.smithi184.rkuohv (mgr.14162) 613 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:12:30.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:30 smithi184 conmon[26177]: audit 2021-07-09T17:12:29.262196+0000 mon.smithi184 ( 2021-07-09T17:12:30.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:30 smithi184 conmon[26177]: mon.0) 475 : audit [DBG] from='client.? 172.21.15.184:0/3383193695' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:12:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:31 smithi184 conmon[26177]: cluster 2021-07-09T17:12:29.955552+0000 mgr.smithi184.rkuohv (mgr.14162) 614 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2021-07-09T17:12:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:33 smithi184 conmon[26177]: cluster 2021-07-09T17:12:31.956198+0000 mgr.smithi184.rkuohv (mgr.14162) 615 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2021-07-09T17:12:33.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:33 smithi184 conmon[26177]: 2021-07-09T17:12:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:35 smithi184 conmon[26177]: cluster 2021-07-09T17:12:33.956658+0000 mgr.smithi184.rkuohv (mgr. 2021-07-09T17:12:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:35 smithi184 conmon[26177]: 14162) 616 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2021-07-09T17:12:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:35 smithi184 conmon[26177]: audit 2021-07-09T17:12:35.124807+0000 mon.smithi184 (mon.0) 476 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:12:36.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:36 smithi184 conmon[26177]: audit 2021-07-09T17:12:35.407883+0000 mon.smithi184 (mon.0) 477 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:12:36.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:36 smithi184 conmon[26177]: 2021-07-09T17:12:36.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:36 smithi184 conmon[26177]: cluster 2021-07-09T17:12:35.957053+0000 mgr.smithi184.rkuohv (mgr.14162) 617 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2021-07-09T17:12:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:39 smithi184 conmon[26177]: cluster 2021-07-09T17:12:37.957702+0000 mgr.smithi184.rkuohv (mgr.14162) 618 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2021-07-09T17:12:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:41 smithi184 conmon[26177]: cluster 2021-07-09T17:12:39.958204+0000 mgr.smithi184.rkuohv (mgr.14162) 619 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:12:43.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:43 smithi184 conmon[26177]: cluster 2021-07-09T17:12:41.958954+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:12:43.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:43 smithi184 conmon[26177]: 620 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:12:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:45 smithi184 conmon[26177]: cluster 2021-07-09T17:12:43.959528+0000 mgr.smithi184.rkuohv (mgr.14162) 621 : cluster 2021-07-09T17:12:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:45 smithi184 conmon[26177]: [DBG] pgmap v534: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:12:47.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:47 smithi184 conmon[26177]: cluster 2021-07-09T17:12:45.960124+0000 mgr.smithi184.rkuohv (mgr.14162) 622 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:12:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:49 smithi184 conmon[26177]: cluster 2021-07-09T17:12:47.960702+0000 mgr.smithi184.rkuohv (mgr.14162) 623 : cluster [DBG] 2021-07-09T17:12:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:49 smithi184 conmon[26177]: pgmap v536: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:12:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:51 smithi184 conmon[26177]: cluster 2021-07-09T17:12:49.961214+0000 mgr.smithi184.rkuohv (mgr.14162) 624 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:12:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:51 smithi184 conmon[26177]: audit 2021-07-09T17:12:50.376253+0000 mon.smithi184 (mon.0) 478 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:12:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:51 smithi184 conmon[26177]: audit 2021-07-09T17:12:50.377523+0000 mon.smithi184 (mon.0) 479 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:12:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:53 smithi184 conmon[26177]: cluster 2021-07-09T17:12:51.961799+0000 mgr.smithi184.rkuohv (mgr.14162) 625 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:12:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:55 smithi184 conmon[26177]: cluster 2021-07-09T17:12:53.962274+0000 mgr.smithi184.rkuohv (mgr.14162) 626 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:12:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:57 smithi184 conmon[26177]: cluster 2021-07-09T17:12:55.962808+0000 mgr.smithi184.rkuohv (mgr.14162) 627 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:12:59.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:12:59 smithi184 conmon[26177]: cluster 2021-07-09T17:12:57.963491+0000 mgr.smithi184.rkuohv (mgr.14162) 628 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:12:59.574 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:12:59.846 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:12:59.846 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (15m) 85s ago 16m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:12:59.847 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (16m) 85s ago 16m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:12:59.847 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (15m) 85s ago 16m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:12:59.847 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (13m) 85s ago 13m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:12:59.847 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (13m) 85s ago 13m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:12:59.848 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (18m) 85s ago 17m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:12:59.848 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (18m) 85s ago 18m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:12:59.848 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (13m) 85s ago 13m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:12:59.848 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (16m) 85s ago 16m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:12:59.849 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (15m) 85s ago 15m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:12:59.849 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (15m) 85s ago 15m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:12:59.849 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (15m) 85s ago 15m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:12:59.849 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (14m) 85s ago 14m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:12:59.850 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (16m) 85s ago 16m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:13:00.164 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:13:00.164 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:13:00.165 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:13:00.165 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:13:00.165 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:13:00.166 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:13:00.166 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:13:00.166 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:13:00.166 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:13:00.167 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:13:00.167 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:13:00.167 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:13:00.167 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:13:00.167 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:13:00.168 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:13:00.168 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:13:00.168 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:13:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:01 smithi184 conmon[26177]: audit 2021-07-09T17:12:59.560545+0000 mgr.smithi184.rkuohv (mgr.14162) 629 2021-07-09T17:13:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:01 smithi184 conmon[26177]: : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:13:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:01 smithi184 conmon[26177]: audit 2021-07-09T17:12:59.841015+0000 mgr.smithi184.rkuohv (mgr.14162) 630 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:13:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:01 smithi184 conmon[26177]: cluster 2021-07-09T 2021-07-09T17:13:01.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:01 smithi184 conmon[26177]: 17:12:59.963953+0000 mgr.smithi184.rkuohv (mgr.14162) 631 : cluster [DBG] 2021-07-09T17:13:01.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:01 smithi184 conmon[26177]: pgmap v542: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:01.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:01 smithi184 conmon[26177]: audit 2021-07-09T17:13:00.163796+0000 mon.smithi184 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.184:0/2475760824' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:13:03.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:03 smithi184 conmon[26177]: cluster 2021-07-09T17:13:01.964541+0000 mgr.smithi184.rkuohv (mgr.14162) 632 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:13:05.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:05 smithi184 conmon[26177]: cluster 2021-07-09T17:13:03.965016+0000 mgr.smithi184.rkuohv (mgr.14162) 633 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:07.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:07 smithi184 conmon[26177]: cluster 2021-07-09T17:13:05.965563+0000 mgr.smithi184.rkuohv (mgr.14162) 634 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:09.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:09 smithi184 conmon[26177]: cluster 2021-07-09T17:13:07.966272+0000 mgr.smithi184.rkuohv (mgr.14162) 635 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:09.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:09 smithi184 conmon[26177]: 2021-07-09T17:13:11.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:11 smithi184 conmon[26177]: cluster 2021-07-09T17:13:09.966762+0000 mgr.smithi184.rkuohv (mgr.14162) 636 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:13 smithi184 conmon[26177]: cluster 2021-07-09T17:13:11.967495+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:13:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:13 smithi184 conmon[26177]: 637 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:13:15.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:15 smithi184 conmon[26177]: cluster 2021-07-09T17:13:13.968165+0000 mgr.smithi184.rkuohv (mgr.14162) 638 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:17 smithi184 conmon[26177]: cluster 2021-07-09T17:13:15.968601+0000 mgr.smithi184.rkuohv (mgr.14162) 639 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:19.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:19 smithi184 conmon[26177]: cluster 2021-07-09T17:13:17.969203+0000 mgr.smithi184.rkuohv (mgr.14162) 640 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:21.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:21 smithi184 conmon[26177]: cluster 2021-07-09T17:13:19.969842+0000 mgr.smithi184.rkuohv (mgr.14162) 641 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:23 smithi184 conmon[26177]: cluster 2021-07-09T17:13:21.970476+0000 mgr.smithi184.rkuohv (mgr.14162) 642 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:13:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:25 smithi184 conmon[26177]: cluster 2021-07-09T17:13:23.970996+0000 mgr.smithi184.rkuohv (mgr.14162) 643 2021-07-09T17:13:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:25 smithi184 conmon[26177]: : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:27 smithi184 conmon[26177]: cluster 2021-07-09T17:13:25.971512+0000 mgr.smithi184.rkuohv (mgr.14162) 644 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:29 smithi184 conmon[26177]: cluster 2021-07-09T17:13:27.972150+0000 mgr.smithi184.rkuohv (mgr.14162) 645 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:30.476 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:13:30.752 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:13:30.752 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (16m) 116s ago 17m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:13:30.752 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (17m) 116s ago 17m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:13:30.753 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (16m) 116s ago 16m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:13:30.753 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (14m) 116s ago 14m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:13:30.753 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (14m) 116s ago 14m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:13:30.754 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (18m) 116s ago 18m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:13:30.754 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (18m) 116s ago 18m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:13:30.754 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (13m) 116s ago 13m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:13:30.754 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (16m) 116s ago 16m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:13:30.754 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (16m) 116s ago 16m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:13:30.755 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (16m) 116s ago 16m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:13:30.755 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (15m) 116s ago 15m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:13:30.755 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (15m) 116s ago 15m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:13:30.755 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (16m) 116s ago 16m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:13:31.062 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:13:31.062 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:13:31.063 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:13:31.063 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:13:31.063 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:13:31.063 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:13:31.064 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:13:31.064 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:13:31.064 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:13:31.064 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:13:31.064 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:13:31.065 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:13:31.065 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:13:31.065 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:13:31.065 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:13:31.066 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:13:31.066 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:13:31.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:31 smithi184 conmon[26177]: cluster 2021-07-09T17:13:29.972817+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:13:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:31 smithi184 conmon[26177]: ) 646 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:31 smithi184 conmon[26177]: audit 2021-07-09T17:13:31.061841+0000 mon.smithi184 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.184:0/841405426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:13:32.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:32 smithi184 conmon[26177]: audit 2021-07-09T17:13:30.463829+0000 mgr.smithi184.rkuohv (mgr.14162) 647 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:13:32.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:32 smithi184 conmon[26177]: audit 2021-07-09T17:13:30.746420+0000 mgr.smithi184.rkuohv (mgr.14162) 648 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:13:33.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:33 smithi184 conmon[26177]: cluster 2021-07-09T17:13:31.973437+0000 mgr.smithi184.rkuohv (mgr.14162) 649 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:13:35.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:35 smithi184 conmon[26177]: cluster 2021-07-09T17:13:33.973988+0000 mgr.smithi184.rkuohv (mgr.14162) 650 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:36.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:36 smithi184 conmon[26177]: audit 2021-07-09T17:13:35.410966+0000 mon.smithi184 (mon.0) 482 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:13:36.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:36 smithi184 conmon[26177]: audit 2021-07-09T17:13:35.673725+0000 mon.smithi184 (mon.0) 483 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:13:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:37 smithi184 conmon[26177]: cluster 2021-07-09T17:13:35.974428+0000 mgr.smithi184.rkuohv (mgr.14162) 651 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:39 smithi184 conmon[26177]: cluster 2021-07-09T17:13:37.975257+0000 mgr.smithi184.rkuohv (mgr.14162) 652 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:41 smithi184 conmon[26177]: cluster 2021-07-09T17:13:39.975892+0000 mgr.smithi184.rkuohv (mgr.14162) 653 : cluster 2021-07-09T17:13:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:41 smithi184 conmon[26177]: [DBG] pgmap v562: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:43 smithi184 conmon[26177]: cluster 2021-07-09T17:13:41.976705+0000 mgr.smithi184.rkuohv (mgr.14162) 654 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:13:45.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:45 smithi184 conmon[26177]: cluster 2021-07-09T17:13:43.977273+0000 mgr.smithi184.rkuohv (mgr.14162) 655 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:47.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:47 smithi184 conmon[26177]: cluster 2021-07-09T17:13:45.977836+0000 mgr.smithi184.rkuohv (mgr.14162) 656 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:47.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:47 smithi184 conmon[26177]: 2021-07-09T17:13:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:49 smithi184 conmon[26177]: cluster 2021-07-09T17:13:47.978509+0000 mgr.smithi184.rkuohv (mgr.14162) 657 : cluster [DBG] 2021-07-09T17:13:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:49 smithi184 conmon[26177]: pgmap v566: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:51 smithi184 conmon[26177]: cluster 2021-07-09T17:13:49.979153+0000 mgr.smithi184.rkuohv (mgr.14162) 658 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:51 smithi184 conmon[26177]: 2021-07-09T17:13:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:51 smithi184 conmon[26177]: audit 2021-07-09T17:13:50.379210+0000 mon.smithi184 (mon.0) 484 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:13:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:51 smithi184 conmon[26177]: audit 2021-07-09T17 2021-07-09T17:13:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:51 smithi184 conmon[26177]: :13:50.379420+0000 mon.smithi184 (mon.0) 485 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:13:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:53 smithi184 conmon[26177]: cluster 2021-07-09T17:13:51.979870+0000 mgr.smithi184.rkuohv (mgr.14162) 659 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:13:53.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:53 smithi184 conmon[26177]: 2021-07-09T17:13:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:55 smithi184 conmon[26177]: cluster 2021-07-09T17:13:53.980410+0000 mgr.smithi184.rkuohv (mgr.14162) 660 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:55.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:55 smithi184 conmon[26177]: 2021-07-09T17:13:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:57 smithi184 conmon[26177]: cluster 2021-07-09T17:13:55.980909+0000 mgr.smithi184.rkuohv (mgr.14162) 661 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:13:57.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:57 smithi184 conmon[26177]: 2021-07-09T17:13:59.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:13:59 smithi184 conmon[26177]: cluster 2021-07-09T17:13:57.981540+0000 mgr.smithi184.rkuohv (mgr.14162) 662 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:01.373 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:14:01.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:01 smithi184 conmon[26177]: cluster 2021-07-09T17:13:59.982091+0000 mgr.smithi184.rkuohv (mgr 2021-07-09T17:14:01.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:01 smithi184 conmon[26177]: .14162) 663 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:01.655 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:14:01.656 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (16m) 2m ago 17m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:14:01.656 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (17m) 2m ago 17m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:14:01.656 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (16m) 2m ago 17m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:14:01.656 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (14m) 2m ago 14m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:14:01.656 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (14m) 2m ago 14m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:14:01.657 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (19m) 2m ago 19m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:14:01.657 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (19m) 2m ago 19m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:14:01.657 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (14m) 2m ago 14m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:14:01.657 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (17m) 2m ago 17m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:14:01.657 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (17m) 2m ago 17m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:14:01.658 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (16m) 2m ago 16m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:14:01.658 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (16m) 2m ago 16m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:14:01.658 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (15m) 2m ago 15m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:14:01.658 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (17m) 2m ago 17m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:14:01.966 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:14:01.966 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:14:01.966 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:14:01.966 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:14:01.967 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:14:01.967 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:14:01.967 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:14:01.967 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:14:01.968 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:14:01.968 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:14:01.968 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:14:01.968 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:14:01.968 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:14:01.969 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:14:01.969 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:14:01.969 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:14:01.969 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:14:02.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:02 smithi184 conmon[26177]: audit 2021-07-09T17:14:01.965455+0000 mon.smithi184 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.184:0/410611623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:14:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:03 smithi184 conmon[26177]: audit 2021-07-09T17:14:01.359493+0000 mgr.smithi184.rkuohv (mgr.14162) 664 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:14:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:03 smithi184 conmon[26177]: audit 2021-07-09T17:14:01.650251 2021-07-09T17:14:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:03 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 665 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:14:03.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:03 smithi184 conmon[26177]: cluster 2021-07-09T17:14:01.982566+0000 mgr.smithi184.rkuohv (mgr.14162) 666 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:14:05.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:05 smithi184 conmon[26177]: cluster 2021-07-09T17:14:03.983036+0000 mgr.smithi184.rkuohv (mgr.14162) 667 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:07.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:07 smithi184 conmon[26177]: cluster 2021-07-09T17:14:05.983569+0000 mgr.smithi184.rkuohv (mgr.14162) 668 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:09 smithi184 conmon[26177]: cluster 2021-07-09T17:14:07.984153+0000 mgr.smithi184.rkuohv (mgr.14162) 669 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:11 smithi184 conmon[26177]: cluster 2021-07-09T17:14:09.984676+0000 mgr.smithi184.rkuohv (mgr.14162) 670 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:13 smithi184 conmon[26177]: cluster 2021-07-09T17:14:11.985421+0000 mgr.smithi184.rkuohv (mgr.14162) 671 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:14:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:15 smithi184 conmon[26177]: cluster 2021-07-09T17:14:13.985887+0000 mgr.smithi184.rkuohv (mgr.14162) 672 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:17 smithi184 conmon[26177]: cluster 2021-07-09T17:14:15.986339+0000 mgr.smithi184.rkuohv (mgr.14162) 673 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:19 smithi184 conmon[26177]: cluster 2021-07-09T17:14:17.986832+0000 mgr.smithi184.rkuohv (mgr.14162) 674 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:21.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:21 smithi184 conmon[26177]: cluster 2021-07-09T17:14:19.987295+0000 mgr.smithi184.rkuohv (mgr.14162) 675 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:23.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:23 smithi184 conmon[26177]: cluster 2021-07-09T17:14:21.987955+0000 mgr.smithi184.rkuohv (mgr.14162) 676 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:14:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:25 smithi184 conmon[26177]: cluster 2021-07-09T17:14:23.988708+0000 mgr.smithi184.rkuohv (mgr.14162) 677 : cluster [DBG] 2021-07-09T17:14:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:25 smithi184 conmon[26177]: pgmap v584: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:27 smithi184 conmon[26177]: cluster 2021-07-09T17:14:25.989222+0000 mgr.smithi184.rkuohv (mgr.14162) 678 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:27.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:27 smithi184 conmon[26177]: 2021-07-09T17:14:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:29 smithi184 conmon[26177]: cluster 2021-07-09T17:14:27.989734+0000 mgr.smithi184.rkuohv (mgr.14162) 679 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:31 smithi184 conmon[26177]: cluster 2021-07-09T17:14:29.990289+0000 mgr.smithi184.rkuohv (mgr.14162) 680 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:32.276 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:14:32.548 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:14:32.549 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (17m) 2m ago 18m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:14:32.549 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (18m) 2m ago 18m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:14:32.550 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (17m) 2m ago 17m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:14:32.550 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (15m) 2m ago 15m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:14:32.550 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (15m) 2m ago 15m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:14:32.551 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (19m) 2m ago 19m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:14:32.551 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (19m) 2m ago 19m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:14:32.552 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (14m) 2m ago 14m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:14:32.553 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (17m) 2m ago 17m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:14:32.553 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (17m) 2m ago 17m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:14:32.553 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (17m) 2m ago 17m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:14:32.554 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (16m) 2m ago 16m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:14:32.554 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (16m) 2m ago 16m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:14:32.554 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (17m) 2m ago 17m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:14:32.860 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:14:32.861 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:14:32.862 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:14:32.862 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:14:32.863 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:14:32.863 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:14:32.863 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:14:32.864 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:14:32.864 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:14:32.865 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:14:32.865 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:14:32.865 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:14:32.866 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:14:32.866 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:14:32.866 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:14:32.867 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:14:32.867 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:14:33.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:33 smithi184 conmon[26177]: cluster 2021-07-09T17:14:31.990819+0000 mgr.smithi184.rkuohv (mgr.14162) 681 : cluster 2021-07-09T17:14:33.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:33 smithi184 conmon[26177]: [DBG] pgmap v588: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:14:33.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:33 smithi184 conmon[26177]: audit 2021-07-09T17:14:32.263934+0000 mgr.smithi184.rkuohv (mgr.14162) 682 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:14:33.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:33 smithi184 conmon[26177]: audit 2021 2021-07-09T17:14:33.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:33 smithi184 conmon[26177]: -07-09T17:14:32.860104+0000 mon.smithi184 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.184:0/359608525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:14:34.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:34 smithi184 conmon[26177]: audit 2021-07-09T17:14:32.543208+0000 mgr.smithi184.rkuohv (mgr.14162) 683 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:14:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:35 smithi184 conmon[26177]: cluster 2021-07-09T17:14:33.991415+0000 mgr.smithi184.rkuohv (mgr.14162) 684 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:36.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:36 smithi184 conmon[26177]: audit 2021-07-09T17:14:35.676829+0000 mon.smithi184 (mon.0) 488 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:14:36.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:36 smithi184 conmon[26177]: audit 2021-07-09T17 2021-07-09T17:14:36.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:36 smithi184 conmon[26177]: :14:35.940748+0000 mon.smithi184 (mon.0) 489 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:14:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:37 smithi184 conmon[26177]: cluster 2021-07-09T17:14:35.991816+0000 mgr.smithi184.rkuohv (mgr.14162) 685 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:39 smithi184 conmon[26177]: cluster 2021-07-09T17:14:37.992619+0000 mgr.smithi184.rkuohv (mgr.14162) 686 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:41 smithi184 conmon[26177]: cluster 2021-07-09T17:14:39.993113+0000 mgr.smithi184.rkuohv (mgr.14162) 687 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:43 smithi184 conmon[26177]: cluster 2021-07-09T17:14:41.993675+0000 mgr.smithi184.rkuohv (mgr.14162) 688 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:14:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:43 smithi184 conmon[26177]: 2021-07-09T17:14:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:45 smithi184 conmon[26177]: cluster 2021-07-09T17:14:43.994338+0000 mgr.smithi184.rkuohv (mgr.14162) 689 : cluster [DBG] 2021-07-09T17:14:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:45 smithi184 conmon[26177]: pgmap v594: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:47 smithi184 conmon[26177]: cluster 2021-07-09T17:14:45.994765+0000 mgr.smithi184.rkuohv (mgr.14162) 690 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:47 smithi184 conmon[26177]: 2021-07-09T17:14:49.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:49 smithi184 conmon[26177]: cluster 2021-07-09T17:14:47.995552+0000 mgr.smithi184.rkuohv (mgr.14162) 691 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:51 smithi184 conmon[26177]: cluster 2021-07-09T17:14:49.996259+0000 mgr.smithi184.rkuohv (mgr.14162) 692 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:51 smithi184 conmon[26177]: audit 2021-07-09T17:14:50.381997+0000 mon.smithi184 (mon.0) 490 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:14:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:51 smithi184 conmon[26177]: audit 2021-07-09T17:14:50.382223+0000 mon.smithi184 (mon.0) 491 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:14:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:53 smithi184 conmon[26177]: cluster 2021-07-09T17:14:51.996844+0000 mgr.smithi184.rkuohv (mgr.14162) 693 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:14:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:55 smithi184 conmon[26177]: cluster 2021-07-09T17:14:53.997408+0000 mgr.smithi184.rkuohv (mgr.14162) 694 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:57 smithi184 conmon[26177]: cluster 2021-07-09T17:14:55.997982+0000 mgr.smithi184.rkuohv (mgr.14162) 695 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:14:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:14:59 smithi184 conmon[26177]: cluster 2021-07-09T17:14:57.998630+0000 mgr.smithi184.rkuohv (mgr.14162) 696 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:01 smithi184 conmon[26177]: cluster 2021-07-09T17:14:59.999219+0000 mgr.smithi184.rkuohv (mgr.14162) 697 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:03.173 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:15:03.447 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:15:03.448 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (17m) 3m ago 18m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:15:03.448 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (18m) 3m ago 18m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:15:03.448 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (17m) 3m ago 18m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:15:03.448 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (15m) 3m ago 15m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:15:03.449 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (15m) 3m ago 15m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:15:03.449 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (20m) 3m ago 20m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:15:03.449 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (20m) 3m ago 20m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:15:03.449 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (15m) 3m ago 15m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:15:03.450 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (18m) 3m ago 18m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:15:03.450 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (18m) 3m ago 18m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:15:03.450 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (17m) 3m ago 17m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:15:03.450 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (17m) 3m ago 17m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:15:03.451 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (16m) 3m ago 16m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:15:03.451 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (18m) 3m ago 18m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:15:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:03 smithi184 conmon[26177]: cluster 2021-07-09T17:15:01.999777+0000 mgr.smithi184.rkuohv (mgr.14162) 698 : 2021-07-09T17:15:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:03 smithi184 conmon[26177]: cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:15:03.760 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:15:03.761 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:15:03.761 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:15:03.761 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:15:03.761 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:15:03.761 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:15:03.762 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:15:03.762 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:15:03.762 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:15:03.762 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:15:03.763 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:15:03.763 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:15:03.763 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:15:03.763 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:15:03.764 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:15:03.764 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:15:03.764 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:15:04.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:04 smithi184 conmon[26177]: audit 2021-07-09T17:15:03.160767+0000 mgr.smithi184.rkuohv (mgr.14162) 699 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:15:04.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:04 smithi184 conmon[26177]: audit 2021-07-09T17:15:03.759851+0000 mon.smithi184 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.184:0/2225356212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:15:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:05 smithi184 conmon[26177]: audit 2021-07-09T17:15:03.442192+0000 mgr.smithi184.rkuohv (mgr.14162) 700 : audit 2021-07-09T17:15:05.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:05 smithi184 conmon[26177]: [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:15:05.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:05 smithi184 conmon[26177]: cluster 2021-07-09T17:15:04.000235+0000 mgr.smithi184.rkuohv (mgr.14162) 701 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:07.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:07 smithi184 conmon[26177]: cluster 2021-07-09T17:15:06.000839+0000 mgr.smithi184.rkuohv (mgr.14162) 702 : cluster [DBG] 2021-07-09T17:15:07.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:07 smithi184 conmon[26177]: pgmap v605: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:09 smithi184 conmon[26177]: cluster 2021-07-09T17:15:08.001574+0000 mgr.smithi184.rkuohv (mgr.14162) 703 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:11.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:11 smithi184 conmon[26177]: cluster 2021-07-09T17:15:10.002229+0000 mgr.smithi184.rkuohv (mgr.14162) 704 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:11.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:11 smithi184 conmon[26177]: 2021-07-09T17:15:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:13 smithi184 conmon[26177]: cluster 2021-07-09T17:15:12.002752+0000 mgr.smithi184.rkuohv (mgr.14162) 705 : cluster [DBG] 2021-07-09T17:15:13.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:13 smithi184 conmon[26177]: pgmap v608: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:15:15.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:15 smithi184 conmon[26177]: cluster 2021-07-09T17:15:14.003278+0000 mgr.smithi184.rkuohv (mgr.14162) 706 : cluster [DBG] 2021-07-09T17:15:15.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:15 smithi184 conmon[26177]: pgmap v609: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:17.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:17 smithi184 conmon[26177]: cluster 2021-07-09T17:15:16.003773+0000 mgr.smithi184.rkuohv (mgr.14162) 707 : cluster [DBG] 2021-07-09T17:15:17.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:17 smithi184 conmon[26177]: pgmap v610: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:19 smithi184 conmon[26177]: cluster 2021-07-09T17:15:18.004438+0000 mgr.smithi184.rkuohv (mgr.14162) 708 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:21.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:21 smithi184 conmon[26177]: cluster 2021-07-09T17:15:20.005024+0000 mgr.smithi184.rkuohv (mgr.14162) 709 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:21 smithi184 conmon[26177]: 2021-07-09T17:15:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:23 smithi184 conmon[26177]: cluster 2021-07-09T17:15:22.005714+0000 mgr.smithi184.rkuohv (mgr.14162) 710 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:15:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:25 smithi184 conmon[26177]: cluster 2021-07-09T17:15:24.006213+0000 mgr.smithi184.rkuohv (mgr.14162) 711 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:27.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:27 smithi184 conmon[26177]: cluster 2021-07-09T17:15:26.006646+0000 mgr.smithi184.rkuohv (mgr.14162) 712 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:29 smithi184 conmon[26177]: cluster 2021-07-09T17:15:28.007230+0000 mgr.smithi184.rkuohv (mgr.14162) 713 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:31 smithi184 conmon[26177]: cluster 2021-07-09T17:15:30.007836+0000 mgr.smithi184.rkuohv (mgr.14162) 714 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:33.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:33 smithi184 conmon[26177]: cluster 2021-07-09T17:15:32.008519+0000 mgr.smithi184.rkuohv (mgr.14162) 715 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:15:34.069 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:15:34.340 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:15:34.341 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (18m) 3m ago 19m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:15:34.341 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (19m) 3m ago 19m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:15:34.341 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (18m) 3m ago 18m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:15:34.342 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (16m) 3m ago 16m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:15:34.342 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (16m) 3m ago 16m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:15:34.342 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (20m) 3m ago 20m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:15:34.342 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (20m) 3m ago 20m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:15:34.343 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (15m) 3m ago 15m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:15:34.343 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (18m) 3m ago 18m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:15:34.343 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (18m) 3m ago 18m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:15:34.343 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (18m) 3m ago 18m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:15:34.344 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (17m) 3m ago 17m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:15:34.345 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (17m) 3m ago 17m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:15:34.345 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (18m) 3m ago 18m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:15:34.652 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:15:34.653 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:15:34.653 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:15:34.653 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:15:34.653 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:15:34.654 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:15:34.654 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:15:34.654 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:15:34.655 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:15:34.655 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:15:34.655 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:15:34.655 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:15:34.656 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:15:34.656 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:15:34.656 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:15:34.656 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:15:34.657 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:15:35.268 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:35 smithi184 conmon[26177]: cluster 2021-07-09T17:15:34.008979+0000 mgr.smithi184.rkuohv (mgr.14162) 716 : cluster [DBG] 2021-07-09T17:15:35.268 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:35 smithi184 conmon[26177]: pgmap v619: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:35.268 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:35 smithi184 conmon[26177]: audit 2021-07-09T17:15:34.056903+0000 mgr.smithi184.rkuohv (mgr.14162) 717 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:15:35.269 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:35 smithi184 conmon[26177]: audit 2021 2021-07-09T17:15:35.269 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:35 smithi184 conmon[26177]: -07-09T17:15:34.335423+0000 mgr.smithi184.rkuohv (mgr.14162) 718 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:15:35.269 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:35 smithi184 conmon[26177]: audit 2021-07 2021-07-09T17:15:35.269 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:35 smithi184 conmon[26177]: -09T17:15:34.651839+0000 mon.smithi184 2021-07-09T17:15:35.269 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:35 smithi184 conmon[26177]: (mon.0) 493 : audit [DBG] from='client.? 172.21.15.184:0/3591719728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:15:36.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:36 smithi184 conmon[26177]: audit 2021-07-09T17:15:35.944048+0000 mon.smithi184 (mon.0) 494 2021-07-09T17:15:36.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:36 smithi184 conmon[26177]: : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:15:36.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:36 smithi184 conmon[26177]: audit 2021-07-09T17:15:36.208385+0000 mon.smithi184 (mon.0) 495 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:15:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:37 smithi184 conmon[26177]: cluster 2021-07-09T17:15:36.009410+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:15:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:37 smithi184 conmon[26177]: 719 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:39.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:39 smithi184 conmon[26177]: cluster 2021-07-09T17:15:38.009987+0000 mgr.smithi184.rkuohv (mgr.14162) 720 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:41 smithi184 conmon[26177]: cluster 2021-07-09T17:15:40.010488+0000 mgr.smithi184.rkuohv (mgr.14162) 721 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:43 smithi184 conmon[26177]: cluster 2021-07-09T17:15:42.011256+0000 mgr.smithi184.rkuohv (mgr.14162) 722 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:15:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:45 smithi184 conmon[26177]: cluster 2021-07-09T17:15:44.011767+0000 mgr.smithi184.rkuohv (mgr.14162) 723 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:47.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:47 smithi184 conmon[26177]: cluster 2021-07-09T17:15:46.012292+0000 mgr.smithi184.rkuohv (mgr.14162) 724 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:49 smithi184 conmon[26177]: cluster 2021-07-09T17:15:48.012823+0000 mgr.smithi184.rkuohv (mgr.14162) 725 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:51 smithi184 conmon[26177]: cluster 2021-07-09T17:15:50.013385+0000 mgr.smithi184.rkuohv (mgr.14162) 726 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:51 smithi184 conmon[26177]: audit 2021-07-09T17:15:50.385131+0000 mon.smithi184 (mon.0) 496 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:15:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:51 smithi184 conmon[26177]: audit 2021-07-09T17:15:50.385353+0000 mon.smithi184 (mon.0) 497 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:15:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:53 smithi184 conmon[26177]: cluster 2021-07-09T17:15:52.014076+0000 mgr.smithi184.rkuohv (mgr.14162) 727 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:15:55.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:55 smithi184 conmon[26177]: cluster 2021-07-09T17:15:54.014735+0000 mgr.smithi184.rkuohv (mgr.14162) 728 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:57 smithi184 conmon[26177]: cluster 2021-07-09T17:15:56.015214+0000 mgr.smithi184.rkuohv (mgr.14162) 729 : cluster [DBG] 2021-07-09T17:15:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:57 smithi184 conmon[26177]: pgmap v630: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:15:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:59 smithi184 conmon[26177]: cluster 2021-07-09T17:15:58.015835+0000 mgr.smithi184.rkuohv (mgr.14162) 730 : cluster [DBG] 2021-07-09T17:15:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:15:59 smithi184 conmon[26177]: pgmap v631: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:01 smithi184 conmon[26177]: cluster 2021-07-09T17:16:00.016278+0000 mgr.smithi184.rkuohv (mgr.14162) 731 : cluster [DBG] 2021-07-09T17:16:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:01 smithi184 conmon[26177]: pgmap v632: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:03 smithi184 conmon[26177]: cluster 2021-07-09T17:16:02.016931+0000 mgr.smithi184.rkuohv (mgr.14162) 732 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:16:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:03 smithi184 conmon[26177]: 2021-07-09T17:16:04.960 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:16:05.239 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:16:05.239 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (18m) 4m ago 19m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:16:05.239 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (19m) 4m ago 19m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:16:05.240 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (18m) 4m ago 19m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:16:05.240 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (16m) 4m ago 16m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:16:05.240 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (16m) 4m ago 16m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:16:05.240 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (21m) 4m ago 21m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:16:05.240 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (21m) 4m ago 21m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:16:05.241 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (16m) 4m ago 16m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:16:05.241 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (19m) 4m ago 19m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:16:05.241 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (19m) 4m ago 19m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:16:05.241 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (18m) 4m ago 18m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:16:05.242 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (18m) 4m ago 18m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:16:05.242 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (17m) 4m ago 17m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:16:05.242 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (19m) 4m ago 19m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:16:05.552 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:16:05.553 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:16:05.553 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:16:05.553 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:16:05.553 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:16:05.554 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:16:05.554 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:16:05.554 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:16:05.554 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:16:05.554 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:16:05.555 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:16:05.555 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:16:05.555 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:16:05.555 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:16:05.556 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:16:05.556 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:16:05.556 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:16:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:05 smithi184 conmon[26177]: cluster 2021-07-09T17:16:04.017556+0000 mgr.smithi184.rkuohv (mgr.14162) 733 : cluster 2021-07-09T17:16:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:05 smithi184 conmon[26177]: [DBG] pgmap v634: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:06.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:06 smithi184 conmon[26177]: audit 2021-07-09T17:16:04.947603+0000 mgr.smithi184.rkuohv (mgr.14162) 734 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:16:06.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:06 smithi184 conmon[26177]: audit 2021-07-09T17:16:05.233636 2021-07-09T17:16:06.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:06 smithi184 conmon[26177]: +0000 mgr.smithi184.rkuohv (mgr.14162) 735 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:16:06.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:06 smithi184 conmon[26177]: audit 2021-07-09T17:16:05.552075+0000 mon.smithi184 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.184:0/658216835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:16:07.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:07 smithi184 conmon[26177]: cluster 2021-07-09T17:16:06.017935+0000 mgr.smithi184.rkuohv (mgr.14162) 736 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:09 smithi184 conmon[26177]: cluster 2021-07-09T17:16:08.018540+0000 mgr.smithi184.rkuohv (mgr.14162) 737 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:11 smithi184 conmon[26177]: cluster 2021-07-09T17:16:10.019203+0000 mgr.smithi184.rkuohv (mgr.14162) 738 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:13 smithi184 conmon[26177]: cluster 2021-07-09T17:16:12.019893+0000 mgr.smithi184.rkuohv (mgr.14162) 739 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:16:15.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:15 smithi184 conmon[26177]: cluster 2021-07-09T17:16:14.020409+0000 mgr.smithi184.rkuohv (mgr.14162) 740 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:17 smithi184 conmon[26177]: cluster 2021-07-09T17:16:16.020882+0000 mgr.smithi184.rkuohv (mgr.14162) 741 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:19.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:19 smithi184 conmon[26177]: cluster 2021-07-09T17:16:18.021583+0000 mgr.smithi184.rkuohv (mgr.14162) 742 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:21 smithi184 conmon[26177]: cluster 2021-07-09T17:16:20.022260+0000 mgr.smithi184.rkuohv (mgr.14162) 743 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:23 smithi184 conmon[26177]: cluster 2021-07-09T17:16:22.022831+0000 mgr.smithi184.rkuohv (mgr.14162) 744 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:16:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:25 smithi184 conmon[26177]: cluster 2021-07-09T17:16:24.023430+0000 mgr.smithi184.rkuohv (mgr.14162) 745 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:27 smithi184 conmon[26177]: cluster 2021-07-09T17:16:26.024016+0000 mgr.smithi184.rkuohv (mgr.14162) 746 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:29.671 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:29 smithi184 conmon[26177]: cluster 2021-07-09T17:16:28.024642+0000 mgr.smithi184.rkuohv (mgr.14162) 747 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:31 smithi184 conmon[26177]: cluster 2021-07-09T17:16:30.025243+0000 mgr.smithi184.rkuohv (mgr.14162) 748 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:33 smithi184 conmon[26177]: cluster 2021-07-09T17:16:32.026034+0000 mgr.smithi184.rkuohv (mgr.14162) 749 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:16:35.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:35 smithi184 conmon[26177]: cluster 2021-07-09T17:16:34.026643+0000 mgr.smithi184.rkuohv (mgr.14162) 750 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:35 smithi184 conmon[26177]: 2021-07-09T17:16:35.866 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:16:36.149 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:16:36.150 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (19m) 5m ago 20m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:16:36.150 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (20m) 5m ago 20m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:16:36.150 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (19m) 5m ago 20m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:16:36.151 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (17m) 5m ago 17m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:16:36.151 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (17m) 5m ago 17m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:16:36.151 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (21m) 5m ago 21m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:16:36.151 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (21m) 5m ago 21m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:16:36.151 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (16m) 5m ago 16m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:16:36.152 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (19m) 5m ago 19m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:16:36.152 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (19m) 5m ago 19m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:16:36.152 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (19m) 5m ago 19m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:16:36.152 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (18m) 5m ago 18m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:16:36.153 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (18m) 5m ago 18m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:16:36.153 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (19m) 5m ago 19m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:16:36.472 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:16:36.473 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:16:36.473 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:16:36.473 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:16:36.473 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:16:36.474 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:16:36.474 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:16:36.474 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:16:36.474 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:16:36.474 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:16:36.475 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:16:36.475 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:16:36.475 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:16:36.475 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:16:36.476 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:16:36.476 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:16:36.476 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:16:36.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:36 smithi184 conmon[26177]: audit 2021-07-09T17:16:36.211339+0000 2021-07-09T17:16:36.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:36 smithi184 conmon[26177]: mon.smithi184 (mon.0) 499 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:16:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: audit 2021-07-09T17:16:35.851841+0000 mgr.smithi184.rkuohv (mgr.14162) 751 2021-07-09T17:16:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:16:37.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: cluster 2021-07-09T17:16:36.027043+0000 mgr.smithi184.rkuohv (mgr.14162) 752 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:37.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: audit 2021-07-09 2021-07-09T17:16:37.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: T17:16:36.135753+0000 mgr.smithi184.rkuohv (mgr.14162) 753 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:16:37.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: audit 2021-07-09T17 2021-07-09T17:16:37.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: :16:36.466819+0000 mon.smithi184 (mon.0 2021-07-09T17:16:37.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: ) 500 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:16:37.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: audit 2021-07-09T17:16:36 2021-07-09T17:16:37.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: .472107+0000 mon.smithi184 (mon.0) 501 : audit 2021-07-09T17:16:37.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: [DBG] from='client.? 172.21.15.184:0/192126347' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:16:37.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: audit 2021-07-09T 2021-07-09T17:16:37.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: 17:16:36.722531+0000 mon.smithi184 (mon. 2021-07-09T17:16:37.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:37 smithi184 conmon[26177]: 0) 502 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:16:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:39 smithi184 conmon[26177]: cluster 2021-07-09T17:16:38.027545+0000 mgr.smithi184.rkuohv (mgr.14162) 754 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:39 smithi184 conmon[26177]: 2021-07-09T17:16:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:41 smithi184 conmon[26177]: cluster 2021-07-09T17:16:40.028008+0000 mgr.smithi184.rkuohv (mgr.14162) 755 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:41 smithi184 conmon[26177]: 2021-07-09T17:16:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:43 smithi184 conmon[26177]: cluster 2021-07-09T17:16:42.028549+0000 mgr.smithi184.rkuohv (mgr.14162) 756 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:16:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:45 smithi184 conmon[26177]: cluster 2021-07-09T17:16:44.029257+0000 mgr.smithi184.rkuohv (mgr.14162) 757 : cluster [DBG] 2021-07-09T17:16:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:45 smithi184 conmon[26177]: pgmap v654: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:47 smithi184 conmon[26177]: cluster 2021-07-09T17:16:46.029643+0000 mgr.smithi184.rkuohv (mgr.14162) 758 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:49 smithi184 conmon[26177]: cluster 2021-07-09T17:16:48.030191+0000 mgr.smithi184.rkuohv (mgr.14162) 759 : cluster [DBG] 2021-07-09T17:16:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:49 smithi184 conmon[26177]: pgmap v656: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:51 smithi184 conmon[26177]: cluster 2021-07-09T17:16:50.030727+0000 mgr.smithi184.rkuohv (mgr.14162) 760 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:51 smithi184 conmon[26177]: audit 2021-07-09T17:16:50.387959+0000 mon.smithi184 (mon.0) 503 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:16:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:51 smithi184 conmon[26177]: audit 2021-07-09T17:16:50.388215+0000 mon.smithi184 (mon.0) 504 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:16:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:53 smithi184 conmon[26177]: cluster 2021-07-09T17:16:52.031270+0000 mgr.smithi184.rkuohv (mgr.14162) 761 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:16:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:53 smithi184 conmon[26177]: 2021-07-09T17:16:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:55 smithi184 conmon[26177]: cluster 2021-07-09T17:16:54.031775+0000 mgr.smithi184.rkuohv (mgr.14162) 762 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:57.662 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:57 smithi184 conmon[26177]: cluster 2021-07-09T17:16:56.032241+0000 mgr.smithi184.rkuohv (mgr.14162) 763 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:16:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:59 smithi184 conmon[26177]: cluster 2021-07-09T17:16:58.032986+0000 mgr.smithi184.rkuohv (mgr.14162) 764 : cluster [DBG] 2021-07-09T17:16:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:16:59 smithi184 conmon[26177]: pgmap v661: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:01 smithi184 conmon[26177]: cluster 2021-07-09T17:17:00.033449+0000 mgr.smithi184.rkuohv (mgr.14162) 765 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:01.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:01 smithi184 conmon[26177]: 2021-07-09T17:17:03.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:03 smithi184 conmon[26177]: cluster 2021-07-09T17:17:02.033967+0000 mgr.smithi184.rkuohv (mgr.14162) 766 : cluster [DBG] 2021-07-09T17:17:03.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:03 smithi184 conmon[26177]: pgmap v663: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:17:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:05 smithi184 conmon[26177]: cluster 2021-07-09T17:17:04.034525+0000 mgr.smithi184.rkuohv (mgr.14162) 767 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:05 smithi184 conmon[26177]: 2021-07-09T17:17:06.785 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:17:07.057 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:17:07.057 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (19m) 5m ago 20m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:17:07.058 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (20m) 5m ago 20m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:17:07.058 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (19m) 5m ago 20m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:17:07.058 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (17m) 5m ago 17m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:17:07.058 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (17m) 5m ago 17m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:17:07.059 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (22m) 5m ago 22m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:17:07.059 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (22m) 5m ago 22m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:17:07.059 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (17m) 5m ago 17m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:17:07.059 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (20m) 5m ago 20m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:17:07.060 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (20m) 5m ago 20m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:17:07.060 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (19m) 5m ago 19m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:17:07.060 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (19m) 5m ago 19m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:17:07.060 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (18m) 5m ago 18m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:17:07.060 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (20m) 5m ago 20m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:17:07.374 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:17:07.375 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:17:07.375 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:17:07.375 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:17:07.376 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:17:07.376 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:17:07.376 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:17:07.376 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:17:07.377 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:17:07.377 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:17:07.377 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:17:07.377 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:17:07.377 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:17:07.378 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:17:07.378 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:17:07.378 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:17:07.379 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:17:07.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:07 smithi184 conmon[26177]: cluster 2021-07-09T17:17:06.035128+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:17:07.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:07 smithi184 conmon[26177]: ) 768 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:08.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:08 smithi184 conmon[26177]: audit 2021-07-09T17:17:06.773002+0000 mgr.smithi184.rkuohv (mgr.14162) 769 : audit [DBG] 2021-07-09T17:17:08.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:08 smithi184 conmon[26177]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:17:08.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:08 smithi184 conmon[26177]: audit 2021-07-09T17:17:07.052021+0000 mgr.smithi184.rkuohv (mgr.14162) 770 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:17:08.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:08 smithi184 conmon[26177]: audit 2021-07-09T17:17:07.370369+0000 mon.smithi184 (mon.0) 505 : audit 2021-07-09T17:17:08.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:08 smithi184 conmon[26177]: [DBG] from='client.? 172.21.15.184:0/4007793951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:17:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:09 smithi184 conmon[26177]: cluster 2021-07-09T17:17:08.035736+0000 mgr.smithi184.rkuohv (mgr.14162) 771 : cluster [DBG] 2021-07-09T17:17:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:09 smithi184 conmon[26177]: pgmap v666: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:10.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:10 smithi184 conmon[26177]: cluster 2021-07-09T17:17:10.036226+0000 mgr.smithi184.rkuohv (mgr.14162) 772 : cluster 2021-07-09T17:17:10.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:10 smithi184 conmon[26177]: [DBG] pgmap v667: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:13 smithi184 conmon[26177]: cluster 2021-07-09T17:17:12.036930+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:17:13.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:13 smithi184 conmon[26177]: mgr.14162) 773 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:17:15.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:15 smithi184 conmon[26177]: cluster 2021-07-09T17:17:14.037536+0000 mgr.smithi184.rkuohv (mgr.14162) 774 : cluster 2021-07-09T17:17:15.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:15 smithi184 conmon[26177]: [DBG] pgmap v669: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:17.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:17 smithi184 conmon[26177]: cluster 2021-07-09T17:17:16.038037+0000 mgr.smithi184.rkuohv (mgr.14162) 775 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:19.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:19 smithi184 conmon[26177]: cluster 2021-07-09T17:17:18.038582+0000 mgr.smithi184.rkuohv (mgr.14162) 776 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:21.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:21 smithi184 conmon[26177]: cluster 2021-07-09T17:17:20.039291+0000 mgr.smithi184.rkuohv (mgr.14162) 777 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:23.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:23 smithi184 conmon[26177]: cluster 2021-07-09T17:17:22.039959+0000 mgr.smithi184.rkuohv (mgr.14162) 778 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:17:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:25 smithi184 conmon[26177]: cluster 2021-07-09T17:17:24.040600+0000 mgr.smithi184.rkuohv (mgr.14162) 779 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:25.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:25 smithi184 conmon[26177]: 2021-07-09T17:17:27.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:27 smithi184 conmon[26177]: cluster 2021-07-09T17:17:26.040999+0000 mgr.smithi184.rkuohv (mgr.14162) 780 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:29.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:29 smithi184 conmon[26177]: cluster 2021-07-09T17:17:28.041616+0000 mgr.smithi184.rkuohv (mgr.14162) 781 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:31 smithi184 conmon[26177]: cluster 2021-07-09T17:17:30.042220+0000 mgr.smithi184.rkuohv (mgr.14162) 782 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:31.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:31 smithi184 conmon[26177]: 2021-07-09T17:17:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:33 smithi184 conmon[26177]: cluster 2021-07-09T17:17:32.042793+0000 mgr.smithi184.rkuohv (mgr.14162) 783 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:17:33.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:33 smithi184 conmon[26177]: 2021-07-09T17:17:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:35 smithi184 conmon[26177]: cluster 2021-07-09T17:17:34.043367+0000 mgr.smithi184.rkuohv (mgr.14162) 784 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:35.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:35 smithi184 conmon[26177]: 2021-07-09T17:17:37.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:37 smithi184 conmon[26177]: cluster 2021-07-09T17:17:36.043944+0000 mgr.smithi184.rkuohv (mgr.14162) 785 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:37 smithi184 conmon[26177]: audit 2021-07-09T17:17:36.725696+0000 mon.smithi184 (mon.0) 506 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:17:37.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:37 smithi184 conmon[26177]: audit 2021-07-09T17:17:36.991757+0000 mon.smithi184 (mon.0) 507 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:17:37.676 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:17:37.948 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:17:37.948 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (20m) 6m ago 21m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:17:37.949 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (21m) 6m ago 21m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:17:37.949 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (20m) 6m ago 21m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:17:37.949 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (18m) 6m ago 18m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:17:37.949 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (18m) 6m ago 18m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:17:37.950 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (22m) 6m ago 22m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:17:37.957 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (22m) 6m ago 22m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:17:37.958 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (17m) 6m ago 17m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:17:37.958 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (20m) 6m ago 20m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:17:37.958 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (20m) 6m ago 20m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:17:37.962 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (20m) 6m ago 20m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:17:37.962 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (19m) 6m ago 19m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:17:37.962 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (19m) 6m ago 19m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:17:37.963 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (20m) 6m ago 20m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:17:38.261 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:17:38.261 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:17:38.261 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:17:38.262 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:17:38.262 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:17:38.262 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:17:38.263 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:17:38.263 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:17:38.263 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:17:38.264 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:17:38.264 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:17:38.264 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:17:38.264 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:17:38.265 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:17:38.265 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:17:38.265 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:17:38.265 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:17:39.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:39 smithi184 conmon[26177]: audit 2021-07-09T17:17:37.663455+0000 mgr.smithi184.rkuohv (mgr.14162) 786 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:17:39.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:39 smithi184 conmon[26177]: audit 2021-07-09T17:17:37.942676+0000 mgr.smithi184.rkuohv (mgr.14162) 787 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:17:39.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:39 smithi184 conmon[26177]: cluster 2021-07-09T17:17:38.044511+0000 mgr.smithi184.rkuohv (mgr.14162) 788 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:39.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:39 smithi184 conmon[26177]: audit 2021-07- 2021-07-09T17:17:39.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:39 smithi184 conmon[26177]: 09T17:17:38.260558+0000 mon.smithi184 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.184:0/3996010272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:17:41.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:41 smithi184 conmon[26177]: cluster 2021-07-09T17:17:40.045152+0000 mgr.smithi184.rkuohv (mgr.14162) 789 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:43.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:43 smithi184 conmon[26177]: cluster 2021-07-09T17:17:42.045726+0000 mgr.smithi184.rkuohv (mgr.14162) 790 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:17:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:45 smithi184 conmon[26177]: cluster 2021-07-09T17:17:44.046248+0000 mgr.smithi184.rkuohv (mgr.14162) 791 : cluster [DBG] 2021-07-09T17:17:45.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:45 smithi184 conmon[26177]: pgmap v684: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:47.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:47 smithi184 conmon[26177]: cluster 2021-07-09T17:17:46.046794+0000 mgr.smithi184.rkuohv (mgr.14162) 792 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:47.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:47 smithi184 conmon[26177]: 2021-07-09T17:17:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:49 smithi184 conmon[26177]: cluster 2021-07-09T17:17:48.047354+0000 mgr.smithi184.rkuohv (mgr.14162) 793 : cluster [DBG] 2021-07-09T17:17:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:49 smithi184 conmon[26177]: pgmap v686: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:51 smithi184 conmon[26177]: cluster 2021-07-09T17:17:50.047815+0000 mgr.smithi184.rkuohv (mgr.14162) 794 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:51 smithi184 conmon[26177]: audit 2021-07-09T17:17:50.390543+0000 mon.smithi184 (mon.0) 509 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:17:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:51 smithi184 conmon[26177]: audit 2021-07-09T17:17:50.390841+0000 mon.smithi184 (mon.0) 510 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:17:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:53 smithi184 conmon[26177]: cluster 2021-07-09T17:17:52.048605+0000 mgr.smithi184.rkuohv (mgr.14162) 795 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:17:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:55 smithi184 conmon[26177]: cluster 2021-07-09T17:17:54.049079+0000 mgr.smithi184.rkuohv (mgr.14162) 796 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:57 smithi184 conmon[26177]: cluster 2021-07-09T17:17:56.049561+0000 mgr.smithi184.rkuohv (mgr.14162) 797 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:17:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:17:59 smithi184 conmon[26177]: cluster 2021-07-09T17:17:58.050134+0000 mgr.smithi184.rkuohv (mgr.14162) 798 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:01 smithi184 conmon[26177]: cluster 2021-07-09T17:18:00.050632+0000 mgr.smithi184.rkuohv (mgr.14162) 799 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:01 smithi184 conmon[26177]: 2021-07-09T17:18:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:03 smithi184 conmon[26177]: cluster 2021-07-09T17:18:02.051356+0000 mgr.smithi184.rkuohv (mgr.14162) 800 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:18:05.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:05 smithi184 conmon[26177]: cluster 2021-07-09T17:18:04.052110+0000 mgr.smithi184.rkuohv (mgr.14162) 801 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:07.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:07 smithi184 conmon[26177]: cluster 2021-07-09T17:18:06.052566+0000 mgr.smithi184.rkuohv (mgr.14162) 802 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:08.579 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:18:08.850 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:18:08.851 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (20m) 6m ago 21m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:18:08.851 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (21m) 6m ago 21m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:18:08.851 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (20m) 6m ago 21m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:18:08.851 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (18m) 6m ago 18m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:18:08.852 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (18m) 6m ago 18m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:18:08.852 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (23m) 6m ago 23m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:18:08.852 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (23m) 6m ago 23m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:18:08.852 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (18m) 6m ago 18m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:18:08.852 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (21m) 6m ago 21m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:18:08.853 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (21m) 6m ago 21m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:18:08.853 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (20m) 6m ago 20m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:18:08.853 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (20m) 6m ago 20m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:18:08.853 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (20m) 6m ago 19m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:18:08.854 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (21m) 6m ago 21m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:18:09.163 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:18:09.163 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:18:09.163 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:18:09.164 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:18:09.164 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:18:09.164 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:18:09.164 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:18:09.164 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:18:09.165 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:18:09.165 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:18:09.165 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:18:09.165 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:18:09.166 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:18:09.166 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:18:09.166 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:18:09.166 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:18:09.166 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:18:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:09 smithi184 conmon[26177]: cluster 2021-07-09T17:18:08.053265+0000 mgr.smithi184.rkuohv (mgr.14162) 803 : cluster [DBG] 2021-07-09T17:18:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:09 smithi184 conmon[26177]: pgmap v696: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:09 smithi184 conmon[26177]: audit 2021-07-09T17:18:09.161716+0000 mon.smithi184 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.184:0/567350102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:18:10.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:10 smithi184 conmon[26177]: audit 2021-07-09T17:18:08.563143+0000 mgr.smithi184.rkuohv (mgr.14162) 804 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:18:10.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:10 smithi184 conmon[26177]: audit 2021-07-09T17:18:08.845169+0000 mgr.smithi184.rkuohv (mgr.14162) 805 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:18:11.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:11 smithi184 conmon[26177]: cluster 2021-07-09T17:18:10.053789+0000 mgr.smithi184.rkuohv (mgr.14162) 806 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:13 smithi184 conmon[26177]: cluster 2021-07-09T17:18:12.054392+0000 mgr.smithi184.rkuohv (mgr.14162) 807 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:18:13.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:13 smithi184 conmon[26177]: 2021-07-09T17:18:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:15 smithi184 conmon[26177]: cluster 2021-07-09T17:18:14.054822+0000 mgr.smithi184.rkuohv (mgr.14162) 808 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:17 smithi184 conmon[26177]: cluster 2021-07-09T17:18:16.055392+0000 mgr.smithi184.rkuohv (mgr.14162) 809 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:17 smithi184 conmon[26177]: 2021-07-09T17:18:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:19 smithi184 conmon[26177]: cluster 2021-07-09T17:18:18.056212+0000 mgr.smithi184.rkuohv (mgr.14162) 810 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:19 smithi184 conmon[26177]: 2021-07-09T17:18:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:21 smithi184 conmon[26177]: cluster 2021-07-09T17:18:20.056728+0000 mgr.smithi184.rkuohv (mgr.14162) 811 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:23 smithi184 conmon[26177]: cluster 2021-07-09T17:18:22.057490+0000 mgr.smithi184.rkuohv (mgr.14162) 812 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:18:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:25 smithi184 conmon[26177]: cluster 2021-07-09T17:18:24.058132+0000 mgr.smithi184.rkuohv (mgr.14162) 813 : cluster 2021-07-09T17:18:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:25 smithi184 conmon[26177]: [DBG] pgmap v704: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:27 smithi184 conmon[26177]: cluster 2021-07-09T17:18:26.058620+0000 mgr.smithi184.rkuohv (mgr.14162) 814 : cluster [DBG] 2021-07-09T17:18:27.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:27 smithi184 conmon[26177]: pgmap v705: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:29.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:29 smithi184 conmon[26177]: cluster 2021-07-09T17:18:28.059195+0000 mgr.smithi184.rkuohv (mgr.14162) 815 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:31 smithi184 conmon[26177]: cluster 2021-07-09T17:18:30.059659+0000 mgr.smithi184.rkuohv (mgr.14162) 816 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:33.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:33 smithi184 conmon[26177]: cluster 2021-07-09T17:18:32.060191+0000 mgr.smithi184.rkuohv (mgr.14162) 817 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:18:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:35 smithi184 conmon[26177]: cluster 2021-07-09T17:18:34.060843+0000 mgr.smithi184.rkuohv (mgr.14162) 818 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:37 smithi184 conmon[26177]: cluster 2021-07-09T17:18:36.061272+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:18:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:37 smithi184 conmon[26177]: ) 819 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:37.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:37 smithi184 conmon[26177]: audit 2021-07-09T17:18:36.994827+0000 mon.smithi184 (mon.0) 512 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:18:38.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:38 smithi184 conmon[26177]: audit 2021-07-09T17:18:37.265107+0000 mon.smithi184 (mon.0) 513 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:18:38.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:38 smithi184 conmon[26177]: 2021-07-09T17:18:39.473 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:18:39.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:39 smithi184 conmon[26177]: cluster 2021-07-09T17:18:38.061961+0000 mgr.smithi184.rkuohv (mgr.14162) 820 : 2021-07-09T17:18:39.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:39 smithi184 conmon[26177]: cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:39.746 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:18:39.746 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (21m) 7m ago 22m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:18:39.747 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (22m) 7m ago 22m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:18:39.747 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (21m) 7m ago 22m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:18:39.747 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (19m) 7m ago 19m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:18:39.747 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (19m) 7m ago 19m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:18:39.747 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (23m) 7m ago 23m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:18:39.748 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (23m) 7m ago 23m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:18:39.748 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (18m) 7m ago 18m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:18:39.748 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (21m) 7m ago 21m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:18:39.748 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (21m) 7m ago 21m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:18:39.749 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (21m) 7m ago 21m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:18:39.749 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (20m) 7m ago 20m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:18:39.749 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (20m) 7m ago 20m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:18:39.749 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (21m) 7m ago 21m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:18:40.055 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:18:40.055 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:18:40.055 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:18:40.056 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:18:40.056 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:18:40.056 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:18:40.056 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:18:40.056 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:18:40.057 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:18:40.057 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:18:40.057 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:18:40.057 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:18:40.057 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:18:40.058 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:18:40.058 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:18:40.058 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:18:40.058 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:18:40.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:40 smithi184 conmon[26177]: audit 2021-07-09T17:18:40.054202+0000 mon.smithi184 (mon.0) 514 : audit 2021-07-09T17:18:40.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:40 smithi184 conmon[26177]: [DBG] from='client.? 172.21.15.184:0/2000368163' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:18:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:41 smithi184 conmon[26177]: audit 2021-07-09T17:18:39.461228+0000 mgr.smithi184.rkuohv (mgr.14162) 821 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:18:41.745 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:41 smithi184 conmon[26177]: 2021-07-09T17:18:41.746 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:41 smithi184 conmon[26177]: audit 2021-07-09T17:18:39.740656+0000 mgr.smithi184.rkuohv (mgr.14162) 822 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:18:41.746 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:41 smithi184 conmon[26177]: cluster 2021-07-09T17:18:40.062381+0000 2021-07-09T17:18:41.746 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:41 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 823 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:43 smithi184 conmon[26177]: cluster 2021-07-09T17:18:42.063041+0000 mgr.smithi184.rkuohv (mgr.14162) 824 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:18:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:45 smithi184 conmon[26177]: cluster 2021-07-09T17:18:44.063627+0000 mgr.smithi184.rkuohv (mgr.14162) 825 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:47 smithi184 conmon[26177]: cluster 2021-07-09T17:18:46.064121+0000 mgr.smithi184.rkuohv (mgr.14162) 826 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:49 smithi184 conmon[26177]: cluster 2021-07-09T17:18:48.064697+0000 mgr.smithi184.rkuohv (mgr.14162) 827 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:51 smithi184 conmon[26177]: cluster 2021-07-09T17:18:50.065272+0000 mgr.smithi184.rkuohv (mgr.14162) 828 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:51 smithi184 conmon[26177]: audit 2021-07-09T17:18:50.393638+0000 mon.smithi184 (mon.0) 515 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:18:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:51 smithi184 conmon[26177]: 2021-07-09T17:18:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:51 smithi184 conmon[26177]: audit 2021-07-09T17:18:50.393835+0000 mon.smithi184 (mon.0) 516 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:18:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:53 smithi184 conmon[26177]: cluster 2021-07-09T17:18:52.065817+0000 mgr.smithi184.rkuohv (mgr.14162) 829 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:18:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:55 smithi184 conmon[26177]: cluster 2021-07-09T17:18:54.066586+0000 mgr.smithi184.rkuohv (mgr.14162) 830 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:55 smithi184 conmon[26177]: 2021-07-09T17:18:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:57 smithi184 conmon[26177]: cluster 2021-07-09T17:18:56.067034+0000 mgr.smithi184.rkuohv (mgr.14162) 831 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:18:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:18:59 smithi184 conmon[26177]: cluster 2021-07-09T17:18:58.067652+0000 mgr.smithi184.rkuohv (mgr.14162) 832 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:01 smithi184 conmon[26177]: cluster 2021-07-09T17:19:00.068239+0000 mgr.smithi184.rkuohv (mgr.14162) 833 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:03 smithi184 conmon[26177]: cluster 2021-07-09T17:19:02.068793+0000 mgr.smithi184.rkuohv (mgr.14162) 834 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:19:03.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:03 smithi184 conmon[26177]: 2021-07-09T17:19:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:05 smithi184 conmon[26177]: cluster 2021-07-09T17:19:04.069414+0000 mgr.smithi184.rkuohv (mgr.14162) 835 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:07.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:07 smithi184 conmon[26177]: cluster 2021-07-09T17:19:06.070081+0000 mgr.smithi184.rkuohv (mgr.14162) 836 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:09 smithi184 conmon[26177]: cluster 2021-07-09T17:19:08.070737+0000 mgr.smithi184.rkuohv (mgr.14162) 837 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:10.363 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:19:10.638 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:19:10.638 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (21m) 7m ago 22m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:19:10.638 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (22m) 7m ago 22m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:19:10.639 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (21m) 7m ago 22m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:19:10.639 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (19m) 7m ago 19m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:19:10.639 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (19m) 7m ago 19m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:19:10.639 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (24m) 7m ago 24m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:19:10.640 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (24m) 7m ago 24m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:19:10.640 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (19m) 7m ago 19m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:19:10.640 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (22m) 7m ago 22m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:19:10.641 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (22m) 7m ago 22m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:19:10.641 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (21m) 7m ago 21m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:19:10.641 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (21m) 7m ago 21m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:19:10.641 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (21m) 7m ago 21m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:19:10.642 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (22m) 7m ago 22m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:19:10.947 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:19:10.947 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:19:10.948 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:19:10.948 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:19:10.948 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:19:10.948 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:19:10.948 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:19:10.949 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:19:10.949 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:19:10.949 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:19:10.949 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:19:10.949 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:19:10.950 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:19:10.950 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:19:10.950 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:19:10.950 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:19:10.951 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:19:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:11 smithi184 conmon[26177]: cluster 2021-07-09T17:19:10.071291+0000 mgr.smithi184.rkuohv (mgr.14162) 838 : cluster 2021-07-09T17:19:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:11 smithi184 conmon[26177]: [DBG] pgmap v727: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:11.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:11 smithi184 conmon[26177]: audit 2021-07-09T17:19:10.349480+0000 mgr.smithi184.rkuohv (mgr.14162) 839 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:19:11.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:11 smithi184 conmon[26177]: audit 2021-07-09 2021-07-09T17:19:11.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:11 smithi184 conmon[26177]: T17:19:10.946351+0000 mon.smithi184 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.184:0/2791691550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:19:12.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:12 smithi184 conmon[26177]: audit 2021-07-09T17:19:10.632234+0000 mgr.smithi184.rkuohv (mgr.14162) 840 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:19:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:13 smithi184 conmon[26177]: cluster 2021-07-09T17:19:12.072013+0000 mgr.smithi184.rkuohv (mgr.14162) 841 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:19:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:15 smithi184 conmon[26177]: cluster 2021-07-09T17:19:14.072493+0000 mgr.smithi184.rkuohv (mgr.14162) 842 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:17 smithi184 conmon[26177]: cluster 2021-07-09T17:19:16.073076+0000 mgr.smithi184.rkuohv (mgr.14162) 843 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:17 smithi184 conmon[26177]: 2021-07-09T17:19:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:19 smithi184 conmon[26177]: cluster 2021-07-09T17:19:18.073743+0000 mgr.smithi184.rkuohv (mgr.14162) 844 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:21.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:21 smithi184 conmon[26177]: cluster 2021-07-09T17:19:20.074254+0000 mgr.smithi184.rkuohv (mgr.14162) 845 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:23 smithi184 conmon[26177]: cluster 2021-07-09T17:19:22.074818+0000 mgr.smithi184.rkuohv (mgr.14162) 846 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:19:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:25 smithi184 conmon[26177]: cluster 2021-07-09T17:19:24.075318+0000 mgr.smithi184.rkuohv (mgr.14162) 847 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:27 smithi184 conmon[26177]: cluster 2021-07-09T17:19:26.075883+0000 mgr.smithi184.rkuohv (mgr.14162) 848 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:29 smithi184 conmon[26177]: cluster 2021-07-09T17:19:28.076698+0000 mgr.smithi184.rkuohv (mgr.14162) 849 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:31 smithi184 conmon[26177]: cluster 2021-07-09T17:19:30.077311+0000 mgr.smithi184.rkuohv (mgr.14162) 850 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:33 smithi184 conmon[26177]: cluster 2021-07-09T17:19:32.078137+0000 mgr.smithi184.rkuohv (mgr.14162) 851 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:19:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:35 smithi184 conmon[26177]: cluster 2021-07-09T17:19:34.078800+0000 mgr.smithi184.rkuohv (mgr.14162) 852 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:37.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:37 smithi184 conmon[26177]: cluster 2021-07-09T17:19:36.079409+0000 mgr.smithi184.rkuohv (mgr.14162) 853 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:37.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:37 smithi184 conmon[26177]: audit 2021-07-09T17:19:37.268257+0000 mon.smithi184 (mon.0) 518 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:19:38.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:38 smithi184 conmon[26177]: audit 2021-07-09T17:19:37.531717+0000 mon.smithi184 (mon.0) 519 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:19:38.913 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:38 smithi184 conmon[26177]: cluster 2021-07-09T17:19:38. 2021-07-09T17:19:38.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:38 smithi184 conmon[26177]: 080069+0000 mgr.smithi184.rkuohv (mgr.14162) 854 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:41.263 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:19:41.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:41 smithi184 conmon[26177]: cluster 2021-07-09T17:19:40.080500+0000 mgr.smithi184.rkuohv (mgr.14162) 855 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:41.536 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:19:41.536 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (22m) 8m ago 23m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:19:41.537 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (23m) 8m ago 23m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:19:41.537 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (22m) 8m ago 23m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:19:41.538 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (20m) 8m ago 20m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:19:41.538 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (20m) 8m ago 20m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:19:41.538 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (24m) 8m ago 24m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:19:41.539 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (24m) 8m ago 24m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:19:41.539 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (19m) 8m ago 19m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:19:41.540 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (22m) 8m ago 22m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:19:41.540 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (22m) 8m ago 22m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:19:41.541 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (22m) 8m ago 22m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:19:41.541 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (21m) 8m ago 21m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:19:41.541 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (21m) 8m ago 21m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:19:41.542 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (22m) 8m ago 22m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:19:41.847 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:19:41.847 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:19:41.848 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:19:41.848 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:19:41.848 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:19:41.848 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:19:41.849 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:19:41.849 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:19:41.849 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:19:41.850 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:19:41.850 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:19:41.850 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:19:41.851 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:19:41.851 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:19:41.851 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:19:41.852 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:19:41.852 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:19:42.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:42 smithi184 conmon[26177]: audit 2021-07-09T17:19:41.250000+0000 mgr.smithi184.rkuohv (mgr.14162) 856 : audit 2021-07-09T17:19:42.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:42 smithi184 conmon[26177]: [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:19:42.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:42 smithi184 conmon[26177]: audit 2021-07-09T17:19:41.845960+0000 mon.smithi184 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.184:0/2652603830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:19:43.415 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:43 smithi184 conmon[26177]: audit 2021-07-09T17:19:41.530109+0000 mgr.smithi184.rkuohv (mgr.14162) 857 : audit 2021-07-09T17:19:43.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:43 smithi184 conmon[26177]: [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:19:43.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:43 smithi184 conmon[26177]: cluster 2021-07-09T17:19:42.081173+0000 mgr.smithi184.rkuohv (mgr.14162) 858 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:19:45.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:45 smithi184 conmon[26177]: cluster 2021-07-09T17:19:44.081805+0000 mgr.smithi184.rkuohv (mgr.14162) 859 : cluster [DBG] 2021-07-09T17:19:45.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:45 smithi184 conmon[26177]: pgmap v744: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:47.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:47 smithi184 conmon[26177]: cluster 2021-07-09T17:19:46.082511+0000 mgr.smithi184.rkuohv (mgr.14162) 860 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:49.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:49 smithi184 conmon[26177]: cluster 2021-07-09T17:19:48.083127+0000 mgr.smithi184.rkuohv (mgr.14162) 861 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:49.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:49 smithi184 conmon[26177]: 2021-07-09T17:19:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:51 smithi184 conmon[26177]: cluster 2021-07-09T17:19:50.083771+0000 mgr.smithi184.rkuohv (mgr.14162) 862 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:51.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:51 smithi184 conmon[26177]: audit 2021-07-09T17:19:50.396764+0000 mon.smithi184 (mon.0) 521 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:19:51.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:51 smithi184 conmon[26177]: audit 2021-07-09T17:19:50.396960+0000 mon.smithi184 (mon.0) 522 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:19:53.417 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:53 smithi184 conmon[26177]: cluster 2021-07-09T17:19:52.084299+0000 mgr.smithi184.rkuohv (mgr.14162) 863 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:19:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:55 smithi184 conmon[26177]: cluster 2021-07-09T17:19:54.084779+0000 mgr.smithi184.rkuohv (mgr.14162) 864 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:55.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:55 smithi184 conmon[26177]: 2021-07-09T17:19:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:57 smithi184 conmon[26177]: cluster 2021-07-09T17:19:56.085510+0000 mgr.smithi184.rkuohv (mgr.14162) 865 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:19:59.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:19:59 smithi184 conmon[26177]: cluster 2021-07-09T17:19:58.086014+0000 mgr.smithi184.rkuohv (mgr.14162) 866 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:01 smithi184 conmon[26177]: cluster 2021-07-09T17:20:00.086444+0000 mgr.smithi184.rkuohv (mgr.14162) 867 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:03 smithi184 conmon[26177]: cluster 2021-07-09T17:20:02.087154+0000 mgr.smithi184.rkuohv (mgr.14162) 868 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:20:05.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:05 smithi184 conmon[26177]: cluster 2021-07-09T17:20:04.087663+0000 mgr.smithi184.rkuohv (mgr.14162) 869 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:07.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:07 smithi184 conmon[26177]: cluster 2021-07-09T17:20:06.088323+0000 mgr.smithi184.rkuohv (mgr.14162) 870 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:09 smithi184 conmon[26177]: cluster 2021-07-09T17:20:08.089000+0000 mgr.smithi184.rkuohv (mgr.14162) 871 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:11 smithi184 conmon[26177]: cluster 2021-07-09T17:20:10.089507+0000 mgr.smithi184.rkuohv (mgr.14162) 872 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:12.162 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:20:12.436 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:20:12.437 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (22m) 8m ago 24m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:20:12.437 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (23m) 8m ago 23m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:20:12.437 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (22m) 8m ago 23m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:20:12.437 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (20m) 8m ago 20m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:20:12.438 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (20m) 8m ago 20m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:20:12.438 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (25m) 8m ago 25m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:20:12.438 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (25m) 8m ago 25m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:20:12.438 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (20m) 8m ago 20m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:20:12.439 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (23m) 8m ago 23m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:20:12.439 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (23m) 8m ago 23m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:20:12.439 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (22m) 8m ago 22m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:20:12.439 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (22m) 8m ago 22m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:20:12.440 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (22m) 8m ago 22m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:20:12.440 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (23m) 8m ago 23m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:20:12.745 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:20:12.746 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:20:12.746 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:20:12.747 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:20:12.747 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:20:12.747 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:20:12.748 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:20:12.748 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:20:12.748 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:20:12.748 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:20:12.748 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:20:12.749 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:20:12.749 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:20:12.749 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:20:12.749 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:20:12.750 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:20:12.750 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:20:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:13 smithi184 conmon[26177]: cluster 2021-07-09T17:20:12.089993+0000 mgr.smithi184.rkuohv (mgr.14162) 873 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:20:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:13 smithi184 conmon[26177]: audit 2021-07-09T17:20:12 2021-07-09T17:20:13.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:13 smithi184 conmon[26177]: .149440+0000 mgr.smithi184.rkuohv (mgr.14162) 874 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:20:13.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:13 smithi184 conmon[26177]: audit 2021-07-09T17:20:12.744206+0000 mon.smithi184 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.184:0/1875420798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:20:14.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:14 smithi184 conmon[26177]: audit 2021-07-09T17:20:12.430508+0000 mgr.smithi184.rkuohv (mgr.14162) 875 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:20:14.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:14 smithi184 conmon[26177]: 2021-07-09T17:20:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:15 smithi184 conmon[26177]: cluster 2021-07-09T17:20:14.090712+0000 mgr.smithi184.rkuohv (mgr.14162) 876 : 2021-07-09T17:20:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:15 smithi184 conmon[26177]: cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:17.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:17 smithi184 conmon[26177]: cluster 2021-07-09T17:20:16.091437+0000 mgr.smithi184.rkuohv (mgr.14162) 877 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:19 smithi184 conmon[26177]: cluster 2021-07-09T17:20:18.092145+0000 mgr.smithi184.rkuohv (mgr.14162) 878 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:19.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:19 smithi184 conmon[26177]: 2021-07-09T17:20:21.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:21 smithi184 conmon[26177]: cluster 2021-07-09T17:20:20.092604+0000 mgr.smithi184.rkuohv (mgr.14162) 879 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:23 smithi184 conmon[26177]: cluster 2021-07-09T17:20:22.093303+0000 mgr.smithi184.rkuohv (mgr.14162) 880 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:20:25.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:25 smithi184 conmon[26177]: cluster 2021-07-09T17:20:24.094075+0000 mgr.smithi184.rkuohv (mgr.14162) 881 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:27.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:27 smithi184 conmon[26177]: cluster 2021-07-09T17:20:26.094632+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:20:27.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:27 smithi184 conmon[26177]: ) 882 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:29 smithi184 conmon[26177]: cluster 2021-07-09T17:20:28.095183+0000 mgr.smithi184.rkuohv (mgr.14162) 883 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:31.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:31 smithi184 conmon[26177]: cluster 2021-07-09T17:20:30.095833+0000 mgr.smithi184.rkuohv (mgr.14162) 884 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:33 smithi184 conmon[26177]: cluster 2021-07-09T17:20:32.096471+0000 mgr.smithi184.rkuohv (mgr.14162) 885 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:20:33.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:33 smithi184 conmon[26177]: 2021-07-09T17:20:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:35 smithi184 conmon[26177]: cluster 2021-07-09T17:20:34.096942+0000 mgr.smithi184.rkuohv (mgr.14162) 886 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:37 smithi184 conmon[26177]: cluster 2021-07-09T17:20:36.097388+0000 mgr.smithi184.rkuohv (mgr.14162) 887 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:38.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:38 smithi184 conmon[26177]: audit 2021-07-09T17:20:37.534766+0000 mon.smithi184 (mon.0) 524 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:20:38.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:38 smithi184 conmon[26177]: audit 2021-07-09T17:20:37.805554+0000 mon.smithi184 (mon.0) 525 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:20:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:39 smithi184 conmon[26177]: cluster 2021-07-09T17:20:38.097989+0000 mgr.smithi184.rkuohv (mgr.14162) 888 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:41 smithi184 conmon[26177]: cluster 2021-07-09T17:20:40.098502+0000 mgr.smithi184.rkuohv (mgr.14162) 889 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:43.057 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:20:43.331 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:20:43.331 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (23m) 9m ago 24m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:20:43.332 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (24m) 9m ago 24m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:20:43.332 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (23m) 9m ago 24m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:20:43.332 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (21m) 9m ago 21m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:20:43.332 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (21m) 9m ago 21m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:20:43.333 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (25m) 9m ago 25m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:20:43.333 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (25m) 9m ago 25m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:20:43.333 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (20m) 9m ago 20m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:20:43.333 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (23m) 9m ago 23m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:20:43.334 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (23m) 9m ago 23m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:20:43.334 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (23m) 9m ago 23m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:20:43.334 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (22m) 9m ago 22m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:20:43.334 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (22m) 9m ago 22m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:20:43.335 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (23m) 9m ago 23m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:20:43.642 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:20:43.642 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:20:43.642 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:20:43.643 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:20:43.643 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:20:43.643 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:20:43.643 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:20:43.643 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:20:43.644 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:20:43.644 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:20:43.644 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:20:43.644 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:20:43.645 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:20:43.645 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:20:43.645 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:20:43.645 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:20:43.645 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:20:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:43 smithi184 conmon[26177]: cluster 2021-07-09T17:20:42.099183+0000 mgr.smithi184.rkuohv (mgr.14162 2021-07-09T17:20:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:43 smithi184 conmon[26177]: ) 890 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:20:44.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:44 smithi184 conmon[26177]: audit 2021-07-09T17:20:43.044711+0000 mgr.smithi184.rkuohv (mgr.14162) 891 : audit 2021-07-09T17:20:44.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:44 smithi184 conmon[26177]: [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:20:44.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:44 smithi184 conmon[26177]: audit 2021-07-09T17:20:43.325678+0000 mgr.smithi184.rkuohv (mgr.14162) 892 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:20:44.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:44 smithi184 conmon[26177]: audit 2021 2021-07-09T17:20:44.668 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:44 smithi184 conmon[26177]: -07-09T17:20:43.640951+0000 mon.smithi184 (mon.0) 526 : audit [DBG] 2021-07-09T17:20:44.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:44 smithi184 conmon[26177]: from='client.? 172.21.15.184:0/2619623578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:20:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:45 smithi184 conmon[26177]: cluster 2021-07-09T17:20:44.099706+0000 mgr.smithi184.rkuohv (mgr.14162) 893 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:47.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:47 smithi184 conmon[26177]: cluster 2021-07-09T17:20:46.100168+0000 mgr.smithi184.rkuohv (mgr.14162) 894 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:49 smithi184 conmon[26177]: cluster 2021-07-09T17:20:48.100848+0000 mgr.smithi184.rkuohv (mgr.14162) 895 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:51 smithi184 conmon[26177]: cluster 2021-07-09T17:20:50.101312+0000 mgr.smithi184.rkuohv (mgr.14162) 896 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:51 smithi184 conmon[26177]: audit 2021-07-09T17:20:50.399415+0000 mon.smithi184 (mon.0) 527 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:20:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:51 smithi184 conmon[26177]: audit 2021-07-09T17:20:50.399640+0000 mon.smithi184 (mon.0) 528 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:20:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:53 smithi184 conmon[26177]: cluster 2021-07-09T17:20:52.102023+0000 mgr.smithi184.rkuohv (mgr.14162) 897 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:20:55.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:55 smithi184 conmon[26177]: cluster 2021-07-09T17:20:54.102549+0000 mgr.smithi184.rkuohv (mgr.14162) 898 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:57 smithi184 conmon[26177]: cluster 2021-07-09T17:20:56.103165+0000 mgr.smithi184.rkuohv (mgr.14162) 899 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:20:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:20:59 smithi184 conmon[26177]: cluster 2021-07-09T17:20:58.103765+0000 mgr.smithi184.rkuohv (mgr.14162) 900 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:01 smithi184 conmon[26177]: cluster 2021-07-09T17:21:00.104352+0000 mgr.smithi184.rkuohv (mgr.14162) 901 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:03 smithi184 conmon[26177]: cluster 2021-07-09T17:21:02.104897+0000 mgr.smithi184.rkuohv (mgr.14162) 902 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:21:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:03 smithi184 conmon[26177]: 2021-07-09T17:21:05.658 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:05 smithi184 conmon[26177]: cluster 2021-07-09T17:21:04.105566+0000 mgr.smithi184.rkuohv (mgr.14162) 903 : 2021-07-09T17:21:05.659 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:05 smithi184 conmon[26177]: cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:07.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:07 smithi184 conmon[26177]: cluster 2021-07-09T17:21:06.106007+0000 mgr.smithi184.rkuohv (mgr.14162) 904 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:09.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:09 smithi184 conmon[26177]: audit 2021-07-09T17:21:08.037150+0000 mgr.smithi184.rkuohv (mgr.14162) 905 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:21:09.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:09 smithi184 conmon[26177]: 2021-07-09T17:21:09.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:09 smithi184 conmon[26177]: cluster 2021-07-09T17:21:08.106490+0000 mgr.smithi184.rkuohv (mgr.14162) 906 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:11 smithi184 conmon[26177]: cluster 2021-07-09T17:21:10.107122+0000 mgr.smithi184.rkuohv (mgr.14162) 907 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:11.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:11 smithi184 conmon[26177]: 2021-07-09T17:21:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:13 smithi184 conmon[26177]: cluster 2021-07-09T17:21:12.107657+0000 mgr.smithi184.rkuohv (mgr.14162) 908 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:21:13.952 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:21:14.220 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:21:14.221 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (23m) 9m ago 25m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:21:14.221 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (24m) 9m ago 24m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:21:14.221 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (23m) 9m ago 24m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:21:14.221 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (21m) 9m ago 21m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:21:14.221 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (21m) 9m ago 21m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:21:14.222 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (26m) 9m ago 26m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:21:14.222 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (26m) 9m ago 26m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:21:14.222 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (21m) 9m ago 21m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:21:14.222 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (24m) 9m ago 24m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:21:14.223 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (24m) 9m ago 24m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:21:14.223 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (23m) 9m ago 23m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:21:14.223 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (23m) 9m ago 23m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:21:14.223 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (23m) 9m ago 23m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:21:14.223 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (24m) 9m ago 24m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:21:14.528 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:21:14.528 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:21:14.528 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:21:14.529 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:21:14.529 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:21:14.529 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:21:14.529 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:21:14.530 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:21:14.530 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:21:14.530 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:21:14.530 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:21:14.531 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:21:14.531 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:21:14.531 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:21:14.531 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:21:14.531 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:21:14.532 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:21:15.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:15 smithi184 conmon[26177]: audit 2021-07-09T17:21:13.938824+0000 mgr.smithi184.rkuohv (mgr.14162) 909 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:21:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:15 smithi184 conmon[26177]: cluster 2021-07-09T17: 2021-07-09T17:21:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:15 smithi184 conmon[26177]: 21:14.108156+0000 mgr.smithi184.rkuohv (mgr.14162) 910 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:15 smithi184 conmon[26177]: audit 2021-07-09T17:21:14.214771+0000 mgr.smithi184.rkuohv (mgr.14162) 911 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:21:15.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:15 smithi184 conmon[26177]: audit 2021-07-09T17:21:14.527139+0000 mon.smithi184 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.184:0/962367441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:21:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:17 smithi184 conmon[26177]: cluster 2021-07-09T17:21:16.108667+0000 mgr.smithi184.rkuohv (mgr.14162) 912 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:19.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:19 smithi184 conmon[26177]: cluster 2021-07-09T17:21:18.109346+0000 mgr.smithi184.rkuohv (mgr.14162) 913 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:21.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:21 smithi184 conmon[26177]: cluster 2021-07-09T17:21:20.109912+0000 mgr.smithi184.rkuohv (mgr.14162) 914 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:23 smithi184 conmon[26177]: cluster 2021-07-09T17:21:22.110598+0000 mgr.smithi184.rkuohv (mgr.14162) 915 : cluster 2021-07-09T17:21:23.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:23 smithi184 conmon[26177]: [DBG] pgmap v793: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:21:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:25 smithi184 conmon[26177]: cluster 2021-07-09T17:21:24.111082+0000 mgr.smithi184.rkuohv (mgr.14162) 916 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:27.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:27 smithi184 conmon[26177]: cluster 2021-07-09T17:21:26.111643+0000 mgr.smithi184.rkuohv (mgr.14162) 917 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:29.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:29 smithi184 conmon[26177]: cluster 2021-07-09T17:21:28.112224+0000 mgr.smithi184.rkuohv (mgr.14162) 918 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:31.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:31 smithi184 conmon[26177]: cluster 2021-07-09T17:21:30.112822+0000 mgr.smithi184.rkuohv (mgr.14162) 919 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:31.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:31 smithi184 conmon[26177]: 2021-07-09T17:21:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:33 smithi184 conmon[26177]: cluster 2021-07-09T17:21:32.113385+0000 mgr.smithi184.rkuohv (mgr.14162) 920 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:21:35.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:35 smithi184 conmon[26177]: cluster 2021-07-09T17:21:34.113909+0000 mgr.smithi184.rkuohv (mgr.14162) 921 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:37 smithi184 conmon[26177]: cluster 2021-07-09T17:21:36.114493+0000 mgr.smithi184.rkuohv (mgr.14162) 922 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:38.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:38 smithi184 conmon[26177]: audit 2021-07-09T17:21:37.808709+0000 mon.smithi184 (mon.0) 530 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:21:39.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:39 smithi184 conmon[26177]: cluster 2021-07-09T17:21:38.115041+0000 mgr.smithi184.rkuohv ( 2021-07-09T17:21:39.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:39 smithi184 conmon[26177]: mgr.14162) 923 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:41.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:41 smithi184 conmon[26177]: cluster 2021-07-09T17:21:40.115425+0000 2021-07-09T17:21:41.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:41 smithi184 conmon[26177]: mgr.smithi184.rkuohv (mgr.14162) 924 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:43.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:43 smithi184 conmon[26177]: cluster 2021-07-09T17:21:42.116024+0000 mgr.smithi184.rkuohv (mgr.14162) 925 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:21:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:43 smithi184 conmon[26177]: audit 2021-07-09T17:21:42.212329+0000 mon.smithi184 (mon.0) 531 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:21:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:43 smithi184 conmon[26177]: audit 2021-07-09T17:21:42.466085+0000 mon.smithi184 (mon.0) 532 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:21:44.841 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:21:45.113 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:21:45.114 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (24m) 2s ago 25m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:21:45.114 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (25m) 2s ago 25m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:21:45.114 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (24m) 2s ago 25m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:21:45.114 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (22m) 2s ago 22m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:21:45.115 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (22m) 2s ago 22m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:21:45.115 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (26m) 2s ago 26m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:21:45.115 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (26m) 2s ago 26m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:21:45.115 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (21m) 2s ago 21m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:21:45.115 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (25m) 2s ago 25m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:21:45.116 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (24m) 2s ago 24m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:21:45.116 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (24m) 2s ago 24m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:21:45.116 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (23m) 2s ago 23m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:21:45.116 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (23m) 2s ago 23m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:21:45.116 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (24m) 2s ago 24m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:21:45.423 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:21:45.423 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:21:45.424 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:21:45.424 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:21:45.424 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:21:45.424 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:21:45.425 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:21:45.425 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:21:45.425 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:21:45.425 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:21:45.425 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:21:45.426 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:21:45.426 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:21:45.426 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:21:45.426 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:21:45.427 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:21:45.427 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:21:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:45 smithi184 conmon[26177]: cluster 2021-07-09T17:21:44.116661+0000 mgr.smithi184.rkuohv (mgr.14162) 926 2021-07-09T17:21:45.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:45 smithi184 conmon[26177]: : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:46.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:46 smithi184 conmon[26177]: audit 2021-07-09T17:21:44.827904+0000 mgr.smithi184.rkuohv (mgr.14162) 927 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:21:46.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:46 smithi184 conmon[26177]: audit 2021-07-09T17:21:45.106681+0000 mgr.smithi184.rkuohv (mgr.14162) 928 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:21:46.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:46 smithi184 conmon[26177]: audit 2021-07-09T17:21:45.421983+0000 mon.smithi184 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.184:0/3317900246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:21:47.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:47 smithi184 conmon[26177]: cluster 2021-07-09T17:21:46.117238+0000 mgr.smithi184.rkuohv (mgr.14162) 929 : cluster [DBG] 2021-07-09T17:21:47.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:47 smithi184 conmon[26177]: pgmap v805: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:49 smithi184 conmon[26177]: cluster 2021-07-09T17:21:48.117807+0000 mgr.smithi184.rkuohv (mgr.14162) 930 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:51 smithi184 conmon[26177]: cluster 2021-07-09T17:21:50.118329+0000 mgr.smithi184.rkuohv (mgr.14162) 931 : cluster [DBG] 2021-07-09T17:21:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:51 smithi184 conmon[26177]: pgmap v807: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:51 smithi184 conmon[26177]: audit 2021-07-09T17:21:50.402969+0000 mon.smithi184 (mon.0) 534 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:21:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:51 smithi184 conmon[26177]: audit 2021-07-09T17:21:51.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:51 smithi184 conmon[26177]: 2021-07-09T17:21:50.403205+0000 mon.smithi184 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:21:53.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:53 smithi184 conmon[26177]: cluster 2021-07-09T17:21:52.118921+0000 mgr.smithi184.rkuohv (mgr.14162) 932 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:21:53.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:53 smithi184 conmon[26177]: 2021-07-09T17:21:55.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:55 smithi184 conmon[26177]: cluster 2021-07-09T17:21:54.119563+0000 mgr.smithi184.rkuohv (mgr.14162) 933 : cluster [DBG] 2021-07-09T17:21:55.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:55 smithi184 conmon[26177]: pgmap v809: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:57.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:57 smithi184 conmon[26177]: cluster 2021-07-09T17:21:56.120160+0000 mgr.smithi184.rkuohv (mgr.14162) 934 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:21:57.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:57 smithi184 conmon[26177]: 2021-07-09T17:21:59.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:21:59 smithi184 conmon[26177]: cluster 2021-07-09T17:21:58.120737+0000 mgr.smithi184.rkuohv (mgr.14162) 935 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:01.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:01 smithi184 conmon[26177]: cluster 2021-07-09T17:22:00.121442+0000 mgr.smithi184.rkuohv (mgr.14162) 936 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:03.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:03 smithi184 conmon[26177]: cluster 2021-07-09T17:22:02.122112+0000 mgr.smithi184.rkuohv (mgr.14162) 937 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:22:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:05 smithi184 conmon[26177]: cluster 2021-07-09T17:22:04.122595+0000 mgr.smithi184.rkuohv (mgr.14162) 938 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:07.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:07 smithi184 conmon[26177]: cluster 2021-07-09T17:22:06.123062+0000 mgr.smithi184.rkuohv (mgr.14162) 939 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:09.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:09 smithi184 conmon[26177]: cluster 2021-07-09T17:22:08.123780+0000 mgr.smithi184.rkuohv (mgr.14162) 940 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:11.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:11 smithi184 conmon[26177]: cluster 2021-07-09T17:22:10.124374+0000 mgr.smithi184.rkuohv (mgr.14162) 941 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:13.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:13 smithi184 conmon[26177]: cluster 2021-07-09T17:22:12.124904+0000 mgr.smithi184.rkuohv (mgr.14162) 942 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:22:15.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:15 smithi184 conmon[26177]: cluster 2021-07-09T17:22:14.125601+0000 mgr.smithi184.rkuohv (mgr.14162) 943 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:15.736 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:22:16.009 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:22:16.009 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (24m) 33s ago 26m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:22:16.009 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (25m) 33s ago 25m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:22:16.010 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (24m) 33s ago 25m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:22:16.010 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (22m) 33s ago 22m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:22:16.010 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (22m) 33s ago 22m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:22:16.010 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (27m) 33s ago 27m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:22:16.011 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (27m) 33s ago 27m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:22:16.011 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (22m) 33s ago 22m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:22:16.011 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (25m) 33s ago 25m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:22:16.011 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (25m) 33s ago 25m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:22:16.012 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (24m) 33s ago 24m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:22:16.012 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (24m) 33s ago 24m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:22:16.012 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (24m) 33s ago 24m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:22:16.013 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (25m) 33s ago 25m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:22:16.320 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:22:16.320 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:22:16.320 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:22:16.321 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:22:16.321 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:22:16.321 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:22:16.321 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:22:16.322 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:22:16.322 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:22:16.323 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:22:16.323 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:22:16.323 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:22:16.324 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:22:16.324 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:22:16.324 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:22:16.324 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:22:16.324 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:22:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:17 smithi184 conmon[26177]: audit 2021-07-09T17:22:15.723770+0000 mgr.smithi184.rkuohv (mgr.14162) 944 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:22:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:17 smithi184 conmon[26177]: audit 2021-07-09T17:22:16.003047+0000 mgr.smithi184.rkuohv (mgr.14162) 945 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:22:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:17 smithi184 conmon[26177]: cluster 2021-07-09T17:22:16.126001+0000 mgr.smithi184.rkuohv (mgr.14162) 946 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:17.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:17 smithi184 conmon[26177]: audit 2021-07-09T17: 2021-07-09T17:22:17.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:17 smithi184 conmon[26177]: 22:16.318866+0000 mon.smithi184 (mon.0) 536 : audit 2021-07-09T17:22:17.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:17 smithi184 conmon[26177]: [DBG] from='client.? 172.21.15.184:0/2929824257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:22:19.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:19 smithi184 conmon[26177]: cluster 2021-07-09T17:22:18.126681+0000 mgr.smithi184.rkuohv (mgr.14162) 947 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:21.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:21 smithi184 conmon[26177]: cluster 2021-07-09T17:22:20.127194+0000 mgr.smithi184.rkuohv (mgr.14162) 948 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:23.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:23 smithi184 conmon[26177]: cluster 2021-07-09T17:22:22.127940+0000 mgr.smithi184.rkuohv (mgr.14162) 949 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:22:25.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:25 smithi184 conmon[26177]: cluster 2021-07-09T17:22:24.128445+0000 mgr.smithi184.rkuohv (mgr.14162) 950 : cluster [DBG] 2021-07-09T17:22:25.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:25 smithi184 conmon[26177]: pgmap v824: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:27.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:27 smithi184 conmon[26177]: cluster 2021-07-09T17:22:26.128897+0000 mgr.smithi184.rkuohv (mgr.14162) 951 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:29.672 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:29 smithi184 conmon[26177]: cluster 2021-07-09T17:22:28.129655+0000 mgr.smithi184.rkuohv (mgr.14162) 952 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:31.669 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:31 smithi184 conmon[26177]: cluster 2021-07-09T17:22:30.130151+0000 mgr.smithi184.rkuohv (mgr.14162) 953 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:33.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:33 smithi184 conmon[26177]: cluster 2021-07-09T17:22:32.130741+0000 mgr.smithi184.rkuohv (mgr.14162) 954 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:22:35.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:35 smithi184 conmon[26177]: cluster 2021-07-09T17:22:34.131312+0000 mgr.smithi184.rkuohv (mgr.14162) 955 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:37.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:37 smithi184 conmon[26177]: cluster 2021-07-09T17:22:36.131867+0000 mgr.smithi184.rkuohv (mgr.14162) 956 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:39.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:39 smithi184 conmon[26177]: cluster 2021-07-09T17:22:38.132527+0000 mgr.smithi184.rkuohv (mgr.14162) 957 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:41.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:41 smithi184 conmon[26177]: cluster 2021-07-09T17:22:40.132983+0000 mgr.smithi184.rkuohv (mgr.14162) 958 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:43 smithi184 conmon[26177]: cluster 2021-07-09T17:22:42.133503+0000 mgr.smithi184.rkuohv (mgr.14162) 2021-07-09T17:22:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:43 smithi184 conmon[26177]: 959 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:22:43.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:43 smithi184 conmon[26177]: audit 2021-07-09T17:22:42.469065+0000 mon.smithi184 (mon.0) 537 : audit [DBG] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2021-07-09T17:22:43.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:43 smithi184 conmon[26177]: audit 2021-07-09T17:22:42.738427+0000 mon.smithi184 (mon.0) 538 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' 2021-07-09T17:22:45.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:45 smithi184 conmon[26177]: cluster 2021-07-09T17:22:44.134035+0000 mgr.smithi184.rkuohv (mgr.14162) 960 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:45.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:45 smithi184 conmon[26177]: 2021-07-09T17:22:46.634 INFO:teuthology.orchestra.run.smithi184.stdout:true 2021-07-09T17:22:46.904 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2021-07-09T17:22:46.904 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (25m) 64s ago 26m 0.20.0 0881eb8f169f 13550b012bdf 2021-07-09T17:22:46.905 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (26m) 64s ago 26m 16.2.4 8d91d370c2b8 6159b5427688 2021-07-09T17:22:46.905 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (25m) 64s ago 26m 6.7.4 ae5c36c3d3cd 13d914a2163f 2021-07-09T17:22:46.905 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.dfjbdd smithi184 running (23m) 64s ago 23m 16.2.4 8d91d370c2b8 8c06aa1e0958 2021-07-09T17:22:46.905 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.lnuczn smithi184 running (23m) 64s ago 23m 16.2.4 8d91d370c2b8 996f5ed1b796 2021-07-09T17:22:46.906 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.rkuohv smithi184 *:9283 running (27m) 64s ago 27m 16.2.4 8d91d370c2b8 202d4717bf5d 2021-07-09T17:22:46.906 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (27m) 64s ago 27m 16.2.4 8d91d370c2b8 5efb3a4b19cb 2021-07-09T17:22:46.907 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.smithi184 smithi184 *:2049 running (23m) 64s ago 23m 3.5 8d91d370c2b8 c61b56b06be6 2021-07-09T17:22:46.907 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (26m) 64s ago 26m 0.18.1 e5a616e4b9cf 4658babffa57 2021-07-09T17:22:46.907 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (25m) 64s ago 25m 16.2.4 8d91d370c2b8 88846b8908a4 2021-07-09T17:22:46.907 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (25m) 64s ago 25m 16.2.4 8d91d370c2b8 4f8d312d3e0b 2021-07-09T17:22:46.908 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (24m) 64s ago 24m 16.2.4 8d91d370c2b8 20bc5b4b9833 2021-07-09T17:22:46.908 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (24m) 64s ago 24m 16.2.4 8d91d370c2b8 46a8a2f884f6 2021-07-09T17:22:46.908 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (25m) 64s ago 25m 2.18.1 de242295e225 91468f7823f1 2021-07-09T17:22:47.212 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2021-07-09T17:22:47.213 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2021-07-09T17:22:47.213 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:22:47.213 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:22:47.213 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2021-07-09T17:22:47.214 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2021-07-09T17:22:47.214 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:22:47.214 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2021-07-09T17:22:47.214 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2021-07-09T17:22:47.215 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:22:47.215 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2021-07-09T17:22:47.215 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2021-07-09T17:22:47.215 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2021-07-09T17:22:47.216 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2021-07-09T17:22:47.216 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2021-07-09T17:22:47.216 INFO:teuthology.orchestra.run.smithi184.stdout: } 2021-07-09T17:22:47.216 INFO:teuthology.orchestra.run.smithi184.stdout:} 2021-07-09T17:22:47.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:47 smithi184 conmon[26177]: cluster 2021-07-09T17:22:46.134648+0000 mgr.smithi184.rkuohv (mgr.14162) 961 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:47.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:47 smithi184 conmon[26177]: audit 2021-07-09T17:22:47.211416+0000 mon.smithi184 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.184:0/842515913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2021-07-09T17:22:48.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:48 smithi184 conmon[26177]: audit 2021-07-09T17:22:46.621424+0000 mgr.smithi184.rkuohv (mgr.14162) 962 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:22:48.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:48 smithi184 conmon[26177]: audit 2021-07-09T17:22:46.898151+0000 mgr.smithi184.rkuohv (mgr.14162) 963 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2021-07-09T17:22:49.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:49 smithi184 conmon[26177]: cluster 2021-07-09T17:22:48.135208+0000 mgr.smithi184.rkuohv (mgr.14162) 964 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:51.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:51 smithi184 conmon[26177]: cluster 2021-07-09T17:22:50.135647+0000 mgr.smithi184.rkuohv (mgr.14162) 965 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:51.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:51 smithi184 conmon[26177]: 2021-07-09T17:22:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:51 smithi184 conmon[26177]: audit 2021-07-09T17:22:50.406154+0000 mon.smithi184 (mon.0) 540 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/trash_purge_schedule"}]: dispatch 2021-07-09T17:22:51.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:51 smithi184 conmon[26177]: audit 2021-07-09T17 2021-07-09T17:22:51.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:51 smithi184 conmon[26177]: :22:50.406379+0000 mon.smithi184 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.184:0/2282580427' entity='mgr.smithi184.rkuohv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.rkuohv/mirror_snapshot_schedule"}]: dispatch 2021-07-09T17:22:53.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:53 smithi184 conmon[26177]: cluster 2021-07-09T17:22:52.136266+0000 mgr.smithi184.rkuohv (mgr.14162) 966 : cluster 2021-07-09T17:22:53.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:53 smithi184 conmon[26177]: [DBG] pgmap v838: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 170 B/s rd, 0 op/s 2021-07-09T17:22:55.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:55 smithi184 conmon[26177]: cluster 2021-07-09T17:22:55.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:55 smithi184 conmon[26177]: 2021-07-09T17:22: 2021-07-09T17:22:55.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jul 09 17:22:55 smithi184 conmon[26177]: 54.136952+0000 mgr.smithi184.rkuohv (mgr.14162) 967 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 241 MiB data, 2.8 GiB used, 355 GiB / 358 GiB avail; 85 B/s rd, 0 op/s 2021-07-09T17:22:56.278 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2021-07-09T17:22:56.283 DEBUG:teuthology.task.console_log:Killing console logger for smithi184 2021-07-09T17:22:56.284 DEBUG:teuthology.exit:Finished running handlers