2020-12-22T11:10:12.881 INFO:root:teuthology version: 1.0.0-8e49dda4 2020-12-22T11:10:12.884 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi --block --description rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-low-osd-mem-target 4-supported-random-distro$/{centos_8} 5-pool/ec-data-pool 6-prepare/raw-file 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute 9-cleanup/cleanup} --archive /home/teuthworker/archive/teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi/5728664 --lock --owner scheduled_teuthology@teuthology -- /tmp/teuthology-worker.qdafd63f.tmp 2020-12-22T11:10:12.927 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2020-12-22T11:10:12.990 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi/5728664 branch: master description: rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-low-osd-mem-target 4-supported-random-distro$/{centos_8} 5-pool/ec-data-pool 6-prepare/raw-file 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute 9-cleanup/cleanup} email: ceph-qa@ceph.io exclude_arch: armv7l first_in_suite: false io_workload: sequential: - qemu: client.0: clone: true disks: - action: none image_name: client.0.0 - action: none image_name: client.0.1 - action: none image_name: client.0.2 test: qa/run_xfstests_qemu.sh type: block job_id: '5728664' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi migrate_workload: sequential: - exec: client.0: - sleep 60 - rbd migration execute client.0.0 - sleep 60 - rbd migration commit client.0.0 - sleep 60 - rbd migration execute client.0.1 name: teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi nuke-on-error: true openstack: - volumes: count: 4 size: 10 - machine: cpus: 1 disk: 40 ram: 30000 volumes: count: 4 size: 30 os_type: centos os_version: '8.2' overrides: admin_socket: branch: master ceph: conf: client: rbd default data pool: datapool mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: bdev async discard: true bdev enable discard: true bluestore block size: 96636764160 bluestore fsck on mount: true debug bluefs: 20 debug bluestore: 20 debug filestore: 20 debug journal: 20 debug ms: 20 debug osd: 25 debug rocksdb: 10 enable experimental unrecoverable data corrupting features: '*' mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd debug randomize hobject sort order: false osd failsafe full ratio: 0.95 osd memory target: 1610612736 osd objectstore: bluestore osd shutdown pgref assert: true fs: xfs log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: af9dac1ff568f0ba2132416c425a35d7a342ee96 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: sha1: af9dac1ff568f0ba2132416c425a35d7a342ee96 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: master sha1: af9dac1ff568f0ba2132416c425a35d7a342ee96 owner: scheduled_teuthology@teuthology priority: 80 repo: git://git.ceph.com/ceph.git roles: - - mon.a - mon.c - mgr.x - osd.0 - osd.1 - osd.2 - osd.3 - - mon.b - mgr.y - osd.4 - osd.5 - osd.6 - osd.7 - - client.0 sha1: af9dac1ff568f0ba2132416c425a35d7a342ee96 sleep_before_teardown: 0 suite: rbd suite_branch: master suite_path: /home/teuthworker/src/git.ceph.com_ceph_master/qa suite_relpath: qa suite_repo: git://git.ceph.com/ceph.git suite_sha1: af9dac1ff568f0ba2132416c425a35d7a342ee96 tasks: - install: null - ceph: null - exec: client.0: - sudo ceph osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph osd pool set datapool allow_ec_overwrites true - rbd pool init datapool - exec: client.0: - mkdir /home/ubuntu/cephtest/migration - wget -nv -O /home/ubuntu/cephtest/migration/base.client.0.qcow2 http://download.ceph.com/qa/ubuntu-12.04.qcow2 - qemu-img convert -f qcow2 -O raw /home/ubuntu/cephtest/migration/base.client.0.qcow2 /home/ubuntu/cephtest/migration/base.client.0.raw - dd if=/dev/zero of=/home/ubuntu/cephtest/migration/empty.raw count=1 bs=1G - echo '{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/base.client.0.raw"}}' | rbd migration prepare --import-only --source-spec-path - client.0.0 - rbd migration prepare --import-only --source-spec '{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}' client.0.1 - rbd migration prepare --import-only --source-spec '{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}' client.0.2 - parallel: - io_workload - migrate_workload - exec: client.0: - rm -rf /home/ubuntu/cephtest/migration teuthology_branch: master timestamp: 2020-12-22_02:01:03 tube: smithi user: teuthology verbose: true worker_log: /home/teuthworker/archive/worker_logs/worker.smithi.4375 2020-12-22T11:10:12.990 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_master/qa; will attempt to use it 2020-12-22T11:10:12.991 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_master/qa/tasks 2020-12-22T11:10:12.991 INFO:teuthology.run_tasks:Running task internal.check_packages... 2020-12-22T11:10:12.993 INFO:teuthology.task.internal:Checking packages... 2020-12-22T11:10:13.015 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'basic' and ceph hash 'af9dac1ff568f0ba2132416c425a35d7a342ee96' 2020-12-22T11:10:13.016 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2020-12-22T11:10:13.016 INFO:teuthology.packaging:ref: None 2020-12-22T11:10:13.017 INFO:teuthology.packaging:tag: None 2020-12-22T11:10:13.017 INFO:teuthology.packaging:branch: master 2020-12-22T11:10:13.017 INFO:teuthology.packaging:sha1: af9dac1ff568f0ba2132416c425a35d7a342ee96 2020-12-22T11:10:13.018 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=master 2020-12-22T11:10:14.016 INFO:teuthology.task.internal:Found packages for ceph version 16.0.0-8521.gd5a26111 2020-12-22T11:10:14.016 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2020-12-22T11:10:14.027 INFO:teuthology.task.internal:no buildpackages task found 2020-12-22T11:10:14.027 INFO:teuthology.run_tasks:Running task internal.lock_machines... 2020-12-22T11:10:14.053 INFO:teuthology.task.internal.lock_machines:Locking machines... 2020-12-22T11:10:14.054 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2020-12-22T11:10:14.105 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:10:24.115 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:10:34.132 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:10:44.148 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:10:54.166 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:11:04.182 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:11:14.201 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:11:24.218 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:11:34.255 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:11:44.271 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:11:54.287 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:12:04.303 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:12:14.318 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:12:24.335 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:12:34.353 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:12:44.371 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:12:54.386 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:13:04.402 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:13:14.417 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:13:24.435 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:13:34.453 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:13:44.470 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 2)... 2020-12-22T11:13:54.486 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:14:04.497 INFO:teuthology.task.internal.lock_machines:waiting for more smithi machines to be free (need 0 + 3, have 0)... 2020-12-22T11:14:14.515 DEBUG:teuthology.lock.ops:lock_many request: {'locked_by': 'scheduled_teuthology@teuthology', 'count': 3, 'machine_type': 'smithi', 'description': '/home/teuthworker/archive/teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi/5728664'} 2020-12-22T11:14:14.539 DEBUG:teuthology.lock.ops:locked ubuntu@smithi105.front.sepia.ceph.com, ubuntu@smithi039.front.sepia.ceph.com, ubuntu@smithi058.front.sepia.ceph.com 2020-12-22T11:14:14.610 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe5076d0d08>, signals=[15]) 2020-12-22T11:14:14.814 INFO:teuthology.provision.fog.smithi039:Scheduling deploy of centos 8.2 2020-12-22T11:14:14.816 INFO:teuthology.provision.fog.smithi105:Scheduling deploy of centos 8.2 2020-12-22T11:14:14.821 INFO:teuthology.provision.fog.smithi058:Scheduling deploy of centos 8.2 2020-12-22T11:14:15.112 INFO:teuthology.orchestra.console:Power off smithi039 2020-12-22T11:14:15.113 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2020-12-22T11:14:15.130 INFO:teuthology.orchestra.console:Power off smithi105 2020-12-22T11:14:15.131 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2020-12-22T11:14:15.139 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:15.151 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:15.164 INFO:teuthology.orchestra.console:Power off smithi058 2020-12-22T11:14:15.164 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi058.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2020-12-22T11:14:15.184 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi058.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:19.174 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:19.181 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:19.206 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi058.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:23.286 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:23.295 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:23.317 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi058.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:23.497 INFO:teuthology.orchestra.console:Power off for smithi039 completed 2020-12-22T11:14:23.504 INFO:teuthology.orchestra.console:Power off for smithi105 completed 2020-12-22T11:14:23.527 INFO:teuthology.orchestra.console:Power off for smithi058 completed 2020-12-22T11:14:23.599 INFO:teuthology.orchestra.console:Power on smithi039 2020-12-22T11:14:23.599 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2020-12-22T11:14:23.608 INFO:teuthology.orchestra.console:Power on smithi105 2020-12-22T11:14:23.608 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2020-12-22T11:14:23.621 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:23.628 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:23.635 INFO:teuthology.orchestra.console:Power on smithi058 2020-12-22T11:14:23.636 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi058.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2020-12-22T11:14:23.654 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi058.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:27.646 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:27.654 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:27.674 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi058.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:31.758 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:31.769 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:31.782 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi058.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2020-12-22T11:14:32.024 INFO:teuthology.orchestra.console:Power on for smithi058 completed 2020-12-22T11:14:32.036 INFO:teuthology.orchestra.console:Power on for smithi105 completed 2020-12-22T11:14:32.079 INFO:teuthology.orchestra.console:Power on for smithi039 completed 2020-12-22T11:14:32.125 INFO:teuthology.provision.fog.smithi058:Waiting for deploy to finish 2020-12-22T11:14:32.137 INFO:teuthology.provision.fog.smithi105:Waiting for deploy to finish 2020-12-22T11:14:32.180 INFO:teuthology.provision.fog.smithi039:Waiting for deploy to finish 2020-12-22T11:16:48.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:16:57.398 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:17:03.448 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:17:03.547 ERROR:teuthology.orchestra.connection:Error connecting to smithi105.front.sepia.ceph.com Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/connection.py", line 105, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/paramiko/client.py", line 446, in connect passphrase, File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/paramiko/client.py", line 764, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/paramiko/client.py", line 740, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/paramiko/transport.py", line 1580, in auth_publickey return self.auth_handler.wait_for_response(my_event) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/paramiko/auth_handler.py", line 250, in wait_for_response raise e paramiko.ssh_exception.AuthenticationException: Authentication failed. 2020-12-22T11:17:06.451 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:17:15.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:17:24.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:17:33.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:17:33.699 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:17:42.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:17:51.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:00.888 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:09.943 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:10.552 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:18.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:28.052 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:35.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:37.112 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:39.626 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:39.919 INFO:teuthology.orchestra.run:Running command with timeout 600 2020-12-22T11:18:39.921 DEBUG:teuthology.orchestra.run.smithi058:> while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done 2020-12-22T11:18:40.229 INFO:teuthology.provision.fog.smithi058:Node is ready 2020-12-22T11:18:40.229 DEBUG:teuthology.orchestra.run.smithi058:> hostname 2020-12-22T11:18:40.245 INFO:teuthology.orchestra.run.smithi058.stdout:smithi058.front.sepia.ceph.com 2020-12-22T11:18:40.245 DEBUG:teuthology.orchestra.run.smithi058:> grep smithi058.front.sepia.ceph.com /etc/hosts 2020-12-22T11:18:40.301 INFO:teuthology.orchestra.run.smithi058.stdout:172.21.15.58 smithi058.front.sepia.ceph.com smithi058 2020-12-22T11:18:40.301 DEBUG:teuthology.orchestra.run.smithi058:> sudo hostname smithi058 2020-12-22T11:18:40.402 DEBUG:teuthology.orchestra.run.smithi058:> sudo sed -i -e 's/smithi058.front.sepia.ceph.com/smithi058/g' /etc/hosts 2020-12-22T11:18:40.429 DEBUG:teuthology.orchestra.run.smithi058:> sudo sed -i -e 's/172.21.15.58/172.21.15.58/g' /etc/hosts 2020-12-22T11:18:40.494 DEBUG:teuthology.orchestra.run.smithi058:> sudo sed -i -e 's/smithi058.front.sepia.ceph.com/smithi058/g' /etc/hostname 2020-12-22T11:18:40.559 DEBUG:teuthology.orchestra.run.smithi058:> sudo hostname smithi058 2020-12-22T11:18:40.622 INFO:teuthology.provision.fog.smithi058:Deploy complete! 2020-12-22T11:18:40.623 DEBUG:teuthology.parallel:result is None 2020-12-22T11:18:44.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:44.342 INFO:teuthology.orchestra.run:Running command with timeout 600 2020-12-22T11:18:44.343 DEBUG:teuthology.orchestra.run.smithi105:> while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done 2020-12-22T11:18:46.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:55.223 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:18:59.706 INFO:teuthology.provision.fog.smithi105:Node is ready 2020-12-22T11:18:59.707 DEBUG:teuthology.orchestra.run.smithi105:> hostname 2020-12-22T11:18:59.729 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105.front.sepia.ceph.com 2020-12-22T11:18:59.730 DEBUG:teuthology.orchestra.run.smithi105:> grep smithi105.front.sepia.ceph.com /etc/hosts 2020-12-22T11:18:59.791 INFO:teuthology.orchestra.run.smithi105.stdout:172.21.15.105 smithi105.front.sepia.ceph.com smithi105 2020-12-22T11:18:59.791 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname smithi105 2020-12-22T11:18:59.911 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i -e 's/smithi105.front.sepia.ceph.com/smithi105/g' /etc/hosts 2020-12-22T11:18:59.936 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i -e 's/172.21.15.105/172.21.15.105/g' /etc/hosts 2020-12-22T11:19:00.001 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i -e 's/smithi105.front.sepia.ceph.com/smithi105/g' /etc/hostname 2020-12-22T11:19:00.065 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname smithi105 2020-12-22T11:19:00.128 INFO:teuthology.provision.fog.smithi105:Deploy complete! 2020-12-22T11:19:00.128 DEBUG:teuthology.parallel:result is None 2020-12-22T11:20:01.225 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:20:01.476 INFO:teuthology.orchestra.run:Running command with timeout 600 2020-12-22T11:20:01.477 DEBUG:teuthology.orchestra.run.smithi039:> while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done 2020-12-22T11:20:01.760 INFO:teuthology.provision.fog.smithi039:Node is ready 2020-12-22T11:20:01.760 DEBUG:teuthology.orchestra.run.smithi039:> hostname 2020-12-22T11:20:01.775 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039.front.sepia.ceph.com 2020-12-22T11:20:01.775 DEBUG:teuthology.orchestra.run.smithi039:> grep smithi039.front.sepia.ceph.com /etc/hosts 2020-12-22T11:20:01.830 INFO:teuthology.orchestra.run.smithi039.stdout:172.21.15.39 smithi039.front.sepia.ceph.com smithi039 2020-12-22T11:20:01.831 DEBUG:teuthology.orchestra.run.smithi039:> sudo hostname smithi039 2020-12-22T11:20:01.955 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i -e 's/smithi039.front.sepia.ceph.com/smithi039/g' /etc/hosts 2020-12-22T11:20:01.981 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i -e 's/172.21.15.39/172.21.15.39/g' /etc/hosts 2020-12-22T11:20:02.046 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i -e 's/smithi039.front.sepia.ceph.com/smithi039/g' /etc/hostname 2020-12-22T11:20:02.111 DEBUG:teuthology.orchestra.run.smithi039:> sudo hostname smithi039 2020-12-22T11:20:02.175 INFO:teuthology.provision.fog.smithi039:Deploy complete! 2020-12-22T11:20:02.176 DEBUG:teuthology.parallel:result is None 2020-12-22T11:20:02.323 INFO:teuthology.lock.ops:Checking smithi105.front.sepia.ceph.com 2020-12-22T11:20:02.324 INFO:teuthology.lock.ops:New key found. Updating... 2020-12-22T11:20:02.339 INFO:teuthology.lock.ops:Checking smithi039.front.sepia.ceph.com 2020-12-22T11:20:02.340 INFO:teuthology.lock.ops:New key found. Updating... 2020-12-22T11:20:02.353 INFO:teuthology.lock.ops:Checking smithi058.front.sepia.ceph.com 2020-12-22T11:20:02.353 INFO:teuthology.lock.ops:New key found. Updating... 2020-12-22T11:20:02.367 INFO:teuthology.lock.ops:Updating [smithi105.front.sepia.ceph.com]: set os type and version on server 2020-12-22T11:20:02.368 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:20:02.369 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:20:02.436 DEBUG:teuthology.orchestra.run.smithi105:> true 2020-12-22T11:20:02.588 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2020-12-22T11:20:02.642 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2020-12-22T11:20:02.643 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2020-12-22T11:20:02.696 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Linux" 2020-12-22T11:20:02.697 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="8 (Core)" 2020-12-22T11:20:02.697 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2020-12-22T11:20:02.697 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2020-12-22T11:20:02.698 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="8" 2020-12-22T11:20:02.698 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el8" 2020-12-22T11:20:02.698 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Linux 8 (Core)" 2020-12-22T11:20:02.698 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2020-12-22T11:20:02.699 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2020-12-22T11:20:02.699 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.centos.org/" 2020-12-22T11:20:02.699 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugs.centos.org/" 2020-12-22T11:20:02.699 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:20:02.699 INFO:teuthology.orchestra.run.smithi105.stdout:CENTOS_MANTISBT_PROJECT="CentOS-8" 2020-12-22T11:20:02.700 INFO:teuthology.orchestra.run.smithi105.stdout:CENTOS_MANTISBT_PROJECT_VERSION="8" 2020-12-22T11:20:02.700 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="centos" 2020-12-22T11:20:02.700 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8" 2020-12-22T11:20:02.700 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:20:02.701 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2020-12-22T11:20:02.715 INFO:teuthology.lock.ops:Updating [smithi039.front.sepia.ceph.com]: set os type and version on server 2020-12-22T11:20:02.715 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:20:02.716 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:20:02.783 DEBUG:teuthology.orchestra.run.smithi039:> true 2020-12-22T11:20:02.928 DEBUG:teuthology.orchestra.run.smithi039:> uname -m 2020-12-22T11:20:02.982 INFO:teuthology.orchestra.run.smithi039.stdout:x86_64 2020-12-22T11:20:02.982 DEBUG:teuthology.orchestra.run.smithi039:> cat /etc/os-release 2020-12-22T11:20:03.036 INFO:teuthology.orchestra.run.smithi039.stdout:NAME="CentOS Linux" 2020-12-22T11:20:03.036 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION="8 (Core)" 2020-12-22T11:20:03.036 INFO:teuthology.orchestra.run.smithi039.stdout:ID="centos" 2020-12-22T11:20:03.037 INFO:teuthology.orchestra.run.smithi039.stdout:ID_LIKE="rhel fedora" 2020-12-22T11:20:03.037 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION_ID="8" 2020-12-22T11:20:03.037 INFO:teuthology.orchestra.run.smithi039.stdout:PLATFORM_ID="platform:el8" 2020-12-22T11:20:03.037 INFO:teuthology.orchestra.run.smithi039.stdout:PRETTY_NAME="CentOS Linux 8 (Core)" 2020-12-22T11:20:03.038 INFO:teuthology.orchestra.run.smithi039.stdout:ANSI_COLOR="0;31" 2020-12-22T11:20:03.038 INFO:teuthology.orchestra.run.smithi039.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2020-12-22T11:20:03.038 INFO:teuthology.orchestra.run.smithi039.stdout:HOME_URL="https://www.centos.org/" 2020-12-22T11:20:03.038 INFO:teuthology.orchestra.run.smithi039.stdout:BUG_REPORT_URL="https://bugs.centos.org/" 2020-12-22T11:20:03.038 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:20:03.039 INFO:teuthology.orchestra.run.smithi039.stdout:CENTOS_MANTISBT_PROJECT="CentOS-8" 2020-12-22T11:20:03.039 INFO:teuthology.orchestra.run.smithi039.stdout:CENTOS_MANTISBT_PROJECT_VERSION="8" 2020-12-22T11:20:03.039 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT="centos" 2020-12-22T11:20:03.039 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8" 2020-12-22T11:20:03.039 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:20:03.040 INFO:teuthology.lock.ops:Updating smithi039.front.sepia.ceph.com on lock server 2020-12-22T11:20:03.056 INFO:teuthology.lock.ops:Updating [smithi058.front.sepia.ceph.com]: set os type and version on server 2020-12-22T11:20:03.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:20:03.057 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:20:03.128 DEBUG:teuthology.orchestra.run.smithi058:> true 2020-12-22T11:20:03.285 DEBUG:teuthology.orchestra.run.smithi058:> uname -m 2020-12-22T11:20:03.339 INFO:teuthology.orchestra.run.smithi058.stdout:x86_64 2020-12-22T11:20:03.340 DEBUG:teuthology.orchestra.run.smithi058:> cat /etc/os-release 2020-12-22T11:20:03.394 INFO:teuthology.orchestra.run.smithi058.stdout:NAME="CentOS Linux" 2020-12-22T11:20:03.395 INFO:teuthology.orchestra.run.smithi058.stdout:VERSION="8 (Core)" 2020-12-22T11:20:03.395 INFO:teuthology.orchestra.run.smithi058.stdout:ID="centos" 2020-12-22T11:20:03.395 INFO:teuthology.orchestra.run.smithi058.stdout:ID_LIKE="rhel fedora" 2020-12-22T11:20:03.395 INFO:teuthology.orchestra.run.smithi058.stdout:VERSION_ID="8" 2020-12-22T11:20:03.396 INFO:teuthology.orchestra.run.smithi058.stdout:PLATFORM_ID="platform:el8" 2020-12-22T11:20:03.396 INFO:teuthology.orchestra.run.smithi058.stdout:PRETTY_NAME="CentOS Linux 8 (Core)" 2020-12-22T11:20:03.396 INFO:teuthology.orchestra.run.smithi058.stdout:ANSI_COLOR="0;31" 2020-12-22T11:20:03.396 INFO:teuthology.orchestra.run.smithi058.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2020-12-22T11:20:03.396 INFO:teuthology.orchestra.run.smithi058.stdout:HOME_URL="https://www.centos.org/" 2020-12-22T11:20:03.397 INFO:teuthology.orchestra.run.smithi058.stdout:BUG_REPORT_URL="https://bugs.centos.org/" 2020-12-22T11:20:03.397 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:20:03.397 INFO:teuthology.orchestra.run.smithi058.stdout:CENTOS_MANTISBT_PROJECT="CentOS-8" 2020-12-22T11:20:03.397 INFO:teuthology.orchestra.run.smithi058.stdout:CENTOS_MANTISBT_PROJECT_VERSION="8" 2020-12-22T11:20:03.397 INFO:teuthology.orchestra.run.smithi058.stdout:REDHAT_SUPPORT_PRODUCT="centos" 2020-12-22T11:20:03.398 INFO:teuthology.orchestra.run.smithi058.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8" 2020-12-22T11:20:03.398 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:20:03.398 INFO:teuthology.lock.ops:Updating smithi058.front.sepia.ceph.com on lock server 2020-12-22T11:20:03.413 INFO:teuthology.task.internal.lock_machines:3 smithi machines locked this try, 3/3 locked so far 2020-12-22T11:20:03.459 INFO:teuthology.task.internal.lock_machines:Locked targets: smithi039.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClJD1eOwDHb9gYPc7Zsg2qY7UhtaAV5kWP2jWewwk6YxqDPexj6e0h1hW95gs/bhzdRT7zIFeUrq8RiptKcZMaHCuygsryhPRnkD8boz+2OjvDHOz+s6bTsMg07vvTJ95RpyXpqvsKn5NwxhTrw1mr6xLIder7Dw8VnFoVzYbRpMgaif1X5FaLO+CnOFlon0i0OEOYIEIWG9SujdwHxdaQM0PQ6JrnxmHY7N2Rxfj2lASqXCNSYA4zvzq4kk90Nttr+Tm36c2YYKrwjgyuUqIMaPPsvM64CmfRSXIWo8DRyK5Z0n0gntlHlbDeMunzJ6AuppnwUPzMiBkXE8pjUt4B4Ibrryh7o92ZWZ2Acxk99ZERKT5buTVJsBooCoYvgz9Zpoe/E/CCoD7NseK1fXFiFYwjWvT0h3uZ1JHwsDBqmZQZbdvmnkZ0G3IE605QLChT+kMOyG6pIVAEAOrdNJyyxpacgo6zhXACor1BKPIBxbrzXOWx99zEup4Fij2ZiE8= smithi058.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE0T2p1qw77tLlqSwwGe/kfC8IvYX90dn0ztP4jeTfxgbicDMr2pm1rcFT+JvkSoL1aQY2i2BYWSWjAE4HSBirX6IeU2FyrneGsaHj3LmGYsMiHwI7Ub4l8NBYoOCDDT7aKc0cB+rNUWcohV4XKX4feGSxgHIRVFxqzsGvsNLchDakMu0EtJpBSZb4dBZFa9ZnNpJFNyzf5f/ecMe372UotuCe0WthkbRKJSccwE9gPDJeFW+W6wufblH2k2d2LKUmBG9mPVEHnI7eruHNHSX/eUvOJQJgFtElN/siT3NRNrIlWL14xkiypYsS+XNNtHEc8Lo3knk6slssSMwoyKNd5dWdOsW/d7I9/xHPyyVyC8tsn1jpvYEycfR3Tg0WYSkQ5PV2lQVSqsHy/OG4TDRmMyp7lewgtSDoIpNfjw/e0d0zlms1h2Y1h4VF57RMnswNMJfn564mTEz2FTIPFa/hxM1wqjyeg9Egj+Cce5Fh+UuQK+YwupTWyhISYs4BPX8= smithi105.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIDmmIRgjrzQaeqo/ZbeFBGlWvqZTezTf+7/2gt7EWhvatNQVPiDhaYmLrfnPnpkQGacJL5dmTwJkDF4rtEAgk38wC08uD+Z6VdHjIklTxmZm5UHVR/YKFJU7XOcfFM0woEoviKGcbbRfaY/UZDYb8O93OMVSCCBwPMYNJYMvgeGJtyXdQAmLuMA1ZVtZYbxHkbcx0L8xMGTc99/b2bNEZiw/8UqrJuca4ByIQdxLX4X4vAIMgcN9G2uUOSXJI+fcjgUx5Sx2I6sI52xnzdQmCjC48b3PuYceuvDlAMR21NMC1cr6psL+lNwrs1q+9+t17+7J044ZnPNcJScN14yRaSTCTES02MK5IVeLqyeAIFxINVrScVjedpLZRfOmZxLLEi0j7nED2cyMBLGnKoBM5ytY+VhukYlHwgtzT15X7sIEIql/ffj6wtWeFhC89F1pnyBNeEgRBOTEVAgQ+sH4OpVmktjWlTRZm2jJSJi4Ej0YErcszK2NRj2DIJLpnO0c= 2020-12-22T11:20:03.459 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2020-12-22T11:20:03.522 INFO:teuthology.run_tasks:Running task internal.save_config... 2020-12-22T11:20:03.533 INFO:teuthology.task.internal:Saving configuration 2020-12-22T11:20:03.549 INFO:teuthology.run_tasks:Running task internal.check_lock... 2020-12-22T11:20:03.563 INFO:teuthology.task.internal.check_lock:Checking locks... 2020-12-22T11:20:03.579 DEBUG:teuthology.task.internal.check_lock:machine status is {'is_vm': False, 'locked': True, 'locked_since': '2020-12-22 11:14:14.523596', 'description': '/home/teuthworker/archive/teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi/5728664', 'locked_by': 'scheduled_teuthology@teuthology', 'up': True, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCI6RpO9QAMx1W5NuhbyUl7p6OSPYStqUASrRyDqxtT/b7RXOiQ5dT4PlsFuMH0lW9DtnHFPFD6C0lZDyWb//zI=', 'os_version': '8', 'machine_type': 'smithi', 'vm_host': None, 'os_type': 'centos', 'arch': 'x86_64', 'mac_address': None, 'name': 'smithi105.front.sepia.ceph.com'} 2020-12-22T11:20:03.594 DEBUG:teuthology.task.internal.check_lock:machine status is {'is_vm': False, 'locked': True, 'locked_since': '2020-12-22 11:14:14.523617', 'description': '/home/teuthworker/archive/teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi/5728664', 'locked_by': 'scheduled_teuthology@teuthology', 'up': True, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPuI1S0bmO3W7mv3Tb3NRaw82aBZPf/J2jYRteI7J3hN4Y6mAXNLT4A5SseA9nIL2RvcM1JQTZH73RgdnHfxvkE=', 'os_version': '8', 'machine_type': 'smithi', 'vm_host': None, 'os_type': 'centos', 'arch': 'x86_64', 'mac_address': None, 'name': 'smithi039.front.sepia.ceph.com'} 2020-12-22T11:20:03.609 DEBUG:teuthology.task.internal.check_lock:machine status is {'is_vm': False, 'locked': True, 'locked_since': '2020-12-22 11:14:14.523634', 'description': '/home/teuthworker/archive/teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi/5728664', 'locked_by': 'scheduled_teuthology@teuthology', 'up': True, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGEQzo1k/DLh1R1NKM17mVoi3QbJreQDYcQ5mcKkrSz9hsrChYhJnnCZk5QIbe+DTaEnFGEgYUBgiE9iKYSc9hQ=', 'os_version': '8', 'machine_type': 'smithi', 'vm_host': None, 'os_type': 'centos', 'arch': 'x86_64', 'mac_address': None, 'name': 'smithi058.front.sepia.ceph.com'} 2020-12-22T11:20:03.609 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2020-12-22T11:20:03.619 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.x', 'osd.0', 'osd.1', 'osd.2', 'osd.3'] 2020-12-22T11:20:03.620 INFO:teuthology.task.internal:roles: ubuntu@smithi039.front.sepia.ceph.com - ['mon.b', 'mgr.y', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2020-12-22T11:20:03.620 INFO:teuthology.task.internal:roles: ubuntu@smithi058.front.sepia.ceph.com - ['client.0'] 2020-12-22T11:20:03.620 INFO:teuthology.run_tasks:Running task console_log... 2020-12-22T11:20:03.704 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe5076f9048>, signals=[15]) 2020-12-22T11:20:03.705 INFO:teuthology.run_tasks:Running task internal.connect... 2020-12-22T11:20:03.716 INFO:teuthology.task.internal:Opening connections... 2020-12-22T11:20:03.716 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2020-12-22T11:20:03.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:20:03.790 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi039.front.sepia.ceph.com 2020-12-22T11:20:03.792 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:20:03.865 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi058.front.sepia.ceph.com 2020-12-22T11:20:03.868 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:20:03.942 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2020-12-22T11:20:03.953 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2020-12-22T11:20:03.968 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2020-12-22T11:20:03.969 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2020-12-22T11:20:04.022 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Linux" 2020-12-22T11:20:04.022 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="8 (Core)" 2020-12-22T11:20:04.023 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2020-12-22T11:20:04.023 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2020-12-22T11:20:04.023 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="8" 2020-12-22T11:20:04.023 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el8" 2020-12-22T11:20:04.024 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Linux 8 (Core)" 2020-12-22T11:20:04.024 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2020-12-22T11:20:04.024 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2020-12-22T11:20:04.024 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.centos.org/" 2020-12-22T11:20:04.025 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugs.centos.org/" 2020-12-22T11:20:04.025 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:20:04.025 INFO:teuthology.orchestra.run.smithi105.stdout:CENTOS_MANTISBT_PROJECT="CentOS-8" 2020-12-22T11:20:04.025 INFO:teuthology.orchestra.run.smithi105.stdout:CENTOS_MANTISBT_PROJECT_VERSION="8" 2020-12-22T11:20:04.025 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="centos" 2020-12-22T11:20:04.026 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8" 2020-12-22T11:20:04.026 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:20:04.026 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2020-12-22T11:20:04.041 DEBUG:teuthology.orchestra.run.smithi039:> uname -m 2020-12-22T11:20:04.056 INFO:teuthology.orchestra.run.smithi039.stdout:x86_64 2020-12-22T11:20:04.057 DEBUG:teuthology.orchestra.run.smithi039:> cat /etc/os-release 2020-12-22T11:20:04.110 INFO:teuthology.orchestra.run.smithi039.stdout:NAME="CentOS Linux" 2020-12-22T11:20:04.111 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION="8 (Core)" 2020-12-22T11:20:04.111 INFO:teuthology.orchestra.run.smithi039.stdout:ID="centos" 2020-12-22T11:20:04.111 INFO:teuthology.orchestra.run.smithi039.stdout:ID_LIKE="rhel fedora" 2020-12-22T11:20:04.112 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION_ID="8" 2020-12-22T11:20:04.112 INFO:teuthology.orchestra.run.smithi039.stdout:PLATFORM_ID="platform:el8" 2020-12-22T11:20:04.112 INFO:teuthology.orchestra.run.smithi039.stdout:PRETTY_NAME="CentOS Linux 8 (Core)" 2020-12-22T11:20:04.112 INFO:teuthology.orchestra.run.smithi039.stdout:ANSI_COLOR="0;31" 2020-12-22T11:20:04.113 INFO:teuthology.orchestra.run.smithi039.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2020-12-22T11:20:04.113 INFO:teuthology.orchestra.run.smithi039.stdout:HOME_URL="https://www.centos.org/" 2020-12-22T11:20:04.113 INFO:teuthology.orchestra.run.smithi039.stdout:BUG_REPORT_URL="https://bugs.centos.org/" 2020-12-22T11:20:04.113 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:20:04.114 INFO:teuthology.orchestra.run.smithi039.stdout:CENTOS_MANTISBT_PROJECT="CentOS-8" 2020-12-22T11:20:04.114 INFO:teuthology.orchestra.run.smithi039.stdout:CENTOS_MANTISBT_PROJECT_VERSION="8" 2020-12-22T11:20:04.114 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT="centos" 2020-12-22T11:20:04.115 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8" 2020-12-22T11:20:04.115 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:20:04.115 INFO:teuthology.lock.ops:Updating smithi039.front.sepia.ceph.com on lock server 2020-12-22T11:20:04.128 DEBUG:teuthology.orchestra.run.smithi058:> uname -m 2020-12-22T11:20:04.144 INFO:teuthology.orchestra.run.smithi058.stdout:x86_64 2020-12-22T11:20:04.144 DEBUG:teuthology.orchestra.run.smithi058:> cat /etc/os-release 2020-12-22T11:20:04.198 INFO:teuthology.orchestra.run.smithi058.stdout:NAME="CentOS Linux" 2020-12-22T11:20:04.198 INFO:teuthology.orchestra.run.smithi058.stdout:VERSION="8 (Core)" 2020-12-22T11:20:04.199 INFO:teuthology.orchestra.run.smithi058.stdout:ID="centos" 2020-12-22T11:20:04.199 INFO:teuthology.orchestra.run.smithi058.stdout:ID_LIKE="rhel fedora" 2020-12-22T11:20:04.199 INFO:teuthology.orchestra.run.smithi058.stdout:VERSION_ID="8" 2020-12-22T11:20:04.199 INFO:teuthology.orchestra.run.smithi058.stdout:PLATFORM_ID="platform:el8" 2020-12-22T11:20:04.199 INFO:teuthology.orchestra.run.smithi058.stdout:PRETTY_NAME="CentOS Linux 8 (Core)" 2020-12-22T11:20:04.200 INFO:teuthology.orchestra.run.smithi058.stdout:ANSI_COLOR="0;31" 2020-12-22T11:20:04.200 INFO:teuthology.orchestra.run.smithi058.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2020-12-22T11:20:04.200 INFO:teuthology.orchestra.run.smithi058.stdout:HOME_URL="https://www.centos.org/" 2020-12-22T11:20:04.200 INFO:teuthology.orchestra.run.smithi058.stdout:BUG_REPORT_URL="https://bugs.centos.org/" 2020-12-22T11:20:04.200 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:20:04.201 INFO:teuthology.orchestra.run.smithi058.stdout:CENTOS_MANTISBT_PROJECT="CentOS-8" 2020-12-22T11:20:04.201 INFO:teuthology.orchestra.run.smithi058.stdout:CENTOS_MANTISBT_PROJECT_VERSION="8" 2020-12-22T11:20:04.201 INFO:teuthology.orchestra.run.smithi058.stdout:REDHAT_SUPPORT_PRODUCT="centos" 2020-12-22T11:20:04.201 INFO:teuthology.orchestra.run.smithi058.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8" 2020-12-22T11:20:04.201 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:20:04.202 INFO:teuthology.lock.ops:Updating smithi058.front.sepia.ceph.com on lock server 2020-12-22T11:20:04.216 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2020-12-22T11:20:04.242 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2020-12-22T11:20:04.252 INFO:teuthology.task.internal:Checking for old test directory... 2020-12-22T11:20:04.253 DEBUG:teuthology.orchestra.run.smithi039:> test '!' -e /home/ubuntu/cephtest 2020-12-22T11:20:04.255 DEBUG:teuthology.orchestra.run.smithi058:> test '!' -e /home/ubuntu/cephtest 2020-12-22T11:20:04.258 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2020-12-22T11:20:04.271 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2020-12-22T11:20:04.308 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2020-12-22T11:20:04.309 DEBUG:teuthology.orchestra.run.smithi039:> test -z $(ls -A /var/lib/ceph) 2020-12-22T11:20:04.312 DEBUG:teuthology.orchestra.run.smithi058:> test -z $(ls -A /var/lib/ceph) 2020-12-22T11:20:04.314 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2020-12-22T11:20:04.338 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2020-12-22T11:20:04.399 INFO:teuthology.run_tasks:Running task kernel... 2020-12-22T11:20:04.427 DEBUG:teuthology.task.kernel:normalized config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.c': {'kdb': True, 'sha1': 'distro'}, 'mgr.x': {'kdb': True, 'sha1': 'distro'}, 'osd.0': {'kdb': True, 'sha1': 'distro'}, 'osd.1': {'kdb': True, 'sha1': 'distro'}, 'osd.2': {'kdb': True, 'sha1': 'distro'}, 'osd.3': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}, 'mgr.y': {'kdb': True, 'sha1': 'distro'}, 'osd.4': {'kdb': True, 'sha1': 'distro'}, 'osd.5': {'kdb': True, 'sha1': 'distro'}, 'osd.6': {'kdb': True, 'sha1': 'distro'}, 'osd.7': {'kdb': True, 'sha1': 'distro'}, 'client.0': {'kdb': True, 'sha1': 'distro'}} 2020-12-22T11:20:04.428 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}, 'client.0': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2020-12-22T11:20:04.429 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2020-12-22T11:20:04.443 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-193.28.1.el8_2.x86_64 2020-12-22T11:20:04.443 INFO:teuthology.task.kernel:Running kernel on smithi105: 4.18.0-193.28.1.el8_2.x86_64 2020-12-22T11:20:04.444 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2020-12-22T11:20:07.129 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-8 - AppStream 37 MB/s | 6.3 MB 00:00 2020-12-22T11:20:08.212 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-8 - Base 24 MB/s | 2.3 MB 00:00 2020-12-22T11:20:08.796 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-8 - Extras 44 kB/s | 8.6 kB 00:00 2020-12-22T11:20:09.214 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 24 MB/s | 8.6 MB 00:00 2020-12-22T11:20:10.983 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 5.0 MB/s | 23 kB 00:00 2020-12-22T11:20:11.978 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-193.el8.x86_64 is already installed. 2020-12-22T11:20:11.978 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-193.28.1.el8_2.x86_64 is already installed. 2020-12-22T11:20:12.174 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:20:12.185 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:20:12.185 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:20:12.185 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:20:12.186 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:20:12.186 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 4.18.0-240.1.1.el8_3 CentOS-Base 4.3 M 2020-12-22T11:20:12.186 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrading: 2020-12-22T11:20:12.186 INFO:teuthology.orchestra.run.smithi105.stdout: linux-firmware noarch 20200619-99.git3890db36.el8 CentOS-Base 101 M 2020-12-22T11:20:12.187 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2020-12-22T11:20:12.187 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 4.18.0-240.1.1.el8_3 CentOS-Base 30 M 2020-12-22T11:20:12.187 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 4.18.0-240.1.1.el8_3 CentOS-Base 26 M 2020-12-22T11:20:12.187 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:20:12.188 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:20:12.188 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:20:12.188 INFO:teuthology.orchestra.run.smithi105.stdout:Install 3 Packages 2020-12-22T11:20:12.188 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrade 1 Package 2020-12-22T11:20:12.189 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:20:12.189 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 161 M 2020-12-22T11:20:12.189 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:20:12.339 INFO:teuthology.orchestra.run.smithi105.stdout:(1/4): kernel-4.18.0-240.1.1.el8_3.x86_64.rpm 28 MB/s | 4.3 MB 00:00 2020-12-22T11:20:13.066 INFO:teuthology.orchestra.run.smithi105.stdout:(2/4): kernel-modules-4.18.0-240.1.1.el8_3.x86_ 29 MB/s | 26 MB 00:00 2020-12-22T11:20:13.377 INFO:teuthology.orchestra.run.smithi105.stdout:(3/4): kernel-core-4.18.0-240.1.1.el8_3.x86_64. 26 MB/s | 30 MB 00:01 2020-12-22T11:20:14.831 INFO:teuthology.orchestra.run.smithi105.stdout:(4/4): linux-firmware-20200619-99.git3890db36.e 41 MB/s | 101 MB 00:02 2020-12-22T11:20:14.834 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:20:14.835 INFO:teuthology.orchestra.run.smithi105.stdout:Total 61 MB/s | 161 MB 00:02 2020-12-22T11:20:14.925 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:20:15.216 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:20:15.217 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:20:16.892 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:20:16.892 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:20:26.842 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:20:28.646 INFO:teuthology.orchestra.run.smithi105.stdout: Upgrading : linux-firmware-20200619-99.git3890db36.el8.noarch 1/5 2020-12-22T11:20:29.246 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-4.18.0-240.1.1.el8_3.x86_64 2/5 2020-12-22T11:20:31.934 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-240.1.1.el8_3.x86_64 2/5 2020-12-22T11:20:32.387 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-4.18.0-240.1.1.el8_3.x86_64 3/5 2020-12-22T11:20:35.263 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-4.18.0-240.1.1.el8_3.x86_64 3/5 2020-12-22T11:20:35.451 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-4.18.0-240.1.1.el8_3.x86_64 4/5 2020-12-22T11:20:35.688 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 5/5 2020-12-22T11:20:55.205 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-240.1.1.el8_3.x86_64 5/5 2020-12-22T11:20:55.535 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 5/5 2020-12-22T11:20:55.536 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-4.18.0-240.1.1.el8_3.x86_64 1/5 2020-12-22T11:20:55.536 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-4.18.0-240.1.1.el8_3.x86_64 2/5 2020-12-22T11:20:55.536 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-4.18.0-240.1.1.el8_3.x86_64 3/5 2020-12-22T11:20:55.536 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : linux-firmware-20200619-99.git3890db36.el8.noarch 4/5 2020-12-22T11:20:55.937 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 5/5 2020-12-22T11:20:55.938 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:20:55.938 INFO:teuthology.orchestra.run.smithi105.stdout:Upgraded: 2020-12-22T11:20:55.939 INFO:teuthology.orchestra.run.smithi105.stdout: linux-firmware-20200619-99.git3890db36.el8.noarch 2020-12-22T11:20:55.939 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:20:55.939 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:20:55.940 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:20:55.940 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:20:55.940 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:20:55.941 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:20:55.941 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:20:56.131 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel --last | head -n 1 2020-12-22T11:20:56.235 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64 Tue 22 Dec 2020 11:20:35 AM UTC 2020-12-22T11:20:56.237 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:20:56.237 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-193.28.1.el8_2.x86_64 Expected: 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:20:56.237 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2020-12-22T11:20:56.255 INFO:teuthology.orchestra.run.smithi039.stdout:4.18.0-193.28.1.el8_2.x86_64 2020-12-22T11:20:56.256 INFO:teuthology.task.kernel:Running kernel on smithi039: 4.18.0-193.28.1.el8_2.x86_64 2020-12-22T11:20:56.256 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum install -y kernel 2020-12-22T11:20:58.982 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS-8 - AppStream 34 MB/s | 6.3 MB 00:00 2020-12-22T11:21:00.123 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS-8 - Base 23 MB/s | 2.3 MB 00:00 2020-12-22T11:21:00.593 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS-8 - Extras 132 kB/s | 8.6 kB 00:00 2020-12-22T11:21:01.054 INFO:teuthology.orchestra.run.smithi039.stdout:Extra Packages for Enterprise Linux 21 MB/s | 8.6 MB 00:00 2020-12-22T11:21:02.943 INFO:teuthology.orchestra.run.smithi039.stdout:lab-extras 4.7 MB/s | 23 kB 00:00 2020-12-22T11:21:03.988 INFO:teuthology.orchestra.run.smithi039.stdout:Package kernel-4.18.0-193.el8.x86_64 is already installed. 2020-12-22T11:21:03.989 INFO:teuthology.orchestra.run.smithi039.stdout:Package kernel-4.18.0-193.28.1.el8_2.x86_64 is already installed. 2020-12-22T11:21:04.176 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:21:04.188 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:21:04.188 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:21:04.188 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:21:04.189 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:21:04.189 INFO:teuthology.orchestra.run.smithi039.stdout: kernel x86_64 4.18.0-240.1.1.el8_3 CentOS-Base 4.3 M 2020-12-22T11:21:04.189 INFO:teuthology.orchestra.run.smithi039.stdout:Upgrading: 2020-12-22T11:21:04.189 INFO:teuthology.orchestra.run.smithi039.stdout: linux-firmware noarch 20200619-99.git3890db36.el8 CentOS-Base 101 M 2020-12-22T11:21:04.189 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2020-12-22T11:21:04.190 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-core x86_64 4.18.0-240.1.1.el8_3 CentOS-Base 30 M 2020-12-22T11:21:04.190 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules x86_64 4.18.0-240.1.1.el8_3 CentOS-Base 26 M 2020-12-22T11:21:04.190 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:21:04.190 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:21:04.190 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:21:04.191 INFO:teuthology.orchestra.run.smithi039.stdout:Install 3 Packages 2020-12-22T11:21:04.191 INFO:teuthology.orchestra.run.smithi039.stdout:Upgrade 1 Package 2020-12-22T11:21:04.191 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:21:04.192 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 161 M 2020-12-22T11:21:04.192 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:21:05.085 INFO:teuthology.orchestra.run.smithi039.stdout:(1/4): kernel-4.18.0-240.1.1.el8_3.x86_64.rpm 4.8 MB/s | 4.3 MB 00:00 2020-12-22T11:21:05.873 INFO:teuthology.orchestra.run.smithi039.stdout:(2/4): kernel-modules-4.18.0-240.1.1.el8_3.x86_ 15 MB/s | 26 MB 00:01 2020-12-22T11:21:06.086 INFO:teuthology.orchestra.run.smithi039.stdout:(3/4): kernel-core-4.18.0-240.1.1.el8_3.x86_64. 16 MB/s | 30 MB 00:01 2020-12-22T11:21:07.706 INFO:teuthology.orchestra.run.smithi039.stdout:(4/4): linux-firmware-20200619-99.git3890db36.e 39 MB/s | 101 MB 00:02 2020-12-22T11:21:07.711 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:21:07.712 INFO:teuthology.orchestra.run.smithi039.stdout:Total 46 MB/s | 161 MB 00:03 2020-12-22T11:21:07.836 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:21:08.143 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:21:08.143 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:21:09.835 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:21:09.835 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:21:20.394 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:21:22.237 INFO:teuthology.orchestra.run.smithi039.stdout: Upgrading : linux-firmware-20200619-99.git3890db36.el8.noarch 1/5 2020-12-22T11:21:22.773 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-core-4.18.0-240.1.1.el8_3.x86_64 2/5 2020-12-22T11:21:25.584 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-core-4.18.0-240.1.1.el8_3.x86_64 2/5 2020-12-22T11:21:25.897 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-modules-4.18.0-240.1.1.el8_3.x86_64 3/5 2020-12-22T11:21:28.992 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-modules-4.18.0-240.1.1.el8_3.x86_64 3/5 2020-12-22T11:21:29.176 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-4.18.0-240.1.1.el8_3.x86_64 4/5 2020-12-22T11:21:29.417 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 5/5 2020-12-22T11:21:50.380 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-core-4.18.0-240.1.1.el8_3.x86_64 5/5 2020-12-22T11:21:50.725 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 5/5 2020-12-22T11:21:50.726 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-4.18.0-240.1.1.el8_3.x86_64 1/5 2020-12-22T11:21:50.726 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-core-4.18.0-240.1.1.el8_3.x86_64 2/5 2020-12-22T11:21:50.726 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-modules-4.18.0-240.1.1.el8_3.x86_64 3/5 2020-12-22T11:21:50.727 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : linux-firmware-20200619-99.git3890db36.el8.noarch 4/5 2020-12-22T11:21:51.092 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 5/5 2020-12-22T11:21:51.093 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:21:51.093 INFO:teuthology.orchestra.run.smithi039.stdout:Upgraded: 2020-12-22T11:21:51.093 INFO:teuthology.orchestra.run.smithi039.stdout: linux-firmware-20200619-99.git3890db36.el8.noarch 2020-12-22T11:21:51.093 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:21:51.094 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:21:51.094 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:21:51.094 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-core-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:21:51.094 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:21:51.094 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:21:51.095 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:21:51.227 DEBUG:teuthology.orchestra.run.smithi039:> rpm -q kernel --last | head -n 1 2020-12-22T11:21:51.351 INFO:teuthology.orchestra.run.smithi039.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64 Tue 22 Dec 2020 11:21:28 AM UTC 2020-12-22T11:21:51.353 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:21:51.353 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-193.28.1.el8_2.x86_64 Expected: 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:21:51.354 DEBUG:teuthology.orchestra.run.smithi058:> uname -r 2020-12-22T11:21:51.372 INFO:teuthology.orchestra.run.smithi058.stdout:4.18.0-193.28.1.el8_2.x86_64 2020-12-22T11:21:51.373 INFO:teuthology.task.kernel:Running kernel on smithi058: 4.18.0-193.28.1.el8_2.x86_64 2020-12-22T11:21:51.373 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum install -y kernel 2020-12-22T11:21:54.036 INFO:teuthology.orchestra.run.smithi058.stdout:CentOS-8 - AppStream 34 MB/s | 6.3 MB 00:00 2020-12-22T11:21:55.183 INFO:teuthology.orchestra.run.smithi058.stdout:CentOS-8 - Base 24 MB/s | 2.3 MB 00:00 2020-12-22T11:21:55.655 INFO:teuthology.orchestra.run.smithi058.stdout:CentOS-8 - Extras 118 kB/s | 8.6 kB 00:00 2020-12-22T11:21:56.124 INFO:teuthology.orchestra.run.smithi058.stdout:Extra Packages for Enterprise Linux 21 MB/s | 8.6 MB 00:00 2020-12-22T11:21:58.102 INFO:teuthology.orchestra.run.smithi058.stdout:lab-extras 5.6 MB/s | 23 kB 00:00 2020-12-22T11:21:59.097 INFO:teuthology.orchestra.run.smithi058.stdout:Package kernel-4.18.0-193.el8.x86_64 is already installed. 2020-12-22T11:21:59.097 INFO:teuthology.orchestra.run.smithi058.stdout:Package kernel-4.18.0-193.28.1.el8_2.x86_64 is already installed. 2020-12-22T11:21:59.286 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:21:59.296 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:21:59.296 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:21:59.296 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:21:59.297 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:21:59.297 INFO:teuthology.orchestra.run.smithi058.stdout: kernel x86_64 4.18.0-240.1.1.el8_3 CentOS-Base 4.3 M 2020-12-22T11:21:59.297 INFO:teuthology.orchestra.run.smithi058.stdout:Upgrading: 2020-12-22T11:21:59.297 INFO:teuthology.orchestra.run.smithi058.stdout: linux-firmware noarch 20200619-99.git3890db36.el8 CentOS-Base 101 M 2020-12-22T11:21:59.298 INFO:teuthology.orchestra.run.smithi058.stdout:Installing dependencies: 2020-12-22T11:21:59.298 INFO:teuthology.orchestra.run.smithi058.stdout: kernel-core x86_64 4.18.0-240.1.1.el8_3 CentOS-Base 30 M 2020-12-22T11:21:59.298 INFO:teuthology.orchestra.run.smithi058.stdout: kernel-modules x86_64 4.18.0-240.1.1.el8_3 CentOS-Base 26 M 2020-12-22T11:21:59.298 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:21:59.298 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:21:59.299 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:21:59.299 INFO:teuthology.orchestra.run.smithi058.stdout:Install 3 Packages 2020-12-22T11:21:59.299 INFO:teuthology.orchestra.run.smithi058.stdout:Upgrade 1 Package 2020-12-22T11:21:59.299 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:21:59.300 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 161 M 2020-12-22T11:21:59.300 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:21:59.597 INFO:teuthology.orchestra.run.smithi058.stdout:(1/4): kernel-4.18.0-240.1.1.el8_3.x86_64.rpm 14 MB/s | 4.3 MB 00:00 2020-12-22T11:22:00.482 INFO:teuthology.orchestra.run.smithi058.stdout:(2/4): kernel-core-4.18.0-240.1.1.el8_3.x86_64. 26 MB/s | 30 MB 00:01 2020-12-22T11:22:00.898 INFO:teuthology.orchestra.run.smithi058.stdout:(3/4): kernel-modules-4.18.0-240.1.1.el8_3.x86_ 16 MB/s | 26 MB 00:01 2020-12-22T11:22:02.147 INFO:teuthology.orchestra.run.smithi058.stdout:(4/4): linux-firmware-20200619-99.git3890db36.e 40 MB/s | 101 MB 00:02 2020-12-22T11:22:02.150 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:22:02.151 INFO:teuthology.orchestra.run.smithi058.stdout:Total 57 MB/s | 161 MB 00:02 2020-12-22T11:22:02.247 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:22:02.576 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:22:02.576 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:22:04.295 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:22:04.317 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:22:14.856 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:22:16.703 INFO:teuthology.orchestra.run.smithi058.stdout: Upgrading : linux-firmware-20200619-99.git3890db36.el8.noarch 1/5 2020-12-22T11:22:17.250 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : kernel-core-4.18.0-240.1.1.el8_3.x86_64 2/5 2020-12-22T11:22:20.119 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: kernel-core-4.18.0-240.1.1.el8_3.x86_64 2/5 2020-12-22T11:22:20.408 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : kernel-modules-4.18.0-240.1.1.el8_3.x86_64 3/5 2020-12-22T11:22:23.506 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: kernel-modules-4.18.0-240.1.1.el8_3.x86_64 3/5 2020-12-22T11:22:23.686 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : kernel-4.18.0-240.1.1.el8_3.x86_64 4/5 2020-12-22T11:22:23.928 INFO:teuthology.orchestra.run.smithi058.stdout: Cleanup : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 5/5 2020-12-22T11:22:44.989 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: kernel-core-4.18.0-240.1.1.el8_3.x86_64 5/5 2020-12-22T11:22:45.369 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 5/5 2020-12-22T11:22:45.370 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : kernel-4.18.0-240.1.1.el8_3.x86_64 1/5 2020-12-22T11:22:45.370 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : kernel-core-4.18.0-240.1.1.el8_3.x86_64 2/5 2020-12-22T11:22:45.370 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : kernel-modules-4.18.0-240.1.1.el8_3.x86_64 3/5 2020-12-22T11:22:45.370 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : linux-firmware-20200619-99.git3890db36.el8.noarch 4/5 2020-12-22T11:22:45.777 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 5/5 2020-12-22T11:22:45.777 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:22:45.777 INFO:teuthology.orchestra.run.smithi058.stdout:Upgraded: 2020-12-22T11:22:45.778 INFO:teuthology.orchestra.run.smithi058.stdout: linux-firmware-20200619-99.git3890db36.el8.noarch 2020-12-22T11:22:45.778 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:22:45.778 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:22:45.778 INFO:teuthology.orchestra.run.smithi058.stdout: kernel-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:45.778 INFO:teuthology.orchestra.run.smithi058.stdout: kernel-core-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:45.779 INFO:teuthology.orchestra.run.smithi058.stdout: kernel-modules-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:45.779 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:22:45.779 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:22:45.927 DEBUG:teuthology.orchestra.run.smithi058:> rpm -q kernel --last | head -n 1 2020-12-22T11:22:46.046 INFO:teuthology.orchestra.run.smithi058.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64 Tue 22 Dec 2020 11:22:23 AM UTC 2020-12-22T11:22:46.048 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:46.049 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-193.28.1.el8_2.x86_64 Expected: 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:46.049 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2020-12-22T11:22:46.049 DEBUG:teuthology.task.kernel:src is distro, skipping download 2020-12-22T11:22:46.050 DEBUG:teuthology.task.kernel:src is distro, skipping download 2020-12-22T11:22:46.050 DEBUG:teuthology.task.kernel:src is distro, skipping download 2020-12-22T11:22:46.050 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2020-12-22T11:22:46.051 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2020-12-22T11:22:46.051 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel --last | head -n 1 2020-12-22T11:22:46.146 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64 Tue 22 Dec 2020 11:20:35 AM UTC 2020-12-22T11:22:46.147 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:46.147 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2020-12-22T11:22:46.179 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2020-12-22T11:22:46.179 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2020-12-22T11:22:46.179 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.02 2020-12-22T11:22:46.180 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 81.el8 2020-12-22T11:22:46.180 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2020-12-22T11:22:46.180 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Fri 13 Nov 2020 03:02:55 PM UTC 2020-12-22T11:22:46.180 INFO:teuthology.orchestra.run.smithi105.stdout:Group : System Environment/Base 2020-12-22T11:22:46.181 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 9192705 2020-12-22T11:22:46.181 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2020-12-22T11:22:46.181 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Tue 14 Apr 2020 03:18:37 PM UTC, Key ID 05b555b38483c65d 2020-12-22T11:22:46.181 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.02-81.el8.src.rpm 2020-12-22T11:22:46.181 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Tue 14 Apr 2020 02:54:04 PM UTC 2020-12-22T11:22:46.182 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : kbuilder.bsys.centos.org 2020-12-22T11:22:46.182 INFO:teuthology.orchestra.run.smithi105.stdout:Relocations : (not relocatable) 2020-12-22T11:22:46.182 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : CentOS BuildSystem 2020-12-22T11:22:46.182 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2020-12-22T11:22:46.183 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2020-12-22T11:22:46.183 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2020-12-22T11:22:46.183 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2020-12-22T11:22:46.183 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:22:46.183 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2020-12-22T11:22:46.184 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2020-12-22T11:22:46.184 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2020-12-22T11:22:46.184 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2020-12-22T11:22:46.184 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:22:46.184 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2020-12-22T11:22:46.185 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2020-12-22T11:22:46.186 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:46.186 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2020-12-22T11:22:46.896 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2020-12-22T11:22:48.652 INFO:teuthology.orchestra.run.smithi105.stderr:done 2020-12-22T11:22:48.654 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2020-12-22T11:22:48.668 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.bGuhjYtg0S 2020-12-22T11:22:48.669 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.bGuhjYtg0S 2020-12-22T11:22:48.738 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.bGuhjYtg0S 2020-12-22T11:22:48.884 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.bGuhjYtg0S is 4KB 2020-12-22T11:22:48.931 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.bGuhjYtg0S 2020-12-22T11:22:48.944 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2020-12-22T11:22:49.013 INFO:teuthology.orchestra.run.smithi105.stdout:2951a06464bf41f6a3bf91594147ecff-0-rescue.conf 2020-12-22T11:22:49.013 INFO:teuthology.orchestra.run.smithi105.stdout:2951a06464bf41f6a3bf91594147ecff-4.18.0-193.28.1.el8_2.x86_64.conf 2020-12-22T11:22:49.013 INFO:teuthology.orchestra.run.smithi105.stdout:2951a06464bf41f6a3bf91594147ecff-4.18.0-193.el8.x86_64.conf 2020-12-22T11:22:49.014 INFO:teuthology.orchestra.run.smithi105.stdout:2951a06464bf41f6a3bf91594147ecff-4.18.0-240.1.1.el8_3.x86_64.conf 2020-12-22T11:22:49.015 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default 2951a06464bf41f6a3bf91594147ecff-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:49.178 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2020-12-22T11:22:49.180 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2020-12-22T11:22:49.181 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi039.front.sepia.ceph.com, path=None, version=distro) 2020-12-22T11:22:49.181 DEBUG:teuthology.orchestra.run.smithi039:> rpm -q kernel --last | head -n 1 2020-12-22T11:22:49.281 INFO:teuthology.orchestra.run.smithi039.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64 Tue 22 Dec 2020 11:21:28 AM UTC 2020-12-22T11:22:49.283 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:49.283 DEBUG:teuthology.orchestra.run.smithi039:> sudo rpm -qi grub2-tools 2020-12-22T11:22:49.316 INFO:teuthology.orchestra.run.smithi039.stdout:Name : grub2-tools 2020-12-22T11:22:49.316 INFO:teuthology.orchestra.run.smithi039.stdout:Epoch : 1 2020-12-22T11:22:49.316 INFO:teuthology.orchestra.run.smithi039.stdout:Version : 2.02 2020-12-22T11:22:49.316 INFO:teuthology.orchestra.run.smithi039.stdout:Release : 81.el8 2020-12-22T11:22:49.317 INFO:teuthology.orchestra.run.smithi039.stdout:Architecture: x86_64 2020-12-22T11:22:49.317 INFO:teuthology.orchestra.run.smithi039.stdout:Install Date: Fri 13 Nov 2020 03:02:55 PM UTC 2020-12-22T11:22:49.317 INFO:teuthology.orchestra.run.smithi039.stdout:Group : System Environment/Base 2020-12-22T11:22:49.317 INFO:teuthology.orchestra.run.smithi039.stdout:Size : 9192705 2020-12-22T11:22:49.317 INFO:teuthology.orchestra.run.smithi039.stdout:License : GPLv3+ 2020-12-22T11:22:49.318 INFO:teuthology.orchestra.run.smithi039.stdout:Signature : RSA/SHA256, Tue 14 Apr 2020 03:18:37 PM UTC, Key ID 05b555b38483c65d 2020-12-22T11:22:49.318 INFO:teuthology.orchestra.run.smithi039.stdout:Source RPM : grub2-2.02-81.el8.src.rpm 2020-12-22T11:22:49.318 INFO:teuthology.orchestra.run.smithi039.stdout:Build Date : Tue 14 Apr 2020 02:54:04 PM UTC 2020-12-22T11:22:49.318 INFO:teuthology.orchestra.run.smithi039.stdout:Build Host : kbuilder.bsys.centos.org 2020-12-22T11:22:49.319 INFO:teuthology.orchestra.run.smithi039.stdout:Relocations : (not relocatable) 2020-12-22T11:22:49.319 INFO:teuthology.orchestra.run.smithi039.stdout:Packager : CentOS BuildSystem 2020-12-22T11:22:49.319 INFO:teuthology.orchestra.run.smithi039.stdout:Vendor : CentOS 2020-12-22T11:22:49.319 INFO:teuthology.orchestra.run.smithi039.stdout:URL : http://www.gnu.org/software/grub/ 2020-12-22T11:22:49.319 INFO:teuthology.orchestra.run.smithi039.stdout:Summary : Support tools for GRUB. 2020-12-22T11:22:49.320 INFO:teuthology.orchestra.run.smithi039.stdout:Description : 2020-12-22T11:22:49.320 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:22:49.320 INFO:teuthology.orchestra.run.smithi039.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2020-12-22T11:22:49.320 INFO:teuthology.orchestra.run.smithi039.stdout:customizable bootloader with modular architecture. It supports a rich 2020-12-22T11:22:49.320 INFO:teuthology.orchestra.run.smithi039.stdout:variety of kernel formats, file systems, computer architectures and 2020-12-22T11:22:49.321 INFO:teuthology.orchestra.run.smithi039.stdout:hardware devices. 2020-12-22T11:22:49.321 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:22:49.321 INFO:teuthology.orchestra.run.smithi039.stdout:This subpackage provides tools for support of all platforms. 2020-12-22T11:22:49.322 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2020-12-22T11:22:49.322 INFO:teuthology.task.kernel:Updating grub on smithi039 to boot 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:49.322 DEBUG:teuthology.orchestra.run.smithi039:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2020-12-22T11:22:50.101 INFO:teuthology.orchestra.run.smithi039.stderr:Generating grub configuration file ... 2020-12-22T11:22:51.893 INFO:teuthology.orchestra.run.smithi039.stderr:done 2020-12-22T11:22:51.895 DEBUG:teuthology.orchestra.run.smithi039:> mktemp 2020-12-22T11:22:51.914 INFO:teuthology.orchestra.run.smithi039.stdout:/tmp/tmp.oGHIO20Inh 2020-12-22T11:22:51.914 DEBUG:teuthology.orchestra.run.smithi039:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.oGHIO20Inh 2020-12-22T11:22:51.983 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0666 /tmp/tmp.oGHIO20Inh 2020-12-22T11:22:52.124 DEBUG:teuthology.orchestra.remote:smithi039:/tmp/tmp.oGHIO20Inh is 4KB 2020-12-22T11:22:52.172 DEBUG:teuthology.orchestra.run.smithi039:> rm -fr /tmp/tmp.oGHIO20Inh 2020-12-22T11:22:52.186 DEBUG:teuthology.orchestra.run.smithi039:> sudo /bin/ls /boot/loader/entries || true 2020-12-22T11:22:52.252 INFO:teuthology.orchestra.run.smithi039.stdout:2951a06464bf41f6a3bf91594147ecff-0-rescue.conf 2020-12-22T11:22:52.252 INFO:teuthology.orchestra.run.smithi039.stdout:2951a06464bf41f6a3bf91594147ecff-4.18.0-193.28.1.el8_2.x86_64.conf 2020-12-22T11:22:52.252 INFO:teuthology.orchestra.run.smithi039.stdout:2951a06464bf41f6a3bf91594147ecff-4.18.0-193.el8.x86_64.conf 2020-12-22T11:22:52.253 INFO:teuthology.orchestra.run.smithi039.stdout:2951a06464bf41f6a3bf91594147ecff-4.18.0-240.1.1.el8_3.x86_64.conf 2020-12-22T11:22:52.253 DEBUG:teuthology.orchestra.run.smithi039:> sudo grub2-set-default 2951a06464bf41f6a3bf91594147ecff-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:52.414 DEBUG:teuthology.orchestra.run.smithi039:> sudo shutdown -r now 2020-12-22T11:22:52.418 INFO:teuthology.task.kernel:Installing distro kernel on client.0... 2020-12-22T11:22:52.418 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi058.front.sepia.ceph.com, path=None, version=distro) 2020-12-22T11:22:52.419 DEBUG:teuthology.orchestra.run.smithi058:> rpm -q kernel --last | head -n 1 2020-12-22T11:22:52.517 INFO:teuthology.orchestra.run.smithi058.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64 Tue 22 Dec 2020 11:22:23 AM UTC 2020-12-22T11:22:52.519 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:52.519 DEBUG:teuthology.orchestra.run.smithi058:> sudo rpm -qi grub2-tools 2020-12-22T11:22:52.552 INFO:teuthology.orchestra.run.smithi058.stdout:Name : grub2-tools 2020-12-22T11:22:52.552 INFO:teuthology.orchestra.run.smithi058.stdout:Epoch : 1 2020-12-22T11:22:52.553 INFO:teuthology.orchestra.run.smithi058.stdout:Version : 2.02 2020-12-22T11:22:52.553 INFO:teuthology.orchestra.run.smithi058.stdout:Release : 81.el8 2020-12-22T11:22:52.553 INFO:teuthology.orchestra.run.smithi058.stdout:Architecture: x86_64 2020-12-22T11:22:52.553 INFO:teuthology.orchestra.run.smithi058.stdout:Install Date: Fri 13 Nov 2020 03:02:55 PM UTC 2020-12-22T11:22:52.553 INFO:teuthology.orchestra.run.smithi058.stdout:Group : System Environment/Base 2020-12-22T11:22:52.554 INFO:teuthology.orchestra.run.smithi058.stdout:Size : 9192705 2020-12-22T11:22:52.554 INFO:teuthology.orchestra.run.smithi058.stdout:License : GPLv3+ 2020-12-22T11:22:52.554 INFO:teuthology.orchestra.run.smithi058.stdout:Signature : RSA/SHA256, Tue 14 Apr 2020 03:18:37 PM UTC, Key ID 05b555b38483c65d 2020-12-22T11:22:52.554 INFO:teuthology.orchestra.run.smithi058.stdout:Source RPM : grub2-2.02-81.el8.src.rpm 2020-12-22T11:22:52.555 INFO:teuthology.orchestra.run.smithi058.stdout:Build Date : Tue 14 Apr 2020 02:54:04 PM UTC 2020-12-22T11:22:52.555 INFO:teuthology.orchestra.run.smithi058.stdout:Build Host : kbuilder.bsys.centos.org 2020-12-22T11:22:52.555 INFO:teuthology.orchestra.run.smithi058.stdout:Relocations : (not relocatable) 2020-12-22T11:22:52.555 INFO:teuthology.orchestra.run.smithi058.stdout:Packager : CentOS BuildSystem 2020-12-22T11:22:52.556 INFO:teuthology.orchestra.run.smithi058.stdout:Vendor : CentOS 2020-12-22T11:22:52.556 INFO:teuthology.orchestra.run.smithi058.stdout:URL : http://www.gnu.org/software/grub/ 2020-12-22T11:22:52.556 INFO:teuthology.orchestra.run.smithi058.stdout:Summary : Support tools for GRUB. 2020-12-22T11:22:52.556 INFO:teuthology.orchestra.run.smithi058.stdout:Description : 2020-12-22T11:22:52.556 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:22:52.557 INFO:teuthology.orchestra.run.smithi058.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2020-12-22T11:22:52.557 INFO:teuthology.orchestra.run.smithi058.stdout:customizable bootloader with modular architecture. It supports a rich 2020-12-22T11:22:52.557 INFO:teuthology.orchestra.run.smithi058.stdout:variety of kernel formats, file systems, computer architectures and 2020-12-22T11:22:52.557 INFO:teuthology.orchestra.run.smithi058.stdout:hardware devices. 2020-12-22T11:22:52.558 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:22:52.558 INFO:teuthology.orchestra.run.smithi058.stdout:This subpackage provides tools for support of all platforms. 2020-12-22T11:22:52.559 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2020-12-22T11:22:52.559 INFO:teuthology.task.kernel:Updating grub on smithi058 to boot 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:52.559 DEBUG:teuthology.orchestra.run.smithi058:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2020-12-22T11:22:53.792 INFO:teuthology.orchestra.run.smithi058.stderr:Generating grub configuration file ... 2020-12-22T11:22:55.477 INFO:teuthology.orchestra.run.smithi058.stderr:done 2020-12-22T11:22:55.479 DEBUG:teuthology.orchestra.run.smithi058:> mktemp 2020-12-22T11:22:55.494 INFO:teuthology.orchestra.run.smithi058.stdout:/tmp/tmp.aNOOq7XfpM 2020-12-22T11:22:55.494 DEBUG:teuthology.orchestra.run.smithi058:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.aNOOq7XfpM 2020-12-22T11:22:55.562 DEBUG:teuthology.orchestra.run.smithi058:> sudo chmod 0666 /tmp/tmp.aNOOq7XfpM 2020-12-22T11:22:55.731 DEBUG:teuthology.orchestra.remote:smithi058:/tmp/tmp.aNOOq7XfpM is 4KB 2020-12-22T11:22:55.779 DEBUG:teuthology.orchestra.run.smithi058:> rm -fr /tmp/tmp.aNOOq7XfpM 2020-12-22T11:22:55.793 DEBUG:teuthology.orchestra.run.smithi058:> sudo /bin/ls /boot/loader/entries || true 2020-12-22T11:22:55.855 INFO:teuthology.orchestra.run.smithi058.stdout:2951a06464bf41f6a3bf91594147ecff-0-rescue.conf 2020-12-22T11:22:55.856 INFO:teuthology.orchestra.run.smithi058.stdout:2951a06464bf41f6a3bf91594147ecff-4.18.0-193.28.1.el8_2.x86_64.conf 2020-12-22T11:22:55.856 INFO:teuthology.orchestra.run.smithi058.stdout:2951a06464bf41f6a3bf91594147ecff-4.18.0-193.el8.x86_64.conf 2020-12-22T11:22:55.856 INFO:teuthology.orchestra.run.smithi058.stdout:2951a06464bf41f6a3bf91594147ecff-4.18.0-240.1.1.el8_3.x86_64.conf 2020-12-22T11:22:55.857 DEBUG:teuthology.orchestra.run.smithi058:> sudo grub2-set-default 2951a06464bf41f6a3bf91594147ecff-4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:22:56.012 DEBUG:teuthology.orchestra.run.smithi058:> sudo shutdown -r now 2020-12-22T11:23:26.015 INFO:teuthology.misc:Re-opening connections... 2020-12-22T11:23:26.015 INFO:teuthology.misc:trying to connect to ubuntu@smithi105.front.sepia.ceph.com 2020-12-22T11:23:26.016 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:23:26.017 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:23:44.454 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2020-12-22T11:23:44.455 INFO:teuthology.misc:trying to connect to ubuntu@smithi039.front.sepia.ceph.com 2020-12-22T11:23:44.455 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:23:44.456 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:24:02.882 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2020-12-22T11:24:02.883 INFO:teuthology.misc:trying to connect to ubuntu@smithi058.front.sepia.ceph.com 2020-12-22T11:24:02.883 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:24:02.884 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:24:21.318 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.58 2020-12-22T11:24:21.319 DEBUG:teuthology.misc:waited 55.30344009399414 2020-12-22T11:24:22.319 INFO:teuthology.misc:trying to connect to ubuntu@smithi105.front.sepia.ceph.com 2020-12-22T11:24:22.320 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:24:22.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:24:29.855 DEBUG:teuthology.orchestra.run.smithi105:> true 2020-12-22T11:24:30.176 INFO:teuthology.misc:trying to connect to ubuntu@smithi058.front.sepia.ceph.com 2020-12-22T11:24:30.176 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:24:30.177 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:24:30.638 DEBUG:teuthology.orchestra.run.smithi058:> true 2020-12-22T11:24:30.972 DEBUG:teuthology.misc:waited 64.95625352859497 2020-12-22T11:24:31.973 INFO:teuthology.misc:trying to connect to ubuntu@smithi039.front.sepia.ceph.com 2020-12-22T11:24:31.973 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:24:31.974 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:24:50.502 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2020-12-22T11:24:50.503 DEBUG:teuthology.misc:waited 84.48755145072937 2020-12-22T11:24:51.504 INFO:teuthology.misc:trying to connect to ubuntu@smithi039.front.sepia.ceph.com 2020-12-22T11:24:51.504 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:24:51.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:24:52.156 DEBUG:teuthology.orchestra.run.smithi039:> true 2020-12-22T11:24:52.492 DEBUG:teuthology.misc:waited 86.47710752487183 2020-12-22T11:24:53.494 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2020-12-22T11:24:53.494 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-240.1.1.el8_3.x86_64"... 2020-12-22T11:24:53.495 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2020-12-22T11:24:53.515 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:24:53.516 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-240.1.1.el8_3.x86_64 vs 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:24:53.516 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2020-12-22T11:24:53.516 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2020-12-22T11:24:53.517 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2020-12-22T11:24:53.517 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-240.1.1.el8_3.x86_64"... 2020-12-22T11:24:53.517 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2020-12-22T11:24:53.535 INFO:teuthology.orchestra.run.smithi039.stdout:4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:24:53.535 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-240.1.1.el8_3.x86_64 vs 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:24:53.536 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2020-12-22T11:24:53.536 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2020-12-22T11:24:53.536 INFO:teuthology.task.kernel:Checking client client.0 for new kernel version... 2020-12-22T11:24:53.537 INFO:teuthology.task.kernel:Checking kernel version of client.0, want "4.18.0-240.1.1.el8_3.x86_64"... 2020-12-22T11:24:53.537 DEBUG:teuthology.orchestra.run.smithi058:> uname -r 2020-12-22T11:24:53.556 INFO:teuthology.orchestra.run.smithi058.stdout:4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:24:53.557 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-240.1.1.el8_3.x86_64 vs 4.18.0-240.1.1.el8_3.x86_64 2020-12-22T11:24:53.557 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2020-12-22T11:24:53.557 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2020-12-22T11:24:54.559 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2020-12-22T11:24:54.560 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2020-12-22T11:24:54.644 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2020-12-22T11:24:54.660 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2020-12-22T11:24:54.660 DEBUG:teuthology.orchestra.run.smithi039:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2020-12-22T11:24:54.744 INFO:teuthology.orchestra.run.smithi039.stdout:ttyS1 2020-12-22T11:24:54.773 INFO:teuthology.task.kernel:Enabling kdb on client.0... 2020-12-22T11:24:54.773 DEBUG:teuthology.orchestra.run.smithi058:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2020-12-22T11:24:54.875 INFO:teuthology.orchestra.run.smithi058.stdout:ttyS1 2020-12-22T11:24:54.890 INFO:teuthology.run_tasks:Running task internal.base... 2020-12-22T11:24:54.911 INFO:teuthology.task.internal:Creating test directory... 2020-12-22T11:24:54.911 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2020-12-22T11:24:54.914 DEBUG:teuthology.orchestra.run.smithi058:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2020-12-22T11:24:54.916 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2020-12-22T11:24:54.935 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2020-12-22T11:24:54.943 INFO:teuthology.run_tasks:Running task internal.archive... 2020-12-22T11:24:54.952 INFO:teuthology.task.internal:Creating archive directory... 2020-12-22T11:24:54.952 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2020-12-22T11:24:54.972 DEBUG:teuthology.orchestra.run.smithi058:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2020-12-22T11:24:54.975 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2020-12-22T11:24:55.005 INFO:teuthology.run_tasks:Running task internal.coredump... 2020-12-22T11:24:55.014 INFO:teuthology.task.internal:Enabling coredump saving... 2020-12-22T11:24:55.015 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2020-12-22T11:24:55.034 DEBUG:teuthology.orchestra.run.smithi058:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2020-12-22T11:24:55.043 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2020-12-22T11:24:55.071 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-12-22T11:24:55.084 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-12-22T11:24:55.085 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-12-22T11:24:55.089 INFO:teuthology.orchestra.run.smithi058.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-12-22T11:24:55.098 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-12-22T11:24:55.102 INFO:teuthology.orchestra.run.smithi058.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2020-12-22T11:24:55.104 INFO:teuthology.run_tasks:Running task internal.sudo... 2020-12-22T11:24:55.112 INFO:teuthology.task.internal:Configuring sudo... 2020-12-22T11:24:55.113 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2020-12-22T11:24:55.127 DEBUG:teuthology.orchestra.run.smithi058:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2020-12-22T11:24:55.130 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2020-12-22T11:24:55.166 INFO:teuthology.run_tasks:Running task internal.syslog... 2020-12-22T11:24:55.175 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2020-12-22T11:24:55.176 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2020-12-22T11:24:55.197 DEBUG:teuthology.orchestra.run.smithi058:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2020-12-22T11:24:55.199 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2020-12-22T11:24:55.221 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2020-12-22T11:24:55.296 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2020-12-22T11:24:55.359 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2020-12-22T11:24:55.432 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2020-12-22T11:24:55.482 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:24:55.482 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2020-12-22T11:24:55.547 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2020-12-22T11:24:55.582 DEBUG:teuthology.orchestra.run.smithi039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2020-12-22T11:24:55.648 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2020-12-22T11:24:55.724 DEBUG:teuthology.orchestra.run.smithi039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2020-12-22T11:24:55.772 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:24:55.773 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2020-12-22T11:24:55.840 DEBUG:teuthology.orchestra.run.smithi058:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2020-12-22T11:24:55.878 DEBUG:teuthology.orchestra.run.smithi058:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2020-12-22T11:24:55.941 DEBUG:teuthology.orchestra.run.smithi058:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2020-12-22T11:24:56.017 DEBUG:teuthology.orchestra.run.smithi058:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2020-12-22T11:24:56.068 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:24:56.069 DEBUG:teuthology.orchestra.run.smithi058:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2020-12-22T11:24:56.135 DEBUG:teuthology.orchestra.run.smithi039:> sudo service rsyslog restart 2020-12-22T11:24:56.138 DEBUG:teuthology.orchestra.run.smithi058:> sudo service rsyslog restart 2020-12-22T11:24:56.178 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2020-12-22T11:24:56.240 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2020-12-22T11:24:56.241 INFO:teuthology.orchestra.run.smithi039.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2020-12-22T11:24:56.243 INFO:teuthology.orchestra.run.smithi058.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2020-12-22T11:24:56.533 INFO:teuthology.run_tasks:Running task internal.timer... 2020-12-22T11:24:56.542 INFO:teuthology.task.internal:Starting timer... 2020-12-22T11:24:56.542 INFO:teuthology.run_tasks:Running task pcp... 2020-12-22T11:24:56.560 INFO:teuthology.run_tasks:Running task selinux... 2020-12-22T11:24:56.593 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2020-12-22T11:24:56.594 DEBUG:teuthology.orchestra.run.smithi039:> sudo service auditd rotate 2020-12-22T11:24:56.654 INFO:teuthology.orchestra.run.smithi039.stdout:Rotating logs: [ OK ] 2020-12-22T11:24:56.656 DEBUG:teuthology.orchestra.run.smithi058:> sudo service auditd rotate 2020-12-22T11:24:56.737 INFO:teuthology.orchestra.run.smithi058.stdout:Rotating logs: [ OK ] 2020-12-22T11:24:56.739 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2020-12-22T11:24:56.817 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: [ OK ] 2020-12-22T11:24:56.820 DEBUG:teuthology.task.selinux:Getting current SELinux state 2020-12-22T11:24:56.820 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2020-12-22T11:24:56.856 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2020-12-22T11:24:56.856 DEBUG:teuthology.orchestra.run.smithi039:> /usr/sbin/getenforce 2020-12-22T11:24:56.875 INFO:teuthology.orchestra.run.smithi039.stdout:Permissive 2020-12-22T11:24:56.876 DEBUG:teuthology.orchestra.run.smithi058:> /usr/sbin/getenforce 2020-12-22T11:24:56.900 INFO:teuthology.orchestra.run.smithi058.stdout:Permissive 2020-12-22T11:24:56.900 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi105.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi039.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi058.front.sepia.ceph.com': 'permissive'} 2020-12-22T11:24:56.901 DEBUG:teuthology.orchestra.run.smithi105:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av '\(comm="dmidecode"\|chronyd.service\|name="cephtest"\|scontext=system_u:system_r:nrpe_t:s0\|scontext=system_u:system_r:pcp_pmlogger_t\|scontext=system_u:system_r:pcp_pmcd_t:s0\|comm="rhsmd"\|scontext=system_u:system_r:syslogd_t:s0\|tcontext=system_u:system_r:nrpe_t:s0\|comm="updatedb"\|comm="smartd"\|comm="rhsmcertd-worke"\|comm="setroubleshootd"\|comm="rpm"\|tcontext=system_u:object_r:container_runtime_exec_t:s0\|comm="ksmtuned"\|scontext=system_u:system_r:logrotate_t:s0\)' 2020-12-22T11:24:56.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2020-12-22T11:24:56.928 DEBUG:teuthology.orchestra.run.smithi039:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av '\(comm="dmidecode"\|chronyd.service\|name="cephtest"\|scontext=system_u:system_r:nrpe_t:s0\|scontext=system_u:system_r:pcp_pmlogger_t\|scontext=system_u:system_r:pcp_pmcd_t:s0\|comm="rhsmd"\|scontext=system_u:system_r:syslogd_t:s0\|tcontext=system_u:system_r:nrpe_t:s0\|comm="updatedb"\|comm="smartd"\|comm="rhsmcertd-worke"\|comm="setroubleshootd"\|comm="rpm"\|tcontext=system_u:object_r:container_runtime_exec_t:s0\|comm="ksmtuned"\|scontext=system_u:system_r:logrotate_t:s0\)' 2020-12-22T11:24:56.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2020-12-22T11:24:56.956 DEBUG:teuthology.orchestra.run.smithi058:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av '\(comm="dmidecode"\|chronyd.service\|name="cephtest"\|scontext=system_u:system_r:nrpe_t:s0\|scontext=system_u:system_r:pcp_pmlogger_t\|scontext=system_u:system_r:pcp_pmcd_t:s0\|comm="rhsmd"\|scontext=system_u:system_r:syslogd_t:s0\|tcontext=system_u:system_r:nrpe_t:s0\|comm="updatedb"\|comm="smartd"\|comm="rhsmcertd-worke"\|comm="setroubleshootd"\|comm="rpm"\|tcontext=system_u:object_r:container_runtime_exec_t:s0\|comm="ksmtuned"\|scontext=system_u:system_r:logrotate_t:s0\)' 2020-12-22T11:24:56.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2020-12-22T11:24:56.985 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2020-12-22T11:24:56.985 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2020-12-22T11:24:57.010 DEBUG:teuthology.orchestra.run.smithi039:> sudo /usr/sbin/setenforce permissive 2020-12-22T11:24:57.037 DEBUG:teuthology.orchestra.run.smithi058:> sudo /usr/sbin/setenforce permissive 2020-12-22T11:24:57.064 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2020-12-22T11:24:57.073 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master was just updated; assuming it is current 2020-12-22T11:24:57.074 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to branch origin/master 2020-12-22T11:24:57.086 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}] 2020-12-22T11:24:57.087 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi105.front.sepia.ceph.com,smithi039.front.sepia.ceph.com,smithi058.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2020-12-22T11:24:57.418 INFO:teuthology.task.ansible.out:Using /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/ansible.cfg as config file 2020-12-22T11:24:58.301 INFO:teuthology.task.ansible.out:[WARNING]: file /home/teuthworker/src/git.ceph.com_git_ceph-cm- ansible_master/roles/testnode/tasks/setup-opensuse.yml is empty and had no tasks to include 2020-12-22T11:25:00.871 INFO:teuthology.task.ansible.out: PLAY [all] ********************************************************************* 2020-12-22T11:25:00.891 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:00 +0000 (0:00:00.070) 0:00:00.070 ****** 2020-12-22T11:25:00.904 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:00 +0000 (0:00:00.013) 0:00:00.083 ****** 2020-12-22T11:25:00.918 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:00 +0000 (0:00:00.014) 0:00:00.097 ****** 2020-12-22T11:25:02.433 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi105.front.sepia.ceph.com] 2020-12-22T11:25:02.507 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:02 +0000 (0:00:01.588) 0:00:01.686 ****** 2020-12-22T11:25:02.572 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] 2020-12-22T11:25:02.649 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:02 +0000 (0:00:00.142) 0:00:01.829 ****** 2020-12-22T11:25:02.651 INFO:teuthology.task.ansible.out: 2020-12-22T11:25:02.813 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the sudo group.] ******************************** 2020-12-22T11:25:02.815 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-12-22T11:25:02.856 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:02 +0000 (0:00:00.206) 0:00:02.035 ****** 2020-12-22T11:25:02.867 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-12-22T11:25:02.900 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:02 +0000 (0:00:00.043) 0:00:02.079 ****** 2020-12-22T11:25:03.251 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the ansible user.] ****************************** 2020-12-22T11:25:03.253 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 1100, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1100} 2020-12-22T11:25:03.286 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:03 +0000 (0:00:00.386) 0:00:02.466 ****** 2020-12-22T11:25:03.293 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 1100, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1100} 2020-12-22T11:25:03.326 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:03 +0000 (0:00:00.039) 0:00:02.505 ****** 2020-12-22T11:25:03.332 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Delete the ansible users password.] ******************** 2020-12-22T11:25:03.334 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:03.365 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:03 +0000 (0:00:00.039) 0:00:02.545 ****** 2020-12-22T11:25:03.371 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:03.407 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:03 +0000 (0:00:00.041) 0:00:02.586 ****** 2020-12-22T11:25:03.674 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Ensure includedir is present in sudoers.] ************** 2020-12-22T11:25:03.676 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:25:03.714 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:03 +0000 (0:00:00.307) 0:00:02.893 ****** 2020-12-22T11:25:03.722 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:25:03.758 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:03 +0000 (0:00:00.043) 0:00:02.937 ****** 2020-12-22T11:25:03.777 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi039.front.sepia.ceph.com] 2020-12-22T11:25:03.848 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:03 +0000 (0:00:00.090) 0:00:03.028 ****** 2020-12-22T11:25:04.073 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the sudo group.] ******************************** 2020-12-22T11:25:04.075 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-12-22T11:25:04.106 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:04 +0000 (0:00:00.258) 0:00:03.286 ****** 2020-12-22T11:25:04.501 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the ansible user.] ****************************** 2020-12-22T11:25:04.506 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 1100, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1100} 2020-12-22T11:25:04.538 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:04 +0000 (0:00:00.431) 0:00:03.717 ****** 2020-12-22T11:25:04.564 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Delete the ansible users password.] ******************** 2020-12-22T11:25:04.565 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:04.596 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:04 +0000 (0:00:00.057) 0:00:03.775 ****** 2020-12-22T11:25:04.632 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the cephlab_sudo sudoers.d file.] *************** 2020-12-22T11:25:04.634 INFO:teuthology.task.ansible.out:changed: [smithi105.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-1608636303.7280362-51067019879081/source", "state": "file", "uid": 0} 2020-12-22T11:25:04.668 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:04 +0000 (0:00:00.072) 0:00:03.847 ****** 2020-12-22T11:25:04.675 INFO:teuthology.task.ansible.out:changed: [smithi058.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-1608636303.7703269-273170685463931/source", "state": "file", "uid": 0} 2020-12-22T11:25:04.708 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:04 +0000 (0:00:00.040) 0:00:03.887 ****** 2020-12-22T11:25:04.788 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Ensure includedir is present in sudoers.] ************** 2020-12-22T11:25:04.790 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:25:04.825 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:04 +0000 (0:00:00.114) 0:00:04.002 ****** 2020-12-22T11:25:05.089 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Add authorized keys for the ansible user.] ************* 2020-12-22T11:25:05.090 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "comment": null, "exclusive": true, "follow": false, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmiHwkLkoJZiQs67KfE8jf0CdXjgbbpzKywUleMk4kWC7Wdn+92q/33DXpfS8xjg7opB9GTK3EW2C/RKBpf5RdaVG/5M7tRyUDLLbS3CURUoF6aNQI+8JIuFlsIfhO3Qw4uT7NlJCqsusrSbyLtGd/Im4CzwhvP1Enn6aUfyxv2yV4HoVjXbbIp2hlRXgcW8G/9q0TMuNfX4J6dpj9/PG8BbkKH/NReL2UMtjCGyRdIQvIwJRHMozjcE21824ZatA7nBeecX0MBRS6/A286uj6Z0PgmfJXYw0yw2Z2uSWR1ptIuMEiDBt96Pzn0dvfl7g/7bCi93MBQf/6sH9n4wkN root@typica001\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT1KilDopHJzDZ90QJx4+7WVIC4WNdvpD6VrS83B3PFOplNyXZLfDSDRZ4wEzIKLwtR9vLWWInVBNFU00W/2dObSC+l9GDzKsHtO3KSVmAjHEk6ZAJ5Mc3eUPR0lAywpFD8+yg+kDDIkRtCtoHDq+kFvNQutdvrMuhNWOZLyQ2N2XrpRJVD2kiJvaml6nQoZXMtVQGPVcYbn3TRed/wxT/han2u6j/wiElv 2020-12-22T11:25:05.092 INFO:teuthology.task.ansible.out:4r9ty+9zi3P1MoNiALD53sD7wMr/5Si6PX+5zWcXTNcQmTuGpiLwGw0RxCwr4gtwqKBaNae2d1bwnHanLc1KvQEw29O6aBca2f7GWxFY6QtQV/mNft dgalloway@w541\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoEI+g74GcJe/03nDypMzDWqg93K1h13xQPFvCIN7ElNZ+ulY5av5KLnv/gmLbYGRPlgxC7LNZXE7YQPUo2DfA8awnDkAkE/nWvL4fQjUxmaiPthjIWsKvk9EvPIqzLjDbwsiLiRPE0Sxka0qBa1GHU1QYN6cw7l9nWF0dG/TsKw+QmuArBKMgm9Th/QVLq1ARHC/07M1n195QvBjdrKSzOUl+2L1tADHg++sEWDq/MJMiylyNdxp79Wz7aTIlR6l8NV+Ega9LUb6B6xmO7k+J+/hJF7gYOeFl+YqnZttEdz+o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@aklap", "key_options": null, "keyfile": "/home/cm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cm", "validate_certs": true} ok: [smithi058.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 2020-12-22T11:25:05.094 INFO:teuthology.task.ansible.out:.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT1KilDopHJzDZ90QJx4+7WVIC4WNdvpD6VrS83B3PFOplNyXZLfDSDRZ4wEzIKLwtR9vLWWInVBNFU00W/2dObSC+l9GDzKsHtO3KSVmAjHEk6ZAJ5Mc3eUPR0lAywpFD8+yg+kDDIkRtCtoHDq+kFvNQutdvrMuhNWOZLyQ2N2XrpRJVD2kiJvaml6nQoZXMtVQGPVcYbn3TRed/wxT/han2u6j/wiElv4r9ty+9zi3P1MoNiALD53sD7wMr/5Si6PX+5zWcXTNcQmTuGpiLwGw0RxCwr4gtwqKBaNae2d1bwnHanLc1KvQEw29O6aBca2f7GWxFY6QtQV/mNft dgalloway@w541\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoEI+g74GcJe/03nDypMzDWqg93K1h13xQPFvCIN7ElNZ+ulY5av5KLnv/gmLbYGRPlgxC7LNZXE7YQPUo2DfA8awnDkAkE/nWvL4fQjUxmaiPthjIWsKvk9EvPIqzLjDbwsiLiRPE0Sxka0qBa1GHU1QYN6cw7l9nWF0dG/TsKw+QmuArBKMgm9Th/QVLq1ARHC/07M1n195QvBjdrKSzOUl+2L1tADHg++sEWDq/MJMiylyNdxp79Wz7aTIlR6l8NV+Ega9LUb6B6xmO7k+J+/hJF7gYOeFl+YqnZttEdz+o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@ 2020-12-22T11:25:05.095 INFO:teuthology.task.ansible.out:aklap", "key_options": null, "keyfile": "/home/cm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cm", "validate_certs": true} 2020-12-22T11:25:05.401 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the cephlab_sudo sudoers.d file.] *************** 2020-12-22T11:25:05.402 INFO:teuthology.task.ansible.out:changed: [smithi039.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-1608636304.8354266-165133789789939/source", "state": "file", "uid": 0} 2020-12-22T11:25:05.433 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:05 +0000 (0:00:00.610) 0:00:04.612 ****** 2020-12-22T11:25:05.698 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Add authorized keys for the ansible user.] ************* ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "comment": null, "exclusive": true, "follow": false, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmiHwkLkoJZiQs67KfE8jf0CdXjgbbpzKywUleMk4kWC7Wdn+92q/33DXpfS8xjg7opB9GTK3EW2C/RKBpf5RdaVG/5M7tRyUDLLbS3CURUoF6aNQI+8JIuFlsIfhO3Qw4uT7NlJCqsusrSbyLtGd/Im4CzwhvP1Enn6aUfyxv2yV4HoVjXbbIp2hlRXgcW8G/9q0TMuNfX4J6dpj9/PG8BbkKH/NReL2UMtjCGyRdIQvIwJRHMozjcE21824ZatA7nBeecX0MBRS6/A286uj6Z0PgmfJXYw0yw2Z2uSWR1ptIuMEiDBt96Pzn0dvfl7g/7bCi93MBQf/6sH9n4wkN root@typica001\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT1KilDopHJzDZ90QJx4+7WVIC4WNdvpD6VrS83B3PFOplNyXZLfDSDRZ4wEzIKLwtR9vLWWInVBNFU00W/2dObSC+l9GDzKsHtO3KSVmAjHEk6ZAJ5Mc3eUPR0lAywpFD8+yg+kDDIkRtC 2020-12-22T11:25:05.700 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} 2020-12-22T11:25:05.788 INFO:teuthology.task.ansible.out: PLAY [teuthology] ************************************************************** skipping: no hosts matched 2020-12-22T11:25:05.799 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2020-12-22T11:25:05.944 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:05 +0000 (0:00:00.511) 0:00:05.123 ****** 2020-12-22T11:25:05.974 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:05 +0000 (0:00:00.029) 0:00:05.153 ****** 2020-12-22T11:25:06.004 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:06 +0000 (0:00:00.030) 0:00:05.183 ****** 2020-12-22T11:25:06.594 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* 2020-12-22T11:25:06.596 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] 2020-12-22T11:25:06.673 INFO:teuthology.task.ansible.out:[WARNING]: Using run_once with the free strategy is not currently supported. This task will still be executed for every host in the inventory list. 2020-12-22T11:25:06.674 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:06 +0000 (0:00:00.668) 0:00:05.852 ****** 2020-12-22T11:25:06.683 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] 2020-12-22T11:25:06.692 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] 2020-12-22T11:25:06.786 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:06 +0000 (0:00:00.113) 0:00:05.966 ****** 2020-12-22T11:25:06.821 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:06 +0000 (0:00:00.033) 0:00:06.000 ****** 2020-12-22T11:25:07.112 INFO:teuthology.task.ansible.out: TASK [users : Check keys_repo HEAD sha1] *************************************** 2020-12-22T11:25:07.114 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.150196", "end": "2020-12-22 11:25:07.084559", "rc": 0, "start": "2020-12-22 11:25:06.934363", "stderr": "", "stderr_lines": [], "stdout": "aa0a0c64ff1732e75d6e909b454d082d35cf7333", "stdout_lines": ["aa0a0c64ff1732e75d6e909b454d082d35cf7333"]} 2020-12-22T11:25:07.146 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.325) 0:00:06.326 ****** 2020-12-22T11:25:07.164 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.150984", "end": "2020-12-22 11:25:07.137095", "rc": 0, "start": "2020-12-22 11:25:06.986111", "stderr": "", "stderr_lines": [], "stdout": "aa0a0c64ff1732e75d6e909b454d082d35cf7333", "stdout_lines": ["aa0a0c64ff1732e75d6e909b454d082d35cf7333"]} 2020-12-22T11:25:07.198 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.051) 0:00:06.377 ****** 2020-12-22T11:25:07.205 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.176611", "end": "2020-12-22 11:25:07.178716", "rc": 0, "start": "2020-12-22 11:25:07.002105", "stderr": "", "stderr_lines": [], "stdout": "aa0a0c64ff1732e75d6e909b454d082d35cf7333", "stdout_lines": ["aa0a0c64ff1732e75d6e909b454d082d35cf7333"]} 2020-12-22T11:25:07.238 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.040) 0:00:06.418 ****** 2020-12-22T11:25:07.350 INFO:teuthology.task.ansible.out: TASK [users : Check host's /keys-repo-sha1 sentinel file] ********************** 2020-12-22T11:25:07.351 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.010858", "end": "2020-12-22 11:25:07.330376", "failed_when_result": false, "rc": 0, "start": "2020-12-22 11:25:07.319518", "stderr": "", "stderr_lines": [], "stdout": "46fd2a03b54c2ce7520f33746fa0586027b558c3", "stdout_lines": ["46fd2a03b54c2ce7520f33746fa0586027b558c3"]} 2020-12-22T11:25:07.384 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.145) 0:00:06.563 ****** 2020-12-22T11:25:07.402 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.011246", "end": "2020-12-22 11:25:07.382356", "failed_when_result": false, "rc": 0, "start": "2020-12-22 11:25:07.371110", "stderr": "", "stderr_lines": [], "stdout": "46fd2a03b54c2ce7520f33746fa0586027b558c3", "stdout_lines": ["46fd2a03b54c2ce7520f33746fa0586027b558c3"]} 2020-12-22T11:25:07.436 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.051) 0:00:06.615 ****** 2020-12-22T11:25:07.442 INFO:teuthology.task.ansible.out: TASK [users : Determine if we can skip users and pubkeys updates] ************** 2020-12-22T11:25:07.444 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Check host's /keys-repo-sha1 sentinel file] ********************** changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.008645", "end": "2020-12-22 11:25:07.412197", "failed_when_result": false, "rc": 0, "start": "2020-12-22 11:25:07.403552", "stderr": "", "stderr_lines": [], "stdout": "46fd2a03b54c2ce7520f33746fa0586027b558c3", "stdout_lines": ["46fd2a03b54c2ce7520f33746fa0586027b558c3"]} 2020-12-22T11:25:07.476 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.040) 0:00:06.655 ****** 2020-12-22T11:25:07.507 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.030) 0:00:06.686 ****** 2020-12-22T11:25:07.512 INFO:teuthology.task.ansible.out: TASK [users : Determine if we can skip users and pubkeys updates] ************** 2020-12-22T11:25:07.513 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Merge extra_admin_users into managed_admin_users] **************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:07.548 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.041) 0:00:06.728 ****** 2020-12-22T11:25:07.578 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.029) 0:00:06.758 ****** 2020-12-22T11:25:07.584 INFO:teuthology.task.ansible.out: TASK [users : Determine if we can skip users and pubkeys updates] ************** 2020-12-22T11:25:07.586 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Remove managed_admin_users from managed_users] ******************* skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:07.618 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.039) 0:00:06.797 ****** 2020-12-22T11:25:07.648 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.029) 0:00:06.827 ****** 2020-12-22T11:25:07.652 INFO:teuthology.task.ansible.out: TASK [users : Merge extra_admin_users into managed_admin_users] **************** 2020-12-22T11:25:07.654 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Filter the managed_users list] *********************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:07.687 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.039) 0:00:06.867 ****** 2020-12-22T11:25:07.718 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.030) 0:00:06.897 ****** 2020-12-22T11:25:07.725 INFO:teuthology.task.ansible.out: TASK [users : Merge extra_admin_users into managed_admin_users] **************** 2020-12-22T11:25:07.726 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Filter the managed_admin_users list] ***************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:07.759 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.041) 0:00:06.939 ****** 2020-12-22T11:25:07.789 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.029) 0:00:06.968 ****** 2020-12-22T11:25:07.795 INFO:teuthology.task.ansible.out: TASK [users : Remove managed_admin_users from managed_users] ******************* 2020-12-22T11:25:07.796 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:07.839 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.049) 0:00:07.018 ****** 2020-12-22T11:25:07.845 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:07.847 INFO:teuthology.task.ansible.out: 2020-12-22T11:25:07.883 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.043) 0:00:07.062 ****** 2020-12-22T11:25:07.891 INFO:teuthology.task.ansible.out: TASK [users : Filter the managed_users list] *********************************** 2020-12-22T11:25:07.892 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:07.927 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.044) 0:00:07.106 ****** 2020-12-22T11:25:07.933 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:07.970 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:07 +0000 (0:00:00.042) 0:00:07.148 ****** 2020-12-22T11:25:07.974 INFO:teuthology.task.ansible.out: TASK [users : Filter the managed_admin_users list] ***************************** 2020-12-22T11:25:07.977 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Set UID_MIN to 1001] ********************************************* ok: [smithi039.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:25:08.011 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:08 +0000 (0:00:00.041) 0:00:07.190 ****** 2020-12-22T11:25:08.041 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:08 +0000 (0:00:00.030) 0:00:07.220 ****** 2020-12-22T11:25:08.047 INFO:teuthology.task.ansible.out: TASK [users : Filter the managed_admin_users list] ***************************** 2020-12-22T11:25:08.049 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:08.084 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:08 +0000 (0:00:00.042) 0:00:07.263 ****** 2020-12-22T11:25:08.247 INFO:teuthology.task.ansible.out: TASK [users : Set UID_MIN to 1001] ********************************************* 2020-12-22T11:25:08.248 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:25:08.283 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:08 +0000 (0:00:00.199) 0:00:07.462 ****** 2020-12-22T11:25:08.288 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ 2020-12-22T11:25:08.290 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:08.292 INFO:teuthology.task.ansible.out: TASK [users : Set UID_MIN to 1001] ********************************************* ok: [smithi105.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:25:08.325 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:08 +0000 (0:00:00.042) 0:00:07.504 ****** 2020-12-22T11:25:08.461 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ 2020-12-22T11:25:08.463 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:08.525 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:08.579 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:08.654 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:08.729 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:08.772 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:08.857 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:08.922 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:08.955 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:09.059 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:09.113 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:09.147 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:09.253 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:09.316 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:09.338 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:09.446 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:09.509 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:09.521 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:09.646 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:09.710 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:09.711 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:09.850 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:09.893 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:09.915 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:10.053 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:10.085 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:10.107 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:10.255 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:10.266 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:10.309 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:10.447 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:10.459 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:10.512 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:10.650 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:10.652 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:10.705 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:10.833 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:10.844 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:10.908 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:11.029 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:11.039 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:11.107 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:11.215 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:11.250 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:11.303 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:11.411 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:11.443 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:11.509 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:11.609 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:11.641 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "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\n"}, "move_home": false, "name": "davidz", "shell": "/bin/bash", "state": "present", "uid": 1118} 2020-12-22T11:25:11.736 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:11.800 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "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\n"}, "move_home": false, "name": "davidz", "shell": "/bin/bash", "state": "present", "uid": 1118} 2020-12-22T11:25:11.843 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:11.937 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "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\n"}, "move_home": false, "name": "davidz", "shell": "/bin/bash", "state": "present", "uid": 1118} 2020-12-22T11:25:11.980 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:12.044 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:12.138 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:12.171 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:12.257 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:12.331 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:12.365 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:12.458 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1122, "groups": "sudo", "home": "/home/zyan", "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "move_home": false, "name": "zyan", "shell": "/bin/bash", "state": "present", "uid": 1122} 2020-12-22T11:25:12.543 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:12.554 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1122, "groups": "sudo", "home": "/home/zyan", "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "move_home": false, "name": "zyan", "shell": "/bin/bash", "state": "present", "uid": 1122} 2020-12-22T11:25:12.662 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1123, "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": 1123} 2020-12-22T11:25:12.737 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1122, "groups": "sudo", "home": "/home/zyan", "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "move_home": false, "name": "zyan", "shell": "/bin/bash", "state": "present", "uid": 1122} 2020-12-22T11:25:12.749 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1123, "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": 1123} 2020-12-22T11:25:12.855 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1124, "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": 1124} 2020-12-22T11:25:12.930 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1124, "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": 1124} 2020-12-22T11:25:12.941 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1123, "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": 1123} 2020-12-22T11:25:13.057 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1125, "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": 1125} 2020-12-22T11:25:13.120 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1125, "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": 1125} 2020-12-22T11:25:13.153 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1124, "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": 1124} 2020-12-22T11:25:13.259 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1126, "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": 1126} 2020-12-22T11:25:13.312 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1126, "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": 1126} 2020-12-22T11:25:13.345 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1125, "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": 1125} 2020-12-22T11:25:13.472 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1127, "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\n"}, "move_home": false, "name": "yehudasa", "shell": "/bin/bash", "state": "present", "uid": 1127} 2020-12-22T11:25:13.494 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1127, "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\n"}, "move_home": false, "name": "yehudasa", "shell": "/bin/bash", "state": "present", "uid": 1127} 2020-12-22T11:25:13.547 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1126, "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": 1126} 2020-12-22T11:25:13.665 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1128, "groups": "sudo", "home": "/home/dang", "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "move_home": false, "name": "dang", "shell": "/bin/bash", "state": "present", "uid": 1128} 2020-12-22T11:25:13.688 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1128, "groups": "sudo", "home": "/home/dang", "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "move_home": false, "name": "dang", "shell": "/bin/bash", "state": "present", "uid": 1128} 2020-12-22T11:25:13.751 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1127, "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\n"}, "move_home": false, "name": "yehudasa", "shell": "/bin/bash", "state": "present", "uid": 1127} 2020-12-22T11:25:13.867 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1129, "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": 1129} 2020-12-22T11:25:13.879 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1129, "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": 1129} 2020-12-22T11:25:13.942 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1128, "groups": "sudo", "home": "/home/dang", "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "move_home": false, "name": "dang", "shell": "/bin/bash", "state": "present", "uid": 1128} 2020-12-22T11:25:14.060 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1130, "groups": "sudo", "home": "/home/xiaoxichen", "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "move_home": false, "name": "xiaoxichen", "shell": "/bin/bash", "state": "present", "uid": 1130} 2020-12-22T11:25:14.062 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1130, "groups": "sudo", "home": "/home/xiaoxichen", "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "move_home": false, "name": "xiaoxichen", "shell": "/bin/bash", "state": "present", "uid": 1130} 2020-12-22T11:25:14.145 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1129, "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": 1129} 2020-12-22T11:25:14.251 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1131, "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": 1131} 2020-12-22T11:25:14.262 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1131, "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": 1131} 2020-12-22T11:25:14.337 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1130, "groups": "sudo", "home": "/home/xiaoxichen", "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "move_home": false, "name": "xiaoxichen", "shell": "/bin/bash", "state": "present", "uid": 1130} 2020-12-22T11:25:14.442 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1132, "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": 1132} 2020-12-22T11:25:14.464 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1132, "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": 1132} 2020-12-22T11:25:14.538 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1131, "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": 1131} 2020-12-22T11:25:14.623 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1133, "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": 1133} 2020-12-22T11:25:14.671 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1133, "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": 1133} 2020-12-22T11:25:14.744 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1132, "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": 1132} 2020-12-22T11:25:14.746 INFO:teuthology.task.ansible.out: 2020-12-22T11:25:14.819 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1134, "groups": "sudo", "home": "/home/nwatkins", "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "move_home": false, "name": "nwatkins", "shell": "/bin/bash", "state": "present", "uid": 1134} 2020-12-22T11:25:14.862 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1134, "groups": "sudo", "home": "/home/nwatkins", "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "move_home": false, "name": "nwatkins", "shell": "/bin/bash", "state": "present", "uid": 1134} 2020-12-22T11:25:14.935 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1133, "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": 1133} 2020-12-22T11:25:14.998 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1135, "groups": "sudo", "home": "/home/mkidd", "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "move_home": false, "name": "mkidd", "shell": "/bin/bash", "state": "present", "uid": 1135} 2020-12-22T11:25:15.061 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1135, "groups": "sudo", "home": "/home/mkidd", "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "move_home": false, "name": "mkidd", "shell": "/bin/bash", "state": "present", "uid": 1135} 2020-12-22T11:25:15.124 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1134, "groups": "sudo", "home": "/home/nwatkins", "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "move_home": false, "name": "nwatkins", "shell": "/bin/bash", "state": "present", "uid": 1134} 2020-12-22T11:25:15.198 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1136, "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": 1136} 2020-12-22T11:25:15.262 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1136, "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": 1136} 2020-12-22T11:25:15.325 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1135, "groups": "sudo", "home": "/home/mkidd", "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "move_home": false, "name": "mkidd", "shell": "/bin/bash", "state": "present", "uid": 1135} 2020-12-22T11:25:15.378 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1137, "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": 1137} 2020-12-22T11:25:15.463 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1137, "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": 1137} 2020-12-22T11:25:15.532 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1136, "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": 1136} 2020-12-22T11:25:15.565 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1138, "groups": "sudo", "home": "/home/jdillaman", "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "move_home": false, "name": "jdillaman", "shell": "/bin/bash", "state": "present", "uid": 1138} 2020-12-22T11:25:15.661 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1138, "groups": "sudo", "home": "/home/jdillaman", "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "move_home": false, "name": "jdillaman", "shell": "/bin/bash", "state": "present", "uid": 1138} 2020-12-22T11:25:15.724 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1137, "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": 1137} 2020-12-22T11:25:15.756 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1139, "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": 1139} 2020-12-22T11:25:15.861 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1139, "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": 1139} 2020-12-22T11:25:15.915 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1138, "groups": "sudo", "home": "/home/jdillaman", "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "move_home": false, "name": "jdillaman", "shell": "/bin/bash", "state": "present", "uid": 1138} 2020-12-22T11:25:15.948 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1140, "groups": "sudo", "home": "/home/vumrao", "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "move_home": false, "name": "vumrao", "shell": "/bin/bash", "state": "present", "uid": 1140} 2020-12-22T11:25:16.052 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1140, "groups": "sudo", "home": "/home/vumrao", "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "move_home": false, "name": "vumrao", "shell": "/bin/bash", "state": "present", "uid": 1140} 2020-12-22T11:25:16.126 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1139, "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": 1139} 2020-12-22T11:25:16.151 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1141, "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": 1141} 2020-12-22T11:25:16.256 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1141, "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": 1141} 2020-12-22T11:25:16.311 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1140, "groups": "sudo", "home": "/home/vumrao", "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "move_home": false, "name": "vumrao", "shell": "/bin/bash", "state": "present", "uid": 1140} 2020-12-22T11:25:16.322 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1142, "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": 1142} 2020-12-22T11:25:16.448 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1142, "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": 1142} 2020-12-22T11:25:16.512 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1143, "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": 1143} 2020-12-22T11:25:16.524 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1141, "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": 1141} 2020-12-22T11:25:16.651 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1143, "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": 1143} 2020-12-22T11:25:16.706 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1144, "groups": "sudo", "home": "/home/smohan", "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "move_home": false, "name": "smohan", "shell": "/bin/bash", "state": "present", "uid": 1144} 2020-12-22T11:25:16.735 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1142, "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": 1142} 2020-12-22T11:25:16.859 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1144, "groups": "sudo", "home": "/home/smohan", "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "move_home": false, "name": "smohan", "shell": "/bin/bash", "state": "present", "uid": 1144} 2020-12-22T11:25:16.903 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1145, "groups": "sudo", "home": "/home/abhi", "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "move_home": false, "name": "abhi", "shell": "/bin/bash", "state": "present", "uid": 1145} 2020-12-22T11:25:16.924 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1143, "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": 1143} 2020-12-22T11:25:17.064 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1145, "groups": "sudo", "home": "/home/abhi", "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "move_home": false, "name": "abhi", "shell": "/bin/bash", "state": "present", "uid": 1145} 2020-12-22T11:25:17.086 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1146, "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": 1146} 2020-12-22T11:25:17.131 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1144, "groups": "sudo", "home": "/home/smohan", "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "move_home": false, "name": "smohan", "shell": "/bin/bash", "state": "present", "uid": 1144} 2020-12-22T11:25:17.261 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1146, "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": 1146} 2020-12-22T11:25:17.273 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1147, "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": 1147} 2020-12-22T11:25:17.326 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1145, "groups": "sudo", "home": "/home/abhi", "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "move_home": false, "name": "abhi", "shell": "/bin/bash", "state": "present", "uid": 1145} 2020-12-22T11:25:17.463 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1147, "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": 1147} 2020-12-22T11:25:17.464 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1148, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1148} 2020-12-22T11:25:17.538 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1146, "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": 1146} 2020-12-22T11:25:17.655 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1149, "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": 1149} 2020-12-22T11:25:17.656 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1148, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1148} 2020-12-22T11:25:17.734 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1147, "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": 1147} 2020-12-22T11:25:17.844 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1150, "groups": "sudo", "home": "/home/jlayton", "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "move_home": false, "name": "jlayton", "shell": "/bin/bash", "state": "present", "uid": 1150} 2020-12-22T11:25:17.856 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1149, "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": 1149} 2020-12-22T11:25:17.943 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1148, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1148} 2020-12-22T11:25:18.028 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1151, "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": 1151} 2020-12-22T11:25:18.051 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1150, "groups": "sudo", "home": "/home/jlayton", "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "move_home": false, "name": "jlayton", "shell": "/bin/bash", "state": "present", "uid": 1150} 2020-12-22T11:25:18.138 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1149, "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": 1149} 2020-12-22T11:25:18.213 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1152, "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": 1152} 2020-12-22T11:25:18.257 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1151, "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": 1151} 2020-12-22T11:25:18.341 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1150, "groups": "sudo", "home": "/home/jlayton", "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "move_home": false, "name": "jlayton", "shell": "/bin/bash", "state": "present", "uid": 1150} 2020-12-22T11:25:18.405 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1153, "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": 1153} 2020-12-22T11:25:18.459 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1152, "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": 1152} 2020-12-22T11:25:18.546 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1151, "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": 1151} 2020-12-22T11:25:18.592 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1154, "groups": "sudo", "home": "/home/akupczyk", "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "move_home": false, "name": "akupczyk", "shell": "/bin/bash", "state": "present", "uid": 1154} 2020-12-22T11:25:18.668 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1153, "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": 1153} 2020-12-22T11:25:18.741 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1152, "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": 1152} 2020-12-22T11:25:18.774 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1155, "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": 1155} 2020-12-22T11:25:18.873 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1154, "groups": "sudo", "home": "/home/akupczyk", "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "move_home": false, "name": "akupczyk", "shell": "/bin/bash", "state": "present", "uid": 1154} 2020-12-22T11:25:18.945 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1153, "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": 1153} 2020-12-22T11:25:18.968 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1156, "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": 1156} 2020-12-22T11:25:19.064 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1155, "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": 1155} 2020-12-22T11:25:19.138 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1154, "groups": "sudo", "home": "/home/akupczyk", "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "move_home": false, "name": "akupczyk", "shell": "/bin/bash", "state": "present", "uid": 1154} 2020-12-22T11:25:19.149 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1157, "groups": "sudo", "home": "/home/myoungwon", "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "move_home": false, "name": "myoungwon", "shell": "/bin/bash", "state": "present", "uid": 1157} 2020-12-22T11:25:19.265 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1156, "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": 1156} 2020-12-22T11:25:19.340 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1155, "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": 1155} 2020-12-22T11:25:19.352 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1158, "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": 1158} 2020-12-22T11:25:19.477 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1157, "groups": "sudo", "home": "/home/myoungwon", "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "move_home": false, "name": "myoungwon", "shell": "/bin/bash", "state": "present", "uid": 1157} 2020-12-22T11:25:19.531 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1159, "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": 1159} 2020-12-22T11:25:19.542 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1156, "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": 1156} 2020-12-22T11:25:19.680 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1158, "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": 1158} 2020-12-22T11:25:19.722 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1160, "groups": "sudo", "home": "/home/hchen", "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "move_home": false, "name": "hchen", "shell": "/bin/bash", "state": "present", "uid": 1160} 2020-12-22T11:25:19.733 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1157, "groups": "sudo", "home": "/home/myoungwon", "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "move_home": false, "name": "myoungwon", "shell": "/bin/bash", "state": "present", "uid": 1157} 2020-12-22T11:25:19.735 INFO:teuthology.task.ansible.out: 2020-12-22T11:25:19.881 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1159, "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": 1159} 2020-12-22T11:25:19.904 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1161, "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": 1161} 2020-12-22T11:25:19.947 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1158, "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": 1158} 2020-12-22T11:25:20.083 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1160, "groups": "sudo", "home": "/home/hchen", "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "move_home": false, "name": "hchen", "shell": "/bin/bash", "state": "present", "uid": 1160} 2020-12-22T11:25:20.097 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1162, "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": 1162} 2020-12-22T11:25:20.140 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1159, "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": 1159} 2020-12-22T11:25:20.279 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1161, "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": 1161} 2020-12-22T11:25:20.291 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1163, "groups": "sudo", "home": "/home/pcuzner", "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "move_home": false, "name": "pcuzner", "shell": "/bin/bash", "state": "present", "uid": 1163} 2020-12-22T11:25:20.344 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1160, "groups": "sudo", "home": "/home/hchen", "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "move_home": false, "name": "hchen", "shell": "/bin/bash", "state": "present", "uid": 1160} 2020-12-22T11:25:20.483 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1162, "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": 1162} 2020-12-22T11:25:20.484 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1164, "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": 1164} 2020-12-22T11:25:20.557 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1161, "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": 1161} 2020-12-22T11:25:20.673 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1140, "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": 1140} 2020-12-22T11:25:20.685 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1163, "groups": "sudo", "home": "/home/pcuzner", "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "move_home": false, "name": "pcuzner", "shell": "/bin/bash", "state": "present", "uid": 1163} 2020-12-22T11:25:20.749 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1162, "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": 1162} 2020-12-22T11:25:20.865 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1165, "groups": "sudo", "home": "/home/henrix", "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "move_home": false, "name": "henrix", "shell": "/bin/bash", "state": "present", "uid": 1165} 2020-12-22T11:25:20.888 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1164, "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": 1164} 2020-12-22T11:25:20.953 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1163, "groups": "sudo", "home": "/home/pcuzner", "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "move_home": false, "name": "pcuzner", "shell": "/bin/bash", "state": "present", "uid": 1163} 2020-12-22T11:25:21.058 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1166, "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": 1166} 2020-12-22T11:25:21.090 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1140, "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": 1140} 2020-12-22T11:25:21.144 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1164, "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": 1164} 2020-12-22T11:25:21.239 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1167, "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": 1167} 2020-12-22T11:25:21.282 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1165, "groups": "sudo", "home": "/home/henrix", "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "move_home": false, "name": "henrix", "shell": "/bin/bash", "state": "present", "uid": 1165} 2020-12-22T11:25:21.359 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1140, "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": 1140} 2020-12-22T11:25:21.432 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1168, "groups": "sudo", "home": "/home/epuertat", "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "move_home": false, "name": "epuertat", "shell": "/bin/bash", "state": "present", "uid": 1168} 2020-12-22T11:25:21.485 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1166, "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": 1166} 2020-12-22T11:25:21.549 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1165, "groups": "sudo", "home": "/home/henrix", "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "move_home": false, "name": "henrix", "shell": "/bin/bash", "state": "present", "uid": 1165} 2020-12-22T11:25:21.623 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1169, "groups": "sudo", "home": "/home/tdehler", "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "move_home": false, "name": "tdehler", "shell": "/bin/bash", "state": "present", "uid": 1169} 2020-12-22T11:25:21.686 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1167, "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": 1167} 2020-12-22T11:25:21.742 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1166, "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": 1166} 2020-12-22T11:25:22.031 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1170, "groups": "sudo", "home": "/home/laura", "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "move_home": false, "name": "laura", "shell": "/bin/bash", "state": "present", "uid": 1170} ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1168, "groups": "sudo", "home": "/home/epuertat", "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "move_home": false, "name": "epuertat", "shell": "/bin/bash", "state": "present", "uid": 1168} ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1167, "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": 1167} ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1171, "groups": "sudo", "home": "/home/yaarit", "it 2020-12-22T11:25:22.033 INFO:teuthology.task.ansible.out:em": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "move_home": false, "name": "yaarit", "shell": "/bin/bash", "state": "present", "uid": 1171} 2020-12-22T11:25:22.080 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1169, "groups": "sudo", "home": "/home/tdehler", "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "move_home": false, "name": "tdehler", "shell": "/bin/bash", "state": "present", "uid": 1169} 2020-12-22T11:25:22.154 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1168, "groups": "sudo", "home": "/home/epuertat", "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "move_home": false, "name": "epuertat", "shell": "/bin/bash", "state": "present", "uid": 1168} 2020-12-22T11:25:22.188 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1172, "groups": "sudo", "home": "/home/rpavani1998", "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "move_home": false, "name": "rpavani1998", "shell": "/bin/bash", "state": "present", "uid": 1172} 2020-12-22T11:25:22.283 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1170, "groups": "sudo", "home": "/home/laura", "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "move_home": false, "name": "laura", "shell": "/bin/bash", "state": "present", "uid": 1170} 2020-12-22T11:25:22.347 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1169, "groups": "sudo", "home": "/home/tdehler", "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "move_home": false, "name": "tdehler", "shell": "/bin/bash", "state": "present", "uid": 1169} 2020-12-22T11:25:22.379 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1173, "groups": "sudo", "home": "/home/rishabh", "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "move_home": false, "name": "rishabh", "shell": "/bin/bash", "state": "present", "uid": 1173} 2020-12-22T11:25:22.474 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1171, "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": 1171} 2020-12-22T11:25:22.548 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1170, "groups": "sudo", "home": "/home/laura", "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "move_home": false, "name": "laura", "shell": "/bin/bash", "state": "present", "uid": 1170} 2020-12-22T11:25:22.560 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1174, "groups": "sudo", "home": "/home/skrah", "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "move_home": false, "name": "skrah", "shell": "/bin/bash", "state": "present", "uid": 1174} 2020-12-22T11:25:22.675 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1172, "groups": "sudo", "home": "/home/rpavani1998", "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "move_home": false, "name": "rpavani1998", "shell": "/bin/bash", "state": "present", "uid": 1172} 2020-12-22T11:25:22.750 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1171, "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": 1171} ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1175, "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": 1175} 2020-12-22T11:25:22.881 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1173, "groups": "sudo", "home": "/home/rishabh", "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "move_home": false, "name": "rishabh", "shell": "/bin/bash", "state": "present", "uid": 1173} 2020-12-22T11:25:22.944 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1176, "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": 1176} 2020-12-22T11:25:22.945 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1172, "groups": "sudo", "home": "/home/rpavani1998", "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "move_home": false, "name": "rpavani1998", "shell": "/bin/bash", "state": "present", "uid": 1172} 2020-12-22T11:25:23.082 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1174, "groups": "sudo", "home": "/home/skrah", "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "move_home": false, "name": "skrah", "shell": "/bin/bash", "state": "present", "uid": 1174} 2020-12-22T11:25:23.147 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1177, "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": 1177} 2020-12-22T11:25:23.148 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1173, "groups": "sudo", "home": "/home/rishabh", "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "move_home": false, "name": "rishabh", "shell": "/bin/bash", "state": "present", "uid": 1173} 2020-12-22T11:25:23.286 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1175, "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": 1175} 2020-12-22T11:25:23.331 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1178, "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": 1178} 2020-12-22T11:25:23.343 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1174, "groups": "sudo", "home": "/home/skrah", "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "move_home": false, "name": "skrah", "shell": "/bin/bash", "state": "present", "uid": 1174} 2020-12-22T11:25:23.480 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1176, "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": 1176} 2020-12-22T11:25:23.533 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1179, "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": 1179} 2020-12-22T11:25:23.544 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1175, "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": 1175} 2020-12-22T11:25:23.670 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1177, "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": 1177} 2020-12-22T11:25:23.724 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1180, "groups": "sudo", "home": "/home/swagner", "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "move_home": false, "name": "swagner", "shell": "/bin/bash", "state": "present", "uid": 1180} 2020-12-22T11:25:23.735 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1176, "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": 1176} 2020-12-22T11:25:23.872 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1178, "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": 1178} 2020-12-22T11:25:23.905 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1181, "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": 1181} 2020-12-22T11:25:23.938 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1177, "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": 1177} 2020-12-22T11:25:24.067 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1179, "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": 1179} 2020-12-22T11:25:24.100 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1182, "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": 1182} 2020-12-22T11:25:24.133 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1178, "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": 1178} 2020-12-22T11:25:24.273 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1180, "groups": "sudo", "home": "/home/swagner", "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "move_home": false, "name": "swagner", "shell": "/bin/bash", "state": "present", "uid": 1180} 2020-12-22T11:25:24.283 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1183, "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": 1183} 2020-12-22T11:25:24.337 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1179, "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": 1179} 2020-12-22T11:25:24.462 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1181, "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": 1181} 2020-12-22T11:25:24.474 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1184, "groups": "sudo", "home": "/home/mchangir", "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "move_home": false, "name": "mchangir", "shell": "/bin/bash", "state": "present", "uid": 1184} 2020-12-22T11:25:24.539 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1180, "groups": "sudo", "home": "/home/swagner", "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "move_home": false, "name": "swagner", "shell": "/bin/bash", "state": "present", "uid": 1180} 2020-12-22T11:25:24.665 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1185, "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": 1185} 2020-12-22T11:25:24.666 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1182, "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": 1182} 2020-12-22T11:25:24.731 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1181, "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": 1181} 2020-12-22T11:25:24.857 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1186, "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": 1186} 2020-12-22T11:25:24.868 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1183, "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": 1183} 2020-12-22T11:25:24.931 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1182, "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": 1182} 2020-12-22T11:25:25.046 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1187, "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": 1187} 2020-12-22T11:25:25.068 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1184, "groups": "sudo", "home": "/home/mchangir", "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "move_home": false, "name": "mchangir", "shell": "/bin/bash", "state": "present", "uid": 1184} 2020-12-22T11:25:25.133 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1183, "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": 1183} 2020-12-22T11:25:25.229 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1188, "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": 1188} 2020-12-22T11:25:25.271 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1185, "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": 1185} 2020-12-22T11:25:25.324 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1184, "groups": "sudo", "home": "/home/mchangir", "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "move_home": false, "name": "mchangir", "shell": "/bin/bash", "state": "present", "uid": 1184} 2020-12-22T11:25:25.420 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1189, "groups": "sudo", "home": "/home/gsalomon", "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "move_home": false, "name": "gsalomon", "shell": "/bin/bash", "state": "present", "uid": 1189} 2020-12-22T11:25:25.466 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1186, "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": 1186} 2020-12-22T11:25:25.530 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1185, "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": 1185} 2020-12-22T11:25:25.614 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1190, "groups": "sudo", "home": "/home/soumyakoduri", "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "move_home": false, "name": "soumyakoduri", "shell": "/bin/bash", "state": "present", "uid": 1190} 2020-12-22T11:25:25.668 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1187, "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": 1187} 2020-12-22T11:25:25.732 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1186, "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": 1186} 2020-12-22T11:25:25.797 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1191, "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": 1191} 2020-12-22T11:25:25.874 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1188, "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": 1188} 2020-12-22T11:25:25.927 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1187, "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": 1187} 2020-12-22T11:25:25.991 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1192, "groups": "sudo", "home": "/home/sseshasa", "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "move_home": false, "name": "sseshasa", "shell": "/bin/bash", "state": "present", "uid": 1192} 2020-12-22T11:25:26.065 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1189, "groups": "sudo", "home": "/home/gsalomon", "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "move_home": false, "name": "gsalomon", "shell": "/bin/bash", "state": "present", "uid": 1189} 2020-12-22T11:25:26.128 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1188, "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": 1188} 2020-12-22T11:25:26.171 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1193, "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": 1193} 2020-12-22T11:25:26.276 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1190, "groups": "sudo", "home": "/home/soumyakoduri", "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "move_home": false, "name": "soumyakoduri", "shell": "/bin/bash", "state": "present", "uid": 1190} 2020-12-22T11:25:26.330 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1189, "groups": "sudo", "home": "/home/gsalomon", "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "move_home": false, "name": "gsalomon", "shell": "/bin/bash", "state": "present", "uid": 1189} 2020-12-22T11:25:26.362 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1194, "groups": "sudo", "home": "/home/lmb", "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "move_home": false, "name": "lmb", "shell": "/bin/bash", "state": "present", "uid": 1194} 2020-12-22T11:25:26.466 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1191, "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": 1191} 2020-12-22T11:25:26.519 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1190, "groups": "sudo", "home": "/home/soumyakoduri", "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "move_home": false, "name": "soumyakoduri", "shell": "/bin/bash", "state": "present", "uid": 1190} 2020-12-22T11:25:26.551 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1195, "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": 1195} 2020-12-22T11:25:26.668 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1192, "groups": "sudo", "home": "/home/sseshasa", "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "move_home": false, "name": "sseshasa", "shell": "/bin/bash", "state": "present", "uid": 1192} 2020-12-22T11:25:26.721 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1191, "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": 1191} 2020-12-22T11:25:26.743 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1196, "groups": "sudo", "home": "/home/ofriedma", "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "move_home": false, "name": "ofriedma", "shell": "/bin/bash", "state": "present", "uid": 1196} 2020-12-22T11:25:26.859 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1193, "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": 1193} 2020-12-22T11:25:26.924 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1192, "groups": "sudo", "home": "/home/sseshasa", "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "move_home": false, "name": "sseshasa", "shell": "/bin/bash", "state": "present", "uid": 1192} 2020-12-22T11:25:26.925 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1197, "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": 1197} 2020-12-22T11:25:27.072 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1194, "groups": "sudo", "home": "/home/lmb", "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "move_home": false, "name": "lmb", "shell": "/bin/bash", "state": "present", "uid": 1194} 2020-12-22T11:25:27.125 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1198, "groups": "sudo", "home": "/home/shyukri", "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "move_home": false, "name": "shyukri", "shell": "/bin/bash", "state": "present", "uid": 1198} 2020-12-22T11:25:27.136 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1193, "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": 1193} 2020-12-22T11:25:27.263 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1195, "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": 1195} 2020-12-22T11:25:27.317 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1199, "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": 1199} 2020-12-22T11:25:27.341 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1194, "groups": "sudo", "home": "/home/lmb", "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "move_home": false, "name": "lmb", "shell": "/bin/bash", "state": "present", "uid": 1194} 2020-12-22T11:25:27.469 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1196, "groups": "sudo", "home": "/home/ofriedma", "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "move_home": false, "name": "ofriedma", "shell": "/bin/bash", "state": "present", "uid": 1196} 2020-12-22T11:25:27.503 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1200, "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": 1200} 2020-12-22T11:25:27.535 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1195, "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": 1195} 2020-12-22T11:25:27.660 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1197, "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": 1197} 2020-12-22T11:25:27.693 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1201, "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": 1201} 2020-12-22T11:25:27.745 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1196, "groups": "sudo", "home": "/home/ofriedma", "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "move_home": false, "name": "ofriedma", "shell": "/bin/bash", "state": "present", "uid": 1196} 2020-12-22T11:25:27.863 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1198, "groups": "sudo", "home": "/home/shyukri", "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "move_home": false, "name": "shyukri", "shell": "/bin/bash", "state": "present", "uid": 1198} 2020-12-22T11:25:27.884 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1148, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1148} 2020-12-22T11:25:27.938 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1197, "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": 1197} 2020-12-22T11:25:28.063 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1199, "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": 1199} 2020-12-22T11:25:28.074 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1202, "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": 1202} 2020-12-22T11:25:28.138 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1198, "groups": "sudo", "home": "/home/shyukri", "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "move_home": false, "name": "shyukri", "shell": "/bin/bash", "state": "present", "uid": 1198} 2020-12-22T11:25:28.254 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1203, "groups": "sudo", "home": "/home/rraja", "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "move_home": false, "name": "rraja", "shell": "/bin/bash", "state": "present", "uid": 1203} 2020-12-22T11:25:28.265 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1200, "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": 1200} 2020-12-22T11:25:28.339 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1199, "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": 1199} 2020-12-22T11:25:28.453 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1204, "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": 1204} 2020-12-22T11:25:28.465 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1201, "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": 1201} 2020-12-22T11:25:28.539 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1200, "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": 1200} 2020-12-22T11:25:28.645 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1205, "groups": "sudo", "home": "/home/mgfritch", "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "move_home": false, "name": "mgfritch", "shell": "/bin/bash", "state": "present", "uid": 1205} 2020-12-22T11:25:28.656 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1148, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1148} 2020-12-22T11:25:28.730 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1201, "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": 1201} 2020-12-22T11:25:28.835 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1206, "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": 1206} 2020-12-22T11:25:28.857 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1202, "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": 1202} 2020-12-22T11:25:28.932 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1148, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1148} 2020-12-22T11:25:29.026 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1207, "groups": "sudo", "home": "/home/jafaj", "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "move_home": false, "name": "jafaj", "shell": "/bin/bash", "state": "present", "uid": 1207} 2020-12-22T11:25:29.058 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1203, "groups": "sudo", "home": "/home/rraja", "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "move_home": false, "name": "rraja", "shell": "/bin/bash", "state": "present", "uid": 1203} 2020-12-22T11:25:29.134 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1202, "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": 1202} 2020-12-22T11:25:29.218 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1208, "groups": "sudo", "home": "/home/jschmid", "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "move_home": false, "name": "jschmid", "shell": "/bin/bash", "state": "present", "uid": 1208} 2020-12-22T11:25:29.250 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1204, "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": 1204} 2020-12-22T11:25:29.344 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1203, "groups": "sudo", "home": "/home/rraja", "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "move_home": false, "name": "rraja", "shell": "/bin/bash", "state": "present", "uid": 1203} 2020-12-22T11:25:29.408 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1209, "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": 1209} 2020-12-22T11:25:29.451 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1205, "groups": "sudo", "home": "/home/mgfritch", "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "move_home": false, "name": "mgfritch", "shell": "/bin/bash", "state": "present", "uid": 1205} 2020-12-22T11:25:29.535 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1204, "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": 1204} 2020-12-22T11:25:29.589 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1210, "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": 1210} 2020-12-22T11:25:29.652 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1206, "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": 1206} 2020-12-22T11:25:29.735 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1205, "groups": "sudo", "home": "/home/mgfritch", "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "move_home": false, "name": "mgfritch", "shell": "/bin/bash", "state": "present", "uid": 1205} 2020-12-22T11:25:29.789 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1211, "groups": "sudo", "home": "/home/kapandya", "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "move_home": false, "name": "kapandya", "shell": "/bin/bash", "state": "present", "uid": 1211} 2020-12-22T11:25:29.852 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1207, "groups": "sudo", "home": "/home/jafaj", "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "move_home": false, "name": "jafaj", "shell": "/bin/bash", "state": "present", "uid": 1207} 2020-12-22T11:25:29.926 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1206, "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": 1206} 2020-12-22T11:25:29.969 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1212, "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": 1212} 2020-12-22T11:25:30.043 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1208, "groups": "sudo", "home": "/home/jschmid", "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "move_home": false, "name": "jschmid", "shell": "/bin/bash", "state": "present", "uid": 1208} 2020-12-22T11:25:30.126 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1207, "groups": "sudo", "home": "/home/jafaj", "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "move_home": false, "name": "jafaj", "shell": "/bin/bash", "state": "present", "uid": 1207} 2020-12-22T11:25:30.159 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1213, "groups": "sudo", "home": "/home/vikhyat", "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "move_home": false, "name": "vikhyat", "shell": "/bin/bash", "state": "present", "uid": 1213} 2020-12-22T11:25:30.244 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1209, "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": 1209} 2020-12-22T11:25:30.328 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1208, "groups": "sudo", "home": "/home/jschmid", "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "move_home": false, "name": "jschmid", "shell": "/bin/bash", "state": "present", "uid": 1208} 2020-12-22T11:25:30.340 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1214, "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": 1214} 2020-12-22T11:25:30.439 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1210, "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": 1210} 2020-12-22T11:25:30.522 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1209, "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": 1209} 2020-12-22T11:25:30.534 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1215, "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": 1215} 2020-12-22T11:25:30.641 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1211, "groups": "sudo", "home": "/home/kapandya", "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "move_home": false, "name": "kapandya", "shell": "/bin/bash", "state": "present", "uid": 1211} 2020-12-22T11:25:30.715 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1210, "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": 1210} 2020-12-22T11:25:30.716 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1216, "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": 1216} 2020-12-22T11:25:30.842 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1212, "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": 1212} 2020-12-22T11:25:30.905 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1217, "groups": "sudo", "home": "/home/jelopez", "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "move_home": false, "name": "jelopez", "shell": "/bin/bash", "state": "present", "uid": 1217} 2020-12-22T11:25:30.916 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1211, "groups": "sudo", "home": "/home/kapandya", "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "move_home": false, "name": "kapandya", "shell": "/bin/bash", "state": "present", "uid": 1211} 2020-12-22T11:25:31.042 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1213, "groups": "sudo", "home": "/home/vikhyat", "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "move_home": false, "name": "vikhyat", "shell": "/bin/bash", "state": "present", "uid": 1213} 2020-12-22T11:25:31.106 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1218, "groups": "sudo", "home": "/home/dcain", "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "move_home": false, "name": "dcain", "shell": "/bin/bash", "state": "present", "uid": 1218} 2020-12-22T11:25:31.117 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1212, "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": 1212} 2020-12-22T11:25:31.234 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1214, "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": 1214} 2020-12-22T11:25:31.289 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1219, "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": 1219} 2020-12-22T11:25:31.319 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1213, "groups": "sudo", "home": "/home/vikhyat", "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "move_home": false, "name": "vikhyat", "shell": "/bin/bash", "state": "present", "uid": 1213} 2020-12-22T11:25:31.434 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1215, "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": 1215} 2020-12-22T11:25:31.477 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1220, "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": 1220} 2020-12-22T11:25:31.519 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1214, "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": 1214} 2020-12-22T11:25:31.634 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1216, "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": 1216} 2020-12-22T11:25:31.666 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1221, "groups": "sudo", "home": "/home/aclewett", "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "move_home": false, "name": "aclewett", "shell": "/bin/bash", "state": "present", "uid": 1221} 2020-12-22T11:25:31.709 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1215, "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": 1215} 2020-12-22T11:25:31.834 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1217, "groups": "sudo", "home": "/home/jelopez", "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "move_home": false, "name": "jelopez", "shell": "/bin/bash", "state": "present", "uid": 1217} 2020-12-22T11:25:31.855 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1222, "groups": "sudo", "home": "/home/cblum", "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "move_home": false, "name": "cblum", "shell": "/bin/bash", "state": "present", "uid": 1222} 2020-12-22T11:25:31.911 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1216, "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": 1216} 2020-12-22T11:25:32.041 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1218, "groups": "sudo", "home": "/home/dcain", "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "move_home": false, "name": "dcain", "shell": "/bin/bash", "state": "present", "uid": 1218} 2020-12-22T11:25:32.054 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1223, "groups": "sudo", "home": "/home/mlatimer", "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "move_home": false, "name": "mlatimer", "shell": "/bin/bash", "state": "present", "uid": 1223} 2020-12-22T11:25:32.118 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1217, "groups": "sudo", "home": "/home/jelopez", "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "move_home": false, "name": "jelopez", "shell": "/bin/bash", "state": "present", "uid": 1217} 2020-12-22T11:25:32.243 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1224, "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": 1224} 2020-12-22T11:25:32.254 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1219, "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": 1219} 2020-12-22T11:25:32.319 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1218, "groups": "sudo", "home": "/home/dcain", "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "move_home": false, "name": "dcain", "shell": "/bin/bash", "state": "present", "uid": 1218} 2020-12-22T11:25:32.434 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1225, "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": 1225} 2020-12-22T11:25:32.456 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1220, "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": 1220} 2020-12-22T11:25:32.519 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1219, "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": 1219} 2020-12-22T11:25:32.614 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1226, "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": 1226} 2020-12-22T11:25:32.657 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1221, "groups": "sudo", "home": "/home/aclewett", "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "move_home": false, "name": "aclewett", "shell": "/bin/bash", "state": "present", "uid": 1221} 2020-12-22T11:25:32.721 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1220, "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": 1220} 2020-12-22T11:25:32.815 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1227, "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": 1227} 2020-12-22T11:25:32.847 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1222, "groups": "sudo", "home": "/home/cblum", "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "move_home": false, "name": "cblum", "shell": "/bin/bash", "state": "present", "uid": 1222} 2020-12-22T11:25:32.911 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1221, "groups": "sudo", "home": "/home/aclewett", "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "move_home": false, "name": "aclewett", "shell": "/bin/bash", "state": "present", "uid": 1221} 2020-12-22T11:25:32.995 INFO:teuthology.task.ansible.out:ok: [smithi105.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": 1228, "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": 1228} 2020-12-22T11:25:33.059 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1223, "groups": "sudo", "home": "/home/mlatimer", "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "move_home": false, "name": "mlatimer", "shell": "/bin/bash", "state": "present", "uid": 1223} 2020-12-22T11:25:33.101 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1222, "groups": "sudo", "home": "/home/cblum", "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "move_home": false, "name": "cblum", "shell": "/bin/bash", "state": "present", "uid": 1222} 2020-12-22T11:25:33.175 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1229, "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": 1229} 2020-12-22T11:25:33.249 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1224, "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": 1224} 2020-12-22T11:25:33.303 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1223, "groups": "sudo", "home": "/home/mlatimer", "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "move_home": false, "name": "mlatimer", "shell": "/bin/bash", "state": "present", "uid": 1223} 2020-12-22T11:25:33.365 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1230, "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": 1230} 2020-12-22T11:25:33.450 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1225, "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": 1225} 2020-12-22T11:25:33.503 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1224, "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": 1224} 2020-12-22T11:25:33.557 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1231, "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": 1231} 2020-12-22T11:25:33.642 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1226, "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": 1226} 2020-12-22T11:25:33.695 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1225, "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": 1225} 2020-12-22T11:25:33.749 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1232, "groups": "sudo", "home": "/home/hmunjulu", "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "move_home": false, "name": "hmunjulu", "shell": "/bin/bash", "state": "present", "uid": 1232} 2020-12-22T11:25:33.846 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1227, "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": 1227} 2020-12-22T11:25:33.899 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1226, "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": 1226} 2020-12-22T11:25:33.932 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1233, "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": 1233} 2020-12-22T11:25:34.046 INFO:teuthology.task.ansible.out:ok: [smithi039.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": 1228, "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": 1228} 2020-12-22T11:25:34.089 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1227, "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": 1227} 2020-12-22T11:25:34.121 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1235, "groups": "sudo", "home": "/home/pdhange", "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "move_home": false, "name": "pdhange", "shell": "/bin/bash", "state": "present", "uid": 1235} 2020-12-22T11:25:34.237 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1229, "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": 1229} 2020-12-22T11:25:34.292 INFO:teuthology.task.ansible.out:ok: [smithi058.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": 1228, "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": 1228} 2020-12-22T11:25:34.439 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1230, "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": 1230} 2020-12-22T11:25:34.492 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1229, "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": 1229} 2020-12-22T11:25:34.638 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1231, "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": 1231} 2020-12-22T11:25:34.691 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1230, "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": 1230} 2020-12-22T11:25:34.837 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1232, "groups": "sudo", "home": "/home/hmunjulu", "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "move_home": false, "name": "hmunjulu", "shell": "/bin/bash", "state": "present", "uid": 1232} 2020-12-22T11:25:34.879 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1231, "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": 1231} 2020-12-22T11:25:35.026 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1233, "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": 1233} 2020-12-22T11:25:35.079 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'hmunjulu', 'ovpn': 'hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1232, "groups": "sudo", "home": "/home/hmunjulu", "item": {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, "move_home": false, "name": "hmunjulu", "shell": "/bin/bash", "state": "present", "uid": 1232} 2020-12-22T11:25:35.224 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1235, "groups": "sudo", "home": "/home/pdhange", "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "move_home": false, "name": "pdhange", "shell": "/bin/bash", "state": "present", "uid": 1235} 2020-12-22T11:25:35.279 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1233, "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": 1233} 2020-12-22T11:25:35.481 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1235, "groups": "sudo", "home": "/home/pdhange", "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "move_home": false, "name": "pdhange", "shell": "/bin/bash", "state": "present", "uid": 1235} 2020-12-22T11:25:35.712 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10102, "groups": "sudo", "home": "/home/dpivonka", "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, "name": "dpivonka", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10102} 2020-12-22T11:25:36.940 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10103, "groups": "sudo", "home": "/home/adking", "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "name": "adking", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10103} 2020-12-22T11:25:37.025 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10102, "groups": "sudo", "home": "/home/dpivonka", "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, "name": "dpivonka", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10102} 2020-12-22T11:25:37.143 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10102, "groups": "sudo", "home": "/home/dpivonka", "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, "name": "dpivonka", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10102} 2020-12-22T11:25:38.181 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10104, "groups": "sudo", "home": "/home/amathuri", "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}, "name": "amathuri", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10104} 2020-12-22T11:25:38.285 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:38 +0000 (0:00:29.959) 0:00:37.464 ****** 2020-12-22T11:25:38.310 INFO:teuthology.task.ansible.out: TASK [users : Create all users without sudo access.] *************************** 2020-12-22T11:25:38.343 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:38 +0000 (0:00:00.058) 0:00:37.522 ****** 2020-12-22T11:25:38.379 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ 2020-12-22T11:25:38.381 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10103, "groups": "sudo", "home": "/home/adking", "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "name": "adking", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10103} 2020-12-22T11:25:38.392 INFO:teuthology.task.ansible.out: TASK [users : Merge managed_users and managed_admin users] ********************* 2020-12-22T11:25:38.394 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:38.396 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 2020-12-22T11:25:38.398 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\n"}, {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, {"name": "ivancic 2020-12-22T11:25:38.400 INFO:teuthology.task.ansible.out:h", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, {"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 OT1MhoO0WihhvkK 2020-12-22T11:25:38.401 INFO:teuthology.task.ansible.out:ztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\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 2020-12-22T11:25:38.402 INFO:teuthology.task.ansible.out: XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, {"name": "kchai", "ovpn": "kefu@gen8 2020-12-22T11:25:38.403 INFO:teuthology.task.ansible.out:HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, {"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"}, {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg 2020-12-22T11:25:38.405 INFO:teuthology.task.ansible.out:e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df 2020-12-22T11:25:38.406 INFO:teuthology.task.ansible.out:79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, {"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": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hm 2020-12-22T11:25:38.408 INFO:teuthology.task.ansible.out:p+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", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b 2020-12-22T11:25:38.410 INFO:teuthology.task.ansible.out:0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, {"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"}, {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/ 2020-12-22T11:25:38.411 INFO:teuthology.task.ansible.out:nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, {"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 c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, {"name": "jelope 2020-12-22T11:25:38.413 INFO:teuthology.task.ansible.out:z", "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\nxuxueh 2020-12-22T11:25:38.414 INFO:teuthology.task.ansible.out:an@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": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0 2020-12-22T11:25:38.415 INFO:teuthology.task.ansible.out:dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, {"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"}]}, "changed": false} 2020-12-22T11:25:38.452 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:38 +0000 (0:00:00.109) 0:00:37.631 ****** 2020-12-22T11:25:38.687 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ changed: [smithi058.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10103, "groups": "sudo", "home": "/home/adking", "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "name": "adking", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10103} 2020-12-22T11:25:39.261 INFO:teuthology.task.ansible.out: TASK [users : Clone the keys repo] ********************************************* ok: [smithi105.front.sepia.ceph.com -> localhost] => {"after": "aa0a0c64ff1732e75d6e909b454d082d35cf7333", "attempts": 1, "before": "aa0a0c64ff1732e75d6e909b454d082d35cf7333", "changed": false, "remote_url_changed": false} 2020-12-22T11:25:39.304 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:39 +0000 (0:00:00.852) 0:00:38.484 ****** 2020-12-22T11:25:39.594 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:25:39.595 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:39.731 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ changed: [smithi039.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10104, "groups": "sudo", "home": "/home/amathuri", "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}, "name": "amathuri", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10104} 2020-12-22T11:25:39.812 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:25:39.814 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:39.844 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:39 +0000 (0:00:00.539) 0:00:39.024 ****** 2020-12-22T11:25:39.862 INFO:teuthology.task.ansible.out: TASK [users : Create all users without sudo access.] *************************** 2020-12-22T11:25:39.894 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:39 +0000 (0:00:00.049) 0:00:39.073 ****** 2020-12-22T11:25:39.943 INFO:teuthology.task.ansible.out: TASK [users : Merge managed_users and managed_admin users] ********************* 2020-12-22T11:25:39.944 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:39.946 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 2020-12-22T11:25:39.948 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\n"}, {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, {"name": "ivancic 2020-12-22T11:25:39.949 INFO:teuthology.task.ansible.out:h", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, {"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 OT1MhoO0WihhvkK 2020-12-22T11:25:39.951 INFO:teuthology.task.ansible.out:ztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\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 oYp1WWV0JwpikH 2020-12-22T11:25:39.952 INFO:teuthology.task.ansible.out:CWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, {"name": "kchai", "ovpn": "kefu@gen8 2020-12-22T11:25:39.953 INFO:teuthology.task.ansible.out:HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, {"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"}, {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg 2020-12-22T11:25:39.955 INFO:teuthology.task.ansible.out:e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df 2020-12-22T11:25:39.957 INFO:teuthology.task.ansible.out:79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, {"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": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hm 2020-12-22T11:25:39.958 INFO:teuthology.task.ansible.out:p+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", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b 2020-12-22T11:25:39.960 INFO:teuthology.task.ansible.out:0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, {"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@womb 2020-12-22T11:25:39.960 INFO:teuthology.task.ansible.out:at Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/ 2020-12-22T11:25:39.962 INFO:teuthology.task.ansible.out:nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, {"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 c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, {"name": "jelope 2020-12-22T11:25:39.964 INFO:teuthology.task.ansible.out:z", "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": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0 2020-12-22T11:25:39.966 INFO:teuthology.task.ansible.out:dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, {"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"}]}, "changed": false} 2020-12-22T11:25:40.002 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:39 +0000 (0:00:00.107) 0:00:39.181 ****** 2020-12-22T11:25:40.018 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:25:40.020 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:40.134 INFO:teuthology.task.ansible.out: TASK [users : Create all admin users with sudo access.] ************************ 2020-12-22T11:25:40.136 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10104, "groups": "sudo", "home": "/home/amathuri", "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}, "name": "amathuri", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10104} 2020-12-22T11:25:40.245 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:40 +0000 (0:00:00.242) 0:00:39.424 ****** 2020-12-22T11:25:40.250 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:25:40.252 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:40.254 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} 2020-12-22T11:25:40.264 INFO:teuthology.task.ansible.out: TASK [users : Create all users without sudo access.] *************************** 2020-12-22T11:25:40.296 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:40 +0000 (0:00:00.051) 0:00:39.475 ****** 2020-12-22T11:25:40.344 INFO:teuthology.task.ansible.out: TASK [users : Merge managed_users and managed_admin users] ********************* 2020-12-22T11:25:40.345 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:40.347 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 2020-12-22T11:25:40.349 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\n"}, {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, {"name": "ivancic 2020-12-22T11:25:40.350 INFO:teuthology.task.ansible.out:h", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, {"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 OT1MhoO0WihhvkK 2020-12-22T11:25:40.352 INFO:teuthology.task.ansible.out:ztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n"}, {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d 2020-12-22T11:25:40.353 INFO:teuthology.task.ansible.out:15648b4f92b4"}, {"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": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d 2020-12-22T11:25:40.355 INFO:teuthology.task.ansible.out:7a33bc6fe5df5d047e24499994b2"}, {"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"}, {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4 2020-12-22T11:25:40.356 INFO:teuthology.task.ansible.out:c1506c8e07a72e"}, {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, {"name": "henrix", 2020-12-22T11:25:40.358 INFO:teuthology.task.ansible.out:"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": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, {"name": "oliveiradan", "ovpn": "oliveirad 2020-12-22T11:25:40.360 INFO:teuthology.task.ansible.out:an@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", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4T 2020-12-22T11:25:40.361 INFO:teuthology.task.ansible.out:DcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, {"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"}, {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI 2020-12-22T11:25:40.363 INFO:teuthology.task.ansible.out:46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, {"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 c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, {"name": "d 2020-12-22T11:25:40.364 INFO:teuthology.task.ansible.out:cain", "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": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj 2020-12-22T11:25:40.366 INFO:teuthology.task.ansible.out:0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, {"name": "hmunjulu", "ovpn": "hmunjulu@thinkpad +5kJJIhXveJw6Q8ytILUSA 546f32fb058ff40ef3113e6c258b0f1cba6611155ba0a40a55646946cdb53019"}, {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea3 2020-12-22T11:25:40.367 INFO:teuthology.task.ansible.out:5808d394d30fa9e174fe16d6b872450fe0"}, {"name": "dpivonka", "ovpn": "dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8"}, {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}]}, "changed": false} 2020-12-22T11:25:40.409 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:40 +0000 (0:00:00.112) 0:00:39.588 ****** 2020-12-22T11:25:40.446 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:25:40.447 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:40.520 INFO:teuthology.task.ansible.out: TASK [users : Clone the keys repo] ********************************************* 2020-12-22T11:25:40.521 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com -> localhost] => {"after": "aa0a0c64ff1732e75d6e909b454d082d35cf7333", "attempts": 1, "before": "aa0a0c64ff1732e75d6e909b454d082d35cf7333", "changed": false, "remote_url_changed": false} 2020-12-22T11:25:40.554 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:40 +0000 (0:00:00.145) 0:00:39.733 ****** 2020-12-22T11:25:40.658 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:25:40.660 INFO:teuthology.task.ansible.out:ok: [smithi105.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+ 2020-12-22T11:25:40.662 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} 2020-12-22T11:25:40.849 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:40.881 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:40.883 INFO:teuthology.task.ansible.out: 2020-12-22T11:25:40.957 INFO:teuthology.task.ansible.out: TASK [users : Clone the keys repo] ********************************************* 2020-12-22T11:25:40.959 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com -> localhost] => {"after": "aa0a0c64ff1732e75d6e909b454d082d35cf7333", "attempts": 1, "before": "aa0a0c64ff1732e75d6e909b454d082d35cf7333", "changed": false, "remote_url_changed": false} 2020-12-22T11:25:40.998 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:25:40 +0000 (0:00:00.444) 0:00:40.178 ****** 2020-12-22T11:25:41.073 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:25:41.075 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:41.085 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:41.297 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:41.307 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:41.309 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'smithfarm', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf', 'ovpn': 'smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:41.309 INFO:teuthology.task.ansible.out:ok: [smithi058.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/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLv 2020-12-22T11:25:41.311 INFO:teuthology.task.ansible.out:huyxmwvJKfZI8QMEYcFbKd1cDnCk9n/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} 2020-12-22T11:25:41.528 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:41.530 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} ok: [smithi058.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} 2020-12-22T11:25:41.592 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:41.593 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} 2020-12-22T11:25:41.739 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:41.740 INFO:teuthology.task.ansible.out:son", "validate_certs": true} 2020-12-22T11:25:41.750 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'amaredia', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour', 'ovpn': 'ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:41.751 INFO:teuthology.task.ansible.out:ok: [smithi058.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} skipping: [smithi105.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+i 2020-12-22T11:25:41.753 INFO:teuthology.task.ansible.out:74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "name": "tserlin", "ovpn": "tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:41.814 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:41.963 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:41.974 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:41.976 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} 2020-12-22T11:25:42.027 INFO:teuthology.task.ansible.out:ok: [smithi039.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+ 2020-12-22T11:25:42.028 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} 2020-12-22T11:25:42.173 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:42.175 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} 2020-12-22T11:25:42.185 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:42.248 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:42.386 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:42.408 INFO:teuthology.task.ansible.out:ok: [smithi058.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+ 2020-12-22T11:25:42.409 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} 2020-12-22T11:25:42.492 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:42.597 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "changed": false, "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\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": null, "state": "present", "user": "davidz", "validate_certs": true} 2020-12-22T11:25:42.618 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:42.714 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:42.725 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'smithfarm', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf', 'ovpn': 'smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:42.801 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:42.854 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:42.939 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:42.941 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} 2020-12-22T11:25:43.012 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:43.065 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:43.076 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'smithfarm', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf', 'ovpn': 'smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:43.159 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:43.161 INFO:teuthology.task.ansible.out:son", "validate_certs": true} 2020-12-22T11:25:43.170 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'amaredia', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour', 'ovpn': 'ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:43.172 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet', 'ovpn': 'tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "name": "tserlin", "ovpn": "tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:43.223 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:43.288 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:43.290 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} 2020-12-22T11:25:43.393 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:43.427 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtmxLK2rSomB14d9/fkAshmsXQfd6cJ+vEb0MZDaUT+OLmr1vAq0+H5g9w3hApJ2UEOFSaiz6ywgBAFeBeu/KmUALOhJIKKk0imoTunYclqxVPBK6tG/2b+ME8VE1afoEpMem3Bzfkrq0pDt6DLFBDlt9rRIqtO/ZlqEayWkEwTXJ7pwj+oJS03Z3Y7q0Iqw8PToKqJWwy2OvW1I9Pi0Q8s4YV9I34rSO7Wv4w43AXpFHRlvJWIcI5g5WFI5tnjel+kUAWMZft9ynFoAP5iXdByq897r4jAF74hapaxLMsHBz4MyYmPZqS76Cx2e3kGqXeetPinfcZxC3ViboR7o/1 root@zhyan-desk1", "key_options": null, "keyfile": "/home/zyan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zyan", "validate_certs": true} 2020-12-22T11:25:43.512 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:43.514 INFO:teuthology.task.ansible.out:son", "validate_certs": true} 2020-12-22T11:25:43.523 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'amaredia', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour', 'ovpn': 'ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:43.534 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet', 'ovpn': 'tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "name": "tserlin", "ovpn": "tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:25:43.619 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:43.621 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} 2020-12-22T11:25:43.641 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:43.642 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} 2020-12-22T11:25:43.746 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:43.842 INFO:teuthology.task.ansible.out:ok: [smithi039.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} ok: [smithi105.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+y5vMzaNUVsp8We1tphqPQ9B0y 2020-12-22T11:25:43.844 INFO:teuthology.task.ansible.out:gi80OxbHWu5gyv4g+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/vMRkRhoBYB0C5KT9utGNqrtDdvH98h43XnKZ3K/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} 2020-12-22T11:25:43.978 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:43.980 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} 2020-12-22T11:25:44.054 INFO:teuthology.task.ansible.out:ok: [smithi105.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} ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "davidz", "ovpn": "dzafman@ub 2020-12-22T11:25:44.056 INFO:teuthology.task.ansible.out:untu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\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": null, "state": "present", "user": "davidz", "validate_certs": true} 2020-12-22T11:25:44.201 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:44.254 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:44.276 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:44.424 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "changed": false, "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\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": null, "state": "present", "user": "davidz", "validate_certs": true} 2020-12-22T11:25:44.466 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "changed": false, "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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvplQk8xkSXF03uSJh3H4zyZHRMjvgUJBgGN27Kb7gAlIQv306wPKIprOwp+jDhEcPnEWBMRJMUJuBi0vEiqmDHt8mg8ZYcs+Gi7MbUgBokILdJuSG89KAgq7gBCuIhYbSg35pfvXvIZswiXvySqMrJNB495GYj/FrcWEBfQMuedMSkIfNzqPV9yR5YRh8fnSs3fjCzV96vzu7O4AzgwICbM6XmqVLXPax/32Hq0dz7sAawlQFCJYPHzVzjwmih46 2020-12-22T11:25:44.468 INFO:teuthology.task.ansible.out:TRJnXrxewsRhk9GwKfI4SWaFIRdOdadGFSLgdZ+2iGE7hTZ3sRgkLOj+4zKa+xTbtjjXfw5up7J3hAmrK15Tz yehuda@yehuda-940X3G\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfNxvAw6cb33jg36vw8kJu48/BttmFJ4BFeanYqwRgtWZrKpAAGHEgCiNeyIttMrI3t7Spcdyp6dy6n0P3WUFVgHWEYtGqXwXqDC9UXISkUJVVDZoEynpGC92RghhzH53+7jX1Ytpr30r/xb1ktryTPCoEJRqyrg2j1b167i6PV5tuJCA+77gW5LWBmMXJCprjnfnJ92Gp8ZewBB6gL1x+3RFkMxGsibL0Qw1CTKfyAHNYc/jos6YiL0b42Ha+NmKwvzZ1GgIleRMleisSOyKPUlPdR7UnmtEXa9bl3Gc/hc7Zt+v4iUypr2WL0X4Yl7rJNH/AAd/Z6jPkAX9nHYzh yehudasa@yehudasa-desktop", "key_options": null, "keyfile": "/home/yehudasa/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yehudasa", "validate_certs": true} 2020-12-22T11:25:44.498 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:44.646 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:44.679 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:44.722 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:44.869 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:44.903 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:44.949 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtmxLK2rSomB14d9/fkAshmsXQfd6cJ+vEb0MZDaUT+OLmr1vAq0+H5g9w3hApJ2UEOFSaiz6ywgBAFeBeu/KmUALOhJIKKk0imoTunYclqxVPBK6tG/2b+ME8VE1afoEpMem3Bzfkrq0pDt6DLFBDlt9rRIqtO/ZlqEayWkEwTXJ7pwj+oJS03Z3Y7q0Iqw8PToKqJWwy2OvW1I9Pi0Q8s4YV9I34rSO7Wv4w43AXpFHRlvJWIcI5g5WFI5tnjel+kUAWMZft9ynFoAP5iXdByq897r4jAF74hapaxLMsHBz4MyYmPZqS76Cx2e3kGqXeetPinfcZxC3ViboR7o/1 root@zhyan-desk1", "key_options": null, "keyfile": "/home/zyan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zyan", "validate_certs": true} 2020-12-22T11:25:45.085 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:45.117 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:45.170 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:45.171 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} 2020-12-22T11:25:45.315 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtmxLK2rSomB14d9/fkAshmsXQfd6cJ+vEb0MZDaUT+OLmr1vAq0+H5g9w3hApJ2UEOFSaiz6ywgBAFeBeu/KmUALOhJIKKk0imoTunYclqxVPBK6tG/2b+ME8VE1afoEpMem3Bzfkrq0pDt6DLFBDlt9rRIqtO/ZlqEayWkEwTXJ7pwj+oJS03Z3Y7q0Iqw8PToKqJWwy2OvW1I9Pi0Q8s4YV9I34rSO7Wv4w43AXpFHRlvJWIcI5g5WFI5tnjel+kUAWMZft9ynFoAP5iXdByq897r4jAF74hapaxLMsHBz4MyYmPZqS76Cx2e3kGqXeetPinfcZxC3ViboR7o/1 root@zhyan-desk1", "key_options": null, "keyfile": "/home/zyan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zyan", "validate_certs": true} 2020-12-22T11:25:45.326 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:45.394 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:45.396 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} 2020-12-22T11:25:45.530 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:45.541 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:45.542 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} 2020-12-22T11:25:45.604 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:45.739 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:45.741 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} 2020-12-22T11:25:45.754 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:45.756 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} 2020-12-22T11:25:45.824 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:45.950 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:45.981 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:46.045 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "changed": false, "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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvplQk8xkSXF03uSJh3H4zyZHRMjvgUJBgGN27Kb7gAlIQv306wPKIprOwp+jDhEcPnEWBMRJMUJuBi0vEiqmDHt8mg8ZYcs+Gi7MbUgBokILdJuSG89KAgq7gBCuIhYbSg35pfvXvIZswiXvySqMrJNB495GYj/FrcWEBfQMuedMSkIfNzqPV9yR5YRh8fnSs3fjCzV96vzu7O4AzgwICbM6XmqVLXPax/32Hq0dz7sAawlQFCJYPHzVzjwmih46 2020-12-22T11:25:46.046 INFO:teuthology.task.ansible.out:TRJnXrxewsRhk9GwKfI4SWaFIRdOdadGFSLgdZ+2iGE7hTZ3sRgkLOj+4zKa+xTbtjjXfw5up7J3hAmrK15Tz yehuda@yehuda-940X3G\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfNxvAw6cb33jg36vw8kJu48/BttmFJ4BFeanYqwRgtWZrKpAAGHEgCiNeyIttMrI3t7Spcdyp6dy6n0P3WUFVgHWEYtGqXwXqDC9UXISkUJVVDZoEynpGC92RghhzH53+7jX1Ytpr30r/xb1ktryTPCoEJRqyrg2j1b167i6PV5tuJCA+77gW5LWBmMXJCprjnfnJ92Gp8ZewBB6gL1x+3RFkMxGsibL0Qw1CTKfyAHNYc/jos6YiL0b42Ha+NmKwvzZ1GgIleRMleisSOyKPUlPdR7UnmtEXa9bl3Gc/hc7Zt+v4iUypr2WL0X4Yl7rJNH/AAd/Z6jPkAX9nHYzh yehudasa@yehudasa-desktop", "key_options": null, "keyfile": "/home/yehudasa/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yehudasa", "validate_certs": true} 2020-12-22T11:25:46.149 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:46.192 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:46.265 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:46.360 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:46.412 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "changed": false, "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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDvplQk8xkSXF03uSJh3H4zyZHRMjvgUJBgGN27Kb7gAlIQv306wPKIprOwp+jDhEcPnEWBMRJMUJuBi0vEiqmDHt8mg8ZYcs+Gi7MbUgBokILdJuSG89KAgq7gBCuIhYbSg35pfvXvIZswiXvySqMrJNB495GYj/FrcWEBfQMuedMSkIfNzqPV9yR5YRh8fnSs3fjCzV96vzu7O4AzgwICbM6XmqVLXPax/32Hq0dz7sAawlQFCJYPHzVzjwmih46 2020-12-22T11:25:46.414 INFO:teuthology.task.ansible.out:TRJnXrxewsRhk9GwKfI4SWaFIRdOdadGFSLgdZ+2iGE7hTZ3sRgkLOj+4zKa+xTbtjjXfw5up7J3hAmrK15Tz yehuda@yehuda-940X3G\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfNxvAw6cb33jg36vw8kJu48/BttmFJ4BFeanYqwRgtWZrKpAAGHEgCiNeyIttMrI3t7Spcdyp6dy6n0P3WUFVgHWEYtGqXwXqDC9UXISkUJVVDZoEynpGC92RghhzH53+7jX1Ytpr30r/xb1ktryTPCoEJRqyrg2j1b167i6PV5tuJCA+77gW5LWBmMXJCprjnfnJ92Gp8ZewBB6gL1x+3RFkMxGsibL0Qw1CTKfyAHNYc/jos6YiL0b42Ha+NmKwvzZ1GgIleRMleisSOyKPUlPdR7UnmtEXa9bl3Gc/hc7Zt+v4iUypr2WL0X4Yl7rJNH/AAd/Z6jPkAX9nHYzh yehudasa@yehudasa-desktop", "key_options": null, "keyfile": "/home/yehudasa/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yehudasa", "validate_certs": true} 2020-12-22T11:25:46.475 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:46.570 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:46.632 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:46.706 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:46.770 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA296in+8Sr9slF8hrzAV3dNz0q94Q4FlFaMYw08II5PQm6HOpabGOGOwOud/PPeh3lMUHhs45N5WnbgdfQdzz9lpDoNBcqxeACdMicdECMHtYWf2GuFUdTAnPBFVl8wFW5JcziQYJePUcAUJRXGGfdMLMppAi8VEuhMw/z3jz89UN+zf51Y9eT3rgAVSCR+Zn47kite4OB2S1aVMEcZBE0fPnh60i+rpN26s80fh3wG2N9JrPBEvst6LbL0aEixrlRUtoFHZuWNCIjntVMANa+idpuWSxN2dzfcoxpGLF1TFzqx0moznp0PnDs7ZAFFS1/EkeSCgBflyhPV6csG3VNw== jdillaman@ceph1.example.com", "key_options": null, "keyfile": "/home/jdillaman/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jdillaman", "validate_certs": true} 2020-12-22T11:25:46.853 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:46.917 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:46.990 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:47.074 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:47.138 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:47.191 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:47.296 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:47.371 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:47.372 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} 2020-12-22T11:25:47.405 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:47.512 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:47.597 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:47.607 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:47.733 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:47.735 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} 2020-12-22T11:25:47.823 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:47.824 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:47.826 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} 2020-12-22T11:25:47.954 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:48.040 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:48.042 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} ok: [smithi039.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} 2020-12-22T11:25:48.179 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:48.242 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:48.265 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:48.390 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:48.453 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:48.486 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA296in+8Sr9slF8hrzAV3dNz0q94Q4FlFaMYw08II5PQm6HOpabGOGOwOud/PPeh3lMUHhs45N5WnbgdfQdzz9lpDoNBcqxeACdMicdECMHtYWf2GuFUdTAnPBFVl8wFW5JcziQYJePUcAUJRXGGfdMLMppAi8VEuhMw/z3jz89UN+zf51Y9eT3rgAVSCR+Zn47kite4OB2S1aVMEcZBE0fPnh60i+rpN26s80fh3wG2N9JrPBEvst6LbL0aEixrlRUtoFHZuWNCIjntVMANa+idpuWSxN2dzfcoxpGLF1TFzqx0moznp0PnDs7ZAFFS1/EkeSCgBflyhPV6csG3VNw== jdillaman@ceph1.example.com", "key_options": null, "keyfile": "/home/jdillaman/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jdillaman", "validate_certs": true} 2020-12-22T11:25:48.613 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:48.665 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:48.708 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:48.824 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA296in+8Sr9slF8hrzAV3dNz0q94Q4FlFaMYw08II5PQm6HOpabGOGOwOud/PPeh3lMUHhs45N5WnbgdfQdzz9lpDoNBcqxeACdMicdECMHtYWf2GuFUdTAnPBFVl8wFW5JcziQYJePUcAUJRXGGfdMLMppAi8VEuhMw/z3jz89UN+zf51Y9eT3rgAVSCR+Zn47kite4OB2S1aVMEcZBE0fPnh60i+rpN26s80fh3wG2N9JrPBEvst6LbL0aEixrlRUtoFHZuWNCIjntVMANa+idpuWSxN2dzfcoxpGLF1TFzqx0moznp0PnDs7ZAFFS1/EkeSCgBflyhPV6csG3VNw== jdillaman@ceph1.example.com", "key_options": null, "keyfile": "/home/jdillaman/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jdillaman", "validate_certs": true} 2020-12-22T11:25:48.867 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "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", "key_options": nu 2020-12-22T11:25:48.869 INFO:teuthology.task.ansible.out:ll, "keyfile": "/home/prsrivas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2020-12-22T11:25:48.951 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:49.045 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:49.087 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:49.089 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 2020-12-22T11:25:49.090 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} 2020-12-22T11:25:49.161 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:49.255 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:49.297 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:49.392 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:49.486 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:49.497 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:49.603 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:49.605 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} 2020-12-22T11:25:49.698 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:49.710 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:49.826 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:49.828 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} 2020-12-22T11:25:49.919 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:49.921 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} ok: [smithi105.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} 2020-12-22T11:25:50.045 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:50.121 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:50.133 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:50.136 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} 2020-12-22T11:25:50.260 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:50.326 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:50.328 INFO:teuthology.task.ansible.out:/nojha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nojha", "validate_certs": true} 2020-12-22T11:25:50.347 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:50.474 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:50.537 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:50.569 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:50.695 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "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", "key_options": nu 2020-12-22T11:25:50.696 INFO:teuthology.task.ansible.out:ll, "keyfile": "/home/prsrivas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2020-12-22T11:25:50.748 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:50.780 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:50.916 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:50.917 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 2020-12-22T11:25:50.919 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} 2020-12-22T11:25:50.947 INFO:teuthology.task.ansible.out:ok: [smithi105.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": " 2020-12-22T11:25:50.949 INFO:teuthology.task.ansible.out:gabrioux", "validate_certs": true} 2020-12-22T11:25:51.000 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "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", "key_options": nu 2020-12-22T11:25:51.001 INFO:teuthology.task.ansible.out:ll, "keyfile": "/home/prsrivas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2020-12-22T11:25:51.136 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:51.158 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:51.222 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:51.223 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 2020-12-22T11:25:51.225 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} 2020-12-22T11:25:51.359 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:51.371 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:51.446 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:51.571 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:51.573 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:51.574 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} 2020-12-22T11:25:51.658 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:51.785 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:51.787 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:51.872 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:51.989 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:52.011 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:52.087 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:52.192 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:52.225 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:52.227 INFO:teuthology.task.ansible.out:/nojha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nojha", "validate_certs": true} 2020-12-22T11:25:52.310 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:52.405 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:52.448 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:52.523 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:52.683 INFO:teuthology.task.ansible.out:/nojha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nojha", "validate_certs": true} ok: [smithi105.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} ok: [smithi039.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/AE2q47pFM3KyrvmZxP 2020-12-22T11:25:52.685 INFO:teuthology.task.ansible.out:RNmwtXn2r3ngHQQyc6DLZdFIv9Yn0VWu1KB/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} 2020-12-22T11:25:52.746 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:52.820 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:52.894 INFO:teuthology.task.ansible.out:ok: [smithi039.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": " 2020-12-22T11:25:52.896 INFO:teuthology.task.ansible.out:gabrioux", "validate_certs": true} 2020-12-22T11:25:52.969 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:53.033 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:53.108 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:53.193 INFO:teuthology.task.ansible.out:ok: [smithi058.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": " 2020-12-22T11:25:53.194 INFO:teuthology.task.ansible.out:gabrioux", "validate_certs": true} 2020-12-22T11:25:53.237 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:53.322 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:53.416 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:53.448 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:53.543 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:53.545 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} 2020-12-22T11:25:53.628 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:53.650 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:53.775 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:53.850 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:53.852 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} 2020-12-22T11:25:53.861 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:53.987 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:54.062 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:54.073 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:54.199 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:54.273 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:54.290 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:54.416 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:54.480 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:54.501 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:54.503 INFO:teuthology.task.ansible.out: 2020-12-22T11:25:54.642 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:54.694 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:54.726 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:54.852 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:54.906 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:54.939 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:55.065 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:55.117 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:55.150 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:55.286 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:55.339 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": true, "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} 2020-12-22T11:25:55.371 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:55.521 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:55.553 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:55.585 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:55.731 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:55.763 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:55.806 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:55.952 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:55.973 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:55.975 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} 2020-12-22T11:25:56.027 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:56.173 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:56.184 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:56.247 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:56.383 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:56.394 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:56.478 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:56.604 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:56.606 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:56.699 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:56.813 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:56.824 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:56.919 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:57.023 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:57.025 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} 2020-12-22T11:25:57.045 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:57.129 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:57.244 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'sjust', 'ovpn': 'sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6RDgqwA0GrvE6KqRaGCgYnFhnxdi9ehjIWvfaMa1oq0CqYxUAee2bNbp/X2Bd18Vqk8iH9fpE0+qrLgAH/8BpD+MtgGikCFMORvazeUtOCF/OCDO0AMg1jvl8aTdvrQU8ZTDPXa65Avpkc9vwugcoplnwrW7lKx++XqCWsSlfHgEdyMV3wrt/ZDFwI2AS2bZBpWM6ViG1KSjXjgTi/T3hSZPY+buYvWjzoEjQO0946iI3iiKKCGohEpCUnG02oJXcS0vvgl8dWE71451lbainEKJ4hbDhfDmy57s6VXfVUANsczwiPWiSC/ZmMlDaCCBeKHO0Gz0xXaDXd9j4SA7P sam@Pondermatic\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYylAUS12hF6XndDQ3CkrUddKmXNSd8pOlHwO+pWaDTJPKxwtPL6sM3aOtaAPLrGkv1zD2k3iZaxmDwfPYGaXOyb0KS5ZCddtOyNXj5JLrjxh2niqFPP8SIkdHLOP+0Hv1/tB0Jz75RV+tNIT1SJTm7OZ8wZNy0qYycITSooJ14iEgyZ7rOa3EEzbtIVpHS4+YqIuIJdV2oV5egCrJyRv4sPUrS8ERXD4QZSOlHE+W4Tf+WVrEfsHOdDLRlAXJUzhuqgWtVouiYcW5ex294z28eA+12lKaPQpE0cft/NJ6FLs41yqh4ZN588bl8Ada+yTXEaHWioQEEJMlca2jIgrP sjust@rex004.front.sepia.ceph.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC08RrDQ2M7Zjcpx7RL9e+tjv48kBgDNyTenX1QdxW22JA2JR3D3ThA/ej9HtiPWcIVz16oZ4tzrCEVwaCMfbsmXq 2020-12-22T11:25:57.245 INFO:teuthology.task.ansible.out:2z08ZXYqwiBuoXJVshU7lIKVqAtadT4F6Q9eQvxEo4zWdBib1W0/cqNLlYzU/DuwlUqYnWBDLGxc4fD5Kxrz366oWUDB/ULCpl77TMqfTKlStCgGXot0zLqiscqzq1W7XsuA7A5vQw/JTq7MvIME+SkUuGWX0WKwTMIRZKNWBGmlf51bNru3GmmAnKBUFsJv9H4G0FPqGY/aH02rr5dAgTTmfKt+XbWRfMTMpjJqVRGX03+1mQNoYQ3kNDz0wl sjust@office\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5UMPySf/h9r2/OryRXrO9Qq9k5J9Dn9nvJYyaYCE82H/qkBJGboAJgyIXfbsGYO5uPM25d3fGRH4magzAQm2hGWNbbt1YWn9HaIyKCCXo9JX600/dv3OZbHyGGmgXPa4Anl16j1c2vxRRt2+ArjlyyhP7cAcRkilUGdagK9u6ALrwnz9hhXYV+BmXrxMm7zZCmdWHcWz+YxoA65es4+w+aLvVZWmUCZLF8uZrcpPSw+oK3SfZE8JPRc5vWulXbWEEfIoHb9AszPIpSyzbfPWXelmc3XlG0KD66t7w+AnNlQPt3JVePRCfFHPYeTj9B0k8sxPyUqTQIl5pu6GppRMOQ== sam@Deepthought", "key_options": null, "keyfile": "/home/sjust/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sjust", "validate_certs": true} 2020-12-22T11:25:57.265 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:57.266 INFO:teuthology.task.ansible.out: 2020-12-22T11:25:57.350 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:57.455 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:57.488 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": true, "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} 2020-12-22T11:25:57.570 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:57.654 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:57.696 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:57.801 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": true, "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} 2020-12-22T11:25:57.803 INFO:teuthology.task.ansible.out: 2020-12-22T11:25:57.865 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1q3k4RvLLCaG874GDJjja4eYqFwrMjsTU+aRzambaVuCmAJT3KQMGuwMjTuCIN7R1Fqr+/dxUClamsfsGqPMe0ASHT9X/0AyNgEkr6na1Fvk9NAwAFelwtiRIHhclzYf6KY8QHZN/eBy43prVKDXd30b15gwQyVqU0/xmny0GrYCN24k3N/R3divt2GVqptYgEwS2KEyFT5EMnJWjdIVG9mBOHrgec2VF/rc6w3BZ0s56iKdpOeCgk5ISYTcom+Xrf+fSDHirlviZv05tBP8ESmampUT/EnwF8Mdaln5XJvZPhrq2JpUisi9fVeR+zlzg6gRGubvokdA3AERrhCQ9 skoduri@rgw_vm", "key_options": null, "keyfile": "/home/soumyakoduri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "soumyakoduri", "validate_certs": true} 2020-12-22T11:25:57.867 INFO:teuthology.task.ansible.out: 2020-12-22T11:25:57.919 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:58.013 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:58.087 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:58.139 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:58.141 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} 2020-12-22T11:25:58.234 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:58.297 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:58.359 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:58.464 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:58.466 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} 2020-12-22T11:25:58.506 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:58.569 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:58.684 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:58.705 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:58.790 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:58.895 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:58.917 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:25:58.918 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} 2020-12-22T11:25:59.011 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:59.117 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:59.127 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:59.233 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:25:59.235 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} 2020-12-22T11:25:59.328 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:59.339 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:25:59.456 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'sjust', 'ovpn': 'sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6RDgqwA0GrvE6KqRaGCgYnFhnxdi9ehjIWvfaMa1oq0CqYxUAee2bNbp/X2Bd18Vqk8iH9fpE0+qrLgAH/8BpD+MtgGikCFMORvazeUtOCF/OCDO0AMg1jvl8aTdvrQU8ZTDPXa65Avpkc9vwugcoplnwrW7lKx++XqCWsSlfHgEdyMV3wrt/ZDFwI2AS2bZBpWM6ViG1KSjXjgTi/T3hSZPY+buYvWjzoEjQO0946iI3iiKKCGohEpCUnG02oJXcS0vvgl8dWE71451lbainEKJ4hbDhfDmy57s6VXfVUANsczwiPWiSC/ZmMlDaCCBeKHO0Gz0xXaDXd9j4SA7P sam@Pondermatic\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYylAUS12hF6XndDQ3CkrUddKmXNSd8pOlHwO+pWaDTJPKxwtPL6sM3aOtaAPLrGkv1zD2k3iZaxmDwfPYGaXOyb0KS5ZCddtOyNXj5JLrjxh2niqFPP8SIkdHLOP+0Hv1/tB0Jz75RV+tNIT1SJTm7OZ8wZNy0qYycITSooJ14iEgyZ7rOa3EEzbtIVpHS4+YqIuIJdV2oV5egCrJyRv4sPUrS8ERXD4QZSOlHE+W4Tf+WVrEfsHOdDLRlAXJUzhuqgWtVouiYcW5ex294z28eA+12lKaPQpE0cft/NJ6FLs41yqh4ZN588bl8Ada+yTXEaHWioQEEJMlca2jIgrP sjust@rex004.front.sepia.ceph.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC08RrDQ2M7Zjcpx7RL9e+tjv48kBgDNyTenX1QdxW22JA2JR3D3ThA/ej9HtiPWcIVz16oZ4tzrCEVwaCMfbsmXq 2020-12-22T11:25:59.457 INFO:teuthology.task.ansible.out:2z08ZXYqwiBuoXJVshU7lIKVqAtadT4F6Q9eQvxEo4zWdBib1W0/cqNLlYzU/DuwlUqYnWBDLGxc4fD5Kxrz366oWUDB/ULCpl77TMqfTKlStCgGXot0zLqiscqzq1W7XsuA7A5vQw/JTq7MvIME+SkUuGWX0WKwTMIRZKNWBGmlf51bNru3GmmAnKBUFsJv9H4G0FPqGY/aH02rr5dAgTTmfKt+XbWRfMTMpjJqVRGX03+1mQNoYQ3kNDz0wl sjust@office\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5UMPySf/h9r2/OryRXrO9Qq9k5J9Dn9nvJYyaYCE82H/qkBJGboAJgyIXfbsGYO5uPM25d3fGRH4magzAQm2hGWNbbt1YWn9HaIyKCCXo9JX600/dv3OZbHyGGmgXPa4Anl16j1c2vxRRt2+ArjlyyhP7cAcRkilUGdagK9u6ALrwnz9hhXYV+BmXrxMm7zZCmdWHcWz+YxoA65es4+w+aLvVZWmUCZLF8uZrcpPSw+oK3SfZE8JPRc5vWulXbWEEfIoHb9AszPIpSyzbfPWXelmc3XlG0KD66t7w+AnNlQPt3JVePRCfFHPYeTj9B0k8sxPyUqTQIl5pu6GppRMOQ== sam@Deepthought", "key_options": null, "keyfile": "/home/sjust/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sjust", "validate_certs": true} 2020-12-22T11:25:59.530 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:59.563 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:25:59.565 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} 2020-12-22T11:25:59.670 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:59.745 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:25:59.787 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'sjust', 'ovpn': 'sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6RDgqwA0GrvE6KqRaGCgYnFhnxdi9ehjIWvfaMa1oq0CqYxUAee2bNbp/X2Bd18Vqk8iH9fpE0+qrLgAH/8BpD+MtgGikCFMORvazeUtOCF/OCDO0AMg1jvl8aTdvrQU8ZTDPXa65Avpkc9vwugcoplnwrW7lKx++XqCWsSlfHgEdyMV3wrt/ZDFwI2AS2bZBpWM6ViG1KSjXjgTi/T3hSZPY+buYvWjzoEjQO0946iI3iiKKCGohEpCUnG02oJXcS0vvgl8dWE71451lbainEKJ4hbDhfDmy57s6VXfVUANsczwiPWiSC/ZmMlDaCCBeKHO0Gz0xXaDXd9j4SA7P sam@Pondermatic\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYylAUS12hF6XndDQ3CkrUddKmXNSd8pOlHwO+pWaDTJPKxwtPL6sM3aOtaAPLrGkv1zD2k3iZaxmDwfPYGaXOyb0KS5ZCddtOyNXj5JLrjxh2niqFPP8SIkdHLOP+0Hv1/tB0Jz75RV+tNIT1SJTm7OZ8wZNy0qYycITSooJ14iEgyZ7rOa3EEzbtIVpHS4+YqIuIJdV2oV5egCrJyRv4sPUrS8ERXD4QZSOlHE+W4Tf+WVrEfsHOdDLRlAXJUzhuqgWtVouiYcW5ex294z28eA+12lKaPQpE0cft/NJ6FLs41yqh4ZN588bl8Ada+yTXEaHWioQEEJMlca2jIgrP sjust@rex004.front.sepia.ceph.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC08RrDQ2M7Zjcpx7RL9e+tjv48kBgDNyTenX1QdxW22JA2JR3D3ThA/ej9HtiPWcIVz16oZ4tzrCEVwaCMfbsmXq 2020-12-22T11:25:59.789 INFO:teuthology.task.ansible.out:2z08ZXYqwiBuoXJVshU7lIKVqAtadT4F6Q9eQvxEo4zWdBib1W0/cqNLlYzU/DuwlUqYnWBDLGxc4fD5Kxrz366oWUDB/ULCpl77TMqfTKlStCgGXot0zLqiscqzq1W7XsuA7A5vQw/JTq7MvIME+SkUuGWX0WKwTMIRZKNWBGmlf51bNru3GmmAnKBUFsJv9H4G0FPqGY/aH02rr5dAgTTmfKt+XbWRfMTMpjJqVRGX03+1mQNoYQ3kNDz0wl sjust@office\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5UMPySf/h9r2/OryRXrO9Qq9k5J9Dn9nvJYyaYCE82H/qkBJGboAJgyIXfbsGYO5uPM25d3fGRH4magzAQm2hGWNbbt1YWn9HaIyKCCXo9JX600/dv3OZbHyGGmgXPa4Anl16j1c2vxRRt2+ArjlyyhP7cAcRkilUGdagK9u6ALrwnz9hhXYV+BmXrxMm7zZCmdWHcWz+YxoA65es4+w+aLvVZWmUCZLF8uZrcpPSw+oK3SfZE8JPRc5vWulXbWEEfIoHb9AszPIpSyzbfPWXelmc3XlG0KD66t7w+AnNlQPt3JVePRCfFHPYeTj9B0k8sxPyUqTQIl5pu6GppRMOQ== sam@Deepthought", "key_options": null, "keyfile": "/home/sjust/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sjust", "validate_certs": true} 2020-12-22T11:25:59.892 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:25:59.945 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:00.009 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:00.114 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1q3k4RvLLCaG874GDJjja4eYqFwrMjsTU+aRzambaVuCmAJT3KQMGuwMjTuCIN7R1Fqr+/dxUClamsfsGqPMe0ASHT9X/0AyNgEkr6na1Fvk9NAwAFelwtiRIHhclzYf6KY8QHZN/eBy43prVKDXd30b15gwQyVqU0/xmny0GrYCN24k3N/R3divt2GVqptYgEwS2KEyFT5EMnJWjdIVG9mBOHrgec2VF/rc6w3BZ0s56iKdpOeCgk5ISYTcom+Xrf+fSDHirlviZv05tBP8ESmampUT/EnwF8Mdaln5XJvZPhrq2JpUisi9fVeR+zlzg6gRGubvokdA3AERrhCQ9 skoduri@rgw_vm", "key_options": null, "keyfile": "/home/soumyakoduri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "soumyakoduri", "validate_certs": true} 2020-12-22T11:26:00.157 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:00.221 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:00.326 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:00.368 INFO:teuthology.task.ansible.out:ok: [smithi105.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", "key_options": null, "keyfile": "/home/prsrivas/.ssh/authorized_keys", 2020-12-22T11:26:00.370 INFO:teuthology.task.ansible.out:"manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2020-12-22T11:26:00.473 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1q3k4RvLLCaG874GDJjja4eYqFwrMjsTU+aRzambaVuCmAJT3KQMGuwMjTuCIN7R1Fqr+/dxUClamsfsGqPMe0ASHT9X/0AyNgEkr6na1Fvk9NAwAFelwtiRIHhclzYf6KY8QHZN/eBy43prVKDXd30b15gwQyVqU0/xmny0GrYCN24k3N/R3divt2GVqptYgEwS2KEyFT5EMnJWjdIVG9mBOHrgec2VF/rc6w3BZ0s56iKdpOeCgk5ISYTcom+Xrf+fSDHirlviZv05tBP8ESmampUT/EnwF8Mdaln5XJvZPhrq2JpUisi9fVeR+zlzg6gRGubvokdA3AERrhCQ9 skoduri@rgw_vm", "key_options": null, "keyfile": "/home/soumyakoduri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "soumyakoduri", "validate_certs": true} 2020-12-22T11:26:00.547 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:00.579 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:00.685 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:00.770 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:00.792 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "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} 2020-12-22T11:26:00.909 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:00.994 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:01.005 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:01.122 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:01.208 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:26:01.209 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} 2020-12-22T11:26:01.231 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:01.358 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:01.454 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:01.456 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:01.575 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:26:01.577 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} 2020-12-22T11:26:01.669 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:01.681 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:01.799 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:01.884 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:01.896 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:02.023 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:02.107 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:02.119 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:02.235 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:02.309 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:02.341 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:02.456 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:02.519 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:02.561 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:02.675 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:02.728 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:02.791 INFO:teuthology.task.ansible.out:ok: [smithi039.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", "key_options": null, "keyfile": "/home/prsrivas/.ssh/authorized_keys", 2020-12-22T11:26:02.793 INFO:teuthology.task.ansible.out:"manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2020-12-22T11:26:02.898 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:02.942 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:03.018 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:03.112 INFO:teuthology.task.ansible.out:ok: [smithi058.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", "key_options": null, "keyfile": "/home/prsrivas/.ssh/authorized_keys", 2020-12-22T11:26:03.114 INFO:teuthology.task.ansible.out:"manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2020-12-22T11:26:03.145 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:03.219 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "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} 2020-12-22T11:26:03.345 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:03.356 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:03.441 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:03.556 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "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} 2020-12-22T11:26:03.557 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:03.662 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:03.767 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:03.769 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:03.884 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:03.980 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:03.991 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:04.107 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:04.181 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:04.213 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:04.317 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:04.391 INFO:teuthology.task.ansible.out:ok: [smithi105.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 2020-12-22T11:26:04.393 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} 2020-12-22T11:26:04.423 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:04.552 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:04.594 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:04.648 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:04.763 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:04.806 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:04.871 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:04.987 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:05.019 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:05.082 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:05.208 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:05.219 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:05.303 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:05.418 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:05.430 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:05.514 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:05.640 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:05.651 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:05.735 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:05.849 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:05.861 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:05.946 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:06.061 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:06.072 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:06.166 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:06.271 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:06.303 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:06.387 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:06.481 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:06.524 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:06.609 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:06.683 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:06.736 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:06.830 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:06.893 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:06.956 INFO:teuthology.task.ansible.out:ok: [smithi039.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 2020-12-22T11:26:06.958 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} 2020-12-22T11:26:07.041 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:07.094 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:07.178 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:07.262 INFO:teuthology.task.ansible.out:ok: [smithi058.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 2020-12-22T11:26:07.264 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} 2020-12-22T11:26:07.305 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:07.399 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:07.483 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:07.515 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": true, "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} 2020-12-22T11:26:07.621 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:07.707 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:07.728 INFO:teuthology.task.ansible.out:changed: [smithi105.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", "key_options": null, "keyfile": "/home/adking/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "adking", "validate_certs": true} 2020-12-22T11:26:07.732 INFO:teuthology.task.ansible.out: 2020-12-22T11:26:07.835 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:07.934 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:07.951 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}, "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", "key_options": null, "keyfile": "/home/amathuri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amathuri", "validate_certs": true} 2020-12-22T11:26:08.039 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:08 +0000 (0:00:27.040) 0:01:07.218 ****** 2020-12-22T11:26:08.066 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:08.077 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-12-22T11:26:08.079 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.088 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'zack', 'ovpn': 'zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.090 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.101 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:08.112 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.123 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.134 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:08.136 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.156 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:08.157 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:08.284 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:08.348 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-12-22T11:26:08.349 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:08.359 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:08.370 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.381 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:08.383 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:08.508 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:08.571 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-12-22T11:26:08.573 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:08.592 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:08.594 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:08.718 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:08.781 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-12-22T11:26:08.783 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:26:08.793 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.804 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:08.814 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:08.816 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** ok: [smithi058.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} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac9795010302 2020-12-22T11:26:08.817 INFO:teuthology.task.ansible.out:02658\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.827 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.837 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.839 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.849 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.860 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'yuriw', 'ovpn': 'yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.861 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.872 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'jowilkin', 'ovpn': 'jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.883 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.894 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.895 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.905 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.917 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "skip_reason": "Conditional result was False"} skipping: [smithi105.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"} 2020-12-22T11:26:08.928 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:08.939 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:08.941 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** ok: [smithi039.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} 2020-12-22T11:26:08.950 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-12-22T11:26:08.952 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "skip_reason": "Conditional result was False"} skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.962 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.963 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.973 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.986 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:08.987 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.997 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:08.999 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.009 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'vasu', 'ovpn': 'vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.020 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.021 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.032 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:09.034 INFO:teuthology.task.ansible.out:ok: [smithi058.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} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.044 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.046 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.055 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.067 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.068 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.079 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.090 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.090 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.101 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.113 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.114 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.124 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.135 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.137 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.146 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.148 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.158 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:09.159 INFO:teuthology.task.ansible.out:ok: [smithi039.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} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi105.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"} 2020-12-22T11:26:09.169 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.180 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.182 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.191 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.193 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.203 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.213 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.215 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.225 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.235 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.237 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.247 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:09.249 INFO:teuthology.task.ansible.out:ok: [smithi058.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} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.258 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.259 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.271 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.282 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.283 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.293 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.304 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.306 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.315 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.326 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.328 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.339 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.350 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.352 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.361 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.372 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.374 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:09.374 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:09.376 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi105.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"} 2020-12-22T11:26:09.386 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.387 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.398 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.409 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.410 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.420 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.431 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.433 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.442 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.453 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.455 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.465 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:09.467 INFO:teuthology.task.ansible.out:ok: [smithi058.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} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi105.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"} 2020-12-22T11:26:09.478 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.480 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.490 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "skip_reason": "Conditional result was False"} skipping: [smithi105.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"} 2020-12-22T11:26:09.501 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.503 INFO:teuthology.task.ansible.out: 2020-12-22T11:26:09.513 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.515 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.524 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.535 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "skip_reason": "Conditional result was False"} skipping: [smithi105.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"} 2020-12-22T11:26:09.557 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "skip_reason": "Conditional result was False"} skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "skip_reason": "Conditional result was False"} skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.568 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.579 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.581 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.591 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:09.592 INFO:teuthology.task.ansible.out:ok: [smithi039.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} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.602 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'xuxuehan', 'ovpn': 'xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.604 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.614 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.624 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.635 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.636 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.647 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.648 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.658 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.669 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "skip_reason": "Conditional result was False"} skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.680 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:09.682 INFO:teuthology.task.ansible.out:ok: [smithi058.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} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.692 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.694 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.704 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.705 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.716 INFO:teuthology.task.ansible.out:skipping: [smithi105.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"} 2020-12-22T11:26:09.727 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:09.776 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:09 +0000 (0:00:01.737) 0:01:08.955 ****** 2020-12-22T11:26:09.802 INFO:teuthology.task.ansible.out: TASK [users : Filter the revoked_users list] *********************************** 2020-12-22T11:26:09.804 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Update authorized_keys using the keys repo] ********************** ok: [smithi039.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} 2020-12-22T11:26:09.836 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:09 +0000 (0:00:00.059) 0:01:09.015 ****** 2020-12-22T11:26:09.897 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:10.023 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:10.098 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** ok: [smithi105.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "name": "zcerza", "state": "absent"} 2020-12-22T11:26:10.121 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** ok: [smithi058.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} 2020-12-22T11:26:10.248 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": true, "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} 2020-12-22T11:26:10.291 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** ok: [smithi105.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "name": "aschoen", "state": "absent"} 2020-12-22T11:26:10.333 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:10.335 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:10.469 INFO:teuthology.task.ansible.out:changed: [smithi039.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", "key_options": null, "keyfile": "/home/adking/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "adking", "validate_certs": true} 2020-12-22T11:26:10.480 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:10.482 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "name": "andrew", "state": "absent"} 2020-12-22T11:26:10.554 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:10.556 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad huZBxlH4VpGff0Q68m/2Rg 43cc9c90a55fa3395862e679b60c5e6c016a59f186e7e8798579cd6046cc4ec8'}) => {"ansible_loop_var": "item", "changed": true, "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} 2020-12-22T11:26:10.660 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:10.662 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "name": "sweil", "state": "absent"} 2020-12-22T11:26:10.682 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:10.684 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}, "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", "key_options": null, "keyfile": "/home/amathuri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amathuri", "validate_certs": true} 2020-12-22T11:26:10.783 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:10 +0000 (0:00:00.947) 0:01:09.962 ****** 2020-12-22T11:26:10.794 INFO:teuthology.task.ansible.out:changed: [smithi058.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", "key_options": null, "keyfile": "/home/adking/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "adking", "validate_certs": true} 2020-12-22T11:26:10.830 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-12-22T11:26:10.832 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:10.841 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'zack', 'ovpn': 'zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:10.843 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:10.853 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:10.854 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "name": "brad", "state": "absent"} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi039.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"} 2020-12-22T11:26:10.865 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:10.867 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:10.876 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:10.887 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:10.889 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.015 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2020-12-22T11:26:11.017 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}, "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", "key_options": null, "keyfile": "/home/amathuri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amathuri", "validate_certs": true} 2020-12-22T11:26:11.067 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:11.069 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "name": "kefu", "state": "absent"} 2020-12-22T11:26:11.100 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:11 +0000 (0:00:00.317) 0:01:10.280 ****** 2020-12-22T11:26:11.119 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-12-22T11:26:11.121 INFO:teuthology.task.ansible.out:ok: [smithi039.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} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'mbenjamin', 'ovpn': 'mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e 2020-12-22T11:26:11.123 INFO:teuthology.task.ansible.out:1902a69cdcf592607d950c\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"} 2020-12-22T11:26:11.132 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.142 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.144 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'zack', 'ovpn': 'zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.154 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.166 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'dmick', 'ovpn': 'dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dmick", "ovpn": "dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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 dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd 2020-12-22T11:26:11.167 INFO:teuthology.task.ansible.out:0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.176 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.188 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.199 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:11.200 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.221 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:11.223 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "name": "shylesh", "state": "absent"} 2020-12-22T11:26:11.350 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** ok: [smithi039.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} 2020-12-22T11:26:11.403 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:11.404 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "name": "gmeno", "state": "absent"} 2020-12-22T11:26:11.425 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-12-22T11:26:11.426 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:11.437 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:11.448 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.564 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:26:11.575 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.577 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:11.587 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:11.588 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** ok: [smithi105.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "name": "alfredodeza", "state": "absent"} 2020-12-22T11:26:11.599 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.610 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.610 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.621 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.633 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'yuriw', 'ovpn': 'yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.644 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.656 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'jowilkin', 'ovpn': 'jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.667 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:11.678 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.679 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.690 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.691 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.702 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:11.703 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:11.723 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:11.725 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.735 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.736 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.746 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.757 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.758 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:11.768 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.779 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.781 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:11.781 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "name": "trhoden", "state": "absent"} 2020-12-22T11:26:11.782 INFO:teuthology.task.ansible.out:TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.792 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'vasu', 'ovpn': 'vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.803 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.805 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.815 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.826 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.827 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.837 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:11.848 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:11.850 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.870 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.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"} 2020-12-22T11:26:11.881 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:26:11.883 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.894 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.896 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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"} 2020-12-22T11:26:11.896 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGt 2020-12-22T11:26:11.898 INFO:teuthology.task.ansible.out:dZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.908 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:11.910 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'davidz', 'ovpn': 'dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "davidz", "ovpn": "dzafman@ubuntu-laptop-vm NY9y9tqLY1beEcXDwMavsQ c869d42fae1890574577a8014d97d1247f1a13cb6337037d2714f1d236fc65d2\ndzafman@ubuntu16 2a0rAy5QmNFSEcATNz2h9A b7c11fbb0911fc4ac0216a1a8eac8359a9e8f43d69126db6b45cbeabd358c2b4\ndzafman@ubuntu-1804 PN1pkeGHGloB0K+IZrfB0g f1c01b447b9ec3fc048c32f606a33fb488ff621e11aa305ac979501030202658\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.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"} 2020-12-22T11:26:11.921 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.922 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.933 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.934 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.936 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'wusui', 'ovpn': 'wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "wusui", "ovpn": "wusui@ubuntu /nElLTGqxiOr/hD6eziF5A 2e244e2b62fa42dadf3a3a1dbcc29475410cee6550b0c6b3603c135853937551\nwusui@thinkpad tu2DxDcllIdwb5ewldgT0g 1590a7d9f1377b0094e9ba4277e7bcbe6374791f0b3d3df93026345c058c93f5\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.946 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.947 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'zyan', 'ovpn': 'zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zyan", "ovpn": "zyan@redhat OP16IkReCatMfA4Mf3pkdQ b0262be71ef008e2f7d585e34431dc2757c1e22ac1aa844863be533bf873d304"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.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"} 2020-12-22T11:26:11.958 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'yuriw', 'ovpn': 'yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.960 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.960 INFO:teuthology.task.ansible.out:skipping: [smithi058.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": "jow 2020-12-22T11:26:11.962 INFO:teuthology.task.ansible.out:ilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.971 INFO:teuthology.task.ansible.out: 2020-12-22T11:26:11.973 INFO:teuthology.task.ansible.out:TASK [users : Remove revoked users] ******************************************** ok: [smithi105.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "name": "nishtha", "state": "absent"} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.974 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.984 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.985 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:11.987 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.002 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.003 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.006 INFO:teuthology.task.ansible.out:skipping: [smithi039.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: [smithi058.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.017 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.019 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.029 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.031 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.041 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.043 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.054 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'nwatkins', 'ovpn': 'nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nwatkins", "ovpn": "nwatkins@daq unHfXkUpAHOnzeptznuLLA 33b2003c30d0cc7a6b194e76be92c7b5d270c2d2a4b4a8b6e673f0f0dc1db313"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.056 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.056 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.057 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.058 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": 2020-12-22T11:26:12.059 INFO:teuthology.task.ansible.out:"alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.068 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'jdillaman', 'ovpn': 'jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jdillaman", "ovpn": "jdillaman@ceph1 kQ96pIpKTocwIj9H1Udb1g 6c087451af94ac18c144712bcc9329799d86f6d90376839dcd6fa41cd73e3608"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.070 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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: [smithi039.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.081 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.083 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'yuvalif', 'ovpn': 'ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.094 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.095 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.095 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.107 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'vasu', 'ovpn': 'vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.108 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.109 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.120 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.121 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.122 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.134 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.136 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.146 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.147 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.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: [smithi058.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"} 2020-12-22T11:26:12.158 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.159 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} TASK [users : Remove revoked users] ******************************************** ok: [smithi105.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "name": "yguang", "state": "absent"} 2020-12-22T11:26:12.160 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi039.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"} 2020-12-22T11:26:12.161 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.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"} 2020-12-22T11:26:12.172 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.174 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.184 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.186 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.197 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.199 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.199 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ifed01", "ovpn": "ifed01@LocalSUSE1 6g6hX1bzTGBTCnDevAn0+w f18c9354f6de3f371c3b51521b62375e474802ac21adb3d71e09d8d5bf9d0c43"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.213 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.214 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.216 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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"} 2020-12-22T11:26:12.218 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.232 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.233 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.234 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.234 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.236 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.247 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.249 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.259 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.261 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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"} 2020-12-22T11:26:12.271 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.283 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.285 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.295 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.297 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.307 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.309 INFO:teuthology.task.ansible.out:skipping: [smithi039.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: [smithi058.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.319 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.321 INFO:teuthology.task.ansible.out:skipping: [smithi058.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: [smithi039.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.323 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.335 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.337 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.347 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.349 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** ok: [smithi105.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "name": "sdieffen", "state": "absent"} TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi039.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"} 2020-12-22T11:26:12.349 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.349 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.360 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.362 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.373 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.375 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.384 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.386 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.396 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.398 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.408 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.410 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.411 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.422 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.423 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.435 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.447 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'xuxuehan', 'ovpn': 'xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.449 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'sidharthanup', 'ovpn': 'sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sidharthanup", "ovpn": "sidharthanup@strawberryfields IZq91vqA+RG1Rtn3JFZb6Q a2873481cac9b8b4a0bd8bebe0248b3dccb370dd18b56a4dae713ca1fb0c4286"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'varsha', 'ovpn': 'varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "varsha", "ovpn": "varsha@local AGrJViO6wZF253aFeh/r5w f1248029ccdc45fd6e8fddb09ab3f8aa01123ab69cc6f3f11273528ce33e5a31"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9 2020-12-22T11:26:12.451 INFO:teuthology.task.ansible.out:b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.459 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.470 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.472 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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: [smithi039.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.472 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@rgw_vm fAskaxmJYtm4TDcModIkrQ 884b57c3b5d56493da361dc9f1cc4e06e766628fcb0f916090f2096edc5ce7de"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.484 INFO:teuthology.task.ansible.out:skipping: [smithi039.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"} 2020-12-22T11:26:12.485 INFO:teuthology.task.ansible.out:skipping: [smithi058.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: [smithi039.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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"} 2020-12-22T11:26:12.496 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.497 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.507 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.509 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.519 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.521 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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"} 2020-12-22T11:26:12.531 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.533 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.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"} 2020-12-22T11:26:12.543 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:12.546 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "name": "brian", "state": "absent"} 2020-12-22T11:26:12.547 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2020-12-22T11:26:12.547 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.548 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.548 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.550 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.560 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.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"} 2020-12-22T11:26:12.561 INFO:teuthology.task.ansible.out: skipping: [smithi058.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"} 2020-12-22T11:26:12.563 INFO:teuthology.task.ansible.out: 2020-12-22T11:26:12.574 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.575 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.596 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rraja", "ovpn": "rraja@p50 4NMUghtas9gI46n7X0iJXA cc646e47c8b503eb38d30efa47e459076af52b4fc001c4959833f32ddc563a02"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.597 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.630 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:12 +0000 (0:00:01.529) 0:01:11.809 ****** 2020-12-22T11:26:12.639 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.641 INFO:teuthology.task.ansible.out:skipping: [smithi058.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: [smithi058.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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: [smithi058.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "khiremat", "ovpn": "khi 2020-12-22T11:26:12.644 INFO:teuthology.task.ansible.out:remat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.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"} 2020-12-22T11:26:12.653 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.655 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.664 INFO:teuthology.task.ansible.out: TASK [users : Filter the revoked_users list] *********************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.666 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.697 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:12 +0000 (0:00:00.067) 0:01:11.877 ****** 2020-12-22T11:26:12.706 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.707 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.708 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.709 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'xuxuehan', 'ovpn': 'xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.709 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.721 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.723 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.735 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** ok: [smithi105.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "name": "pmcgarry", "state": "absent"} 2020-12-22T11:26:12.737 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.746 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.748 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.758 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.760 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.769 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.771 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.781 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.792 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.804 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdhange", "ovpn": "prashant@cephdev JZCEN2T5TXiHnU5yLG4hBg 3f94ec1bd179dafd2d58335ac4bea35808d394d30fa9e174fe16d6b872450fe0"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.814 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.825 INFO:teuthology.task.ansible.out:skipping: [smithi058.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"} 2020-12-22T11:26:12.827 INFO:teuthology.task.ansible.out: skipping: [smithi058.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.885 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:12 +0000 (0:00:00.187) 0:01:12.064 ****** 2020-12-22T11:26:12.916 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:12.918 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "name": "karnan", "state": "absent"} 2020-12-22T11:26:12.929 INFO:teuthology.task.ansible.out: TASK [users : Filter the revoked_users list] *********************************** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:12.975 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:12 +0000 (0:00:00.089) 0:01:12.153 ****** 2020-12-22T11:26:12.988 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:12.990 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "name": "zcerza", "state": "absent"} 2020-12-22T11:26:13.115 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "name": "ryneli", "state": "absent"} 2020-12-22T11:26:13.168 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "name": "aschoen", "state": "absent"} 2020-12-22T11:26:13.274 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "name": "zcerza", "state": "absent"} 2020-12-22T11:26:13.307 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "name": "dlambrig", "state": "absent"} 2020-12-22T11:26:13.362 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "name": "andrew", "state": "absent"} 2020-12-22T11:26:13.467 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "name": "aschoen", "state": "absent"} 2020-12-22T11:26:13.501 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "name": "icolle", "state": "absent"} 2020-12-22T11:26:13.554 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "name": "sweil", "state": "absent"} 2020-12-22T11:26:13.659 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "name": "andrew", "state": "absent"} 2020-12-22T11:26:13.681 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "name": "soumya", "state": "absent"} 2020-12-22T11:26:13.745 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "name": "brad", "state": "absent"} 2020-12-22T11:26:13.850 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "name": "sweil", "state": "absent"} 2020-12-22T11:26:13.872 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "name": "jspray", "state": "absent"} 2020-12-22T11:26:13.947 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "name": "kefu", "state": "absent"} 2020-12-22T11:26:14.043 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "name": "brad", "state": "absent"} 2020-12-22T11:26:14.055 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=loic) => {"ansible_loop_var": "item", "changed": false, "item": "loic", "name": "loic", "state": "absent"} 2020-12-22T11:26:14.139 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "name": "shylesh", "state": "absent"} 2020-12-22T11:26:14.233 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "name": "kefu", "state": "absent"} 2020-12-22T11:26:14.234 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "name": "erwan", "state": "absent"} 2020-12-22T11:26:14.341 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "name": "gmeno", "state": "absent"} 2020-12-22T11:26:14.426 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "name": "jj", "state": "absent"} 2020-12-22T11:26:14.437 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "name": "shylesh", "state": "absent"} 2020-12-22T11:26:14.533 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "name": "alfredodeza", "state": "absent"} 2020-12-22T11:26:14.607 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "name": "amarangone", "state": "absent"} 2020-12-22T11:26:14.629 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "name": "gmeno", "state": "absent"} 2020-12-22T11:26:14.735 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "name": "trhoden", "state": "absent"} 2020-12-22T11:26:14.788 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "name": "oprypin", "state": "absent"} 2020-12-22T11:26:14.822 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "name": "alfredodeza", "state": "absent"} 2020-12-22T11:26:14.916 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "name": "nishtha", "state": "absent"} 2020-12-22T11:26:14.980 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "name": "adamyanova", "state": "absent"} 2020-12-22T11:26:15.012 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "name": "trhoden", "state": "absent"} 2020-12-22T11:26:15.117 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "name": "yguang", "state": "absent"} 2020-12-22T11:26:15.159 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "name": "sbillah", "state": "absent"} 2020-12-22T11:26:15.203 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "name": "nishtha", "state": "absent"} 2020-12-22T11:26:15.308 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "name": "sdieffen", "state": "absent"} 2020-12-22T11:26:15.351 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "name": "onyb", "state": "absent"} 2020-12-22T11:26:15.403 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "name": "yguang", "state": "absent"} 2020-12-22T11:26:15.508 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "name": "brian", "state": "absent"} 2020-12-22T11:26:15.530 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "name": "jwilliamson", "state": "absent"} 2020-12-22T11:26:15.594 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "name": "sdieffen", "state": "absent"} 2020-12-22T11:26:15.698 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "name": "pmcgarry", "state": "absent"} 2020-12-22T11:26:15.720 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "name": "kmroz", "state": "absent"} 2020-12-22T11:26:15.794 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "name": "brian", "state": "absent"} 2020-12-22T11:26:15.900 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "name": "shehbazj", "state": "absent"} 2020-12-22T11:26:15.902 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "name": "karnan", "state": "absent"} 2020-12-22T11:26:15.987 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "name": "pmcgarry", "state": "absent"} 2020-12-22T11:26:16.085 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "name": "abhishekvrshny", "state": "absent"} 2020-12-22T11:26:16.096 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "name": "ryneli", "state": "absent"} 2020-12-22T11:26:16.182 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "name": "karnan", "state": "absent"} 2020-12-22T11:26:16.280 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "name": "asheplyakov", "state": "absent"} 2020-12-22T11:26:16.291 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "name": "dlambrig", "state": "absent"} 2020-12-22T11:26:16.376 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "name": "ryneli", "state": "absent"} 2020-12-22T11:26:16.459 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "name": "liupan", "state": "absent"} 2020-12-22T11:26:16.480 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "name": "icolle", "state": "absent"} 2020-12-22T11:26:16.564 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "name": "dlambrig", "state": "absent"} 2020-12-22T11:26:16.650 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "name": "adeza", "state": "absent"} 2020-12-22T11:26:16.693 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "name": "soumya", "state": "absent"} 2020-12-22T11:26:16.756 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "name": "icolle", "state": "absent"} 2020-12-22T11:26:16.831 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "name": "pranith", "state": "absent"} 2020-12-22T11:26:16.883 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "name": "jspray", "state": "absent"} 2020-12-22T11:26:16.947 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "name": "soumya", "state": "absent"} 2020-12-22T11:26:17.072 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=loic) => {"ansible_loop_var": "item", "changed": false, "item": "loic", "name": "loic", "state": "absent"} 2020-12-22T11:26:17.145 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "name": "jspray", "state": "absent"} 2020-12-22T11:26:17.262 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "name": "erwan", "state": "absent"} 2020-12-22T11:26:17.337 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=loic) => {"ansible_loop_var": "item", "changed": false, "item": "loic", "name": "loic", "state": "absent"} 2020-12-22T11:26:17.463 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "name": "jj", "state": "absent"} 2020-12-22T11:26:17.536 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "name": "erwan", "state": "absent"} 2020-12-22T11:26:17.651 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "name": "amarangone", "state": "absent"} 2020-12-22T11:26:17.735 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "name": "jj", "state": "absent"} 2020-12-22T11:26:17.850 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "name": "oprypin", "state": "absent"} 2020-12-22T11:26:17.924 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "name": "amarangone", "state": "absent"} 2020-12-22T11:26:18.040 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "name": "adamyanova", "state": "absent"} 2020-12-22T11:26:18.052 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": true, "force": false, "item": "dorinda", "name": "dorinda", "remove": false, "state": "absent"} 2020-12-22T11:26:18.123 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "name": "oprypin", "state": "absent"} 2020-12-22T11:26:18.240 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "name": "sbillah", "state": "absent"} 2020-12-22T11:26:18.251 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "name": "nlevine", "state": "absent"} 2020-12-22T11:26:18.325 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "name": "adamyanova", "state": "absent"} 2020-12-22T11:26:18.443 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "name": "tbrekke", "state": "absent"} 2020-12-22T11:26:18.445 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "name": "onyb", "state": "absent"} 2020-12-22T11:26:18.531 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "name": "sbillah", "state": "absent"} 2020-12-22T11:26:18.624 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "name": "taco", "state": "absent"} 2020-12-22T11:26:18.636 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "name": "jwilliamson", "state": "absent"} 2020-12-22T11:26:18.721 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "name": "onyb", "state": "absent"} 2020-12-22T11:26:18.815 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "name": "louis", "state": "absent"} 2020-12-22T11:26:18.826 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "name": "kmroz", "state": "absent"} 2020-12-22T11:26:18.912 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "name": "jwilliamson", "state": "absent"} 2020-12-22T11:26:18.996 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "name": "amarango", "state": "absent"} 2020-12-22T11:26:19.028 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "name": "shehbazj", "state": "absent"} 2020-12-22T11:26:19.112 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "name": "kmroz", "state": "absent"} 2020-12-22T11:26:19.186 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "name": "oobe", "state": "absent"} 2020-12-22T11:26:19.217 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "name": "abhishekvrshny", "state": "absent"} 2020-12-22T11:26:19.301 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "name": "shehbazj", "state": "absent"} 2020-12-22T11:26:19.365 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "name": "rturk", "state": "absent"} 2020-12-22T11:26:19.419 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "name": "asheplyakov", "state": "absent"} 2020-12-22T11:26:19.493 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "name": "abhishekvrshny", "state": "absent"} 2020-12-22T11:26:19.547 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "name": "fche", "state": "absent"} 2020-12-22T11:26:19.610 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "name": "liupan", "state": "absent"} 2020-12-22T11:26:19.694 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "name": "asheplyakov", "state": "absent"} 2020-12-22T11:26:19.736 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "name": "jbainbri", "state": "absent"} 2020-12-22T11:26:19.800 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "name": "adeza", "state": "absent"} 2020-12-22T11:26:19.884 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "name": "liupan", "state": "absent"} 2020-12-22T11:26:19.918 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "name": "kdhananj", "state": "absent"} 2020-12-22T11:26:19.970 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:19 +0000 (0:00:06.996) 0:01:19.150 ****** 2020-12-22T11:26:19.998 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "name": "pranith", "state": "absent"} 2020-12-22T11:26:20.082 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "name": "adeza", "state": "absent"} 2020-12-22T11:26:20.271 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "name": "pranith", "state": "absent"} 2020-12-22T11:26:20.469 INFO:teuthology.task.ansible.out: TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "checksum": "6fd8d6c91f80f5f01a30f8ad11cec19369dc6e10", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "md5sum": "5cb294af2c72d24fbc2ea233ce167d9f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_runtime_t:s0", "size": 40, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1608636380.0016406-44442536763284/source", "state": "file", "uid": 0} 2020-12-22T11:26:20.503 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:20 +0000 (0:00:00.532) 0:01:19.683 ****** 2020-12-22T11:26:20.530 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** 2020-12-22T11:26:20.532 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => { "msg": "Host smithi105.front.sepia.ceph.com is running CentOS 8.2 (Core)" } 2020-12-22T11:26:20.567 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:20 +0000 (0:00:00.063) 0:01:19.746 ****** 2020-12-22T11:26:20.604 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** 2020-12-22T11:26:20.606 INFO:teuthology.task.ansible.out:ok: [smithi105.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"} 2020-12-22T11:26:20.642 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:20 +0000 (0:00:00.074) 0:01:19.821 ****** 2020-12-22T11:26:20.670 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2020-12-22T11:26:20.672 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:20.703 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:20 +0000 (0:00:00.061) 0:01:19.882 ****** 2020-12-22T11:26:21.220 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.329573", "end": "2020-12-22 11:26:21.200939", "rc": 0, "start": "2020-12-22 11:26:20.871366", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2020-12-22T11:26:21.253 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.550) 0:01:20.432 ****** 2020-12-22T11:26:21.279 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:21.281 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": true, "force": false, "item": "dorinda", "name": "dorinda", "remove": false, "state": "absent"} TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:21.314 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.061) 0:01:20.493 ****** 2020-12-22T11:26:21.341 INFO:teuthology.task.ansible.out: TASK [common : Wait for reboot in case of systemd workaround] ****************** 2020-12-22T11:26:21.342 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:21.395 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.080) 0:01:20.574 ****** 2020-12-22T11:26:21.423 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** 2020-12-22T11:26:21.424 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:21.458 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.063) 0:01:20.637 ****** 2020-12-22T11:26:21.484 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:21.486 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "name": "nlevine", "state": "absent"} TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:21.518 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.059) 0:01:20.697 ****** 2020-12-22T11:26:21.544 INFO:teuthology.task.ansible.out: TASK [common : Install yum on Fedora 22 and later] ***************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:21.576 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.058) 0:01:20.755 ****** 2020-12-22T11:26:21.582 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:21.583 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": true, "force": false, "item": "dorinda", "name": "dorinda", "remove": false, "state": "absent"} 2020-12-22T11:26:21.604 INFO:teuthology.task.ansible.out: TASK [common : Set entitlements_path] ****************************************** 2020-12-22T11:26:21.605 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:21.637 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.060) 0:01:20.816 ****** 2020-12-22T11:26:21.673 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:21.675 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "name": "tbrekke", "state": "absent"} TASK [common : Include Red Hat encrypted variables.] *************************** skipping: [smithi105.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: [smithi105.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:21.707 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.070) 0:01:20.887 ****** 2020-12-22T11:26:21.733 INFO:teuthology.task.ansible.out: TASK [common : Set have_entitlements] ****************************************** 2020-12-22T11:26:21.735 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:21.766 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.058) 0:01:20.945 ****** 2020-12-22T11:26:21.782 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:21.784 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "name": "nlevine", "state": "absent"} 2020-12-22T11:26:21.793 INFO:teuthology.task.ansible.out: TASK [common : Install CA Cert from Satellite Server] ************************** 2020-12-22T11:26:21.795 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:21.826 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.060) 0:01:21.005 ****** 2020-12-22T11:26:21.852 INFO:teuthology.task.ansible.out: TASK [common : Determine if node is registered with subscription-manager.] ***** 2020-12-22T11:26:21.854 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:21.885 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.058) 0:01:21.064 ****** 2020-12-22T11:26:21.890 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:21.892 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "name": "taco", "state": "absent"} 2020-12-22T11:26:21.912 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we're already registered] **************** 2020-12-22T11:26:21.914 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:21.945 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:21 +0000 (0:00:00.060) 0:01:21.124 ****** 2020-12-22T11:26:21.971 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:21.973 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "name": "tbrekke", "state": "absent"} TASK [common : Register with subscription-manager.] **************************** skipping: [smithi105.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:22.006 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.060) 0:01:21.185 ****** 2020-12-22T11:26:22.032 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we just registered] ********************** 2020-12-22T11:26:22.033 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.065 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.058) 0:01:21.244 ****** 2020-12-22T11:26:22.071 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:22.072 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "name": "louis", "state": "absent"} 2020-12-22T11:26:22.093 INFO:teuthology.task.ansible.out: TASK [common : List CDN releases available to system] ************************** 2020-12-22T11:26:22.095 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.126 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.060) 0:01:21.305 ****** 2020-12-22T11:26:22.152 INFO:teuthology.task.ansible.out: TASK [common : Unregister Beta/Alpha/RC system with subscription-manager] ****** 2020-12-22T11:26:22.153 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.184 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.058) 0:01:21.363 ****** 2020-12-22T11:26:22.189 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:22.191 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "name": "taco", "state": "absent"} 2020-12-22T11:26:22.212 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered to false if Beta/Alpha/RC release] ********** 2020-12-22T11:26:22.213 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.244 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.060) 0:01:21.423 ****** 2020-12-22T11:26:22.260 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:22.262 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "name": "amarango", "state": "absent"} 2020-12-22T11:26:22.271 INFO:teuthology.task.ansible.out: TASK [common : Configure internal beta repos in /etc/yum.repos.d/] ************* skipping: [smithi105.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:22.304 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.060) 0:01:21.483 ****** 2020-12-22T11:26:22.330 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2020-12-22T11:26:22.332 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.363 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.059) 0:01:21.543 ****** 2020-12-22T11:26:22.369 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:22.370 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "name": "louis", "state": "absent"} 2020-12-22T11:26:22.391 INFO:teuthology.task.ansible.out: TASK [common : Get list of enabled RHSM repos] ********************************* skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.424 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.060) 0:01:21.603 ****** 2020-12-22T11:26:22.450 INFO:teuthology.task.ansible.out: TASK [common : Store list of enabled repos] ************************************ 2020-12-22T11:26:22.451 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [users : Remove revoked users] ******************************************** ok: [smithi039.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "name": "oobe", "state": "absent"} 2020-12-22T11:26:22.484 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.059) 0:01:21.663 ****** 2020-12-22T11:26:22.520 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** 2020-12-22T11:26:22.522 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.552 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.068) 0:01:21.731 ****** 2020-12-22T11:26:22.557 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:22.559 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "name": "amarango", "state": "absent"} 2020-12-22T11:26:22.580 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.612 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.060) 0:01:21.792 ****** 2020-12-22T11:26:22.639 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if newly-subscribed] ********************* skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.671 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.058) 0:01:21.850 ****** 2020-12-22T11:26:22.676 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:22.678 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "name": "rturk", "state": "absent"} 2020-12-22T11:26:22.699 INFO:teuthology.task.ansible.out: TASK [common : Disable all rhsm repos] ***************************************** skipping: [smithi105.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:22.733 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.062) 0:01:21.913 ****** 2020-12-22T11:26:22.750 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:22.752 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "name": "oobe", "state": "absent"} 2020-12-22T11:26:22.761 INFO:teuthology.task.ansible.out: TASK [common : Enable necessary rhsm repos] ************************************ skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.796 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.062) 0:01:21.975 ****** 2020-12-22T11:26:22.823 INFO:teuthology.task.ansible.out: TASK [common : Remove old apt-mirror repository definition.] ******************* 2020-12-22T11:26:22.825 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:22.856 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:22 +0000 (0:00:00.060) 0:01:22.036 ****** 2020-12-22T11:26:22.862 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:22.864 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "name": "fche", "state": "absent"} 2020-12-22T11:26:22.949 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "name": "rturk", "state": "absent"} 2020-12-22T11:26:23.033 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "name": "jbainbri", "state": "absent"} 2020-12-22T11:26:23.095 INFO:teuthology.task.ansible.out: TASK [common : Increase the yum timeout.] ************************************** 2020-12-22T11:26:23.097 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:26:23.128 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:23 +0000 (0:00:00.271) 0:01:22.307 ****** 2020-12-22T11:26:23.144 INFO:teuthology.task.ansible.out: TASK [users : Remove revoked users] ******************************************** 2020-12-22T11:26:23.146 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "name": "fche", "state": "absent"} 2020-12-22T11:26:23.230 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "name": "kdhananj", "state": "absent"} 2020-12-22T11:26:23.836 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:23 +0000 (0:00:00.153) 0:01:22.461 ****** ok: [smithi058.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "name": "jbainbri", "state": "absent"} ok: [smithi058.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "name": "kdhananj", "state": "absent"} Tuesday 22 December 2020 11:26:23 +0000 (0:00:00.298) 0:01:22.760 ****** TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "checksum": "6fd8d6c91f80f5f01a30f8ad11cec19369dc6e10", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "md5sum": "5cb294af2c72d24fbc2ea233ce167d9f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_runtime_t:s0", "size": 40, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1608636383.3023267-105770730347345/source", "state": "file", "uid": 0} Tuesday 22 December 2020 11:26:23 +0000 (0:00:00.249) 0:01:23.009 ****** 2020-12-22T11:26:23.848 INFO:teuthology.task.ansible.out: TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** 2020-12-22T11:26:23.850 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'key': 'epel', 'value': {'name': 'Extra Packages for Enterprise Linux', 'mirrorlist': 'file:///etc/yum.repos.d/epel-mirrorlist', 'failovermethod': 'priority', 'enabled': '1', 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "86c0d58bde7ad4cfaafe592d2fefd92c920c42ca", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "item": {"key": "epel", "value": {"enabled": "1", "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-mirrorlist", "name": "Extra Packages for Enterprise Linux"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 236, "state": "file", "uid": 0} 2020-12-22T11:26:23.859 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** 2020-12-22T11:26:23.861 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => { "msg": "Host smithi039.front.sepia.ceph.com is running CentOS 8.2 (Core)" } 2020-12-22T11:26:23.892 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:23 +0000 (0:00:00.062) 0:01:23.072 ****** 2020-12-22T11:26:23.929 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** 2020-12-22T11:26:23.930 INFO:teuthology.task.ansible.out:ok: [smithi039.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"} 2020-12-22T11:26:23.965 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:23 +0000 (0:00:00.072) 0:01:23.144 ****** 2020-12-22T11:26:23.992 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2020-12-22T11:26:23.993 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:24.024 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.059) 0:01:23.204 ****** 2020-12-22T11:26:24.206 INFO:teuthology.task.ansible.out: TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** 2020-12-22T11:26:24.208 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "checksum": "6fd8d6c91f80f5f01a30f8ad11cec19369dc6e10", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "md5sum": "5cb294af2c72d24fbc2ea233ce167d9f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_runtime_t:s0", "size": 40, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1608636383.6019056-258250185096919/source", "state": "file", "uid": 0} 2020-12-22T11:26:24.252 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.227) 0:01:23.431 ****** 2020-12-22T11:26:24.280 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** 2020-12-22T11:26:24.282 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => { "msg": "Host smithi058.front.sepia.ceph.com is running CentOS 8.2 (Core)" } TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** ok: [smithi105.front.sepia.ceph.com] => (item={'key': 'epel-testing', 'value': {'name': 'Extra Packages for Enterprise Linux - Testing', 'mirrorlist': 'file:///etc/yum.repos.d/epel-testing-mirrorlist', 'failovermethod': 'priority', 'enabled': 0, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1bad5509ed35b895c2061841236b1cfe10619ae", "dest": "/etc/yum.repos.d/epel-testing.repo", "gid": 0, "group": "root", "item": {"key": "epel-testing", "value": {"enabled": 0, "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-testing-mirrorlist", "name": "Extra Packages for Enterprise Linux - Testing"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 262, "state": "file", "uid": 0} 2020-12-22T11:26:24.326 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.073) 0:01:23.505 ****** 2020-12-22T11:26:24.359 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.032) 0:01:23.538 ****** 2020-12-22T11:26:24.364 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** 2020-12-22T11:26:24.366 INFO:teuthology.task.ansible.out:ok: [smithi058.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"} 2020-12-22T11:26:24.400 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.041) 0:01:23.579 ****** 2020-12-22T11:26:24.428 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2020-12-22T11:26:24.430 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:24.464 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.063) 0:01:23.643 ****** 2020-12-22T11:26:24.555 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** 2020-12-22T11:26:24.556 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.331196", "end": "2020-12-22 11:26:24.537042", "rc": 0, "start": "2020-12-22 11:26:24.205846", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2020-12-22T11:26:24.591 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.126) 0:01:23.770 ****** 2020-12-22T11:26:24.618 INFO:teuthology.task.ansible.out: TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:24.651 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.060) 0:01:23.830 ****** 2020-12-22T11:26:24.676 INFO:teuthology.task.ansible.out: TASK [common : Wait for reboot in case of systemd workaround] ****************** 2020-12-22T11:26:24.678 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:24.709 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.058) 0:01:23.888 ****** 2020-12-22T11:26:24.735 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** 2020-12-22T11:26:24.737 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:24.768 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.058) 0:01:23.947 ****** 2020-12-22T11:26:24.794 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** 2020-12-22T11:26:24.796 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:24.825 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.057) 0:01:24.005 ****** 2020-12-22T11:26:24.841 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* 2020-12-22T11:26:24.843 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=epel-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "3c9ba7bacd1e30bed014cefd1fb4eab0f0f8fa10", "dest": "/etc/yum.repos.d/epel-mirrorlist", "gid": 0, "group": "root", "item": "epel-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 484, "state": "file", "uid": 0} 2020-12-22T11:26:24.853 INFO:teuthology.task.ansible.out: TASK [common : Install yum on Fedora 22 and later] ***************************** 2020-12-22T11:26:24.855 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:24.887 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.061) 0:01:24.066 ****** 2020-12-22T11:26:24.923 INFO:teuthology.task.ansible.out: TASK [common : Set entitlements_path] ****************************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:24.955 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:24 +0000 (0:00:00.068) 0:01:24.135 ****** 2020-12-22T11:26:24.993 INFO:teuthology.task.ansible.out: TASK [common : Include Red Hat encrypted variables.] *************************** skipping: [smithi039.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: [smithi039.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:25.025 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.069) 0:01:24.204 ****** 2020-12-22T11:26:25.052 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** 2020-12-22T11:26:25.053 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.388357", "end": "2020-12-22 11:26:25.030379", "rc": 0, "start": "2020-12-22 11:26:24.642022", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2020-12-22T11:26:25.092 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.066) 0:01:24.271 ****** 2020-12-22T11:26:25.098 INFO:teuthology.task.ansible.out: TASK [common : Set have_entitlements] ****************************************** 2020-12-22T11:26:25.100 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.133 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.041) 0:01:24.312 ****** 2020-12-22T11:26:25.140 INFO:teuthology.task.ansible.out: TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* 2020-12-22T11:26:25.142 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.174 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.040) 0:01:24.353 ****** 2020-12-22T11:26:25.180 INFO:teuthology.task.ansible.out: TASK [common : Install CA Cert from Satellite Server] ************************** 2020-12-22T11:26:25.182 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.214 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.040) 0:01:24.393 ****** 2020-12-22T11:26:25.220 INFO:teuthology.task.ansible.out: TASK [common : Wait for reboot in case of systemd workaround] ****************** 2020-12-22T11:26:25.221 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.254 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.039) 0:01:24.433 ****** 2020-12-22T11:26:25.259 INFO:teuthology.task.ansible.out: TASK [common : Determine if node is registered with subscription-manager.] ***** 2020-12-22T11:26:25.261 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:25.295 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.041) 0:01:24.474 ****** 2020-12-22T11:26:25.301 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* 2020-12-22T11:26:25.303 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=epel-testing-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "d542c3e2c30a0d3eb7d454775342c302c0ded15b", "dest": "/etc/yum.repos.d/epel-testing-mirrorlist", "gid": 0, "group": "root", "item": "epel-testing-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 540, "state": "file", "uid": 0} 2020-12-22T11:26:25.304 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.338 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.042) 0:01:24.517 ****** 2020-12-22T11:26:25.368 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.030) 0:01:24.547 ****** 2020-12-22T11:26:25.374 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we're already registered] **************** 2020-12-22T11:26:25.375 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.410 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.041) 0:01:24.589 ****** 2020-12-22T11:26:25.439 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.029) 0:01:24.618 ****** 2020-12-22T11:26:25.445 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2020-12-22T11:26:25.446 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Register with subscription-manager.] **************************** skipping: [smithi039.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:25.479 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.039) 0:01:24.659 ****** 2020-12-22T11:26:25.510 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.030) 0:01:24.690 ****** 2020-12-22T11:26:25.516 INFO:teuthology.task.ansible.out: TASK [common : Install yum on Fedora 22 and later] ***************************** 2020-12-22T11:26:25.517 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Set rhsm_registered if we just registered] ********************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.550 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.039) 0:01:24.729 ****** 2020-12-22T11:26:25.579 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.029) 0:01:24.759 ****** 2020-12-22T11:26:25.585 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2020-12-22T11:26:25.587 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : List CDN releases available to system] ************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.620 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.040) 0:01:24.799 ****** 2020-12-22T11:26:25.649 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.029) 0:01:24.829 ****** 2020-12-22T11:26:25.655 INFO:teuthology.task.ansible.out: TASK [common : Set entitlements_path] ****************************************** 2020-12-22T11:26:25.656 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Unregister Beta/Alpha/RC system with subscription-manager] ****** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.688 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.038) 0:01:24.868 ****** 2020-12-22T11:26:25.718 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.030) 0:01:24.898 ****** 2020-12-22T11:26:25.724 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone in /etc/timezone] ****************************** 2020-12-22T11:26:25.726 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Set rhsm_registered to false if Beta/Alpha/RC release] ********** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.762 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.043) 0:01:24.941 ****** 2020-12-22T11:26:25.792 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.029) 0:01:24.971 ****** 2020-12-22T11:26:25.798 INFO:teuthology.task.ansible.out: TASK [common : Include Red Hat encrypted variables.] *************************** 2020-12-22T11:26:25.799 INFO:teuthology.task.ansible.out:skipping: [smithi058.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: [smithi058.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [common : Configure internal beta repos in /etc/yum.repos.d/] ************* 2020-12-22T11:26:25.800 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:25.833 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.041) 0:01:25.013 ****** 2020-12-22T11:26:25.863 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.029) 0:01:25.043 ****** 2020-12-22T11:26:25.869 INFO:teuthology.task.ansible.out: TASK [common : Inform the OS of the new timezone] ****************************** 2020-12-22T11:26:25.871 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Clean yum cache] ************************************************ skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.904 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.040) 0:01:25.083 ****** 2020-12-22T11:26:25.933 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.028) 0:01:25.112 ****** 2020-12-22T11:26:25.939 INFO:teuthology.task.ansible.out: TASK [common : Set have_entitlements] ****************************************** 2020-12-22T11:26:25.940 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Get list of enabled RHSM repos] ********************************* skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:25.973 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:25 +0000 (0:00:00.040) 0:01:25.153 ****** 2020-12-22T11:26:26.003 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.029) 0:01:25.182 ****** 2020-12-22T11:26:26.008 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2020-12-22T11:26:26.010 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Store list of enabled repos] ************************************ skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.043 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.040) 0:01:25.223 ****** 2020-12-22T11:26:26.075 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.031) 0:01:25.254 ****** 2020-12-22T11:26:26.080 INFO:teuthology.task.ansible.out: TASK [common : Install CA Cert from Satellite Server] ************************** 2020-12-22T11:26:26.082 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.117 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.041) 0:01:25.296 ****** 2020-12-22T11:26:26.149 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.031) 0:01:25.328 ****** 2020-12-22T11:26:26.155 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** 2020-12-22T11:26:26.157 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.190 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.041) 0:01:25.370 ****** 2020-12-22T11:26:26.222 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.031) 0:01:25.401 ****** 2020-12-22T11:26:26.229 INFO:teuthology.task.ansible.out: TASK [common : Determine if node is registered with subscription-manager.] ***** 2020-12-22T11:26:26.230 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [common : Set replace_repos true if newly-subscribed] ********************* skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.264 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.042) 0:01:25.444 ****** 2020-12-22T11:26:26.295 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.030) 0:01:25.475 ****** 2020-12-22T11:26:26.301 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ 2020-12-22T11:26:26.303 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.335 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.039) 0:01:25.514 ****** 2020-12-22T11:26:26.341 INFO:teuthology.task.ansible.out: TASK [common : Disable all rhsm repos] ***************************************** 2020-12-22T11:26:26.343 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [common : Set rhsm_registered if we're already registered] **************** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.376 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.040) 0:01:25.555 ****** 2020-12-22T11:26:26.406 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.029) 0:01:25.585 ****** 2020-12-22T11:26:26.412 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* 2020-12-22T11:26:26.413 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [common : Enable necessary rhsm repos] ************************************ skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.446 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.040) 0:01:25.625 ****** 2020-12-22T11:26:26.480 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.034) 0:01:25.660 ****** 2020-12-22T11:26:26.486 INFO:teuthology.task.ansible.out: TASK [common : Register with subscription-manager.] **************************** 2020-12-22T11:26:26.488 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [common : Remove old apt-mirror repository definition.] ******************* skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.520 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.039) 0:01:25.699 ****** 2020-12-22T11:26:26.551 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.030) 0:01:25.729 ****** 2020-12-22T11:26:26.556 INFO:teuthology.task.ansible.out: TASK [common : Refresh repos] ************************************************** 2020-12-22T11:26:26.558 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.591 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.040) 0:01:25.770 ****** 2020-12-22T11:26:26.597 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we just registered] ********************** 2020-12-22T11:26:26.599 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.633 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.042) 0:01:25.813 ****** 2020-12-22T11:26:26.660 INFO:teuthology.task.ansible.out: TASK [common : List CDN releases available to system] ************************** 2020-12-22T11:26:26.662 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.692 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.058) 0:01:25.872 ****** 2020-12-22T11:26:26.718 INFO:teuthology.task.ansible.out: TASK [common : Unregister Beta/Alpha/RC system with subscription-manager] ****** 2020-12-22T11:26:26.720 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.752 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.059) 0:01:25.931 ****** 2020-12-22T11:26:26.758 INFO:teuthology.task.ansible.out: TASK [common : Increase the yum timeout.] ************************************** 2020-12-22T11:26:26.759 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:26:26.793 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.040) 0:01:25.972 ****** 2020-12-22T11:26:26.799 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered to false if Beta/Alpha/RC release] ********** 2020-12-22T11:26:26.800 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.834 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.040) 0:01:26.013 ****** 2020-12-22T11:26:26.859 INFO:teuthology.task.ansible.out: TASK [common : Configure internal beta repos in /etc/yum.repos.d/] ************* 2020-12-22T11:26:26.861 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:26.892 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.058) 0:01:26.072 ****** 2020-12-22T11:26:26.919 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:26.952 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:26 +0000 (0:00:00.059) 0:01:26.131 ****** 2020-12-22T11:26:26.978 INFO:teuthology.task.ansible.out: TASK [common : Get list of enabled RHSM repos] ********************************* 2020-12-22T11:26:26.980 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:27.010 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.058) 0:01:26.189 ****** 2020-12-22T11:26:27.047 INFO:teuthology.task.ansible.out: TASK [common : Store list of enabled repos] ************************************ 2020-12-22T11:26:27.049 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:27.080 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.070) 0:01:26.260 ****** 2020-12-22T11:26:27.106 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** 2020-12-22T11:26:27.108 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:27.140 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.059) 0:01:26.319 ****** 2020-12-22T11:26:27.166 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** 2020-12-22T11:26:27.167 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:27.199 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.059) 0:01:26.378 ****** 2020-12-22T11:26:27.226 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if newly-subscribed] ********************* 2020-12-22T11:26:27.227 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:27.260 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.060) 0:01:26.439 ****** 2020-12-22T11:26:27.297 INFO:teuthology.task.ansible.out: TASK [common : Disable all rhsm repos] ***************************************** skipping: [smithi058.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2020-12-22T11:26:27.299 INFO:teuthology.task.ansible.out: TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** ok: [smithi039.front.sepia.ceph.com] => (item={'key': 'epel', 'value': {'name': 'Extra Packages for Enterprise Linux', 'mirrorlist': 'file:///etc/yum.repos.d/epel-mirrorlist', 'failovermethod': 'priority', 'enabled': '1', 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "86c0d58bde7ad4cfaafe592d2fefd92c920c42ca", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "item": {"key": "epel", "value": {"enabled": "1", "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-mirrorlist", "name": "Extra Packages for Enterprise Linux"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 236, "state": "file", "uid": 0} 2020-12-22T11:26:27.337 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.076) 0:01:26.516 ****** 2020-12-22T11:26:27.364 INFO:teuthology.task.ansible.out: TASK [common : Enable necessary rhsm repos] ************************************ 2020-12-22T11:26:27.366 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:27.401 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.064) 0:01:26.580 ****** 2020-12-22T11:26:27.581 INFO:teuthology.task.ansible.out: TASK [common : Remove old apt-mirror repository definition.] ******************* 2020-12-22T11:26:27.583 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:27.614 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.212) 0:01:26.792 ****** 2020-12-22T11:26:27.755 INFO:teuthology.task.ansible.out: TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** 2020-12-22T11:26:27.756 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'key': 'epel-testing', 'value': {'name': 'Extra Packages for Enterprise Linux - Testing', 'mirrorlist': 'file:///etc/yum.repos.d/epel-testing-mirrorlist', 'failovermethod': 'priority', 'enabled': 0, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1bad5509ed35b895c2061841236b1cfe10619ae", "dest": "/etc/yum.repos.d/epel-testing.repo", "gid": 0, "group": "root", "item": {"key": "epel-testing", "value": {"enabled": 0, "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-testing-mirrorlist", "name": "Extra Packages for Enterprise Linux - Testing"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 262, "state": "file", "uid": 0} 2020-12-22T11:26:27.790 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.177) 0:01:26.969 ****** 2020-12-22T11:26:27.848 INFO:teuthology.task.ansible.out: TASK [common : Increase the yum timeout.] ************************************** 2020-12-22T11:26:27.850 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:26:27.883 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:27 +0000 (0:00:00.092) 0:01:27.062 ****** 2020-12-22T11:26:28.274 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* 2020-12-22T11:26:28.276 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=epel-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "3c9ba7bacd1e30bed014cefd1fb4eab0f0f8fa10", "dest": "/etc/yum.repos.d/epel-mirrorlist", "gid": 0, "group": "root", "item": "epel-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 484, "state": "file", "uid": 0} 2020-12-22T11:26:28.380 INFO:teuthology.task.ansible.out: TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** 2020-12-22T11:26:28.381 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'key': 'epel', 'value': {'name': 'Extra Packages for Enterprise Linux', 'mirrorlist': 'file:///etc/yum.repos.d/epel-mirrorlist', 'failovermethod': 'priority', 'enabled': '1', 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "86c0d58bde7ad4cfaafe592d2fefd92c920c42ca", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "item": {"key": "epel", "value": {"enabled": "1", "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-mirrorlist", "name": "Extra Packages for Enterprise Linux"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 236, "state": "file", "uid": 0} 2020-12-22T11:26:28.527 INFO:teuthology.task.ansible.out: TASK [common : Set the hardware clock] ***************************************** 2020-12-22T11:26:28.528 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:01.730892", "end": "2020-12-22 11:26:28.501235", "rc": 0, "start": "2020-12-22 11:26:26.770343", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:26:28.561 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:28 +0000 (0:00:00.678) 0:01:27.740 ****** 2020-12-22T11:26:28.723 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* 2020-12-22T11:26:28.725 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=epel-testing-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "d542c3e2c30a0d3eb7d454775342c302c0ded15b", "dest": "/etc/yum.repos.d/epel-testing-mirrorlist", "gid": 0, "group": "root", "item": "epel-testing-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 540, "state": "file", "uid": 0} 2020-12-22T11:26:28.759 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:28 +0000 (0:00:00.197) 0:01:27.938 ****** 2020-12-22T11:26:28.786 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2020-12-22T11:26:28.788 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:28.819 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:28 +0000 (0:00:00.060) 0:01:27.998 ****** 2020-12-22T11:26:28.825 INFO:teuthology.task.ansible.out: TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** 2020-12-22T11:26:28.826 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'key': 'epel-testing', 'value': {'name': 'Extra Packages for Enterprise Linux - Testing', 'mirrorlist': 'file:///etc/yum.repos.d/epel-testing-mirrorlist', 'failovermethod': 'priority', 'enabled': 0, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1bad5509ed35b895c2061841236b1cfe10619ae", "dest": "/etc/yum.repos.d/epel-testing.repo", "gid": 0, "group": "root", "item": {"key": "epel-testing", "value": {"enabled": 0, "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-testing-mirrorlist", "name": "Extra Packages for Enterprise Linux - Testing"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 262, "state": "file", "uid": 0} 2020-12-22T11:26:28.860 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:28 +0000 (0:00:00.041) 0:01:28.040 ****** 2020-12-22T11:26:28.866 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2020-12-22T11:26:28.868 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:28.899 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:28 +0000 (0:00:00.038) 0:01:28.078 ****** 2020-12-22T11:26:28.925 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone in /etc/timezone] ****************************** 2020-12-22T11:26:28.927 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:28.957 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:28 +0000 (0:00:00.058) 0:01:28.137 ****** 2020-12-22T11:26:28.983 INFO:teuthology.task.ansible.out: TASK [common : Inform the OS of the new timezone] ****************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:29.015 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:29 +0000 (0:00:00.057) 0:01:28.194 ****** 2020-12-22T11:26:29.042 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2020-12-22T11:26:29.044 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:29.075 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:29 +0000 (0:00:00.060) 0:01:28.254 ****** 2020-12-22T11:26:29.102 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** 2020-12-22T11:26:29.103 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:29.139 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:29 +0000 (0:00:00.063) 0:01:28.318 ****** 2020-12-22T11:26:29.165 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:29.198 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:29 +0000 (0:00:00.058) 0:01:28.377 ****** 2020-12-22T11:26:29.224 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* 2020-12-22T11:26:29.226 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:29.257 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:29 +0000 (0:00:00.059) 0:01:28.437 ****** 2020-12-22T11:26:29.284 INFO:teuthology.task.ansible.out: TASK [common : Refresh repos] ************************************************** 2020-12-22T11:26:29.285 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:29.320 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:29 +0000 (0:00:00.062) 0:01:28.499 ****** 2020-12-22T11:26:29.338 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* ok: [smithi058.front.sepia.ceph.com] => (item=epel-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "3c9ba7bacd1e30bed014cefd1fb4eab0f0f8fa10", "dest": "/etc/yum.repos.d/epel-mirrorlist", "gid": 0, "group": "root", "item": "epel-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 484, "state": "file", "uid": 0} 2020-12-22T11:26:29.798 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=epel-testing-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "checksum": "d542c3e2c30a0d3eb7d454775342c302c0ded15b", "dest": "/etc/yum.repos.d/epel-testing-mirrorlist", "gid": 0, "group": "root", "item": "epel-testing-mirrorlist", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel-testing-mirrorlist", "secontext": "system_u:object_r:system_conf_t:s0", "size": 540, "state": "file", "uid": 0} 2020-12-22T11:26:29.835 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:29 +0000 (0:00:00.514) 0:01:29.014 ****** 2020-12-22T11:26:29.862 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2020-12-22T11:26:29.864 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:29.895 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:29 +0000 (0:00:00.060) 0:01:29.074 ****** 2020-12-22T11:26:29.921 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2020-12-22T11:26:29.923 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:29.954 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:29 +0000 (0:00:00.059) 0:01:29.134 ****** 2020-12-22T11:26:29.981 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone in /etc/timezone] ****************************** 2020-12-22T11:26:29.983 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:30.013 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:30 +0000 (0:00:00.059) 0:01:29.193 ****** 2020-12-22T11:26:30.040 INFO:teuthology.task.ansible.out: TASK [common : Inform the OS of the new timezone] ****************************** 2020-12-22T11:26:30.041 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:30.073 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:30 +0000 (0:00:00.059) 0:01:29.252 ****** 2020-12-22T11:26:30.099 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2020-12-22T11:26:30.101 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:30.133 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:30 +0000 (0:00:00.059) 0:01:29.312 ****** 2020-12-22T11:26:30.160 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** 2020-12-22T11:26:30.162 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:30.193 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:30 +0000 (0:00:00.060) 0:01:29.373 ****** 2020-12-22T11:26:30.220 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ 2020-12-22T11:26:30.222 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:30.252 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:30 +0000 (0:00:00.058) 0:01:29.431 ****** 2020-12-22T11:26:30.278 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* 2020-12-22T11:26:30.280 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:30.311 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:30 +0000 (0:00:00.059) 0:01:29.491 ****** 2020-12-22T11:26:30.338 INFO:teuthology.task.ansible.out: TASK [common : Refresh repos] ************************************************** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:30.377 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:30 +0000 (0:00:00.065) 0:01:29.557 ****** 2020-12-22T11:26:30.519 INFO:teuthology.task.ansible.out: TASK [common : Set the hardware clock] ***************************************** 2020-12-22T11:26:30.520 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:01.010659", "end": "2020-12-22 11:26:30.500334", "rc": 0, "start": "2020-12-22 11:26:29.489675", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:26:30.555 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:30 +0000 (0:00:00.177) 0:01:29.734 ****** 2020-12-22T11:26:31.525 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:00.951065", "end": "2020-12-22 11:26:31.500405", "rc": 0, "start": "2020-12-22 11:26:30.549340", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:26:31.559 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:31 +0000 (0:00:01.003) 0:01:30.738 ****** 2020-12-22T11:26:35.178 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (RedHat)] ***************************** 2020-12-22T11:26:35.180 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: krb5-workstation", "Installed: libkadm5-1.18.2-5.el8.x86_64", "Installed: krb5-workstation-1.18.2-5.el8.x86_64", "Installed: krb5-libs-1.18.2-5.el8.x86_64", "Removed: krb5-workstation-1.17-18.el8.x86_64", "Removed: libkadm5-1.17-18.el8.x86_64", "Removed: krb5-libs-1.17-18.el8.x86_64"]} 2020-12-22T11:26:35.211 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:35 +0000 (0:00:03.652) 0:01:34.391 ****** 2020-12-22T11:26:35.238 INFO:teuthology.task.ansible.out: TASK [common : Clean apt cache] ************************************************ 2020-12-22T11:26:35.239 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:35.274 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:35 +0000 (0:00:00.062) 0:01:34.453 ****** 2020-12-22T11:26:35.300 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2020-12-22T11:26:35.301 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:35.333 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:35 +0000 (0:00:00.058) 0:01:34.512 ****** 2020-12-22T11:26:35.358 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (Debian)] ***************************** 2020-12-22T11:26:35.360 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:35.391 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:35 +0000 (0:00:00.057) 0:01:34.570 ****** 2020-12-22T11:26:35.417 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (OpenSUSE Leap)] ********************** 2020-12-22T11:26:35.419 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:35.450 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:35 +0000 (0:00:00.058) 0:01:34.629 ****** 2020-12-22T11:26:35.914 INFO:teuthology.task.ansible.out: TASK [common : Add krb5 config file] ******************************************* 2020-12-22T11:26:35.915 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "b3c1a33d19a4e448c29374429629dff57657b576", "dest": "/etc/krb5.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/krb5.conf", "secontext": "system_u:object_r:krb5_conf_t:s0", "size": 131, "state": "file", "uid": 0} 2020-12-22T11:26:35.946 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:35 +0000 (0:00:00.496) 0:01:35.126 ****** 2020-12-22T11:26:37.863 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (RedHat)] ***************************** 2020-12-22T11:26:37.865 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: krb5-workstation", "Installed: libkadm5-1.18.2-5.el8.x86_64", "Installed: krb5-workstation-1.18.2-5.el8.x86_64", "Installed: krb5-libs-1.18.2-5.el8.x86_64", "Removed: krb5-workstation-1.17-18.el8.x86_64", "Removed: libkadm5-1.17-18.el8.x86_64", "Removed: krb5-libs-1.17-18.el8.x86_64"]} 2020-12-22T11:26:37.898 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:37 +0000 (0:00:01.951) 0:01:37.077 ****** 2020-12-22T11:26:37.927 INFO:teuthology.task.ansible.out: TASK [common : Clean apt cache] ************************************************ 2020-12-22T11:26:37.929 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:37.959 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:37 +0000 (0:00:00.061) 0:01:37.138 ****** 2020-12-22T11:26:37.985 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2020-12-22T11:26:37.986 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:38.017 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:38 +0000 (0:00:00.058) 0:01:37.196 ****** 2020-12-22T11:26:38.043 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (Debian)] ***************************** 2020-12-22T11:26:38.044 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:38.075 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:38 +0000 (0:00:00.057) 0:01:37.254 ****** 2020-12-22T11:26:38.101 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (OpenSUSE Leap)] ********************** 2020-12-22T11:26:38.103 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:38.133 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:38 +0000 (0:00:00.057) 0:01:37.312 ****** 2020-12-22T11:26:38.575 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (RedHat)] ***************************** 2020-12-22T11:26:38.577 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: krb5-workstation", "Installed: libkadm5-1.18.2-5.el8.x86_64", "Installed: krb5-workstation-1.18.2-5.el8.x86_64", "Installed: krb5-libs-1.18.2-5.el8.x86_64", "Removed: krb5-workstation-1.17-18.el8.x86_64", "Removed: libkadm5-1.17-18.el8.x86_64", "Removed: krb5-libs-1.17-18.el8.x86_64"]} 2020-12-22T11:26:38.610 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:38 +0000 (0:00:00.476) 0:01:37.789 ****** 2020-12-22T11:26:38.616 INFO:teuthology.task.ansible.out: TASK [common : Add krb5 config file] ******************************************* 2020-12-22T11:26:38.617 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "b3c1a33d19a4e448c29374429629dff57657b576", "dest": "/etc/krb5.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/krb5.conf", "secontext": "system_u:object_r:krb5_conf_t:s0", "size": 131, "state": "file", "uid": 0} 2020-12-22T11:26:38.652 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:38 +0000 (0:00:00.042) 0:01:37.831 ****** 2020-12-22T11:26:38.659 INFO:teuthology.task.ansible.out: TASK [common : Clean apt cache] ************************************************ 2020-12-22T11:26:38.660 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:38.694 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:38 +0000 (0:00:00.042) 0:01:37.873 ****** 2020-12-22T11:26:38.721 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2020-12-22T11:26:38.723 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:38.754 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:38 +0000 (0:00:00.059) 0:01:37.933 ****** 2020-12-22T11:26:38.780 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (Debian)] ***************************** 2020-12-22T11:26:38.782 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:38.814 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:38 +0000 (0:00:00.059) 0:01:37.993 ****** 2020-12-22T11:26:38.840 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (OpenSUSE Leap)] ********************** 2020-12-22T11:26:38.842 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:38.877 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:38 +0000 (0:00:00.063) 0:01:38.056 ****** 2020-12-22T11:26:38.998 INFO:teuthology.task.ansible.out: TASK [common : Make sure smartmontools is installed] *************************** 2020-12-22T11:26:38.999 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: smartmontools", "Installed: smartmontools-1:7.1-1.el8.x86_64", "Removed: smartmontools-1:6.6-3.el8.x86_64"]} 2020-12-22T11:26:39.032 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:39 +0000 (0:00:00.155) 0:01:38.212 ****** 2020-12-22T11:26:39.351 INFO:teuthology.task.ansible.out: TASK [common : Add krb5 config file] ******************************************* 2020-12-22T11:26:39.353 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "b3c1a33d19a4e448c29374429629dff57657b576", "dest": "/etc/krb5.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/krb5.conf", "secontext": "system_u:object_r:krb5_conf_t:s0", "size": 131, "state": "file", "uid": 0} 2020-12-22T11:26:39.386 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:39 +0000 (0:00:00.354) 0:01:38.566 ****** 2020-12-22T11:26:39.496 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** 2020-12-22T11:26:39.498 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=megacli) => {"ansible_loop_var": "item", "changed": false, "checksum": "cb3ef2aa6a3e3002b234f166e739a39b1f3a1bde", "dest": "/usr/sbin/megacli", "gid": 0, "group": "root", "item": "megacli", "mode": "0755", "owner": "root", "path": "/usr/sbin/megacli", "secontext": "system_u:object_r:bin_t:s0", "size": 2716736, "state": "file", "uid": 0} 2020-12-22T11:26:39.923 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=cli64) => {"ansible_loop_var": "item", "changed": false, "checksum": "a3b8773b14e8594ffbd9fc156c09436eb0184bc7", "dest": "/usr/sbin/cli64", "gid": 0, "group": "root", "item": "cli64", "mode": "0755", "owner": "root", "path": "/usr/sbin/cli64", "secontext": "system_u:object_r:bin_t:s0", "size": 1952038, "state": "file", "uid": 0} 2020-12-22T11:26:40.330 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=nvme) => {"ansible_loop_var": "item", "changed": false, "checksum": "98735dcacd6fec55dd92b67281b478603b7955b1", "dest": "/usr/sbin/nvme", "gid": 0, "group": "root", "item": "nvme", "mode": "0755", "owner": "root", "path": "/usr/sbin/nvme", "secontext": "system_u:object_r:bin_t:s0", "size": 580432, "state": "file", "uid": 0} 2020-12-22T11:26:40.366 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:40 +0000 (0:00:00.979) 0:01:39.545 ****** 2020-12-22T11:26:40.549 INFO:teuthology.task.ansible.out: TASK [common : Create /usr/libexec.] ******************************************* 2020-12-22T11:26:40.551 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/libexec", "secontext": "system_u:object_r:bin_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-12-22T11:26:40.583 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:40 +0000 (0:00:00.217) 0:01:39.762 ****** 2020-12-22T11:26:41.081 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** 2020-12-22T11:26:41.082 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item=smart.sh) => {"ansible_loop_var": "item", "changed": true, "checksum": "00d0404b545463be4a65f475e0870e07a48f35b6", "dest": "/usr/libexec/smart.sh", "gid": 0, "group": "root", "item": "smart.sh", "md5sum": "14041bf2666d8f8d277567958c7e9f69", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:bin_t:s0", "size": 13355, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1608636400.6038127-196290570908544/source", "state": "file", "uid": 0} 2020-12-22T11:26:41.497 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=raid.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9d9a89805d8a9e4c7281934e887da31f7ac464fb", "dest": "/usr/libexec/raid.pl", "gid": 0, "group": "root", "item": "raid.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/raid.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 8602, "state": "file", "uid": 0} 2020-12-22T11:26:41.850 INFO:teuthology.task.ansible.out: TASK [common : Make sure smartmontools is installed] *************************** 2020-12-22T11:26:41.851 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: smartmontools", "Installed: smartmontools-1:7.1-1.el8.x86_64", "Removed: smartmontools-1:6.6-3.el8.x86_64"]} 2020-12-22T11:26:41.884 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:41 +0000 (0:00:01.301) 0:01:41.063 ****** 2020-12-22T11:26:41.911 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** 2020-12-22T11:26:41.913 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=diskusage.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9c74425885a83f23bc37817de46979ca5173ccb7", "dest": "/usr/libexec/diskusage.pl", "gid": 0, "group": "root", "item": "diskusage.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/diskusage.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 3605, "state": "file", "uid": 0} 2020-12-22T11:26:41.971 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:41 +0000 (0:00:00.086) 0:01:41.150 ****** 2020-12-22T11:26:42.000 INFO:teuthology.task.ansible.out: TASK [common : Include apt_system vars] **************************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:42.034 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:42 +0000 (0:00:00.063) 0:01:41.213 ****** 2020-12-22T11:26:42.071 INFO:teuthology.task.ansible.out: TASK [common : Include yum_systems vars] *************************************** 2020-12-22T11:26:42.073 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"nagios_plugins_directory": "/usr/lib64/nagios/plugins", "nrpe_group": "nrpe", "nrpe_packages": ["nagios-common", "nrpe", "nagios-plugins", "nagios-plugins-load"], "nrpe_service_name": "nrpe", "nrpe_user": "nrpe"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/yum_systems.yml"], "changed": false} 2020-12-22T11:26:42.105 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:42 +0000 (0:00:00.070) 0:01:41.284 ****** 2020-12-22T11:26:42.308 INFO:teuthology.task.ansible.out: TASK [common : Check for epel] ************************************************* 2020-12-22T11:26:42.310 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-12-22T11:26:42.342 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:42 +0000 (0:00:00.237) 0:01:41.521 ****** 2020-12-22T11:26:42.379 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe without epel] ************************************** 2020-12-22T11:26:42.381 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:42.390 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:42.402 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:42.403 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:42.454 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:42 +0000 (0:00:00.111) 0:01:41.633 ****** 2020-12-22T11:26:42.504 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** 2020-12-22T11:26:42.505 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=megacli) => {"ansible_loop_var": "item", "changed": false, "checksum": "cb3ef2aa6a3e3002b234f166e739a39b1f3a1bde", "dest": "/usr/sbin/megacli", "gid": 0, "group": "root", "item": "megacli", "mode": "0755", "owner": "root", "path": "/usr/sbin/megacli", "secontext": "system_u:object_r:bin_t:s0", "size": 2716736, "state": "file", "uid": 0} 2020-12-22T11:26:42.734 INFO:teuthology.task.ansible.out: TASK [common : Make sure smartmontools is installed] *************************** 2020-12-22T11:26:42.736 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: smartmontools", "Installed: smartmontools-1:7.1-1.el8.x86_64", "Removed: smartmontools-1:6.6-3.el8.x86_64"]} 2020-12-22T11:26:42.768 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:42 +0000 (0:00:00.313) 0:01:41.947 ****** 2020-12-22T11:26:42.951 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** 2020-12-22T11:26:42.953 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=cli64) => {"ansible_loop_var": "item", "changed": false, "checksum": "a3b8773b14e8594ffbd9fc156c09436eb0184bc7", "dest": "/usr/sbin/cli64", "gid": 0, "group": "root", "item": "cli64", "mode": "0755", "owner": "root", "path": "/usr/sbin/cli64", "secontext": "system_u:object_r:bin_t:s0", "size": 1952038, "state": "file", "uid": 0} 2020-12-22T11:26:43.274 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=megacli) => {"ansible_loop_var": "item", "changed": false, "checksum": "cb3ef2aa6a3e3002b234f166e739a39b1f3a1bde", "dest": "/usr/sbin/megacli", "gid": 0, "group": "root", "item": "megacli", "mode": "0755", "owner": "root", "path": "/usr/sbin/megacli", "secontext": "system_u:object_r:bin_t:s0", "size": 2716736, "state": "file", "uid": 0} 2020-12-22T11:26:43.388 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=nvme) => {"ansible_loop_var": "item", "changed": false, "checksum": "98735dcacd6fec55dd92b67281b478603b7955b1", "dest": "/usr/sbin/nvme", "gid": 0, "group": "root", "item": "nvme", "mode": "0755", "owner": "root", "path": "/usr/sbin/nvme", "secontext": "system_u:object_r:bin_t:s0", "size": 580432, "state": "file", "uid": 0} 2020-12-22T11:26:43.423 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:43 +0000 (0:00:00.655) 0:01:42.602 ****** 2020-12-22T11:26:43.461 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (RHEL/CentOS)] ************ ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: nagios-common", "Installed: nrpe", "Installed: nagios-plugins", "Installed: nagios-plugins-load"]} 2020-12-22T11:26:43.497 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:43 +0000 (0:00:00.073) 0:01:42.676 ****** 2020-12-22T11:26:43.526 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (Ubuntu/Fedora)] ********** 2020-12-22T11:26:43.527 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:43.560 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:43 +0000 (0:00:00.063) 0:01:42.739 ****** 2020-12-22T11:26:43.618 INFO:teuthology.task.ansible.out: TASK [common : Create /usr/libexec.] ******************************************* 2020-12-22T11:26:43.620 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/libexec", "secontext": "system_u:object_r:bin_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-12-22T11:26:43.660 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:43 +0000 (0:00:00.100) 0:01:42.839 ****** 2020-12-22T11:26:43.723 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** ok: [smithi058.front.sepia.ceph.com] => (item=cli64) => {"ansible_loop_var": "item", "changed": false, "checksum": "a3b8773b14e8594ffbd9fc156c09436eb0184bc7", "dest": "/usr/sbin/cli64", "gid": 0, "group": "root", "item": "cli64", "mode": "0755", "owner": "root", "path": "/usr/sbin/cli64", "secontext": "system_u:object_r:bin_t:s0", "size": 1952038, "state": "file", "uid": 0} 2020-12-22T11:26:44.000 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios sudoers.d for raid utilities.] ******************** 2020-12-22T11:26:44.001 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "b423b985ccbb69b65a711d372645a5f704b30e8b", "dest": "/etc/sudoers.d/90-nagios", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/90-nagios", "secontext": "system_u:object_r:etc_t:s0", "size": 178, "state": "file", "uid": 0} 2020-12-22T11:26:44.032 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:44 +0000 (0:00:00.372) 0:01:43.212 ****** 2020-12-22T11:26:44.153 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** 2020-12-22T11:26:44.155 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=nvme) => {"ansible_loop_var": "item", "changed": false, "checksum": "98735dcacd6fec55dd92b67281b478603b7955b1", "dest": "/usr/sbin/nvme", "gid": 0, "group": "root", "item": "nvme", "mode": "0755", "owner": "root", "path": "/usr/sbin/nvme", "secontext": "system_u:object_r:bin_t:s0", "size": 580432, "state": "file", "uid": 0} 2020-12-22T11:26:44.191 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:44 +0000 (0:00:00.158) 0:01:43.370 ****** 2020-12-22T11:26:44.197 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** 2020-12-22T11:26:44.199 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item=smart.sh) => {"ansible_loop_var": "item", "changed": true, "checksum": "00d0404b545463be4a65f475e0870e07a48f35b6", "dest": "/usr/libexec/smart.sh", "gid": 0, "group": "root", "item": "smart.sh", "md5sum": "14041bf2666d8f8d277567958c7e9f69", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:bin_t:s0", "size": 13355, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1608636403.6873124-9716398188171/source", "state": "file", "uid": 0} 2020-12-22T11:26:44.379 INFO:teuthology.task.ansible.out: TASK [common : Create /usr/libexec.] ******************************************* 2020-12-22T11:26:44.381 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/libexec", "secontext": "system_u:object_r:bin_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-12-22T11:26:44.413 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:44 +0000 (0:00:00.222) 0:01:43.593 ****** 2020-12-22T11:26:44.472 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios check_mem script] ********************************* 2020-12-22T11:26:44.474 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "39df629b10ded370443e2e4c84d690332c95104d", "dest": "/usr/lib64/nagios/plugins/check_mem.sh", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/lib64/nagios/plugins/check_mem.sh", "secontext": "system_u:object_r:nagios_unconfined_plugin_exec_t:s0", "size": 1964, "state": "file", "uid": 0} 2020-12-22T11:26:44.510 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:44 +0000 (0:00:00.096) 0:01:43.689 ****** 2020-12-22T11:26:44.537 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (Ubuntu)] ************************ 2020-12-22T11:26:44.538 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "DAEMON_OPTS", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:44.548 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "NRPE_OPTS", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:44.582 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:44 +0000 (0:00:00.072) 0:01:43.761 ****** 2020-12-22T11:26:44.609 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** ok: [smithi039.front.sepia.ceph.com] => (item=raid.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9d9a89805d8a9e4c7281934e887da31f7ac464fb", "dest": "/usr/libexec/raid.pl", "gid": 0, "group": "root", "item": "raid.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/raid.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 8602, "state": "file", "uid": 0} 2020-12-22T11:26:44.787 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (RHEL/CentOS)] ******************* 2020-12-22T11:26:44.789 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:26:44.821 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:44 +0000 (0:00:00.238) 0:01:44.000 ****** 2020-12-22T11:26:44.931 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** changed: [smithi058.front.sepia.ceph.com] => (item=smart.sh) => {"ansible_loop_var": "item", "changed": true, "checksum": "00d0404b545463be4a65f475e0870e07a48f35b6", "dest": "/usr/libexec/smart.sh", "gid": 0, "group": "root", "item": "smart.sh", "md5sum": "14041bf2666d8f8d277567958c7e9f69", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:bin_t:s0", "size": 13355, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1608636404.4341824-183362161564126/source", "state": "file", "uid": 0} 2020-12-22T11:26:45.037 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=diskusage.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9c74425885a83f23bc37817de46979ca5173ccb7", "dest": "/usr/libexec/diskusage.pl", "gid": 0, "group": "root", "item": "diskusage.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/diskusage.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 3605, "state": "file", "uid": 0} 2020-12-22T11:26:45.071 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.250) 0:01:44.250 ****** 2020-12-22T11:26:45.078 INFO:teuthology.task.ansible.out: TASK [common : Check firewalld status] ***************************************** 2020-12-22T11:26:45.080 INFO:teuthology.task.ansible.out:fatal: [smithi105.front.sepia.ceph.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} ...ignoring 2020-12-22T11:26:45.112 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.040) 0:01:44.291 ****** 2020-12-22T11:26:45.118 INFO:teuthology.task.ansible.out: TASK [common : Include apt_system vars] **************************************** 2020-12-22T11:26:45.120 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:45.152 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.040) 0:01:44.332 ****** 2020-12-22T11:26:45.158 INFO:teuthology.task.ansible.out: TASK [common : Open nrpe port if firewalld enabled] **************************** 2020-12-22T11:26:45.160 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:45.192 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.039) 0:01:44.371 ****** 2020-12-22T11:26:45.197 INFO:teuthology.task.ansible.out: TASK [common : Include yum_systems vars] *************************************** 2020-12-22T11:26:45.199 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"nagios_plugins_directory": "/usr/lib64/nagios/plugins", "nrpe_group": "nrpe", "nrpe_packages": ["nagios-common", "nrpe", "nagios-plugins", "nagios-plugins-load"], "nrpe_service_name": "nrpe", "nrpe_user": "nrpe"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/yum_systems.yml"], "changed": false} 2020-12-22T11:26:45.232 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.039) 0:01:44.411 ****** 2020-12-22T11:26:45.363 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** 2020-12-22T11:26:45.365 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=raid.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9d9a89805d8a9e4c7281934e887da31f7ac464fb", "dest": "/usr/libexec/raid.pl", "gid": 0, "group": "root", "item": "raid.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/raid.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 8602, "state": "file", "uid": 0} 2020-12-22T11:26:45.427 INFO:teuthology.task.ansible.out: TASK [common : Check for epel] ************************************************* changed: [smithi039.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-12-22T11:26:45.463 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.230) 0:01:44.642 ****** 2020-12-22T11:26:45.500 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe without epel] ************************************** 2020-12-22T11:26:45.502 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:45.511 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:45.522 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:45.523 INFO:teuthology.task.ansible.out: 2020-12-22T11:26:45.533 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:45.535 INFO:teuthology.task.ansible.out: 2020-12-22T11:26:45.572 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.109) 0:01:44.751 ****** 2020-12-22T11:26:45.630 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios nrpe config.] ************************************* 2020-12-22T11:26:45.631 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "aa9150d4582f919d7a8504c01c8d86f05e3eeb5d", "dest": "/etc/nagios/nrpe.cfg", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/nagios/nrpe.cfg", "secontext": "system_u:object_r:nrpe_etc_t:s0", "size": 1184, "state": "file", "uid": 0} 2020-12-22T11:26:45.665 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.093) 0:01:44.844 ****** 2020-12-22T11:26:45.797 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** 2020-12-22T11:26:45.799 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=diskusage.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "9c74425885a83f23bc37817de46979ca5173ccb7", "dest": "/usr/libexec/diskusage.pl", "gid": 0, "group": "root", "item": "diskusage.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/diskusage.pl", "secontext": "system_u:object_r:bin_t:s0", "size": 3605, "state": "file", "uid": 0} 2020-12-22T11:26:45.833 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.168) 0:01:45.013 ****** 2020-12-22T11:26:45.871 INFO:teuthology.task.ansible.out: TASK [common : Include apt_system vars] **************************************** 2020-12-22T11:26:45.873 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:45.907 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.073) 0:01:45.086 ****** 2020-12-22T11:26:45.934 INFO:teuthology.task.ansible.out: TASK [common : Include yum_systems vars] *************************************** 2020-12-22T11:26:45.936 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"nagios_plugins_directory": "/usr/lib64/nagios/plugins", "nrpe_group": "nrpe", "nrpe_packages": ["nagios-common", "nrpe", "nagios-plugins", "nagios-plugins-load"], "nrpe_service_name": "nrpe", "nrpe_user": "nrpe"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/yum_systems.yml"], "changed": false} 2020-12-22T11:26:45.970 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:45 +0000 (0:00:00.063) 0:01:45.150 ****** 2020-12-22T11:26:46.351 INFO:teuthology.task.ansible.out: TASK [common : Make sure nagios nrpe service is running.] ********************** 2020-12-22T11:26:46.353 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nrpe", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2020-12-22 11:24:21 UTC", "ActiveEnterTimestampMonotonic": "13324381", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target time-sync.target sysinit.target basic.target tmp.mount system.slice nss-lookup.target var-run.mount systemd-tmpfiles-setup.service systemd-journald.socket -.mount local-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2020-12-22 11:24:21 UTC", "AssertTimestampMonotonic": "13322906", "Before": "shutdown.target plymouth-quit.service getty@tty1.service multi-user.target xdm.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2020-12-22 11:24:21 UTC", "ConditionTimestampMonotonic": "13322906", "ConfigurationDirectoryMode": "0755", "Conflicts": "nrpe.socket shutdown.target", "Co 2020-12-22T11:26:46.354 INFO:teuthology.task.ansible.out:ntrolGroup": "/system.slice/nrpe.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Nagios Remote Plugin Executor", "DevicePolicy": "auto", "Documentation": "http://www.nagios.org/documentation", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "970", "ExecMainStartTimestamp": "Tue 2020-12-22 11:24:21 UTC", "ExecMainStartTimestampMonotonic": "13324206", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/nrpe ; argv[]=/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/rm ; argv[]=/bin/rm -f /var/run/nrpe/nrpe.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/nrpe.service", "GID": "984", "Group": "nrpe", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "nrpe.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2020-12-22 11:24:21 UTC", "InactiveExitTimestampMonotonic": "13324381", "InvocationID": "53a145a69b0c4881857229cf48ecaa13", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", " 2020-12-22T11:26:46.356 INFO:teuthology.task.ansible.out:LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127262", "LimitNPROCSoft": "127262", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127262", "LimitSIGPENDINGSoft": "127262", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "970", "MemoryAccounting": "yes", "MemoryCurrent": "1773568", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "nrpe.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "-500", "OnFailureJobMode": "replace", "PIDFile": "/var/run/nrpe/nrpe.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/run/nrpe /var/tmp", 2020-12-22T11:26:46.357 INFO:teuthology.task.ansible.out:"Restart": "on-abort", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "nrpe", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2020-12-22 11:24:21 UTC", "StateChangeTimestampMonotonic": "13324381", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203619", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "988", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "nrpe", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2020-12-22 11:24:21 UTC", "WatchdogTimestampMonotonic": "13324380", "WatchdogUSec": "0"}} 2020-12-22T11:26:46.388 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:46 +0000 (0:00:00.417) 0:01:45.567 ****** 2020-12-22T11:26:46.570 INFO:teuthology.task.ansible.out: TASK [common : Get SELinux status] ********************************************* 2020-12-22T11:26:46.572 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": ["getenforce"], "delta": "0:00:00.001770", "end": "2020-12-22 11:26:46.554379", "rc": 0, "start": "2020-12-22 11:26:46.552609", "stderr": "", "stderr_lines": [], "stdout": "Permissive", "stdout_lines": ["Permissive"]} 2020-12-22T11:26:46.605 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:46 +0000 (0:00:00.217) 0:01:45.785 ****** 2020-12-22T11:26:46.662 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (RHEL/CentOS)] ************ 2020-12-22T11:26:46.664 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: nagios-common", "Installed: nrpe", "Installed: nagios-plugins", "Installed: nagios-plugins-load"]} 2020-12-22T11:26:46.694 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:46 +0000 (0:00:00.089) 0:01:45.874 ****** 2020-12-22T11:26:46.722 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (Ubuntu/Fedora)] ********** 2020-12-22T11:26:46.724 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:46.753 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:46 +0000 (0:00:00.058) 0:01:45.933 ****** 2020-12-22T11:26:47.175 INFO:teuthology.task.ansible.out: TASK [common : Check for epel] ************************************************* 2020-12-22T11:26:47.177 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} 2020-12-22T11:26:47.209 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:47 +0000 (0:00:00.455) 0:01:46.388 ****** 2020-12-22T11:26:47.225 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios sudoers.d for raid utilities.] ******************** 2020-12-22T11:26:47.227 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "b423b985ccbb69b65a711d372645a5f704b30e8b", "dest": "/etc/sudoers.d/90-nagios", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/90-nagios", "secontext": "system_u:object_r:etc_t:s0", "size": 178, "state": "file", "uid": 0} 2020-12-22T11:26:47.263 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:47 +0000 (0:00:00.054) 0:01:46.442 ****** 2020-12-22T11:26:47.269 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe without epel] ************************************** 2020-12-22T11:26:47.271 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:47.282 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:47.320 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:47 +0000 (0:00:00.056) 0:01:46.499 ****** 2020-12-22T11:26:47.723 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios check_mem script] ********************************* 2020-12-22T11:26:47.724 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "39df629b10ded370443e2e4c84d690332c95104d", "dest": "/usr/lib64/nagios/plugins/check_mem.sh", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/lib64/nagios/plugins/check_mem.sh", "secontext": "system_u:object_r:nagios_unconfined_plugin_exec_t:s0", "size": 1964, "state": "file", "uid": 0} 2020-12-22T11:26:47.757 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:47 +0000 (0:00:00.436) 0:01:46.936 ****** 2020-12-22T11:26:47.785 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (Ubuntu)] ************************ 2020-12-22T11:26:47.787 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "DAEMON_OPTS", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:47.797 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "NRPE_OPTS", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:47.833 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:47 +0000 (0:00:00.076) 0:01:47.012 ****** 2020-12-22T11:26:48.037 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (RHEL/CentOS)] ******************* 2020-12-22T11:26:48.039 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:26:48.072 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:48 +0000 (0:00:00.238) 0:01:47.251 ****** 2020-12-22T11:26:48.327 INFO:teuthology.task.ansible.out: TASK [common : Check firewalld status] ***************************************** 2020-12-22T11:26:48.329 INFO:teuthology.task.ansible.out:fatal: [smithi039.front.sepia.ceph.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} ...ignoring 2020-12-22T11:26:48.361 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:48 +0000 (0:00:00.289) 0:01:47.540 ****** 2020-12-22T11:26:48.387 INFO:teuthology.task.ansible.out: TASK [common : Open nrpe port if firewalld enabled] **************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:48.421 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:48 +0000 (0:00:00.059) 0:01:47.600 ****** 2020-12-22T11:26:48.427 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (RHEL/CentOS)] ************ 2020-12-22T11:26:48.428 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: nagios-common", "Installed: nrpe", "Installed: nagios-plugins", "Installed: nagios-plugins-load"]} 2020-12-22T11:26:48.461 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:48 +0000 (0:00:00.040) 0:01:47.641 ****** 2020-12-22T11:26:48.488 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (Ubuntu/Fedora)] ********** 2020-12-22T11:26:48.489 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:48.523 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:48 +0000 (0:00:00.061) 0:01:47.703 ****** 2020-12-22T11:26:48.884 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios nrpe config.] ************************************* 2020-12-22T11:26:48.885 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "aa9150d4582f919d7a8504c01c8d86f05e3eeb5d", "dest": "/etc/nagios/nrpe.cfg", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/nagios/nrpe.cfg", "secontext": "system_u:object_r:nrpe_etc_t:s0", "size": 1184, "state": "file", "uid": 0} 2020-12-22T11:26:48.918 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:48 +0000 (0:00:00.395) 0:01:48.098 ****** 2020-12-22T11:26:48.979 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios sudoers.d for raid utilities.] ******************** 2020-12-22T11:26:48.980 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "b423b985ccbb69b65a711d372645a5f704b30e8b", "dest": "/etc/sudoers.d/90-nagios", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/90-nagios", "secontext": "system_u:object_r:etc_t:s0", "size": 178, "state": "file", "uid": 0} 2020-12-22T11:26:49.014 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:49 +0000 (0:00:00.095) 0:01:48.193 ****** 2020-12-22T11:26:49.167 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Install SELinux dependencies] **************************** 2020-12-22T11:26:49.169 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: python3-libsemanage", "Installed: python3-policycoreutils", "Installed: libsemanage-2.9-3.el8.x86_64", "Installed: python3-libsemanage-2.9-3.el8.x86_64", "Removed: python3-libsemanage-2.9-2.el8.x86_64", "Removed: libsemanage-2.9-2.el8.x86_64"]} 2020-12-22T11:26:49.202 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:49 +0000 (0:00:00.188) 0:01:48.381 ****** 2020-12-22T11:26:49.230 INFO:teuthology.task.ansible.out: TASK [common : Make sure nagios nrpe service is running.] ********************** 2020-12-22T11:26:49.236 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nrpe", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2020-12-22 11:24:47 UTC", "ActiveEnterTimestampMonotonic": "13242047", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "tmp.mount systemd-journald.socket nss-lookup.target -.mount sysinit.target network.target system.slice systemd-tmpfiles-setup.service basic.target local-fs.target time-sync.target var-run.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2020-12-22 11:24:47 UTC", "AssertTimestampMonotonic": "13239415", "Before": "xdm.service shutdown.target multi-user.target getty@tty1.service plymouth-quit.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2020-12-22 11:24:47 UTC", "ConditionTimestampMonotonic": "13239415", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target nrpe.socket", "Co 2020-12-22T11:26:49.238 INFO:teuthology.task.ansible.out:ntrolGroup": "/system.slice/nrpe.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Nagios Remote Plugin Executor", "DevicePolicy": "auto", "Documentation": "http://www.nagios.org/documentation", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "941", "ExecMainStartTimestamp": "Tue 2020-12-22 11:24:47 UTC", "ExecMainStartTimestampMonotonic": "13241984", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/nrpe ; argv[]=/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/rm ; argv[]=/bin/rm -f /var/run/nrpe/nrpe.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/nrpe.service", "GID": "984", "Group": "nrpe", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "nrpe.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2020-12-22 11:24:47 UTC", "InactiveExitTimestampMonotonic": "13242047", "InvocationID": "32b2b0c8a1274d5ea5595ce2928b67d3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", " 2020-12-22T11:26:49.240 INFO:teuthology.task.ansible.out:LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127262", "LimitNPROCSoft": "127262", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127262", "LimitSIGPENDINGSoft": "127262", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "941", "MemoryAccounting": "yes", "MemoryCurrent": "1699840", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "nrpe.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "-500", "OnFailureJobMode": "replace", "PIDFile": "/var/run/nrpe/nrpe.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/tmp /run/nrpe", 2020-12-22T11:26:49.242 INFO:teuthology.task.ansible.out:"Restart": "on-abort", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "nrpe", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2020-12-22 11:24:47 UTC", "StateChangeTimestampMonotonic": "13242047", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203619", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "988", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "nrpe", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2020-12-22 11:24:47 UTC", "WatchdogTimestampMonotonic": "13242046", "WatchdogUSec": "0"}} 2020-12-22T11:26:49.275 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:49 +0000 (0:00:00.072) 0:01:48.454 ****** 2020-12-22T11:26:49.472 INFO:teuthology.task.ansible.out: TASK [common : Get SELinux status] ********************************************* 2020-12-22T11:26:49.474 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": ["getenforce"], "delta": "0:00:00.001919", "end": "2020-12-22 11:26:49.451656", "rc": 0, "start": "2020-12-22 11:26:49.449737", "stderr": "", "stderr_lines": [], "stdout": "Permissive", "stdout_lines": ["Permissive"]} 2020-12-22T11:26:49.507 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:49 +0000 (0:00:00.232) 0:01:48.687 ****** 2020-12-22T11:26:49.555 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios check_mem script] ********************************* 2020-12-22T11:26:49.557 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "39df629b10ded370443e2e4c84d690332c95104d", "dest": "/usr/lib64/nagios/plugins/check_mem.sh", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/lib64/nagios/plugins/check_mem.sh", "secontext": "system_u:object_r:nagios_unconfined_plugin_exec_t:s0", "size": 1964, "state": "file", "uid": 0} 2020-12-22T11:26:49.597 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:49 +0000 (0:00:00.089) 0:01:48.777 ****** 2020-12-22T11:26:49.635 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (Ubuntu)] ************************ 2020-12-22T11:26:49.637 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "DAEMON_OPTS", "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "changed": false, "item": "NRPE_OPTS", "skip_reason": "Conditional result was False"} 2020-12-22T11:26:49.672 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:49 +0000 (0:00:00.074) 0:01:48.851 ****** 2020-12-22T11:26:49.897 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (RHEL/CentOS)] ******************* 2020-12-22T11:26:49.899 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:26:49.947 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:49 +0000 (0:00:00.274) 0:01:49.126 ****** 2020-12-22T11:26:50.174 INFO:teuthology.task.ansible.out: TASK [common : Check firewalld status] ***************************************** 2020-12-22T11:26:50.175 INFO:teuthology.task.ansible.out:fatal: [smithi058.front.sepia.ceph.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} ...ignoring 2020-12-22T11:26:50.225 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:50 +0000 (0:00:00.278) 0:01:49.404 ****** 2020-12-22T11:26:50.251 INFO:teuthology.task.ansible.out: TASK [common : Open nrpe port if firewalld enabled] **************************** 2020-12-22T11:26:50.253 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:26:50.284 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:50 +0000 (0:00:00.059) 0:01:49.464 ****** 2020-12-22T11:26:50.746 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios nrpe config.] ************************************* 2020-12-22T11:26:50.748 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "aa9150d4582f919d7a8504c01c8d86f05e3eeb5d", "dest": "/etc/nagios/nrpe.cfg", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/nagios/nrpe.cfg", "secontext": "system_u:object_r:nrpe_etc_t:s0", "size": 1184, "state": "file", "uid": 0} 2020-12-22T11:26:50.779 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:50 +0000 (0:00:00.494) 0:01:49.958 ****** 2020-12-22T11:26:51.086 INFO:teuthology.task.ansible.out: TASK [common : Make sure nagios nrpe service is running.] ********************** 2020-12-22T11:26:51.087 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nrpe", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2020-12-22 11:24:19 UTC", "ActiveEnterTimestampMonotonic": "16428345", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount basic.target network.target systemd-journald.socket local-fs.target tmp.mount sysinit.target system.slice systemd-tmpfiles-setup.service nss-lookup.target time-sync.target var-run.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2020-12-22 11:24:19 UTC", "AssertTimestampMonotonic": "16427291", "Before": "getty@tty1.service xdm.service plymouth-quit.service shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2020-12-22 11:24:19 UTC", "ConditionTimestampMonotonic": "16427291", "ConfigurationDirectoryMode": "0755", "Conflicts": "nrpe.socket shutdown.target", "Co 2020-12-22T11:26:51.088 INFO:teuthology.task.ansible.out:ntrolGroup": "/system.slice/nrpe.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Nagios Remote Plugin Executor", "DevicePolicy": "auto", "Documentation": "http://www.nagios.org/documentation", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "928", "ExecMainStartTimestamp": "Tue 2020-12-22 11:24:19 UTC", "ExecMainStartTimestampMonotonic": "16428316", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/nrpe ; argv[]=/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/rm ; argv[]=/bin/rm -f /var/run/nrpe/nrpe.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/nrpe.service", "GID": "984", "Group": "nrpe", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "nrpe.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2020-12-22 11:24:19 UTC", "InactiveExitTimestampMonotonic": "16428345", "InvocationID": "10cbf7bdd425410289f9d0473471a24f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", " 2020-12-22T11:26:51.090 INFO:teuthology.task.ansible.out:LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127286", "LimitNPROCSoft": "127286", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127286", "LimitSIGPENDINGSoft": "127286", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "928", "MemoryAccounting": "yes", "MemoryCurrent": "1556480", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "nrpe.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "-500", "OnFailureJobMode": "replace", "PIDFile": "/var/run/nrpe/nrpe.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/run/nrpe /var/tmp", 2020-12-22T11:26:51.092 INFO:teuthology.task.ansible.out:"Restart": "on-abort", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "nrpe", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2020-12-22 11:24:19 UTC", "StateChangeTimestampMonotonic": "16428345", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203657", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "988", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "nrpe", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2020-12-22 11:24:19 UTC", "WatchdogTimestampMonotonic": "16428345", "WatchdogUSec": "0"}} 2020-12-22T11:26:51.121 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:51 +0000 (0:00:00.342) 0:01:50.300 ****** 2020-12-22T11:26:51.314 INFO:teuthology.task.ansible.out: TASK [common : Get SELinux status] ********************************************* 2020-12-22T11:26:51.316 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": ["getenforce"], "delta": "0:00:00.001729", "end": "2020-12-22 11:26:51.294292", "rc": 0, "start": "2020-12-22 11:26:51.292563", "stderr": "", "stderr_lines": [], "stdout": "Permissive", "stdout_lines": ["Permissive"]} 2020-12-22T11:26:51.346 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:51 +0000 (0:00:00.225) 0:01:50.526 ****** 2020-12-22T11:26:52.307 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Install SELinux dependencies] **************************** 2020-12-22T11:26:52.309 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: python3-libsemanage", "Installed: python3-policycoreutils", "Installed: libsemanage-2.9-3.el8.x86_64", "Installed: python3-libsemanage-2.9-3.el8.x86_64", "Removed: python3-libsemanage-2.9-2.el8.x86_64", "Removed: libsemanage-2.9-2.el8.x86_64"]} 2020-12-22T11:26:52.341 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:52 +0000 (0:00:00.994) 0:01:51.520 ****** 2020-12-22T11:26:54.273 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: python3-libsemanage", "Installed: python3-policycoreutils", "Installed: libsemanage-2.9-3.el8.x86_64", "Installed: python3-libsemanage-2.9-3.el8.x86_64", "Removed: python3-libsemanage-2.9-2.el8.x86_64", "Removed: libsemanage-2.9-2.el8.x86_64"]} 2020-12-22T11:26:54.306 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:26:54 +0000 (0:00:01.965) 0:01:53.486 ****** 2020-12-22T11:27:27.633 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Ensure SELinux policy is up to date] ********************* 2020-12-22T11:27:27.635 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: selinux-policy-targeted", "Installed: selinux-policy-targeted-3.14.3-54.el8.noarch", "Installed: selinux-policy-3.14.3-54.el8.noarch", "Removed: selinux-policy-3.14.3-41.el8_2.8.noarch", "Removed: selinux-policy-targeted-3.14.3-41.el8_2.8.noarch"]} 2020-12-22T11:27:27.667 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:27 +0000 (0:00:33.360) 0:02:26.846 ****** 2020-12-22T11:27:28.325 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Set SELinux boolean nagios_run_sudo true] **************** 2020-12-22T11:27:28.326 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "name": "nagios_run_sudo", "persistent": true, "state": true} 2020-12-22T11:27:28.358 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:28 +0000 (0:00:00.691) 0:02:27.538 ****** 2020-12-22T11:27:32.005 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Ensure SELinux policy is up to date] ********************* 2020-12-22T11:27:32.006 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: selinux-policy-targeted", "Installed: selinux-policy-targeted-3.14.3-54.el8.noarch", "Installed: selinux-policy-3.14.3-54.el8.noarch", "Removed: selinux-policy-3.14.3-41.el8_2.8.noarch", "Removed: selinux-policy-targeted-3.14.3-41.el8_2.8.noarch"]} 2020-12-22T11:27:32.040 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:32 +0000 (0:00:03.681) 0:02:31.219 ****** 2020-12-22T11:27:32.493 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Set SELinux boolean nagios_run_sudo true] **************** 2020-12-22T11:27:32.496 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "name": "nagios_run_sudo", "persistent": true, "state": true} 2020-12-22T11:27:32.527 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:32 +0000 (0:00:00.486) 0:02:31.706 ****** 2020-12-22T11:27:34.221 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Ensure SELinux policy is up to date] ********************* 2020-12-22T11:27:34.223 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: selinux-policy-targeted", "Installed: selinux-policy-targeted-3.14.3-54.el8.noarch", "Installed: selinux-policy-3.14.3-54.el8.noarch", "Removed: selinux-policy-3.14.3-41.el8_2.8.noarch", "Removed: selinux-policy-targeted-3.14.3-41.el8_2.8.noarch"]} 2020-12-22T11:27:34.256 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:34 +0000 (0:00:01.729) 0:02:33.435 ****** 2020-12-22T11:27:34.792 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Set SELinux boolean nagios_run_sudo true] **************** 2020-12-22T11:27:34.794 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "name": "nagios_run_sudo", "persistent": true, "state": true} 2020-12-22T11:27:34.824 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:34 +0000 (0:00:00.568) 0:02:34.004 ****** 2020-12-22T11:27:44.907 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove SELinux policy package] *************************** 2020-12-22T11:27:44.909 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-r", "nrpe"], "delta": "0:00:16.358797", "end": "2020-12-22 11:27:44.884581", "failed_when_result": false, "rc": 0, "start": "2020-12-22 11:27:28.525784", "stderr": "", "stderr_lines": [], "stdout": "libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority).", "stdout_lines": ["libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority)."]} 2020-12-22T11:27:44.943 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:44 +0000 (0:00:10.118) 0:02:44.122 ****** 2020-12-22T11:27:45.407 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2020-12-22T11:27:45.408 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "99d9b2ea41fb2d6613898129718064833d2de428", "dest": "/tmp/nrpe.te", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/tmp/nrpe.te", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 934, "state": "file", "uid": 0} 2020-12-22T11:27:45.441 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:45 +0000 (0:00:00.498) 0:02:44.620 ****** 2020-12-22T11:27:45.646 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** 2020-12-22T11:27:45.647 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": ["checkmodule", "-M", "-m", "-o", "/tmp/nrpe.mod", "/tmp/nrpe.te"], "delta": "0:00:00.016194", "end": "2020-12-22 11:27:45.624989", "rc": 0, "start": "2020-12-22 11:27:45.608795", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:27:45.679 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:45 +0000 (0:00:00.237) 0:02:44.858 ****** 2020-12-22T11:27:45.903 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** 2020-12-22T11:27:45.905 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule_package", "-o", "/tmp/nrpe.pp", "-m", "/tmp/nrpe.mod"], "delta": "0:00:00.019651", "end": "2020-12-22 11:27:45.878060", "rc": 0, "start": "2020-12-22 11:27:45.858409", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:27:45.938 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:45 +0000 (0:00:00.258) 0:02:45.117 ****** 2020-12-22T11:27:49.891 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove SELinux policy package] *************************** 2020-12-22T11:27:49.892 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-r", "nrpe"], "delta": "0:00:17.157805", "end": "2020-12-22 11:27:49.864316", "failed_when_result": false, "rc": 0, "start": "2020-12-22 11:27:32.706511", "stderr": "", "stderr_lines": [], "stdout": "libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority).", "stdout_lines": ["libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority)."]} 2020-12-22T11:27:49.925 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:49 +0000 (0:00:03.987) 0:02:49.105 ****** 2020-12-22T11:27:50.382 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2020-12-22T11:27:50.384 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "99d9b2ea41fb2d6613898129718064833d2de428", "dest": "/tmp/nrpe.te", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/tmp/nrpe.te", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 934, "state": "file", "uid": 0} 2020-12-22T11:27:50.416 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:50 +0000 (0:00:00.490) 0:02:49.595 ****** 2020-12-22T11:27:50.630 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": ["checkmodule", "-M", "-m", "-o", "/tmp/nrpe.mod", "/tmp/nrpe.te"], "delta": "0:00:00.014015", "end": "2020-12-22 11:27:50.607807", "rc": 0, "start": "2020-12-22 11:27:50.593792", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:27:50.664 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:50 +0000 (0:00:00.248) 0:02:49.844 ****** 2020-12-22T11:27:50.879 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** 2020-12-22T11:27:50.881 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule_package", "-o", "/tmp/nrpe.pp", "-m", "/tmp/nrpe.mod"], "delta": "0:00:00.009797", "end": "2020-12-22 11:27:50.861452", "rc": 0, "start": "2020-12-22 11:27:50.851655", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:27:50.911 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:50 +0000 (0:00:00.247) 0:02:50.091 ****** 2020-12-22T11:27:52.256 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove SELinux policy package] *************************** 2020-12-22T11:27:52.258 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-r", "nrpe"], "delta": "0:00:17.234969", "end": "2020-12-22 11:27:52.232091", "failed_when_result": false, "rc": 0, "start": "2020-12-22 11:27:34.997122", "stderr": "", "stderr_lines": [], "stdout": "libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority).", "stdout_lines": ["libsemanage.semanage_direct_remove_key: Removing last nrpe module (no other nrpe module exists at another priority)."]} 2020-12-22T11:27:52.290 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:52 +0000 (0:00:01.378) 0:02:51.470 ****** 2020-12-22T11:27:52.753 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2020-12-22T11:27:52.755 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "99d9b2ea41fb2d6613898129718064833d2de428", "dest": "/tmp/nrpe.te", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/tmp/nrpe.te", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 934, "state": "file", "uid": 0} 2020-12-22T11:27:52.786 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:52 +0000 (0:00:00.495) 0:02:51.966 ****** 2020-12-22T11:27:53.011 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** 2020-12-22T11:27:53.013 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": ["checkmodule", "-M", "-m", "-o", "/tmp/nrpe.mod", "/tmp/nrpe.te"], "delta": "0:00:00.017863", "end": "2020-12-22 11:27:52.987582", "rc": 0, "start": "2020-12-22 11:27:52.969719", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:27:53.045 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:53 +0000 (0:00:00.258) 0:02:52.224 ****** 2020-12-22T11:27:53.259 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** 2020-12-22T11:27:53.260 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule_package", "-o", "/tmp/nrpe.pp", "-m", "/tmp/nrpe.mod"], "delta": "0:00:00.016004", "end": "2020-12-22 11:27:53.234050", "rc": 0, "start": "2020-12-22 11:27:53.218046", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:27:53.292 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:27:53 +0000 (0:00:00.247) 0:02:52.471 ****** 2020-12-22T11:28:02.492 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** 2020-12-22T11:28:02.494 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-i", "/tmp/nrpe.pp"], "delta": "0:00:16.361890", "end": "2020-12-22 11:28:02.465677", "rc": 0, "start": "2020-12-22 11:27:46.103787", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:28:02.528 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:02 +0000 (0:00:09.236) 0:03:01.707 ****** 2020-12-22T11:28:02.732 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** 2020-12-22T11:28:02.734 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "path": "/tmp/nrpe.*", "state": "absent"} 2020-12-22T11:28:02.765 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:02 +0000 (0:00:00.237) 0:03:01.945 ****** 2020-12-22T11:28:02.802 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2020-12-22T11:28:02.804 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"ceph_dependency_packages_to_remove": ["boost-random", "boost-program-options", "leveldb", "xmlstarlet", "python-jinja2", "python-ceph", "python-flask", "python-requests", "boost-random", "python-urllib3", "python-babel", "hdparm", "python-markupsafe", "python-werkzeug", "python-itsdangerous"], "ceph_packages_to_remove": ["ceph", "ceph-base", "ceph-selinux", "ceph-common", "ceph-debuginfo", "ceph-release", "libcephfs1", "ceph-radosgw", "python-ceph", "python-rados", "python-rbd", "python-cephfs", "librbd1", "librados2", "mod_fastcgi"], "ntp_service_name": "ntpd", "packages_to_remove": ["device-mapper-multipath"], "pip_packages_to_install": ["remoto>=0.0.35"], "ssh_service_name": "sshd"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/dnf_systems.yml"], "changed": false} 2020-12-22T11:28:02.839 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:02 +0000 (0:00:00.073) 0:03:02.018 ****** 2020-12-22T11:28:02.887 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* 2020-12-22T11:28:02.889 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-12-22T11:28:02.923 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:02 +0000 (0:00:00.084) 0:03:02.102 ****** 2020-12-22T11:28:02.962 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** 2020-12-22T11:28:02.964 INFO:teuthology.task.ansible.out:ok: [smithi105.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": ["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"], "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"} 2020-12-22T11:28:02.999 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:02 +0000 (0:00:00.075) 0:03:02.178 ****** 2020-12-22T11:28:03.036 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2020-12-22T11:28:03.037 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-12-22T11:28:03.070 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:03 +0000 (0:00:00.071) 0:03:02.249 ****** 2020-12-22T11:28:03.274 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** 2020-12-22T11:28:03.276 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-12-22T11:28:03.308 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:03 +0000 (0:00:00.237) 0:03:02.487 ****** 2020-12-22T11:28:03.491 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* 2020-12-22T11:28:03.493 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "name": "ubuntu", "state": "present", "system": false} 2020-12-22T11:28:03.524 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:03 +0000 (0:00:00.216) 0:03:02.703 ****** 2020-12-22T11:28:03.550 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2020-12-22T11:28:03.551 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:03.582 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:03 +0000 (0:00:00.058) 0:03:02.761 ****** 2020-12-22T11:28:03.600 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2020-12-22T11:28:03.601 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:03.631 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:03 +0000 (0:00:00.049) 0:03:02.810 ****** 2020-12-22T11:28:03.833 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** 2020-12-22T11:28:03.835 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 10101, "home": "/home/fsgqa", "move_home": false, "name": "fsgqa", "shell": "/bin/bash", "state": "present", "uid": 10101} 2020-12-22T11:28:03.868 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:03 +0000 (0:00:00.236) 0:03:03.047 ****** 2020-12-22T11:28:04.370 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** 2020-12-22T11:28:04.372 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "dc140f4bb26594b8d5e0753bab8d93c0cced7772", "dest": "/etc/security/limits.d/ubuntu.conf", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/security/limits.d/ubuntu.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0} 2020-12-22T11:28:04.407 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:04 +0000 (0:00:00.539) 0:03:03.586 ****** 2020-12-22T11:28:04.433 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* 2020-12-22T11:28:04.434 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi105"}, "changed": false} 2020-12-22T11:28:04.466 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:04 +0000 (0:00:00.058) 0:03:03.645 ****** 2020-12-22T11:28:05.458 INFO:teuthology.task.ansible.out: TASK [testnode : Set the system's hostname] ************************************ 2020-12-22T11:28:05.460 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "front.sepia.ceph.com", "ansible_fqdn": "smithi105.front.sepia.ceph.com", "ansible_hostname": "smithi105", "ansible_nodename": "smithi105"}, "changed": true, "name": "smithi105"} 2020-12-22T11:28:05.491 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:05 +0000 (0:00:01.025) 0:03:04.670 ****** 2020-12-22T11:28:05.926 INFO:teuthology.task.ansible.out: TASK [testnode : Upload distro major version specific sshd_config] ************* 2020-12-22T11:28:05.928 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "a5e550b2aa74f6355e926d70d73a50ad9ab4b4be", "dest": "/etc/ssh/sshd_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/sshd_config", "secontext": "system_u:object_r:etc_t:s0", "size": 1043, "state": "file", "uid": 0} 2020-12-22T11:28:05.968 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:05 +0000 (0:00:00.476) 0:03:05.147 ****** 2020-12-22T11:28:06.463 INFO:teuthology.task.ansible.out: TASK [testnode : Upload ssh_config] ******************************************** 2020-12-22T11:28:06.465 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "58d78b02605c8368f1913de12e145f4ad930fafc", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/ssh_config", "secontext": "system_u:object_r:etc_t:s0", "size": 570, "state": "file", "uid": 0} 2020-12-22T11:28:06.496 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:06 +0000 (0:00:00.528) 0:03:05.675 ****** 2020-12-22T11:28:07.096 INFO:teuthology.task.ansible.out: TASK [testnode : Add ssh pubkeys] ********************************************** 2020-12-22T11:28:07.097 INFO:teuthology.task.ansible.out:changed: [smithi105.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} 2020-12-22T11:28:07.128 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:07 +0000 (0:00:00.632) 0:03:06.308 ****** 2020-12-22T11:28:07.584 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* 2020-12-22T11:28:07.586 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "68d0b8ee2f88a77895f257aa69f32a42e47f455b", "dest": "/etc/security/limits.d/remote.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.d/remote.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0} 2020-12-22T11:28:07.617 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:07 +0000 (0:00:00.488) 0:03:06.796 ****** 2020-12-22T11:28:07.811 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2020-12-22T11:28:07.813 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "dest": "/etc/fuse.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 0, "state": "file", "uid": 0} 2020-12-22T11:28:07.847 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:07 +0000 (0:00:00.229) 0:03:07.026 ****** 2020-12-22T11:28:08.040 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-12-22T11:28:08.041 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "gid": 36, "name": "kvm", "state": "present", "system": false} 2020-12-22T11:28:08.073 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.226) 0:03:07.252 ****** 2020-12-22T11:28:08.224 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** 2020-12-22T11:28:08.226 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-i", "/tmp/nrpe.pp"], "delta": "0:00:17.120275", "end": "2020-12-22 11:28:08.203649", "rc": 0, "start": "2020-12-22 11:27:51.083374", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:28:08.259 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.185) 0:03:07.438 ****** 2020-12-22T11:28:08.286 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2020-12-22T11:28:08.288 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1236, "groups": "kvm,disk", "home": "/home/ubuntu", "move_home": false, "name": "ubuntu", "shell": "/bin/bash", "state": "present", "uid": 1000} 2020-12-22T11:28:08.321 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.062) 0:03:07.500 ****** 2020-12-22T11:28:08.464 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** 2020-12-22T11:28:08.465 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "path": "/tmp/nrpe.*", "state": "absent"} 2020-12-22T11:28:08.498 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.176) 0:03:07.677 ****** 2020-12-22T11:28:08.524 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2020-12-22T11:28:08.526 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"ceph_dependency_packages_to_remove": ["boost-random", "boost-program-options", "leveldb", "xmlstarlet", "python-jinja2", "python-ceph", "python-flask", "python-requests", "boost-random", "python-urllib3", "python-babel", "hdparm", "python-markupsafe", "python-werkzeug", "python-itsdangerous"], "ceph_packages_to_remove": ["ceph", "ceph-base", "ceph-selinux", "ceph-common", "ceph-debuginfo", "ceph-release", "libcephfs1", "ceph-radosgw", "python-ceph", "python-rados", "python-rbd", "python-cephfs", "librbd1", "librados2", "mod_fastcgi"], "ntp_service_name": "ntpd", "packages_to_remove": ["device-mapper-multipath"], "pip_packages_to_install": ["remoto>=0.0.35"], "ssh_service_name": "sshd"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/dnf_systems.yml"], "changed": false} 2020-12-22T11:28:08.560 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.062) 0:03:07.739 ****** 2020-12-22T11:28:08.597 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* 2020-12-22T11:28:08.598 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-12-22T11:28:08.629 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.069) 0:03:07.808 ****** 2020-12-22T11:28:08.665 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** 2020-12-22T11:28:08.667 INFO:teuthology.task.ansible.out:ok: [smithi039.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": ["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"], "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"} 2020-12-22T11:28:08.699 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.069) 0:03:07.878 ****** 2020-12-22T11:28:08.736 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2020-12-22T11:28:08.737 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-12-22T11:28:08.769 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.069) 0:03:07.948 ****** 2020-12-22T11:28:08.777 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2020-12-22T11:28:08.778 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "be3223c8b0917bde02657a5f9ddd95277cc3f812", "dest": "/etc/sudoers", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers", "secontext": "system_u:object_r:etc_t:s0", "size": 1808, "state": "file", "uid": 0} 2020-12-22T11:28:08.812 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.043) 0:03:07.992 ****** 2020-12-22T11:28:08.959 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** 2020-12-22T11:28:08.961 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-12-22T11:28:08.992 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:08 +0000 (0:00:00.179) 0:03:08.171 ****** 2020-12-22T11:28:09.196 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* 2020-12-22T11:28:09.198 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "name": "ubuntu", "state": "present", "system": false} 2020-12-22T11:28:09.229 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:09 +0000 (0:00:00.237) 0:03:08.409 ****** 2020-12-22T11:28:09.256 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2020-12-22T11:28:09.258 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:09.290 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:09 +0000 (0:00:00.060) 0:03:08.469 ****** 2020-12-22T11:28:09.296 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2020-12-22T11:28:09.298 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "12a2e17405b9e00ea2061e25929905d08e5fe19f", "dest": "/etc/security/limits.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 854, "state": "file", "uid": 0} 2020-12-22T11:28:09.330 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:09 +0000 (0:00:00.040) 0:03:08.509 ****** 2020-12-22T11:28:09.337 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2020-12-22T11:28:09.338 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:09.372 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:09 +0000 (0:00:00.041) 0:03:08.551 ****** 2020-12-22T11:28:09.586 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** 2020-12-22T11:28:09.588 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 10101, "home": "/home/fsgqa", "move_home": false, "name": "fsgqa", "shell": "/bin/bash", "state": "present", "uid": 10101} 2020-12-22T11:28:09.620 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:09 +0000 (0:00:00.247) 0:03:08.799 ****** 2020-12-22T11:28:10.144 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "dc140f4bb26594b8d5e0753bab8d93c0cced7772", "dest": "/etc/security/limits.d/ubuntu.conf", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/security/limits.d/ubuntu.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0} 2020-12-22T11:28:10.176 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:10 +0000 (0:00:00.555) 0:03:09.355 ****** 2020-12-22T11:28:10.203 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi039"}, "changed": false} 2020-12-22T11:28:10.237 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:10 +0000 (0:00:00.061) 0:03:09.416 ****** 2020-12-22T11:28:10.748 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** 2020-12-22T11:28:10.750 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": ["semodule", "-i", "/tmp/nrpe.pp"], "delta": "0:00:17.264785", "end": "2020-12-22 11:28:10.729868", "rc": 0, "start": "2020-12-22 11:27:53.465083", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:28:10.782 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:10 +0000 (0:00:00.544) 0:03:09.961 ****** 2020-12-22T11:28:10.830 INFO:teuthology.task.ansible.out: TASK [testnode : Set the system's hostname] ************************************ 2020-12-22T11:28:10.832 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "front.sepia.ceph.com", "ansible_fqdn": "smithi039.front.sepia.ceph.com", "ansible_hostname": "smithi039", "ansible_nodename": "smithi039"}, "changed": true, "name": "smithi039"} 2020-12-22T11:28:10.864 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:10 +0000 (0:00:00.082) 0:03:10.043 ****** 2020-12-22T11:28:10.983 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** 2020-12-22T11:28:10.984 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "path": "/tmp/nrpe.*", "state": "absent"} 2020-12-22T11:28:11.019 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.154) 0:03:10.198 ****** 2020-12-22T11:28:11.046 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2020-12-22T11:28:11.048 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"ceph_dependency_packages_to_remove": ["boost-random", "boost-program-options", "leveldb", "xmlstarlet", "python-jinja2", "python-ceph", "python-flask", "python-requests", "boost-random", "python-urllib3", "python-babel", "hdparm", "python-markupsafe", "python-werkzeug", "python-itsdangerous"], "ceph_packages_to_remove": ["ceph", "ceph-base", "ceph-selinux", "ceph-common", "ceph-debuginfo", "ceph-release", "libcephfs1", "ceph-radosgw", "python-ceph", "python-rados", "python-rbd", "python-cephfs", "librbd1", "librados2", "mod_fastcgi"], "ntp_service_name": "ntpd", "packages_to_remove": ["device-mapper-multipath"], "pip_packages_to_install": ["remoto>=0.0.35"], "ssh_service_name": "sshd"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/dnf_systems.yml"], "changed": false} 2020-12-22T11:28:11.090 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.061) 0:03:10.260 ****** 2020-12-22T11:28:11.119 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* 2020-12-22T11:28:11.120 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-12-22T11:28:11.156 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.075) 0:03:10.336 ****** 2020-12-22T11:28:11.195 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** 2020-12-22T11:28:11.197 INFO:teuthology.task.ansible.out:ok: [smithi058.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": ["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"], "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"} 2020-12-22T11:28:11.232 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.075) 0:03:10.412 ****** 2020-12-22T11:28:11.269 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2020-12-22T11:28:11.271 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2020-12-22T11:28:11.305 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.072) 0:03:10.484 ****** 2020-12-22T11:28:11.332 INFO:teuthology.task.ansible.out: TASK [testnode : Upload distro major version specific sshd_config] ************* 2020-12-22T11:28:11.334 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "a5e550b2aa74f6355e926d70d73a50ad9ab4b4be", "dest": "/etc/ssh/sshd_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/sshd_config", "secontext": "system_u:object_r:etc_t:s0", "size": 1043, "state": "file", "uid": 0} 2020-12-22T11:28:11.371 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.065) 0:03:10.550 ****** 2020-12-22T11:28:11.421 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2020-12-22T11:28:11.424 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: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": ["rpm", "--rebuilddb"], "delta": "0:00:01.896659", "end": "2020-12-22 11:28:11.392256", "rc": 0, "start": "2020-12-22 11:28:09.495597", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:28:11.458 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.087) 0:03:10.637 ****** 2020-12-22T11:28:11.497 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** 2020-12-22T11:28:11.499 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} 2020-12-22T11:28:11.531 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.073) 0:03:10.710 ****** 2020-12-22T11:28:11.727 INFO:teuthology.task.ansible.out: 2020-12-22T11:28:11.729 INFO:teuthology.task.ansible.out:TASK [testnode : Ensure the teuthology_user group exists.] ********************* ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "name": "ubuntu", "state": "present", "system": false} 2020-12-22T11:28:11.763 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.232) 0:03:10.943 ****** 2020-12-22T11:28:11.790 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2020-12-22T11:28:11.792 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:11.824 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.060) 0:03:11.004 ****** 2020-12-22T11:28:11.841 INFO:teuthology.task.ansible.out: TASK [testnode : Upload ssh_config] ******************************************** 2020-12-22T11:28:11.843 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "58d78b02605c8368f1913de12e145f4ad930fafc", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/ssh_config", "secontext": "system_u:object_r:etc_t:s0", "size": 570, "state": "file", "uid": 0} 2020-12-22T11:28:11.876 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.051) 0:03:11.055 ****** 2020-12-22T11:28:11.883 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2020-12-22T11:28:11.885 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:11.918 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:11 +0000 (0:00:00.041) 0:03:11.097 ****** 2020-12-22T11:28:11.946 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2020-12-22T11:28:11.949 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:28:12.139 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** 2020-12-22T11:28:12.141 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 10101, "home": "/home/fsgqa", "move_home": false, "name": "fsgqa", "shell": "/bin/bash", "state": "present", "uid": 10101} 2020-12-22T11:28:12.176 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:12 +0000 (0:00:00.257) 0:03:11.354 ****** 2020-12-22T11:28:12.364 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** ok: [smithi105.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} 2020-12-22T11:28:12.501 INFO:teuthology.task.ansible.out: TASK [testnode : Add ssh pubkeys] ********************************************** changed: [smithi039.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} 2020-12-22T11:28:12.540 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:12 +0000 (0:00:00.364) 0:03:11.719 ****** 2020-12-22T11:28:12.709 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** 2020-12-22T11:28:12.711 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "dc140f4bb26594b8d5e0753bab8d93c0cced7772", "dest": "/etc/security/limits.d/ubuntu.conf", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/security/limits.d/ubuntu.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0} 2020-12-22T11:28:12.743 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:12 +0000 (0:00:00.203) 0:03:11.922 ****** 2020-12-22T11:28:12.770 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* 2020-12-22T11:28:12.772 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi058"}, "changed": false} 2020-12-22T11:28:12.806 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:12 +0000 (0:00:00.062) 0:03:11.985 ****** 2020-12-22T11:28:12.815 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** ok: [smithi105.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} 2020-12-22T11:28:12.851 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:12 +0000 (0:00:00.045) 0:03:12.030 ****** 2020-12-22T11:28:13.026 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "68d0b8ee2f88a77895f257aa69f32a42e47f455b", "dest": "/etc/security/limits.d/remote.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.d/remote.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0} 2020-12-22T11:28:13.061 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:13 +0000 (0:00:00.209) 0:03:12.240 ****** 2020-12-22T11:28:13.262 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "dest": "/etc/fuse.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 0, "state": "file", "uid": 0} 2020-12-22T11:28:13.296 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:13 +0000 (0:00:00.234) 0:03:12.474 ****** 2020-12-22T11:28:13.336 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* 2020-12-22T11:28:13.336 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'key': 'lab-extras', 'value': {'name': 'lab-extras', 'baseurl': 'http://apt-mirror.front.sepia.ceph.com/lab-extras/8/', 'enabled': 1, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a0e2ac0628a264e14b96b1c57627a3aa344a6c52", "dest": "/etc/yum.repos.d/lab-extras.repo", "gid": 0, "group": "root", "item": {"key": "lab-extras", "value": {"baseurl": "http://apt-mirror.front.sepia.ceph.com/lab-extras/8/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/lab-extras.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 203, "state": "file", "uid": 0} 2020-12-22T11:28:13.379 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:13 +0000 (0:00:00.083) 0:03:12.558 ****** 2020-12-22T11:28:13.407 INFO:teuthology.task.ansible.out: TASK [testnode : Set the system's hostname] ************************************ 2020-12-22T11:28:13.408 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "front.sepia.ceph.com", "ansible_fqdn": "smithi058.front.sepia.ceph.com", "ansible_hostname": "smithi058", "ansible_nodename": "smithi058"}, "changed": true, "name": "smithi058"} 2020-12-22T11:28:13.447 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:13 +0000 (0:00:00.067) 0:03:12.626 ****** 2020-12-22T11:28:13.498 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-12-22T11:28:13.500 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "gid": 36, "name": "kvm", "state": "present", "system": false} 2020-12-22T11:28:13.533 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:13 +0000 (0:00:00.086) 0:03:12.712 ****** 2020-12-22T11:28:13.755 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2020-12-22T11:28:13.757 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1236, "groups": "kvm,disk", "home": "/home/ubuntu", "move_home": false, "name": "ubuntu", "shell": "/bin/bash", "state": "present", "uid": 1000} 2020-12-22T11:28:13.805 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:13 +0000 (0:00:00.271) 0:03:12.984 ****** 2020-12-22T11:28:13.849 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-12-22T11:28:13.850 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:28:13.927 INFO:teuthology.task.ansible.out: TASK [testnode : Upload distro major version specific sshd_config] ************* 2020-12-22T11:28:13.928 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "a5e550b2aa74f6355e926d70d73a50ad9ab4b4be", "dest": "/etc/ssh/sshd_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/sshd_config", "secontext": "system_u:object_r:etc_t:s0", "size": 1043, "state": "file", "uid": 0} 2020-12-22T11:28:13.966 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:13 +0000 (0:00:00.160) 0:03:13.145 ****** 2020-12-22T11:28:14.281 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-12-22T11:28:14.283 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:28:14.305 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2020-12-22T11:28:14.308 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "be3223c8b0917bde02657a5f9ddd95277cc3f812", "dest": "/etc/sudoers", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers", "secontext": "system_u:object_r:etc_t:s0", "size": 1808, "state": "file", "uid": 0} 2020-12-22T11:28:14.341 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:14 +0000 (0:00:00.375) 0:03:13.520 ****** 2020-12-22T11:28:14.444 INFO:teuthology.task.ansible.out: TASK [testnode : Upload ssh_config] ******************************************** 2020-12-22T11:28:14.445 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "58d78b02605c8368f1913de12e145f4ad930fafc", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/ssh_config", "secontext": "system_u:object_r:etc_t:s0", "size": 570, "state": "file", "uid": 0} 2020-12-22T11:28:14.486 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:14 +0000 (0:00:00.144) 0:03:13.665 ****** 2020-12-22T11:28:14.728 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-12-22T11:28:14.730 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:28:14.766 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:14 +0000 (0:00:00.280) 0:03:13.945 ****** 2020-12-22T11:28:14.794 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2020-12-22T11:28:14.829 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:14 +0000 (0:00:00.062) 0:03:14.008 ****** 2020-12-22T11:28:14.835 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2020-12-22T11:28:14.836 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "12a2e17405b9e00ea2061e25929905d08e5fe19f", "dest": "/etc/security/limits.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 854, "state": "file", "uid": 0} 2020-12-22T11:28:14.883 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:14 +0000 (0:00:00.053) 0:03:14.062 ****** 2020-12-22T11:28:14.894 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** 2020-12-22T11:28:14.896 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:14.945 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:14 +0000 (0:00:00.061) 0:03:14.124 ****** 2020-12-22T11:28:14.982 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* skipping: [smithi105.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} 2020-12-22T11:28:14.993 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} 2020-12-22T11:28:15.028 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.083) 0:03:14.207 ****** 2020-12-22T11:28:15.054 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** 2020-12-22T11:28:15.056 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:15.088 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.060) 0:03:14.267 ****** 2020-12-22T11:28:15.115 INFO:teuthology.task.ansible.out: TASK [testnode : Add ssh pubkeys] ********************************************** 2020-12-22T11:28:15.117 INFO:teuthology.task.ansible.out:changed: [smithi058.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} TASK [testnode : set_fact] ***************************************************** ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"skip_packaging": false}, "changed": false} 2020-12-22T11:28:15.149 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.060) 0:03:14.328 ****** 2020-12-22T11:28:15.180 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.031) 0:03:14.360 ****** 2020-12-22T11:28:15.219 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* 2020-12-22T11:28:15.221 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:15.254 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.072) 0:03:14.432 ****** 2020-12-22T11:28:15.289 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:15.325 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.071) 0:03:14.504 ****** 2020-12-22T11:28:15.532 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* 2020-12-22T11:28:15.533 INFO:teuthology.task.ansible.out:fatal: [smithi105.front.sepia.ceph.com]: FAILED! => {"changed": false, "cmd": ["rpm", "-q", "ceph-debuginfo"], "delta": "0:00:00.007189", "end": "2020-12-22 11:28:15.509140", "msg": "non-zero return code", "rc": 1, "start": "2020-12-22 11:28:15.501951", "stderr": "", "stderr_lines": [], "stdout": "package ceph-debuginfo is not installed", "stdout_lines": ["package ceph-debuginfo is not installed"]} ...ignoring 2020-12-22T11:28:15.581 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.256) 0:03:14.760 ****** 2020-12-22T11:28:15.608 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:15.645 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.063) 0:03:14.824 ****** 2020-12-22T11:28:15.652 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "68d0b8ee2f88a77895f257aa69f32a42e47f455b", "dest": "/etc/security/limits.d/remote.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.d/remote.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0} 2020-12-22T11:28:15.687 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.041) 0:03:14.866 ****** 2020-12-22T11:28:15.891 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2020-12-22T11:28:15.893 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "dest": "/etc/fuse.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 0, "state": "file", "uid": 0} 2020-12-22T11:28:15.928 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:15 +0000 (0:00:00.241) 0:03:15.108 ****** 2020-12-22T11:28:16.125 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-12-22T11:28:16.127 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "gid": 36, "name": "kvm", "state": "present", "system": false} 2020-12-22T11:28:16.160 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:16 +0000 (0:00:00.231) 0:03:15.339 ****** 2020-12-22T11:28:16.390 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2020-12-22T11:28:16.392 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1236, "groups": "kvm,disk", "home": "/home/ubuntu", "move_home": false, "name": "ubuntu", "shell": "/bin/bash", "state": "present", "uid": 1000} 2020-12-22T11:28:16.432 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:16 +0000 (0:00:00.271) 0:03:15.611 ****** 2020-12-22T11:28:16.925 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "be3223c8b0917bde02657a5f9ddd95277cc3f812", "dest": "/etc/sudoers", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers", "secontext": "system_u:object_r:etc_t:s0", "size": 1808, "state": "file", "uid": 0} 2020-12-22T11:28:16.957 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:16 +0000 (0:00:00.524) 0:03:16.136 ****** 2020-12-22T11:28:17.344 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2020-12-22T11:28:17.345 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": ["rpm", "--rebuilddb"], "delta": "0:00:02.251664", "end": "2020-12-22 11:28:17.314332", "rc": 0, "start": "2020-12-22 11:28:15.062668", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:28:17.378 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:17 +0000 (0:00:00.420) 0:03:16.557 ****** 2020-12-22T11:28:17.450 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2020-12-22T11:28:17.452 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "12a2e17405b9e00ea2061e25929905d08e5fe19f", "dest": "/etc/security/limits.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 854, "state": "file", "uid": 0} 2020-12-22T11:28:17.488 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:17 +0000 (0:00:00.109) 0:03:16.667 ****** 2020-12-22T11:28:17.869 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2020-12-22T11:28:17.871 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:28:17.976 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ changed: [smithi105.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:2.12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: librados2-1:12.2.7-9.el8.x86_64"]} 2020-12-22T11:28:18.013 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:18 +0000 (0:00:00.525) 0:03:17.192 ****** 2020-12-22T11:28:18.322 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2020-12-22T11:28:18.324 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:28:18.766 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:28:18.804 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:18 +0000 (0:00:00.791) 0:03:17.983 ****** 2020-12-22T11:28:19.281 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* 2020-12-22T11:28:19.283 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'key': 'lab-extras', 'value': {'name': 'lab-extras', 'baseurl': 'http://apt-mirror.front.sepia.ceph.com/lab-extras/8/', 'enabled': 1, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a0e2ac0628a264e14b96b1c57627a3aa344a6c52", "dest": "/etc/yum.repos.d/lab-extras.repo", "gid": 0, "group": "root", "item": {"key": "lab-extras", "value": {"baseurl": "http://apt-mirror.front.sepia.ceph.com/lab-extras/8/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/lab-extras.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 203, "state": "file", "uid": 0} 2020-12-22T11:28:19.316 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:19 +0000 (0:00:00.512) 0:03:18.495 ****** 2020-12-22T11:28:19.798 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-12-22T11:28:19.800 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:28:19.863 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2020-12-22T11:28:19.865 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": ["rpm", "--rebuilddb"], "delta": "0:00:02.178360", "end": "2020-12-22 11:28:19.840767", "rc": 0, "start": "2020-12-22 11:28:17.662407", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:28:19.900 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:19 +0000 (0:00:00.583) 0:03:19.079 ****** 2020-12-22T11:28:20.023 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2020-12-22T11:28:20.025 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: boost-program-options-1.66.0-6.el8.x86_64", "Removed: boost-random-1.66.0-6.el8.x86_64"]} 2020-12-22T11:28:20.058 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:20 +0000 (0:00:00.158) 0:03:19.237 ****** 2020-12-22T11:28:20.255 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-12-22T11:28:20.256 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:28:20.391 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2020-12-22T11:28:20.393 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:28:20.704 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-12-22T11:28:20.706 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:28:20.742 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:20 +0000 (0:00:00.683) 0:03:19.921 ****** 2020-12-22T11:28:20.771 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2020-12-22T11:28:20.813 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:20 +0000 (0:00:00.071) 0:03:19.993 ****** 2020-12-22T11:28:20.832 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** ok: [smithi058.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} 2020-12-22T11:28:20.854 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** 2020-12-22T11:28:20.856 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:20.889 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:20 +0000 (0:00:00.075) 0:03:20.069 ****** 2020-12-22T11:28:20.937 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* 2020-12-22T11:28:20.939 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} 2020-12-22T11:28:20.948 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} 2020-12-22T11:28:20.984 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:20 +0000 (0:00:00.094) 0:03:20.163 ****** 2020-12-22T11:28:21.015 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** 2020-12-22T11:28:21.017 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:21.061 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:21 +0000 (0:00:00.076) 0:03:20.240 ****** 2020-12-22T11:28:21.100 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:28:21.102 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"skip_packaging": false}, "changed": false} 2020-12-22T11:28:21.137 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:21 +0000 (0:00:00.076) 0:03:20.317 ****** 2020-12-22T11:28:21.175 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* 2020-12-22T11:28:21.176 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:21.208 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:21 +0000 (0:00:00.070) 0:03:20.387 ****** 2020-12-22T11:28:21.247 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:21.282 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:21 +0000 (0:00:00.073) 0:03:20.461 ****** 2020-12-22T11:28:21.288 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2020-12-22T11:28:21.290 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:28:21.329 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:21 +0000 (0:00:00.047) 0:03:20.508 ****** 2020-12-22T11:28:21.490 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* 2020-12-22T11:28:21.492 INFO:teuthology.task.ansible.out:fatal: [smithi039.front.sepia.ceph.com]: FAILED! => {"changed": false, "cmd": ["rpm", "-q", "ceph-debuginfo"], "delta": "0:00:00.007533", "end": "2020-12-22 11:28:21.469809", "msg": "non-zero return code", "rc": 1, "start": "2020-12-22 11:28:21.462276", "stderr": "", "stderr_lines": [], "stdout": "package ceph-debuginfo is not installed", "stdout_lines": ["package ceph-debuginfo is not installed"]} ...ignoring 2020-12-22T11:28:21.525 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:21 +0000 (0:00:00.196) 0:03:20.705 ****** 2020-12-22T11:28:21.553 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** 2020-12-22T11:28:21.554 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:21.592 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:21 +0000 (0:00:00.065) 0:03:20.771 ****** 2020-12-22T11:28:21.818 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* ok: [smithi058.front.sepia.ceph.com] => (item={'key': 'lab-extras', 'value': {'name': 'lab-extras', 'baseurl': 'http://apt-mirror.front.sepia.ceph.com/lab-extras/8/', 'enabled': 1, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a0e2ac0628a264e14b96b1c57627a3aa344a6c52", "dest": "/etc/yum.repos.d/lab-extras.repo", "gid": 0, "group": "root", "item": {"key": "lab-extras", "value": {"baseurl": "http://apt-mirror.front.sepia.ceph.com/lab-extras/8/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/lab-extras.repo", "secontext": "system_u:object_r:system_conf_t:s0", "size": 203, "state": "file", "uid": 0} 2020-12-22T11:28:21.853 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:21 +0000 (0:00:00.261) 0:03:21.032 ****** 2020-12-22T11:28:22.339 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2020-12-22T11:28:22.340 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:28:22.790 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:28:23.229 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:28:23.270 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:23 +0000 (0:00:01.417) 0:03:22.449 ****** 2020-12-22T11:28:23.297 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2020-12-22T11:28:23.333 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:23 +0000 (0:00:00.062) 0:03:22.512 ****** 2020-12-22T11:28:23.370 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** 2020-12-22T11:28:23.371 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:23.408 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:23 +0000 (0:00:00.075) 0:03:22.587 ****** 2020-12-22T11:28:23.446 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* 2020-12-22T11:28:23.447 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} 2020-12-22T11:28:23.457 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} 2020-12-22T11:28:23.493 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:23 +0000 (0:00:00.084) 0:03:22.672 ****** 2020-12-22T11:28:23.521 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** 2020-12-22T11:28:23.522 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:23.554 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:23 +0000 (0:00:00.061) 0:03:22.733 ****** 2020-12-22T11:28:23.592 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"skip_packaging": false}, "changed": false} 2020-12-22T11:28:23.626 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:23 +0000 (0:00:00.071) 0:03:22.805 ****** 2020-12-22T11:28:23.654 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:23.687 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:23 +0000 (0:00:00.062) 0:03:22.867 ****** 2020-12-22T11:28:23.716 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** 2020-12-22T11:28:23.718 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:23.749 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:23 +0000 (0:00:00.061) 0:03:22.928 ****** 2020-12-22T11:28:23.955 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* 2020-12-22T11:28:23.956 INFO:teuthology.task.ansible.out:fatal: [smithi058.front.sepia.ceph.com]: FAILED! => {"changed": false, "cmd": ["rpm", "-q", "ceph-debuginfo"], "delta": "0:00:00.007657", "end": "2020-12-22 11:28:23.936412", "msg": "non-zero return code", "rc": 1, "start": "2020-12-22 11:28:23.928755", "stderr": "", "stderr_lines": [], "stdout": "package ceph-debuginfo is not installed", "stdout_lines": ["package ceph-debuginfo is not installed"]} ...ignoring 2020-12-22T11:28:23.957 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2020-12-22T11:28:23.957 INFO:teuthology.task.ansible.out:changed: [smithi039.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:2.12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: librados2-1:12.2.7-9.el8.x86_64"]} 2020-12-22T11:28:23.991 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:23 +0000 (0:00:00.241) 0:03:23.170 ****** 2020-12-22T11:28:24.022 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:24 +0000 (0:00:00.030) 0:03:23.201 ****** 2020-12-22T11:28:24.048 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** 2020-12-22T11:28:24.050 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:28:24.081 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:24 +0000 (0:00:00.059) 0:03:23.260 ****** 2020-12-22T11:28:26.115 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2020-12-22T11:28:26.116 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: boost-program-options-1.66.0-6.el8.x86_64", "Removed: boost-random-1.66.0-6.el8.x86_64"]} 2020-12-22T11:28:26.148 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:26 +0000 (0:00:02.067) 0:03:25.327 ****** 2020-12-22T11:28:26.500 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2020-12-22T11:28:26.501 INFO:teuthology.task.ansible.out:changed: [smithi058.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:2.12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: librados2-1:12.2.7-9.el8.x86_64"]} 2020-12-22T11:28:26.537 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:26 +0000 (0:00:00.389) 0:03:25.717 ****** 2020-12-22T11:28:28.944 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2020-12-22T11:28:28.946 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: boost-program-options-1.66.0-6.el8.x86_64", "Removed: boost-random-1.66.0-6.el8.x86_64"]} 2020-12-22T11:28:28.979 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:28:28 +0000 (0:00:02.441) 0:03:28.158 ****** 2020-12-22T11:29:02.244 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-12-22T11:29:02.245 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: dnf-utils", "Installed: sysstat", "Installed: libedit", "Installed: boost-thread", "Installed: xfsprogs", "Installed: gdisk", "Installed: parted", "Installed: libgcrypt", "Installed: fuse-libs", "Installed: openssl", "Installed: libuuid", "Installed: podman", "Installed: podman-docker", "Installed: attr", "Installed: ant", "Installed: lsof", "Installed: gettext", "Installed: bc", "Installed: xfsdump", "Installed: blktrace", "Installed: usbredir", "Installed: libev-devel", "Installed: valgrind", "Installed: nfs-utils", "Installed: ncurses-devel", "Installed: gcc", "Installed: git", "Installed: python3-nose", "Installed: python3-virtualenv", "Installed: genisoimage", "Installed: qemu-img", "Installed: qemu-kvm-core", "Installed: qemu-kvm-block-rbd", "Installed: libacl-devel", "Installed: dbench", "Installed: autoconf", "Installed: gdb", "Installed: iozone", "Installed: libfdisk-2.32.1-24.el8.x86_64", "Installed: boost-chrono-1.66.0-10.el8.x86_64", "Installed: nfs-utils-1:2.3.3-35.el8.x86_64", "Installed: yum-4.2.23-4.el8.noarch", "Installed: libuuid-2.32.1-24.el8.x86_64", "Installed: libgcc-8.3.1-5.1.el8.x86_64", "Installed: yum-utils-4.0.17-5.el8.noarch", "Installed: python3-virtualenv-15.1.0-19.module_el8.3.0+562+e162826a.noarch", "Installed: libgcrypt-1.8.5-4.el8.x86_64", "Installed: libgomp-8.3.1-5.1.el8.x86_64", "Installed: librados2-1:12.2.7-9.el8.x86_64", "Installed: gdb-8.2-12.el8.x86_64", "Installed: librbd1-1:12.2.7-9.el8.x86_64", "Installed: gcc-8.3.1-5.1.el8.x86_64", "Installed: gdb-headless-8.2-12.el8.x86_64", "Installed: librepo-1.12.0-2.el8.x86_64", "Installed: boost-program-options-1.66.0-10.el8.x86_64", "Installed: gcc-gdb-plugin-8.3.1-5.1.el8.x86_64", "Installed: boost-random-1.66.0-10.el8.x86_64", "Installed: podman-2.0.5-5.module_el8.3.0+512+b3b58dca.x86_64", "Installed: podman-catatonit-2.0.5-5.module_el8.3.0+512+b3b58dca.x86_64", "Installed: 2020-12-22T11:29:02.247 INFO:teuthology.task.ansible.out: perl-Git-2.27.0-1.el8.noarch", "Installed: podman-docker-2.0.5-5.module_el8.3.0+512+b3b58dca.noarch", "Installed: boost-system-1.66.0-10.el8.x86_64", "Installed: boost-thread-1.66.0-10.el8.x86_64", "Installed: dnf-4.2.23-4.el8.noarch", "Installed: dnf-data-4.2.23-4.el8.noarch", "Installed: dnf-plugins-core-4.0.17-5.el8.noarch", "Installed: python3-nose-1.3.7-30.module_el8.3.0+562+e162826a.noarch", "Installed: libsmartcols-2.32.1-24.el8.x86_64", "Installed: openssl-1:1.1.1g-11.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: valgrind-1:3.16.0-2.el8.x86_64", "Installed: libblkid-2.32.1-24.el8.x86_64", "Installed: openssl-libs-1:1.1.1g-11.el8.x86_64", "Installed: qemu-img-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: qemu-kvm-block-rbd-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: qemu-kvm-common-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: qemu-kvm-core-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: libmodulemd-2.9.4-2.el8.x86_64", "Installed: git-2.27.0-1.el8.x86_64", "Installed: libmount-2.32.1-24.el8.x86_64", "Installed: git-core-2.27.0-1.el8.x86_64", "Installed: git-core-doc-2.27.0-1.el8.noarch", "Installed: python3-dnf-4.2.23-4.el8.noarch", "Installed: python3-dnf-plugins-core-4.0.17-5.el8.noarch", "Installed: sysstat-11.7.3-5.el8.x86_64", "Installed: seavgabios-bin-1.13.0-2.module_el8.3.0+555+a55c8938.noarch", "Installed: python3-hawkey-0.48.0-5.el8.x86_64", "Installed: util-linux-2.32.1-24.el8.x86_64", "Installed: util-linux-user-2.32.1-24.el8.x86_64", "Installed: cpp-8.3.1-5.1.el8.x86_64", "Installed: python3-libdnf-0.48.0-5.el8.x86_64", "Installed: libdnf-0.48.0-5.el8.x86_64", "Installed: python3-librepo-1.12.0-2.el8.x86_64", "Installed: xfsprogs-5.0.0-4.el8.x86_64", "Removed: python3-virtualenv-15.1.0-19.module_el8.1.0+245+c39af44f.noarch", "Removed: openssl-1:1.1.1c-15.el8.x86_64", "Removed: qemu-img-15:2.12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: qemu-kvm-common-15:2. 2020-12-22T11:29:02.249 INFO:teuthology.task.ansible.out:12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: qemu-kvm-core-15:2.12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: openssl-libs-1:1.1.1c-15.el8.x86_64", "Removed: librepo-1.11.0-2.el8.x86_64", "Removed: libsmartcols-2.32.1-22.el8.x86_64", "Removed: gcc-8.3.1-4.5.el8.x86_64", "Removed: gcc-gdb-plugin-8.3.1-4.5.el8.x86_64", "Removed: gdb-8.2-6.el8.x86_64", "Removed: gdb-headless-8.2-6.el8.x86_64", "Removed: seavgabios-bin-1.11.1-4.module_el8.1.0+248+298dec18.noarch", "Removed: boost-chrono-1.66.0-6.el8.x86_64", "Removed: git-2.18.2-2.el8_1.x86_64", "Removed: git-core-2.18.2-2.el8_1.x86_64", "Removed: git-core-doc-2.18.2-2.el8_1.noarch", "Removed: boost-system-1.66.0-6.el8.x86_64", "Removed: boost-thread-1.66.0-6.el8.x86_64", "Removed: libuuid-2.32.1-22.el8.x86_64", "Removed: podman-1.6.4-4.module_el8.1.0+298+41f9343a.x86_64", "Removed: podman-docker-1.6.4-4.module_el8.1.0+298+41f9343a.noarch", "Removed: podman-manpages-1.6.4-4.module_el8.1.0+298+41f9343a.noarch", "Removed: libblkid-2.32.1-22.el8.x86_64", "Removed: libdnf-0.35.1-9.el8_1.x86_64", "Removed: perl-Git-2.18.2-2.el8_1.noarch", "Removed: lsof-4.91-2.el8.x86_64", "Removed: cpp-8.3.1-4.5.el8.x86_64", "Removed: sysstat-11.7.3-2.el8.x86_64", "Removed: libfdisk-2.32.1-22.el8.x86_64", "Removed: python3-dnf-4.2.7-7.el8_1.noarch", "Removed: python3-dnf-plugins-core-4.0.8-3.el8.noarch", "Removed: libgcc-8.3.1-5.el8.0.2.x86_64", "Removed: libgcrypt-1.8.3-4.el8.x86_64", "Removed: python3-hawkey-0.35.1-9.el8_1.x86_64", "Removed: libgomp-8.3.1-4.5.el8.x86_64", "Removed: python3-libdnf-0.35.1-9.el8_1.x86_64", "Removed: python3-librepo-1.11.0-2.el8.x86_64", "Removed: util-linux-2.32.1-22.el8.x86_64", "Removed: util-linux-user-2.32.1-22.el8.x86_64", "Removed: valgrind-1:3.15.0-9.el8.x86_64", "Removed: python3-nose-1.3.7-30.module_el8.1.0+245+c39af44f.noarch", "Removed: dnf-4.2.7-7.el8_1.noarch", "Removed: dnf-data-4.2.7-7.el8_1.noarch", "Removed: libmount-2.32.1-22.el8.x86_64", "Removed: dnf-plugins-core-4. 2020-12-22T11:29:02.250 INFO:teuthology.task.ansible.out:0.8-3.el8.noarch", "Removed: nfs-utils-1:2.3.3-26.el8.x86_64", "Removed: xfsprogs-5.0.0-2.el8.x86_64", "Removed: yum-4.2.7-7.el8_1.noarch", "Removed: yum-utils-4.0.8-3.el8.noarch"]} 2020-12-22T11:29:02.279 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:02 +0000 (0:00:33.300) 0:04:01.458 ****** 2020-12-22T11:29:02.306 INFO:teuthology.task.ansible.out: TASK [testnode : Install epel packages] **************************************** 2020-12-22T11:29:02.308 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:02.339 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:02 +0000 (0:00:00.059) 0:04:01.518 ****** 2020-12-22T11:29:03.392 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2020-12-22T11:29:03.394 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2020-12-22T11:29:03.425 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:03 +0000 (0:00:01.085) 0:04:02.604 ****** 2020-12-22T11:29:03.452 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-12-22T11:29:03.454 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:03.490 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:03 +0000 (0:00:00.065) 0:04:02.670 ****** 2020-12-22T11:29:03.789 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable firewalld] *********************************** 2020-12-22T11:29:03.791 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "enabled": false, "name": "firewalld", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target polkit.service dbus.socket basic.target dbus.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service iptables.service shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNode 2020-12-22T11:29:03.792 INFO:teuthology.task.ansible.out:s": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127262", "LimitNPROCSoft": "127262", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "L 2020-12-22T11:29:03.794 INFO:teuthology.task.ansible.out:imitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127262", "LimitSIGPENDINGSoft": "127262", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWe 2020-12-22T11:29:03.796 INFO:teuthology.task.ansible.out:ight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "203619", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2020-12-22T11:29:03.825 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:03 +0000 (0:00:00.334) 0:04:03.004 ****** 2020-12-22T11:29:04.112 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable iptables] ************************************ 2020-12-22T11:29:04.113 INFO:teuthology.task.ansible.out:fatal: [smithi105.front.sepia.ceph.com]: FAILED! => {"changed": false, "msg": "Could not find the requested service iptables: host"} ...ignoring 2020-12-22T11:29:04.146 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:04 +0000 (0:00:00.320) 0:04:03.325 ****** 2020-12-22T11:29:04.811 INFO:teuthology.task.ansible.out: TASK [testnode : Enable SELinux] *********************************************** 2020-12-22T11:29:04.813 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "configfile": "/etc/selinux/config", "msg": "", "policy": "targeted", "reboot_required": false, "state": "permissive"} 2020-12-22T11:29:04.844 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:04 +0000 (0:00:00.698) 0:04:04.024 ****** 2020-12-22T11:29:04.870 INFO:teuthology.task.ansible.out: TASK [testnode : Install abrt] ************************************************* 2020-12-22T11:29:04.872 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:04.903 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:04 +0000 (0:00:00.058) 0:04:04.082 ****** 2020-12-22T11:29:04.931 INFO:teuthology.task.ansible.out: TASK [testnode : Enable abrt-auto-reporting] *********************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:04.962 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:04 +0000 (0:00:00.059) 0:04:04.141 ****** 2020-12-22T11:29:04.988 INFO:teuthology.task.ansible.out: TASK [testnode : Set OpenGPGCheck in abrt-action-save-package-data.conf] ******* skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.023 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.060) 0:04:04.202 ****** 2020-12-22T11:29:05.049 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** 2020-12-22T11:29:05.051 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.083 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.060) 0:04:04.262 ****** 2020-12-22T11:29:05.109 INFO:teuthology.task.ansible.out: TASK [testnode : Restart abrtd] ************************************************ 2020-12-22T11:29:05.111 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.145 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.061) 0:04:04.324 ****** 2020-12-22T11:29:05.171 INFO:teuthology.task.ansible.out: TASK [testnode : Check for custom repos] *************************************** 2020-12-22T11:29:05.173 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.204 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.059) 0:04:04.383 ****** 2020-12-22T11:29:05.230 INFO:teuthology.task.ansible.out: TASK [testnode : Remove custom repos] ****************************************** 2020-12-22T11:29:05.263 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.058) 0:04:04.442 ****** 2020-12-22T11:29:05.289 INFO:teuthology.task.ansible.out: TASK [testnode : Set apt preferences] ****************************************** 2020-12-22T11:29:05.290 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.322 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.058) 0:04:04.501 ****** 2020-12-22T11:29:05.348 INFO:teuthology.task.ansible.out: TASK [testnode : Add sources list] ********************************************* 2020-12-22T11:29:05.350 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.381 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.058) 0:04:04.560 ****** 2020-12-22T11:29:05.417 INFO:teuthology.task.ansible.out: TASK [testnode : Install apt keys] ********************************************* 2020-12-22T11:29:05.419 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} skipping: [smithi105.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.451 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.070) 0:04:04.630 ****** 2020-12-22T11:29:05.477 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-apt] ******************************************* 2020-12-22T11:29:05.479 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.513 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.061) 0:04:04.692 ****** 2020-12-22T11:29:05.540 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** 2020-12-22T11:29:05.575 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.062) 0:04:04.754 ****** 2020-12-22T11:29:05.601 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** 2020-12-22T11:29:05.605 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.640 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.064) 0:04:04.819 ****** 2020-12-22T11:29:05.666 INFO:teuthology.task.ansible.out: TASK [testnode : Update apt cache.] ******************************************** 2020-12-22T11:29:05.668 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.701 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.060) 0:04:04.880 ****** 2020-12-22T11:29:05.728 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure packages are not present.] ***************************** 2020-12-22T11:29:05.730 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.760 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.059) 0:04:04.940 ****** 2020-12-22T11:29:05.786 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-12-22T11:29:05.788 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.819 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.058) 0:04:04.998 ****** 2020-12-22T11:29:05.845 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* 2020-12-22T11:29:05.847 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.878 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.059) 0:04:05.058 ****** 2020-12-22T11:29:05.905 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-12-22T11:29:05.906 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:05.937 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.058) 0:04:05.116 ****** 2020-12-22T11:29:05.963 INFO:teuthology.task.ansible.out: TASK [testnode : Install non aarch64 packages] ********************************* 2020-12-22T11:29:05.965 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.000 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:05 +0000 (0:00:00.062) 0:04:05.179 ****** 2020-12-22T11:29:06.026 INFO:teuthology.task.ansible.out: TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** 2020-12-22T11:29:06.028 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.059 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.060) 0:04:05.239 ****** 2020-12-22T11:29:06.086 INFO:teuthology.task.ansible.out: TASK [testnode : Enable xattr for this boot.] ********************************** 2020-12-22T11:29:06.088 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.119 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.059) 0:04:05.299 ****** 2020-12-22T11:29:06.146 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure fuse group exists.] ************************************ skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.179 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.059) 0:04:05.358 ****** 2020-12-22T11:29:06.206 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** 2020-12-22T11:29:06.207 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.240 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.060) 0:04:05.419 ****** 2020-12-22T11:29:06.266 INFO:teuthology.task.ansible.out: TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ 2020-12-22T11:29:06.268 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.301 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.061) 0:04:05.480 ****** 2020-12-22T11:29:06.328 INFO:teuthology.task.ansible.out: TASK [testnode : Set up static IP in /etc/hosts.] ****************************** 2020-12-22T11:29:06.330 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.362 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.060) 0:04:05.541 ****** 2020-12-22T11:29:06.381 INFO:teuthology.task.ansible.out: TASK [testnode : Stop apache2] ************************************************* 2020-12-22T11:29:06.383 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.415 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.052) 0:04:05.594 ****** 2020-12-22T11:29:06.441 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2020-12-22T11:29:06.442 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.474 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.059) 0:04:05.653 ****** 2020-12-22T11:29:06.501 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-12-22T11:29:06.503 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.534 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.059) 0:04:05.713 ****** 2020-12-22T11:29:06.560 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2020-12-22T11:29:06.562 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.593 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.058) 0:04:05.772 ****** 2020-12-22T11:29:06.629 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2020-12-22T11:29:06.631 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.662 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.068) 0:04:05.841 ****** 2020-12-22T11:29:06.688 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2020-12-22T11:29:06.689 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.720 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.058) 0:04:05.899 ****** 2020-12-22T11:29:06.748 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2020-12-22T11:29:06.750 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.780 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.059) 0:04:05.959 ****** 2020-12-22T11:29:06.806 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2020-12-22T11:29:06.807 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.838 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.058) 0:04:06.017 ****** 2020-12-22T11:29:06.864 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2020-12-22T11:29:06.866 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.900 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.061) 0:04:06.078 ****** 2020-12-22T11:29:06.925 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:06.927 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:06.958 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:06 +0000 (0:00:00.058) 0:04:06.137 ****** 2020-12-22T11:29:06.984 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2020-12-22T11:29:06.985 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:07.016 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:07 +0000 (0:00:00.058) 0:04:06.196 ****** 2020-12-22T11:29:07.043 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:07.075 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:07 +0000 (0:00:00.058) 0:04:06.254 ****** 2020-12-22T11:29:07.101 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-12-22T11:29:07.102 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:07.134 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:07 +0000 (0:00:00.059) 0:04:06.313 ****** 2020-12-22T11:29:07.160 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2020-12-22T11:29:07.161 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:07.192 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:07 +0000 (0:00:00.058) 0:04:06.372 ****** 2020-12-22T11:29:07.398 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-12-22T11:29:07.400 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:29:07.431 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:07 +0000 (0:00:00.238) 0:04:06.611 ****** 2020-12-22T11:29:07.635 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2020-12-22T11:29:07.637 INFO:teuthology.task.ansible.out:ok: [smithi105.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} 2020-12-22T11:29:07.669 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:07 +0000 (0:00:00.237) 0:04:06.848 ****** 2020-12-22T11:29:07.875 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-12-22T11:29:07.876 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: [smithi105.front.sepia.ceph.com] => {"changed": false, "dest": "/usr/lib/ltp/testcases/bin/fsstress", "src": "/usr/bin/fsstress"} 2020-12-22T11:29:07.908 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:07 +0000 (0:00:00.238) 0:04:07.087 ****** 2020-12-22T11:29:07.935 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2020-12-22T11:29:07.937 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:07.969 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:07 +0000 (0:00:00.060) 0:04:07.148 ****** 2020-12-22T11:29:07.996 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2020-12-22T11:29:07.998 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.029 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.060) 0:04:07.208 ****** 2020-12-22T11:29:08.056 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2020-12-22T11:29:08.058 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.088 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.059) 0:04:07.267 ****** 2020-12-22T11:29:08.115 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-12-22T11:29:08.117 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.148 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.060) 0:04:07.328 ****** 2020-12-22T11:29:08.186 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.223 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.074) 0:04:07.402 ****** 2020-12-22T11:29:08.250 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.283 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.059) 0:04:07.462 ****** 2020-12-22T11:29:08.308 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-12-22T11:29:08.310 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.342 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.059) 0:04:07.522 ****** 2020-12-22T11:29:08.360 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-12-22T11:29:08.362 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: dnf-utils", "Installed: sysstat", "Installed: libedit", "Installed: boost-thread", "Installed: xfsprogs", "Installed: gdisk", "Installed: parted", "Installed: libgcrypt", "Installed: fuse-libs", "Installed: openssl", "Installed: libuuid", "Installed: podman", "Installed: podman-docker", "Installed: attr", "Installed: ant", "Installed: lsof", "Installed: gettext", "Installed: bc", "Installed: xfsdump", "Installed: blktrace", "Installed: usbredir", "Installed: libev-devel", "Installed: valgrind", "Installed: nfs-utils", "Installed: ncurses-devel", "Installed: gcc", "Installed: git", "Installed: python3-nose", "Installed: python3-virtualenv", "Installed: genisoimage", "Installed: qemu-img", "Installed: qemu-kvm-core", "Installed: qemu-kvm-block-rbd", "Installed: libacl-devel", "Installed: dbench", "Installed: autoconf", "Installed: gdb", "Installed: iozone", "Installed: libfdisk-2.32.1-24.el8.x86_64", "Installed: boost-chrono-1.66.0-10.el8.x86_64", "Installed: nfs-utils-1:2.3.3-35.el8.x86_64", "Installed: yum-4.2.23-4.el8.noarch", "Installed: libuuid-2.32.1-24.el8.x86_64", "Installed: libgcc-8.3.1-5.1.el8.x86_64", "Installed: yum-utils-4.0.17-5.el8.noarch", "Installed: python3-virtualenv-15.1.0-19.module_el8.3.0+562+e162826a.noarch", "Installed: libgcrypt-1.8.5-4.el8.x86_64", "Installed: libgomp-8.3.1-5.1.el8.x86_64", "Installed: librados2-1:12.2.7-9.el8.x86_64", "Installed: gdb-8.2-12.el8.x86_64", "Installed: librbd1-1:12.2.7-9.el8.x86_64", "Installed: gcc-8.3.1-5.1.el8.x86_64", "Installed: gdb-headless-8.2-12.el8.x86_64", "Installed: librepo-1.12.0-2.el8.x86_64", "Installed: boost-program-options-1.66.0-10.el8.x86_64", "Installed: gcc-gdb-plugin-8.3.1-5.1.el8.x86_64", "Installed: boost-random-1.66.0-10.el8.x86_64", "Installed: podman-2.0.5-5.module_el8.3.0+512+b3b58dca.x86_64", "Installed: podman-catatonit-2.0.5-5.module_el8.3.0+512+b3b58dca.x86_64", "Installed: 2020-12-22T11:29:08.363 INFO:teuthology.task.ansible.out: perl-Git-2.27.0-1.el8.noarch", "Installed: podman-docker-2.0.5-5.module_el8.3.0+512+b3b58dca.noarch", "Installed: boost-system-1.66.0-10.el8.x86_64", "Installed: boost-thread-1.66.0-10.el8.x86_64", "Installed: dnf-4.2.23-4.el8.noarch", "Installed: dnf-data-4.2.23-4.el8.noarch", "Installed: dnf-plugins-core-4.0.17-5.el8.noarch", "Installed: python3-nose-1.3.7-30.module_el8.3.0+562+e162826a.noarch", "Installed: libsmartcols-2.32.1-24.el8.x86_64", "Installed: openssl-1:1.1.1g-11.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: valgrind-1:3.16.0-2.el8.x86_64", "Installed: libblkid-2.32.1-24.el8.x86_64", "Installed: openssl-libs-1:1.1.1g-11.el8.x86_64", "Installed: qemu-img-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: qemu-kvm-block-rbd-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: qemu-kvm-common-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: qemu-kvm-core-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: libmodulemd-2.9.4-2.el8.x86_64", "Installed: git-2.27.0-1.el8.x86_64", "Installed: libmount-2.32.1-24.el8.x86_64", "Installed: git-core-2.27.0-1.el8.x86_64", "Installed: git-core-doc-2.27.0-1.el8.noarch", "Installed: python3-dnf-4.2.23-4.el8.noarch", "Installed: python3-dnf-plugins-core-4.0.17-5.el8.noarch", "Installed: sysstat-11.7.3-5.el8.x86_64", "Installed: seavgabios-bin-1.13.0-2.module_el8.3.0+555+a55c8938.noarch", "Installed: python3-hawkey-0.48.0-5.el8.x86_64", "Installed: util-linux-2.32.1-24.el8.x86_64", "Installed: util-linux-user-2.32.1-24.el8.x86_64", "Installed: cpp-8.3.1-5.1.el8.x86_64", "Installed: python3-libdnf-0.48.0-5.el8.x86_64", "Installed: libdnf-0.48.0-5.el8.x86_64", "Installed: python3-librepo-1.12.0-2.el8.x86_64", "Installed: xfsprogs-5.0.0-4.el8.x86_64", "Removed: python3-virtualenv-15.1.0-19.module_el8.1.0+245+c39af44f.noarch", "Removed: openssl-1:1.1.1c-15.el8.x86_64", "Removed: qemu-img-15:2.12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: qemu-kvm-common-15:2. 2020-12-22T11:29:08.365 INFO:teuthology.task.ansible.out:12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: qemu-kvm-core-15:2.12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: openssl-libs-1:1.1.1c-15.el8.x86_64", "Removed: librepo-1.11.0-2.el8.x86_64", "Removed: libsmartcols-2.32.1-22.el8.x86_64", "Removed: gcc-8.3.1-4.5.el8.x86_64", "Removed: gcc-gdb-plugin-8.3.1-4.5.el8.x86_64", "Removed: gdb-8.2-6.el8.x86_64", "Removed: gdb-headless-8.2-6.el8.x86_64", "Removed: seavgabios-bin-1.11.1-4.module_el8.1.0+248+298dec18.noarch", "Removed: boost-chrono-1.66.0-6.el8.x86_64", "Removed: git-2.18.2-2.el8_1.x86_64", "Removed: git-core-2.18.2-2.el8_1.x86_64", "Removed: git-core-doc-2.18.2-2.el8_1.noarch", "Removed: boost-system-1.66.0-6.el8.x86_64", "Removed: boost-thread-1.66.0-6.el8.x86_64", "Removed: libuuid-2.32.1-22.el8.x86_64", "Removed: podman-1.6.4-4.module_el8.1.0+298+41f9343a.x86_64", "Removed: podman-docker-1.6.4-4.module_el8.1.0+298+41f9343a.noarch", "Removed: podman-manpages-1.6.4-4.module_el8.1.0+298+41f9343a.noarch", "Removed: libblkid-2.32.1-22.el8.x86_64", "Removed: libdnf-0.35.1-9.el8_1.x86_64", "Removed: perl-Git-2.18.2-2.el8_1.noarch", "Removed: lsof-4.91-2.el8.x86_64", "Removed: cpp-8.3.1-4.5.el8.x86_64", "Removed: sysstat-11.7.3-2.el8.x86_64", "Removed: libfdisk-2.32.1-22.el8.x86_64", "Removed: python3-dnf-4.2.7-7.el8_1.noarch", "Removed: python3-dnf-plugins-core-4.0.8-3.el8.noarch", "Removed: libgcc-8.3.1-5.el8.0.2.x86_64", "Removed: libgcrypt-1.8.3-4.el8.x86_64", "Removed: python3-hawkey-0.35.1-9.el8_1.x86_64", "Removed: libgomp-8.3.1-4.5.el8.x86_64", "Removed: python3-libdnf-0.35.1-9.el8_1.x86_64", "Removed: python3-librepo-1.11.0-2.el8.x86_64", "Removed: util-linux-2.32.1-22.el8.x86_64", "Removed: util-linux-user-2.32.1-22.el8.x86_64", "Removed: valgrind-1:3.15.0-9.el8.x86_64", "Removed: python3-nose-1.3.7-30.module_el8.1.0+245+c39af44f.noarch", "Removed: dnf-4.2.7-7.el8_1.noarch", "Removed: dnf-data-4.2.7-7.el8_1.noarch", "Removed: libmount-2.32.1-22.el8.x86_64", "Removed: dnf-plugins-core-4. 2020-12-22T11:29:08.367 INFO:teuthology.task.ansible.out:0.8-3.el8.noarch", "Removed: nfs-utils-1:2.3.3-26.el8.x86_64", "Removed: xfsprogs-5.0.0-2.el8.x86_64", "Removed: yum-4.2.7-7.el8_1.noarch", "Removed: yum-utils-4.0.8-3.el8.noarch"]} TASK [testnode : Create FStest ubuntu directory.] ****************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.396 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.053) 0:04:07.576 ****** 2020-12-22T11:29:08.428 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.031) 0:04:07.607 ****** 2020-12-22T11:29:08.433 INFO:teuthology.task.ansible.out: TASK [testnode : Install epel packages] **************************************** 2020-12-22T11:29:08.435 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.467 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.039) 0:04:07.646 ****** 2020-12-22T11:29:08.473 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-12-22T11:29:08.475 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.518 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.050) 0:04:07.697 ****** 2020-12-22T11:29:08.548 INFO:teuthology.task.ansible.out: TASK [testnode : Set grub config.] ********************************************* 2020-12-22T11:29:08.550 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.603 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.085) 0:04:07.783 ****** 2020-12-22T11:29:08.631 INFO:teuthology.task.ansible.out: TASK [testnode : Remove /etc/ceph] ********************************************* 2020-12-22T11:29:08.633 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.665 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.061) 0:04:07.844 ****** 2020-12-22T11:29:08.691 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2020-12-22T11:29:08.692 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.724 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.059) 0:04:07.903 ****** 2020-12-22T11:29:08.750 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2020-12-22T11:29:08.752 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.783 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.058) 0:04:07.962 ****** 2020-12-22T11:29:08.801 INFO:teuthology.task.ansible.out: TASK [testnode : Upload weekly kernel-clean crontab.] ************************** 2020-12-22T11:29:08.802 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.833 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.049) 0:04:08.012 ****** 2020-12-22T11:29:08.858 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/grub.d/02_force_timeout.] ************************* 2020-12-22T11:29:08.860 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.893 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.060) 0:04:08.073 ****** 2020-12-22T11:29:08.921 INFO:teuthology.task.ansible.out: TASK [testnode : Enable kernel modules to load at boot time.] ****************** 2020-12-22T11:29:08.923 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:08.955 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:08 +0000 (0:00:00.061) 0:04:08.134 ****** 2020-12-22T11:29:08.982 INFO:teuthology.task.ansible.out: TASK [testnode : Enabling auto-fsck fix to prevent boot hangup.] *************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.016 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.060) 0:04:08.195 ****** 2020-12-22T11:29:09.042 INFO:teuthology.task.ansible.out: TASK [testnode : Work around broken wget on wheezy.] *************************** 2020-12-22T11:29:09.044 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.082 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.065) 0:04:08.261 ****** 2020-12-22T11:29:09.108 INFO:teuthology.task.ansible.out: TASK [testnode : Stop collectl] ************************************************ skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.140 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.058) 0:04:08.320 ****** 2020-12-22T11:29:09.167 INFO:teuthology.task.ansible.out: TASK [testnode : Add PATH to the teuthology_user .bashrc.] ********************* 2020-12-22T11:29:09.169 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.199 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.058) 0:04:08.378 ****** 2020-12-22T11:29:09.225 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if we need to edit /etc/profile.] **************** 2020-12-22T11:29:09.227 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.258 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.059) 0:04:08.437 ****** 2020-12-22T11:29:09.284 INFO:teuthology.task.ansible.out: TASK [testnode : Update /etc/profile if needed.] ******************************* 2020-12-22T11:29:09.285 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.316 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.058) 0:04:08.496 ****** 2020-12-22T11:29:09.342 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:09.344 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2020-12-22T11:29:09.375 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.058) 0:04:08.554 ****** 2020-12-22T11:29:09.412 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** skipping: [smithi105.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.423 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} 2020-12-22T11:29:09.434 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.436 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.445 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.447 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.456 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.493 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.118) 0:04:08.673 ****** 2020-12-22T11:29:09.614 INFO:teuthology.task.ansible.out: 2020-12-22T11:29:09.616 INFO:teuthology.task.ansible.out:TASK [testnode : Remove packages] ********************************************** ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2020-12-22T11:29:09.651 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.156) 0:04:08.830 ****** 2020-12-22T11:29:09.678 INFO:teuthology.task.ansible.out: TASK [testnode : Check for teuthology-lock command] **************************** 2020-12-22T11:29:09.680 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.003039", "end": "2020-12-22 11:29:09.655640", "rc": 0, "start": "2020-12-22 11:29:09.652601", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock"]} TASK [testnode : Upgrade packages] ********************************************* skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.712 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.061) 0:04:08.891 ****** 2020-12-22T11:29:09.748 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.036) 0:04:08.928 ****** 2020-12-22T11:29:09.776 INFO:teuthology.task.ansible.out: TASK [testnode : Mark system down if NVMe card missing] ************************ 2020-12-22T11:29:09.777 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.813 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.064) 0:04:08.992 ****** 2020-12-22T11:29:09.839 INFO:teuthology.task.ansible.out: TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** 2020-12-22T11:29:09.841 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.873 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.060) 0:04:09.053 ****** 2020-12-22T11:29:09.900 INFO:teuthology.task.ansible.out: TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.933 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.059) 0:04:09.112 ****** 2020-12-22T11:29:09.958 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure apt dependencies are installed] ********************* 2020-12-22T11:29:09.960 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:09.991 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:09 +0000 (0:00:00.058) 0:04:09.170 ****** 2020-12-22T11:29:10.030 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable firewalld] *********************************** 2020-12-22T11:29:10.031 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "enabled": false, "name": "firewalld", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service system.slice sysinit.target dbus.service dbus.socket basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service shutdown.target ip6tables.service ipset.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNode 2020-12-22T11:29:10.032 INFO:teuthology.task.ansible.out:s": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127262", "LimitNPROCSoft": "127262", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "L 2020-12-22T11:29:10.034 INFO:teuthology.task.ansible.out:imitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127262", "LimitSIGPENDINGSoft": "127262", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWe 2020-12-22T11:29:10.036 INFO:teuthology.task.ansible.out:ight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "203619", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2020-12-22T11:29:10.066 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:10 +0000 (0:00:00.074) 0:04:09.245 ****** 2020-12-22T11:29:10.362 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable iptables] ************************************ 2020-12-22T11:29:10.364 INFO:teuthology.task.ansible.out:fatal: [smithi039.front.sepia.ceph.com]: FAILED! => {"changed": false, "msg": "Could not find the requested service iptables: host"} ...ignoring 2020-12-22T11:29:10.396 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:10 +0000 (0:00:00.329) 0:04:09.575 ****** 2020-12-22T11:29:10.681 INFO:teuthology.task.ansible.out: TASK [testnode : Enable SELinux] *********************************************** 2020-12-22T11:29:10.683 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "configfile": "/etc/selinux/config", "msg": "", "policy": "targeted", "reboot_required": false, "state": "permissive"} 2020-12-22T11:29:10.714 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:10 +0000 (0:00:00.318) 0:04:09.894 ****** 2020-12-22T11:29:10.742 INFO:teuthology.task.ansible.out: TASK [testnode : Install abrt] ************************************************* 2020-12-22T11:29:10.744 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:10.774 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:10 +0000 (0:00:00.059) 0:04:09.953 ****** 2020-12-22T11:29:10.800 INFO:teuthology.task.ansible.out: TASK [testnode : Enable abrt-auto-reporting] *********************************** 2020-12-22T11:29:10.801 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:10.832 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:10 +0000 (0:00:00.058) 0:04:10.011 ****** 2020-12-22T11:29:10.858 INFO:teuthology.task.ansible.out: TASK [testnode : Set OpenGPGCheck in abrt-action-save-package-data.conf] ******* 2020-12-22T11:29:10.859 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:10.890 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:10 +0000 (0:00:00.057) 0:04:10.069 ****** 2020-12-22T11:29:10.915 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** 2020-12-22T11:29:10.917 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:10.947 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:10 +0000 (0:00:00.057) 0:04:10.127 ****** 2020-12-22T11:29:10.973 INFO:teuthology.task.ansible.out: TASK [testnode : Restart abrtd] ************************************************ 2020-12-22T11:29:10.974 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.005 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:10 +0000 (0:00:00.057) 0:04:10.184 ****** 2020-12-22T11:29:11.030 INFO:teuthology.task.ansible.out: TASK [testnode : Check for custom repos] *************************************** 2020-12-22T11:29:11.032 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.062 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.057) 0:04:10.242 ****** 2020-12-22T11:29:11.089 INFO:teuthology.task.ansible.out: TASK [testnode : Remove custom repos] ****************************************** 2020-12-22T11:29:11.121 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.058) 0:04:10.300 ****** 2020-12-22T11:29:11.147 INFO:teuthology.task.ansible.out: TASK [testnode : Set apt preferences] ****************************************** 2020-12-22T11:29:11.148 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.179 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.057) 0:04:10.358 ****** 2020-12-22T11:29:11.205 INFO:teuthology.task.ansible.out: TASK [testnode : Add sources list] ********************************************* 2020-12-22T11:29:11.206 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.237 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.058) 0:04:10.416 ****** 2020-12-22T11:29:11.274 INFO:teuthology.task.ansible.out: TASK [testnode : Install apt keys] ********************************************* 2020-12-22T11:29:11.276 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.311 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.074) 0:04:10.491 ****** 2020-12-22T11:29:11.337 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-apt] ******************************************* 2020-12-22T11:29:11.339 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.370 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.058) 0:04:10.549 ****** 2020-12-22T11:29:11.396 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** 2020-12-22T11:29:11.428 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.058) 0:04:10.608 ****** 2020-12-22T11:29:11.455 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** 2020-12-22T11:29:11.457 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.488 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.059) 0:04:10.667 ****** 2020-12-22T11:29:11.515 INFO:teuthology.task.ansible.out: TASK [testnode : Update apt cache.] ******************************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.548 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.059) 0:04:10.727 ****** 2020-12-22T11:29:11.575 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure packages are not present.] ***************************** 2020-12-22T11:29:11.577 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.608 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.059) 0:04:10.787 ****** 2020-12-22T11:29:11.634 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-12-22T11:29:11.636 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.667 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.059) 0:04:10.847 ****** 2020-12-22T11:29:11.694 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* 2020-12-22T11:29:11.695 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.727 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.059) 0:04:10.906 ****** 2020-12-22T11:29:11.753 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-12-22T11:29:11.755 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.786 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.059) 0:04:10.965 ****** 2020-12-22T11:29:11.813 INFO:teuthology.task.ansible.out: TASK [testnode : Install non aarch64 packages] ********************************* 2020-12-22T11:29:11.814 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.846 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.059) 0:04:11.025 ****** 2020-12-22T11:29:11.872 INFO:teuthology.task.ansible.out: TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** 2020-12-22T11:29:11.873 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.904 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.058) 0:04:11.083 ****** 2020-12-22T11:29:11.930 INFO:teuthology.task.ansible.out: TASK [testnode : Enable xattr for this boot.] ********************************** 2020-12-22T11:29:11.933 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:11.964 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:11 +0000 (0:00:00.059) 0:04:11.143 ****** 2020-12-22T11:29:11.990 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure fuse group exists.] ************************************ 2020-12-22T11:29:11.992 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.023 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.058) 0:04:11.202 ****** 2020-12-22T11:29:12.049 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** 2020-12-22T11:29:12.051 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.081 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.058) 0:04:11.260 ****** 2020-12-22T11:29:12.099 INFO:teuthology.task.ansible.out: TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ 2020-12-22T11:29:12.101 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.131 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.050) 0:04:11.310 ****** 2020-12-22T11:29:12.158 INFO:teuthology.task.ansible.out: TASK [testnode : Set up static IP in /etc/hosts.] ****************************** 2020-12-22T11:29:12.159 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.193 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.062) 0:04:11.373 ****** 2020-12-22T11:29:12.220 INFO:teuthology.task.ansible.out: TASK [testnode : Stop apache2] ************************************************* 2020-12-22T11:29:12.221 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.252 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.059) 0:04:11.432 ****** 2020-12-22T11:29:12.279 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2020-12-22T11:29:12.281 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.312 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.059) 0:04:11.491 ****** 2020-12-22T11:29:12.338 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-12-22T11:29:12.340 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.371 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.058) 0:04:11.550 ****** 2020-12-22T11:29:12.397 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2020-12-22T11:29:12.398 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.429 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.058) 0:04:11.609 ****** 2020-12-22T11:29:12.456 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.505 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.075) 0:04:11.684 ****** 2020-12-22T11:29:12.534 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2020-12-22T11:29:12.535 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.567 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.061) 0:04:11.746 ****** 2020-12-22T11:29:12.594 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.626 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.059) 0:04:11.806 ****** 2020-12-22T11:29:12.653 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2020-12-22T11:29:12.654 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.686 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.059) 0:04:11.865 ****** 2020-12-22T11:29:12.712 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2020-12-22T11:29:12.714 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.745 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.058) 0:04:11.924 ****** 2020-12-22T11:29:12.771 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:12.772 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.803 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.058) 0:04:11.983 ****** 2020-12-22T11:29:12.830 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2020-12-22T11:29:12.831 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.862 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.058) 0:04:12.041 ****** 2020-12-22T11:29:12.888 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-12-22T11:29:12.890 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.921 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.058) 0:04:12.100 ****** 2020-12-22T11:29:12.947 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-12-22T11:29:12.949 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:12.979 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:12 +0000 (0:00:00.058) 0:04:12.159 ****** 2020-12-22T11:29:13.016 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:13.052 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:13 +0000 (0:00:00.072) 0:04:12.232 ****** 2020-12-22T11:29:13.267 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-12-22T11:29:13.269 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:29:13.300 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:13 +0000 (0:00:00.247) 0:04:12.479 ****** 2020-12-22T11:29:13.514 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2020-12-22T11:29:13.515 INFO:teuthology.task.ansible.out:ok: [smithi039.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} 2020-12-22T11:29:13.547 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:13 +0000 (0:00:00.247) 0:04:12.726 ****** 2020-12-22T11:29:13.751 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-12-22T11:29:13.753 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "dest": "/usr/lib/ltp/testcases/bin/fsstress", "src": "/usr/bin/fsstress"} 2020-12-22T11:29:13.785 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:13 +0000 (0:00:00.238) 0:04:12.965 ****** 2020-12-22T11:29:13.812 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2020-12-22T11:29:13.814 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:13.847 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:13 +0000 (0:00:00.061) 0:04:13.026 ****** 2020-12-22T11:29:13.875 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2020-12-22T11:29:13.876 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:13.928 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:13 +0000 (0:00:00.081) 0:04:13.108 ****** 2020-12-22T11:29:13.959 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2020-12-22T11:29:13.960 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:13.961 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-12-22T11:29:13.962 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: dnf-utils", "Installed: sysstat", "Installed: libedit", "Installed: boost-thread", "Installed: xfsprogs", "Installed: gdisk", "Installed: parted", "Installed: libgcrypt", "Installed: fuse-libs", "Installed: openssl", "Installed: libuuid", "Installed: podman", "Installed: podman-docker", "Installed: attr", "Installed: ant", "Installed: lsof", "Installed: gettext", "Installed: bc", "Installed: xfsdump", "Installed: blktrace", "Installed: usbredir", "Installed: libev-devel", "Installed: valgrind", "Installed: nfs-utils", "Installed: ncurses-devel", "Installed: gcc", "Installed: git", "Installed: python3-nose", "Installed: python3-virtualenv", "Installed: genisoimage", "Installed: qemu-img", "Installed: qemu-kvm-core", "Installed: qemu-kvm-block-rbd", "Installed: libacl-devel", "Installed: dbench", "Installed: autoconf", "Installed: gdb", "Installed: iozone", "Installed: libfdisk-2.32.1-24.el8.x86_64", "Installed: boost-chrono-1.66.0-10.el8.x86_64", "Installed: nfs-utils-1:2.3.3-35.el8.x86_64", "Installed: yum-4.2.23-4.el8.noarch", "Installed: libuuid-2.32.1-24.el8.x86_64", "Installed: libgcc-8.3.1-5.1.el8.x86_64", "Installed: yum-utils-4.0.17-5.el8.noarch", "Installed: python3-virtualenv-15.1.0-19.module_el8.3.0+562+e162826a.noarch", "Installed: libgcrypt-1.8.5-4.el8.x86_64", "Installed: libgomp-8.3.1-5.1.el8.x86_64", "Installed: librados2-1:12.2.7-9.el8.x86_64", "Installed: gdb-8.2-12.el8.x86_64", "Installed: librbd1-1:12.2.7-9.el8.x86_64", "Installed: gcc-8.3.1-5.1.el8.x86_64", "Installed: gdb-headless-8.2-12.el8.x86_64", "Installed: librepo-1.12.0-2.el8.x86_64", "Installed: boost-program-options-1.66.0-10.el8.x86_64", "Installed: gcc-gdb-plugin-8.3.1-5.1.el8.x86_64", "Installed: boost-random-1.66.0-10.el8.x86_64", "Installed: podman-2.0.5-5.module_el8.3.0+512+b3b58dca.x86_64", "Installed: podman-catatonit-2.0.5-5.module_el8.3.0+512+b3b58dca.x86_64", "Installed: 2020-12-22T11:29:13.964 INFO:teuthology.task.ansible.out: perl-Git-2.27.0-1.el8.noarch", "Installed: podman-docker-2.0.5-5.module_el8.3.0+512+b3b58dca.noarch", "Installed: boost-system-1.66.0-10.el8.x86_64", "Installed: boost-thread-1.66.0-10.el8.x86_64", "Installed: dnf-4.2.23-4.el8.noarch", "Installed: dnf-data-4.2.23-4.el8.noarch", "Installed: dnf-plugins-core-4.0.17-5.el8.noarch", "Installed: python3-nose-1.3.7-30.module_el8.3.0+562+e162826a.noarch", "Installed: libsmartcols-2.32.1-24.el8.x86_64", "Installed: openssl-1:1.1.1g-11.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: valgrind-1:3.16.0-2.el8.x86_64", "Installed: libblkid-2.32.1-24.el8.x86_64", "Installed: openssl-libs-1:1.1.1g-11.el8.x86_64", "Installed: qemu-img-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: qemu-kvm-block-rbd-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: qemu-kvm-common-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: qemu-kvm-core-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64", "Installed: libmodulemd-2.9.4-2.el8.x86_64", "Installed: git-2.27.0-1.el8.x86_64", "Installed: libmount-2.32.1-24.el8.x86_64", "Installed: git-core-2.27.0-1.el8.x86_64", "Installed: git-core-doc-2.27.0-1.el8.noarch", "Installed: python3-dnf-4.2.23-4.el8.noarch", "Installed: python3-dnf-plugins-core-4.0.17-5.el8.noarch", "Installed: sysstat-11.7.3-5.el8.x86_64", "Installed: seavgabios-bin-1.13.0-2.module_el8.3.0+555+a55c8938.noarch", "Installed: python3-hawkey-0.48.0-5.el8.x86_64", "Installed: util-linux-2.32.1-24.el8.x86_64", "Installed: util-linux-user-2.32.1-24.el8.x86_64", "Installed: cpp-8.3.1-5.1.el8.x86_64", "Installed: python3-libdnf-0.48.0-5.el8.x86_64", "Installed: libdnf-0.48.0-5.el8.x86_64", "Installed: python3-librepo-1.12.0-2.el8.x86_64", "Installed: xfsprogs-5.0.0-4.el8.x86_64", "Removed: python3-virtualenv-15.1.0-19.module_el8.1.0+245+c39af44f.noarch", "Removed: openssl-1:1.1.1c-15.el8.x86_64", "Removed: qemu-img-15:2.12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: qemu-kvm-common-15:2. 2020-12-22T11:29:13.965 INFO:teuthology.task.ansible.out:12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: qemu-kvm-core-15:2.12.0-88.module_el8.1.0+297+df420408.3.x86_64", "Removed: openssl-libs-1:1.1.1c-15.el8.x86_64", "Removed: librepo-1.11.0-2.el8.x86_64", "Removed: libsmartcols-2.32.1-22.el8.x86_64", "Removed: gcc-8.3.1-4.5.el8.x86_64", "Removed: gcc-gdb-plugin-8.3.1-4.5.el8.x86_64", "Removed: gdb-8.2-6.el8.x86_64", "Removed: gdb-headless-8.2-6.el8.x86_64", "Removed: seavgabios-bin-1.11.1-4.module_el8.1.0+248+298dec18.noarch", "Removed: boost-chrono-1.66.0-6.el8.x86_64", "Removed: git-2.18.2-2.el8_1.x86_64", "Removed: git-core-2.18.2-2.el8_1.x86_64", "Removed: git-core-doc-2.18.2-2.el8_1.noarch", "Removed: boost-system-1.66.0-6.el8.x86_64", "Removed: boost-thread-1.66.0-6.el8.x86_64", "Removed: libuuid-2.32.1-22.el8.x86_64", "Removed: podman-1.6.4-4.module_el8.1.0+298+41f9343a.x86_64", "Removed: podman-docker-1.6.4-4.module_el8.1.0+298+41f9343a.noarch", "Removed: podman-manpages-1.6.4-4.module_el8.1.0+298+41f9343a.noarch", "Removed: libblkid-2.32.1-22.el8.x86_64", "Removed: libdnf-0.35.1-9.el8_1.x86_64", "Removed: perl-Git-2.18.2-2.el8_1.noarch", "Removed: lsof-4.91-2.el8.x86_64", "Removed: cpp-8.3.1-4.5.el8.x86_64", "Removed: sysstat-11.7.3-2.el8.x86_64", "Removed: libfdisk-2.32.1-22.el8.x86_64", "Removed: python3-dnf-4.2.7-7.el8_1.noarch", "Removed: python3-dnf-plugins-core-4.0.8-3.el8.noarch", "Removed: libgcc-8.3.1-5.el8.0.2.x86_64", "Removed: libgcrypt-1.8.3-4.el8.x86_64", "Removed: python3-hawkey-0.35.1-9.el8_1.x86_64", "Removed: libgomp-8.3.1-4.5.el8.x86_64", "Removed: python3-libdnf-0.35.1-9.el8_1.x86_64", "Removed: python3-librepo-1.11.0-2.el8.x86_64", "Removed: util-linux-2.32.1-22.el8.x86_64", "Removed: util-linux-user-2.32.1-22.el8.x86_64", "Removed: valgrind-1:3.15.0-9.el8.x86_64", "Removed: python3-nose-1.3.7-30.module_el8.1.0+245+c39af44f.noarch", "Removed: dnf-4.2.7-7.el8_1.noarch", "Removed: dnf-data-4.2.7-7.el8_1.noarch", "Removed: libmount-2.32.1-22.el8.x86_64", "Removed: dnf-plugins-core-4. 2020-12-22T11:29:13.967 INFO:teuthology.task.ansible.out:0.8-3.el8.noarch", "Removed: nfs-utils-1:2.3.3-26.el8.x86_64", "Removed: xfsprogs-5.0.0-2.el8.x86_64", "Removed: yum-4.2.7-7.el8_1.noarch", "Removed: yum-utils-4.0.8-3.el8.noarch"]} 2020-12-22T11:29:14.015 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.087) 0:04:13.195 ****** 2020-12-22T11:29:14.048 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.032) 0:04:13.227 ****** 2020-12-22T11:29:14.054 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-12-22T11:29:14.056 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.090 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.041) 0:04:13.269 ****** 2020-12-22T11:29:14.096 INFO:teuthology.task.ansible.out: TASK [testnode : Install epel packages] **************************************** 2020-12-22T11:29:14.098 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.130 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.040) 0:04:13.309 ****** 2020-12-22T11:29:14.136 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2020-12-22T11:29:14.138 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.172 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.041) 0:04:13.351 ****** 2020-12-22T11:29:14.198 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-12-22T11:29:14.200 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.233 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.061) 0:04:13.412 ****** 2020-12-22T11:29:14.260 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-12-22T11:29:14.262 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.293 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.059) 0:04:13.472 ****** 2020-12-22T11:29:14.319 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2020-12-22T11:29:14.321 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.352 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.059) 0:04:13.532 ****** 2020-12-22T11:29:14.389 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-12-22T11:29:14.391 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.426 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.073) 0:04:13.605 ****** 2020-12-22T11:29:14.452 INFO:teuthology.task.ansible.out: TASK [testnode : Set grub config.] ********************************************* 2020-12-22T11:29:14.454 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.486 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.059) 0:04:13.665 ****** 2020-12-22T11:29:14.512 INFO:teuthology.task.ansible.out: TASK [testnode : Remove /etc/ceph] ********************************************* 2020-12-22T11:29:14.514 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.545 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.059) 0:04:13.725 ****** 2020-12-22T11:29:14.572 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2020-12-22T11:29:14.574 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.605 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.059) 0:04:13.784 ****** 2020-12-22T11:29:14.633 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2020-12-22T11:29:14.634 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.665 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.059) 0:04:13.844 ****** 2020-12-22T11:29:14.691 INFO:teuthology.task.ansible.out: TASK [testnode : Upload weekly kernel-clean crontab.] ************************** 2020-12-22T11:29:14.693 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.726 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.061) 0:04:13.905 ****** 2020-12-22T11:29:14.753 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/grub.d/02_force_timeout.] ************************* 2020-12-22T11:29:14.755 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.792 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.066) 0:04:13.971 ****** 2020-12-22T11:29:14.819 INFO:teuthology.task.ansible.out: TASK [testnode : Enable kernel modules to load at boot time.] ****************** 2020-12-22T11:29:14.821 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.866 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.073) 0:04:14.045 ****** 2020-12-22T11:29:14.896 INFO:teuthology.task.ansible.out: TASK [testnode : Enabling auto-fsck fix to prevent boot hangup.] *************** 2020-12-22T11:29:14.897 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:14.950 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:14 +0000 (0:00:00.084) 0:04:14.130 ****** 2020-12-22T11:29:14.979 INFO:teuthology.task.ansible.out: TASK [testnode : Work around broken wget on wheezy.] *************************** 2020-12-22T11:29:14.981 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.012 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.061) 0:04:14.191 ****** 2020-12-22T11:29:15.039 INFO:teuthology.task.ansible.out: TASK [testnode : Stop collectl] ************************************************ 2020-12-22T11:29:15.041 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.079 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.066) 0:04:14.258 ****** 2020-12-22T11:29:15.106 INFO:teuthology.task.ansible.out: TASK [testnode : Add PATH to the teuthology_user .bashrc.] ********************* 2020-12-22T11:29:15.108 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.154 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.075) 0:04:14.333 ****** 2020-12-22T11:29:15.184 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if we need to edit /etc/profile.] **************** 2020-12-22T11:29:15.186 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.217 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.062) 0:04:14.396 ****** 2020-12-22T11:29:15.244 INFO:teuthology.task.ansible.out: TASK [testnode : Update /etc/profile if needed.] ******************************* 2020-12-22T11:29:15.245 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Make sure rpm dependencies are installed] ********************* changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: gdisk", "Installed: device-mapper", "Installed: device-mapper-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: device-mapper-libs-8:1.02.171-5.el8.x86_64", "Removed: device-mapper-8:1.02.169-3.el8.x86_64", "Removed: device-mapper-event-8:1.02.169-3.el8.x86_64", "Removed: device-mapper-event-libs-8:1.02.169-3.el8.x86_64", "Removed: device-mapper-libs-8:1.02.169-3.el8.x86_64", "Removed: lvm2-8:2.03.08-3.el8.x86_64", "Removed: lvm2-libs-8:2.03.08-3.el8.x86_64"]} 2020-12-22T11:29:15.288 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.070) 0:04:14.467 ****** 2020-12-22T11:29:15.341 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.053) 0:04:14.521 ****** 2020-12-22T11:29:15.357 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2020-12-22T11:29:15.391 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.049) 0:04:14.570 ****** 2020-12-22T11:29:15.399 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2020-12-22T11:29:15.399 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930357776384, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227138129, 'block_used': 12956979, 'inode_total': 61054976, 'inode_available': 60986356, 'inode_used': 68620, 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1'}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 227138129, "block_size": 4096, "block_total": 240095108, "block_used": 12956979, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986356, "inode_total": 61054976, "inode_used": 68620, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930357776384, "size_total": 983429562368, "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}} 2020-12-22T11:29:15.445 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.053) 0:04:14.624 ****** 2020-12-22T11:29:15.452 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** 2020-12-22T11:29:15.454 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} TASK [testnode : Remove packages] ********************************************** 2020-12-22T11:29:15.455 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} 2020-12-22T11:29:15.455 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** ok: [smithi039.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} 2020-12-22T11:29:15.489 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.044) 0:04:14.668 ****** 2020-12-22T11:29:15.496 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.498 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.509 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.551 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.061) 0:04:14.730 ****** 2020-12-22T11:29:15.559 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.594 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.042) 0:04:14.773 ****** 2020-12-22T11:29:15.642 INFO:teuthology.task.ansible.out: TASK [testnode : Compile list of non-root partitions] ************************** 2020-12-22T11:29:15.644 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.005287", "end": "2020-12-22 11:29:15.620977", "rc": 0, "start": "2020-12-22 11:29:15.615690", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:15.688 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.093) 0:04:14.866 ****** 2020-12-22T11:29:15.727 INFO:teuthology.task.ansible.out: TASK [testnode : Unmount any non-root mountpoints] ***************************** 2020-12-22T11:29:15.729 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930357776384, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227138129, 'block_used': 12956979, 'inode_total': 61054976, 'inode_available': 60986356, 'inode_used': 68620, 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227138129, "block_size": 4096, "block_total": 240095108, "block_used": 12956979, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986356, "inode_total": 61054976, "inode_used": 68620, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930357776384, "size_total": 983429562368, "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.729 INFO:teuthology.task.ansible.out: TASK [testnode : Check for teuthology-lock command] **************************** changed: [smithi039.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.002927", "end": "2020-12-22 11:29:15.708569", "rc": 0, "start": "2020-12-22 11:29:15.705642", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock"]} 2020-12-22T11:29:15.769 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.082) 0:04:14.949 ****** 2020-12-22T11:29:15.811 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.041) 0:04:14.990 ****** 2020-12-22T11:29:15.819 INFO:teuthology.task.ansible.out: TASK [testnode : Mark system down if NVMe card missing] ************************ 2020-12-22T11:29:15.821 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.858 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.047) 0:04:15.037 ****** 2020-12-22T11:29:15.863 INFO:teuthology.task.ansible.out: TASK [testnode : Wipe filesystems on non-root partitions] ********************** 2020-12-22T11:29:15.896 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.038) 0:04:15.076 ****** 2020-12-22T11:29:15.901 INFO:teuthology.task.ansible.out: TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** 2020-12-22T11:29:15.903 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:15.937 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.040) 0:04:15.116 ****** 2020-12-22T11:29:15.944 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable firewalld] *********************************** 2020-12-22T11:29:15.945 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "enabled": false, "name": "firewalld", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service sysinit.target basic.target system.slice polkit.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ipset.service iptables.service ip6tables.service shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNode 2020-12-22T11:29:15.947 INFO:teuthology.task.ansible.out:s": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127286", "LimitNPROCSoft": "127286", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "L 2020-12-22T11:29:15.948 INFO:teuthology.task.ansible.out:imitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127286", "LimitSIGPENDINGSoft": "127286", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWe 2020-12-22T11:29:15.950 INFO:teuthology.task.ansible.out:ight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "203657", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2020-12-22T11:29:15.980 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:15 +0000 (0:00:00.043) 0:04:15.160 ****** 2020-12-22T11:29:15.987 INFO:teuthology.task.ansible.out: TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** 2020-12-22T11:29:15.989 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:16.020 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.039) 0:04:15.199 ****** 2020-12-22T11:29:16.046 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure apt dependencies are installed] ********************* 2020-12-22T11:29:16.047 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:16.078 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.058) 0:04:15.258 ****** 2020-12-22T11:29:16.275 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable iptables] ************************************ 2020-12-22T11:29:16.277 INFO:teuthology.task.ansible.out:fatal: [smithi058.front.sepia.ceph.com]: FAILED! => {"changed": false, "msg": "Could not find the requested service iptables: host"} ...ignoring 2020-12-22T11:29:16.309 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.230) 0:04:15.488 ****** 2020-12-22T11:29:16.594 INFO:teuthology.task.ansible.out: TASK [testnode : Enable SELinux] *********************************************** 2020-12-22T11:29:16.596 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "configfile": "/etc/selinux/config", "msg": "", "policy": "targeted", "reboot_required": false, "state": "permissive"} 2020-12-22T11:29:16.625 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.316) 0:04:15.804 ****** 2020-12-22T11:29:16.652 INFO:teuthology.task.ansible.out: TASK [testnode : Install abrt] ************************************************* 2020-12-22T11:29:16.653 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:16.684 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.059) 0:04:15.864 ****** 2020-12-22T11:29:16.712 INFO:teuthology.task.ansible.out: TASK [testnode : Enable abrt-auto-reporting] *********************************** 2020-12-22T11:29:16.713 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:16.744 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.059) 0:04:15.923 ****** 2020-12-22T11:29:16.771 INFO:teuthology.task.ansible.out: TASK [testnode : Set OpenGPGCheck in abrt-action-save-package-data.conf] ******* 2020-12-22T11:29:16.772 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:16.803 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.058) 0:04:15.982 ****** 2020-12-22T11:29:16.828 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** 2020-12-22T11:29:16.830 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:16.860 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.056) 0:04:16.039 ****** 2020-12-22T11:29:16.885 INFO:teuthology.task.ansible.out: TASK [testnode : Restart abrtd] ************************************************ 2020-12-22T11:29:16.886 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:16.916 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.056) 0:04:16.095 ****** 2020-12-22T11:29:16.942 INFO:teuthology.task.ansible.out: TASK [testnode : Check for custom repos] *************************************** 2020-12-22T11:29:16.944 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:16.974 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:16 +0000 (0:00:00.058) 0:04:16.154 ****** 2020-12-22T11:29:17.001 INFO:teuthology.task.ansible.out: TASK [testnode : Remove custom repos] ****************************************** 2020-12-22T11:29:17.034 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.059) 0:04:16.213 ****** 2020-12-22T11:29:17.061 INFO:teuthology.task.ansible.out: TASK [testnode : Set apt preferences] ****************************************** 2020-12-22T11:29:17.063 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.093 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.059) 0:04:16.272 ****** 2020-12-22T11:29:17.119 INFO:teuthology.task.ansible.out: TASK [testnode : Add sources list] ********************************************* 2020-12-22T11:29:17.121 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.151 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.058) 0:04:16.331 ****** 2020-12-22T11:29:17.188 INFO:teuthology.task.ansible.out: TASK [testnode : Install apt keys] ********************************************* 2020-12-22T11:29:17.190 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item=http://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "http://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.221 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.069) 0:04:16.400 ****** 2020-12-22T11:29:17.247 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-apt] ******************************************* 2020-12-22T11:29:17.249 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.280 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.059) 0:04:16.460 ****** 2020-12-22T11:29:17.306 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** 2020-12-22T11:29:17.343 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.062) 0:04:16.522 ****** 2020-12-22T11:29:17.369 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** 2020-12-22T11:29:17.371 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.403 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.060) 0:04:16.582 ****** 2020-12-22T11:29:17.430 INFO:teuthology.task.ansible.out: TASK [testnode : Update apt cache.] ******************************************** 2020-12-22T11:29:17.431 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.463 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.059) 0:04:16.642 ****** 2020-12-22T11:29:17.489 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure packages are not present.] ***************************** 2020-12-22T11:29:17.491 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.522 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.059) 0:04:16.701 ****** 2020-12-22T11:29:17.548 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-12-22T11:29:17.549 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.580 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.058) 0:04:16.760 ****** 2020-12-22T11:29:17.607 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* 2020-12-22T11:29:17.608 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.639 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.058) 0:04:16.819 ****** 2020-12-22T11:29:17.666 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-12-22T11:29:17.667 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.699 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.059) 0:04:16.878 ****** 2020-12-22T11:29:17.731 INFO:teuthology.task.ansible.out: TASK [testnode : Install non aarch64 packages] ********************************* 2020-12-22T11:29:17.733 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.765 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.065) 0:04:16.944 ****** 2020-12-22T11:29:17.770 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:17.772 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHu5bDfiFre5HHQpLsgLSJdq4NGZ8MYfgTk'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-1 || sgdisk --zap-all /dev/dm-1", "delta": "0:00:01.633240", "end": "2020-12-22 11:29:17.710906", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHu5bDfiFre5HHQpLsgLSJdq4NGZ8MYfgTk"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:16.077666", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:17.784 INFO:teuthology.task.ansible.out: TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** 2020-12-22T11:29:17.785 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.819 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.054) 0:04:16.999 ****** 2020-12-22T11:29:17.846 INFO:teuthology.task.ansible.out: TASK [testnode : Enable xattr for this boot.] ********************************** 2020-12-22T11:29:17.848 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.880 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.060) 0:04:17.059 ****** 2020-12-22T11:29:17.907 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure fuse group exists.] ************************************ 2020-12-22T11:29:17.909 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:17.940 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.060) 0:04:17.120 ****** 2020-12-22T11:29:17.967 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** 2020-12-22T11:29:17.969 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.001 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:17 +0000 (0:00:00.060) 0:04:17.180 ****** 2020-12-22T11:29:18.027 INFO:teuthology.task.ansible.out: TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ 2020-12-22T11:29:18.029 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.061 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.060) 0:04:17.241 ****** 2020-12-22T11:29:18.088 INFO:teuthology.task.ansible.out: TASK [testnode : Set up static IP in /etc/hosts.] ****************************** 2020-12-22T11:29:18.090 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.123 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.061) 0:04:17.302 ****** 2020-12-22T11:29:18.149 INFO:teuthology.task.ansible.out: TASK [testnode : Stop apache2] ************************************************* 2020-12-22T11:29:18.150 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.181 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.058) 0:04:17.360 ****** 2020-12-22T11:29:18.217 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2020-12-22T11:29:18.219 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.253 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.071) 0:04:17.432 ****** 2020-12-22T11:29:18.280 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2020-12-22T11:29:18.282 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.313 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.059) 0:04:17.492 ****** 2020-12-22T11:29:18.339 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2020-12-22T11:29:18.341 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.372 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.059) 0:04:17.552 ****** 2020-12-22T11:29:18.399 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2020-12-22T11:29:18.401 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.432 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.060) 0:04:17.612 ****** 2020-12-22T11:29:18.459 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2020-12-22T11:29:18.461 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.492 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.059) 0:04:17.671 ****** 2020-12-22T11:29:18.518 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2020-12-22T11:29:18.519 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.552 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.060) 0:04:17.731 ****** 2020-12-22T11:29:18.578 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2020-12-22T11:29:18.580 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.612 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.060) 0:04:17.791 ****** 2020-12-22T11:29:18.638 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2020-12-22T11:29:18.640 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.671 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.058) 0:04:17.850 ****** 2020-12-22T11:29:18.697 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:18.699 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.730 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.059) 0:04:17.909 ****** 2020-12-22T11:29:18.756 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2020-12-22T11:29:18.758 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.790 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.059) 0:04:17.969 ****** 2020-12-22T11:29:18.816 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2020-12-22T11:29:18.818 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.848 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.058) 0:04:18.028 ****** 2020-12-22T11:29:18.874 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2020-12-22T11:29:18.876 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.907 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.058) 0:04:18.086 ****** 2020-12-22T11:29:18.933 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2020-12-22T11:29:18.935 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:18.966 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:18 +0000 (0:00:00.059) 0:04:18.146 ****** 2020-12-22T11:29:19.004 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:19.006 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-GoRFbs-ENF2-YN11-1MzU-1x8Z-JhXj-Wo6VgP', 'nvme-INTEL_SSDPEDMD400G4_PHFT620400TR400BGN', 'nvme-nvme.8086-50484654363230343030545234303042474e-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.071747", "end": "2020-12-22 11:29:18.970663", "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-GoRFbs-ENF2-YN11-1MzU-1x8Z-JhXj-Wo6VgP", "nvme-INTEL_SSDPEDMD400G4_PHFT620400TR400BGN", "nvme-nvme.8086-50484654363230343030545234303042474e-494e54454c205353445045444d443430304734-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPEDMD400G4", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "781422768", "sectorsize": "512", "size": "372.61 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:17.898916", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nGPT data structures destroyed! 2020-12-22T11:29:19.007 INFO:teuthology.task.ansible.out:You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:19.183 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-12-22T11:29:19.184 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:29:19.219 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:19 +0000 (0:00:00.252) 0:04:18.399 ****** 2020-12-22T11:29:19.433 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2020-12-22T11:29:19.436 INFO:teuthology.task.ansible.out:ok: [smithi058.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} 2020-12-22T11:29:19.582 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:19 +0000 (0:00:00.362) 0:04:18.761 ****** 2020-12-22T11:29:19.785 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-12-22T11:29:19.787 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "dest": "/usr/lib/ltp/testcases/bin/fsstress", "src": "/usr/bin/fsstress"} 2020-12-22T11:29:19.819 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:19 +0000 (0:00:00.237) 0:04:18.998 ****** 2020-12-22T11:29:19.845 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2020-12-22T11:29:19.847 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:19.878 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:19 +0000 (0:00:00.059) 0:04:19.058 ****** 2020-12-22T11:29:19.904 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2020-12-22T11:29:19.905 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:19.937 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:19 +0000 (0:00:00.058) 0:04:19.116 ****** 2020-12-22T11:29:19.963 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2020-12-22T11:29:19.965 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:19.996 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:19 +0000 (0:00:00.059) 0:04:19.175 ****** 2020-12-22T11:29:20.022 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-12-22T11:29:20.024 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.055 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:19.234 ****** 2020-12-22T11:29:20.081 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2020-12-22T11:29:20.082 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.114 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.059) 0:04:19.293 ****** 2020-12-22T11:29:20.140 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-12-22T11:29:20.142 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.173 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:19.352 ****** 2020-12-22T11:29:20.199 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2020-12-22T11:29:20.200 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.232 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:19.411 ****** 2020-12-22T11:29:20.248 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:20.250 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHuL9MGuEla6p7IWpGoSJTuAy6YeJGMm0y3'], 'uuids': ['483a9e8d-5723-4e01-a704-4f3a4edfaf5a'], '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.055038", "end": "2020-12-22 11:29:20.219337", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHuL9MGuEla6p7IWpGoSJTuAy6YeJGMm0y3"], "labels": [], "masters": [], "uuids": ["483a9e8d-5723-4e01-a704-4f3a4edfaf5a"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:19.164299", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:20.260 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2020-12-22T11:29:20.262 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.294 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.062) 0:04:19.473 ****** 2020-12-22T11:29:20.320 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2020-12-22T11:29:20.322 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.353 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:19.532 ****** 2020-12-22T11:29:20.379 INFO:teuthology.task.ansible.out: TASK [testnode : Set grub config.] ********************************************* 2020-12-22T11:29:20.381 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.411 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:19.590 ****** 2020-12-22T11:29:20.438 INFO:teuthology.task.ansible.out: TASK [testnode : Remove /etc/ceph] ********************************************* 2020-12-22T11:29:20.440 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.470 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:19.649 ****** 2020-12-22T11:29:20.497 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.532 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.061) 0:04:19.711 ****** 2020-12-22T11:29:20.558 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2020-12-22T11:29:20.560 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.590 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:19.770 ****** 2020-12-22T11:29:20.617 INFO:teuthology.task.ansible.out: TASK [testnode : Upload weekly kernel-clean crontab.] ************************** 2020-12-22T11:29:20.618 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.649 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:19.828 ****** 2020-12-22T11:29:20.675 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/grub.d/02_force_timeout.] ************************* 2020-12-22T11:29:20.677 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.708 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:19.887 ****** 2020-12-22T11:29:20.734 INFO:teuthology.task.ansible.out: TASK [testnode : Enable kernel modules to load at boot time.] ****************** 2020-12-22T11:29:20.736 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.767 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.059) 0:04:19.946 ****** 2020-12-22T11:29:20.793 INFO:teuthology.task.ansible.out: TASK [testnode : Enabling auto-fsck fix to prevent boot hangup.] *************** 2020-12-22T11:29:20.795 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.825 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:20.005 ****** 2020-12-22T11:29:20.852 INFO:teuthology.task.ansible.out: TASK [testnode : Work around broken wget on wheezy.] *************************** 2020-12-22T11:29:20.854 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.885 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.059) 0:04:20.064 ****** 2020-12-22T11:29:20.911 INFO:teuthology.task.ansible.out: TASK [testnode : Stop collectl] ************************************************ 2020-12-22T11:29:20.912 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:20.943 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:20.122 ****** 2020-12-22T11:29:20.969 INFO:teuthology.task.ansible.out: TASK [testnode : Add PATH to the teuthology_user .bashrc.] ********************* 2020-12-22T11:29:20.971 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.002 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:20 +0000 (0:00:00.058) 0:04:20.181 ****** 2020-12-22T11:29:21.028 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if we need to edit /etc/profile.] **************** 2020-12-22T11:29:21.030 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.060 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.058) 0:04:20.240 ****** 2020-12-22T11:29:21.088 INFO:teuthology.task.ansible.out: TASK [testnode : Update /etc/profile if needed.] ******************************* 2020-12-22T11:29:21.089 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.120 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.059) 0:04:20.299 ****** 2020-12-22T11:29:21.146 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:21.147 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2020-12-22T11:29:21.178 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.058) 0:04:20.358 ****** 2020-12-22T11:29:21.215 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** skipping: [smithi058.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.226 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} 2020-12-22T11:29:21.247 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.249 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} skipping: [smithi058.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.259 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.260 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.296 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.117) 0:04:20.475 ****** 2020-12-22T11:29:21.478 INFO:teuthology.task.ansible.out: TASK [testnode : Check for teuthology-lock command] **************************** 2020-12-22T11:29:21.480 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com -> localhost] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.003075", "end": "2020-12-22 11:29:21.451746", "rc": 0, "start": "2020-12-22 11:29:21.448671", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/bin/teuthology-lock"]} TASK [testnode : Zap all non-root disks] *************************************** changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHuo0edhoSOd3pHVZmxkY7DsHu3rMIW4kHx'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-2 || sgdisk --zap-all /dev/dm-2", "delta": "0:00:01.048859", "end": "2020-12-22 11:29:21.451198", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHuo0edhoSOd3pHVZmxkY7DsHu3rMIW4kHx"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:20.402339", "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 par 2020-12-22T11:29:21.482 INFO:teuthology.task.ansible.out:tprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:21.520 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.224) 0:04:20.699 ****** 2020-12-22T11:29:21.547 INFO:teuthology.task.ansible.out: TASK [testnode : Mark system down if NVMe card missing] ************************ 2020-12-22T11:29:21.549 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.583 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.063) 0:04:20.763 ****** 2020-12-22T11:29:21.610 INFO:teuthology.task.ansible.out: TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** 2020-12-22T11:29:21.612 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.642 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.058) 0:04:20.821 ****** 2020-12-22T11:29:21.668 INFO:teuthology.task.ansible.out: TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** 2020-12-22T11:29:21.669 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.701 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.059) 0:04:20.880 ****** 2020-12-22T11:29:21.709 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure rpm dependencies are installed] ********************* 2020-12-22T11:29:21.711 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: gdisk", "Installed: device-mapper", "Installed: device-mapper-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: device-mapper-libs-8:1.02.171-5.el8.x86_64", "Removed: device-mapper-8:1.02.169-3.el8.x86_64", "Removed: device-mapper-event-8:1.02.169-3.el8.x86_64", "Removed: device-mapper-event-libs-8:1.02.169-3.el8.x86_64", "Removed: device-mapper-libs-8:1.02.169-3.el8.x86_64", "Removed: lvm2-8:2.03.08-3.el8.x86_64", "Removed: lvm2-libs-8:2.03.08-3.el8.x86_64"]} 2020-12-22T11:29:21.747 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.045) 0:04:20.926 ****** 2020-12-22T11:29:21.753 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure apt dependencies are installed] ********************* 2020-12-22T11:29:21.755 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:21.788 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.041) 0:04:20.967 ****** 2020-12-22T11:29:21.794 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2020-12-22T11:29:21.795 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930357657600, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227138100, 'block_used': 12957008, 'inode_total': 61054976, 'inode_available': 60986356, 'inode_used': 68620, 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1'}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 227138100, "block_size": 4096, "block_total": 240095108, "block_used": 12957008, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986356, "inode_total": 61054976, "inode_used": 68620, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930357657600, "size_total": 983429562368, "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}} 2020-12-22T11:29:21.839 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:21 +0000 (0:00:00.050) 0:04:21.018 ****** 2020-12-22T11:29:22.042 INFO:teuthology.task.ansible.out: 2020-12-22T11:29:22.044 INFO:teuthology.task.ansible.out:TASK [testnode : Compile list of non-root partitions] ************************** changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.005374", "end": "2020-12-22 11:29:22.022956", "rc": 0, "start": "2020-12-22 11:29:22.017582", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:22.076 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:22 +0000 (0:00:00.237) 0:04:21.255 ****** 2020-12-22T11:29:22.078 INFO:teuthology.task.ansible.out: 2020-12-22T11:29:22.114 INFO:teuthology.task.ansible.out: TASK [testnode : Unmount any non-root mountpoints] ***************************** skipping: [smithi039.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930357657600, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227138100, 'block_used': 12957008, 'inode_total': 61054976, 'inode_available': 60986356, 'inode_used': 68620, 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227138100, "block_size": 4096, "block_total": 240095108, "block_used": 12957008, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986356, "inode_total": 61054976, "inode_used": 68620, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930357657600, "size_total": 983429562368, "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:22.147 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:22 +0000 (0:00:00.070) 0:04:21.326 ****** 2020-12-22T11:29:22.173 INFO:teuthology.task.ansible.out: TASK [testnode : Wipe filesystems on non-root partitions] ********************** 2020-12-22T11:29:22.207 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:22 +0000 (0:00:00.059) 0:04:21.386 ****** 2020-12-22T11:29:22.721 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:22.723 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHu31z45TgVpPZtcylJBwAlNL0piYfYFrQO'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-0 || sgdisk --zap-all /dev/dm-0", "delta": "0:00:01.055830", "end": "2020-12-22 11:29:22.693967", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHu31z45TgVpPZtcylJBwAlNL0piYfYFrQO"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:21.638137", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:22.733 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QCTR', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5QCTR', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QCTR', 'scsi-35000c50091e03324', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5QCTR', 'wwn-0x5000c50091e03324'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W5QCTR', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c50091e03324', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QCTR-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5QCTR-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QCTR-part1', 'scsi-35000c50091e03324-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5QCTR-part1', 'wwn-0x5000c50091e03324-part1'], 'uuids': ['a313f13c-d1e6-43a8-a40a-989733f55ee1'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1', '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_Z1W5QCTR", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5QCTR", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QCTR", "scsi-35000c50091e03324", "scsi-SATA_ST1000NM0033-9ZM_Z1W5QCTR", "wwn-0x5000c50091e03324"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5QCTR-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5QCTR-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-12-22T11:29:22.735 INFO:teuthology.task.ansible.out:Z1W5QCTR-part1", "scsi-35000c50091e03324-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W5QCTR-part1", "wwn-0x5000c50091e03324-part1"], "labels": [], "masters": [], "uuids": ["a313f13c-d1e6-43a8-a40a-989733f55ee1"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W5QCTR", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c50091e03324"}}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:23.961 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHgt47W3B5Co6ND39yF25FmL3xddAlxwun'], 'uuids': ['04b479c4-f2f7-4a09-aec2-938f5eca1da1'], '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.533867", "end": "2020-12-22 11:29:23.932939", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHgt47W3B5Co6ND39yF25FmL3xddAlxwun"], "labels": [], "masters": [], "uuids": ["04b479c4-f2f7-4a09-aec2-938f5eca1da1"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:22.399072", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:23.983 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHukH3tm1ztN7CT9c1wJXSbiY7e8hDbinO2'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-3 || sgdisk --zap-all /dev/dm-3", "delta": "0:00:01.067069", "end": "2020-12-22 11:29:23.952005", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHukH3tm1ztN7CT9c1wJXSbiY7e8hDbinO2"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:22.884936", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:24.025 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:24 +0000 (0:00:01.816) 0:04:23.203 ****** 2020-12-22T11:29:24.385 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:24.388 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHu5bDfiFre5HHQpLsgLSJdq4NGZ8MYfgTk'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-1 bs=1M count=110", "delta": "0:00:00.138748", "end": "2020-12-22 11:29:24.355415", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHu5bDfiFre5HHQpLsgLSJdq4NGZ8MYfgTk"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:24.216667", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.136047 s, 848 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.136047 s, 848 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:24.605 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-GoRFbs-ENF2-YN11-1MzU-1x8Z-JhXj-Wo6VgP', 'nvme-INTEL_SSDPEDMD400G4_PHFT620400TR400BGN', 'nvme-nvme.8086-50484654363230343030545234303042474e-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.036402", "end": "2020-12-22 11:29:24.573210", "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-GoRFbs-ENF2-YN11-1MzU-1x8Z-JhXj-Wo6VgP", "nvme-INTEL_SSDPEDMD400G4_PHFT620400TR400BGN", "nvme-nvme.8086-50484654363230343030545234303042474e-494e54454c205353445045444d443430304734-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPEDMD400G4", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "781422768", "sectorsize": "512", "size": "372.61 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:24.536808", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0336748 s, 3.4 GB/s", "std 2020-12-22T11:29:24.608 INFO:teuthology.task.ansible.out:err_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0336748 s, 3.4 GB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:24.931 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHuL9MGuEla6p7IWpGoSJTuAy6YeJGMm0y3'], 'uuids': ['483a9e8d-5723-4e01-a704-4f3a4edfaf5a'], '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.141665", "end": "2020-12-22 11:29:24.901962", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHuL9MGuEla6p7IWpGoSJTuAy6YeJGMm0y3"], "labels": [], "masters": [], "uuids": ["483a9e8d-5723-4e01-a704-4f3a4edfaf5a"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:24.760297", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.139015 s, 830 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.139015 s, 830 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:25.233 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:25.235 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-6ultoA-QWm1-ZUJe-uqiB-AsLF-Tv6B-6RaVvB', 'nvme-INTEL_SSDPEDKE040T7_BTLE736102QX4P0KGN', 'nvme-eui.0100000001000000e4d25c000034df14'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDKE040T7', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '7814037168', 'sectorsize': '512', 'size': '3.64 TB', 'host': 'Non-Volatile memory controller: Intel Corporation NVMe Datacenter SSD [3DNAND, Beta Rock Controller]', '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.062480", "end": "2020-12-22 11:29:25.204306", "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 NVMe Datacenter SSD [3DNAND, Beta Rock Controller]", "links": {"ids": ["lvm-pv-uuid-6ultoA-QWm1-ZUJe-uqiB-AsLF-Tv6B-6RaVvB", "nvme-INTEL_SSDPEDKE040T7_BTLE736102QX4P0KGN", "nvme-eui.0100000001000000e4d25c000034df14"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPEDKE040T7", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "7814037168", "sectorsize": "512", "size": "3.64 TB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:24.141826", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_li 2020-12-22T11:29:25.236 INFO:teuthology.task.ansible.out:nes": ["Creating new GPT entries.", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:25.245 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHuo0edhoSOd3pHVZmxkY7DsHu3rMIW4kHx'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-2 bs=1M count=110", "delta": "0:00:00.139599", "end": "2020-12-22 11:29:25.217120", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHuo0edhoSOd3pHVZmxkY7DsHu3rMIW4kHx"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:25.077521", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.137012 s, 842 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.137012 s, 842 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:25.557 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHu31z45TgVpPZtcylJBwAlNL0piYfYFrQO'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-0 bs=1M count=110", "delta": "0:00:00.140310", "end": "2020-12-22 11:29:25.530206", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHu31z45TgVpPZtcylJBwAlNL0piYfYFrQO"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:25.389896", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.137745 s, 837 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.137745 s, 837 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:25.559 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QCTR', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5QCTR', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QCTR', 'scsi-35000c50091e03324', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5QCTR', 'wwn-0x5000c50091e03324'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W5QCTR', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c50091e03324', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QCTR-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W5QCTR-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QCTR-part1', 'scsi-35000c50091e03324-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W5QCTR-part1', 'wwn-0x5000c50091e03324-part1'], 'uuids': ['a313f13c-d1e6-43a8-a40a-989733f55ee1'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1', '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_Z1W5QCTR", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5QCTR", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W5QCTR", "scsi-35000c50091e03324", "scsi-SATA_ST1000NM0033-9ZM_Z1W5QCTR", "wwn-0x5000c50091e03324"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5QCTR-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W5QCTR-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-12-22T11:29:25.560 INFO:teuthology.task.ansible.out:Z1W5QCTR-part1", "scsi-35000c50091e03324-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W5QCTR-part1", "wwn-0x5000c50091e03324-part1"], "labels": [], "masters": [], "uuids": ["a313f13c-d1e6-43a8-a40a-989733f55ee1"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W5QCTR", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c50091e03324"}}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:25.882 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHukH3tm1ztN7CT9c1wJXSbiY7e8hDbinO2'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-3 bs=1M count=110", "delta": "0:00:00.151033", "end": "2020-12-22 11:29:25.860725", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-TGwe0V7AcEJHKmSZgeA6BY0wGBEj7ZHukH3tm1ztN7CT9c1wJXSbiY7e8hDbinO2"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:25.709692", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.148407 s, 777 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.148407 s, 777 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:25.921 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:25 +0000 (0:00:01.897) 0:04:25.100 ****** 2020-12-22T11:29:26.178 INFO:teuthology.task.ansible.out: TASK [testnode : Remove all LVM data] ****************************************** changed: [smithi105.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.063386", "end": "2020-12-22 11:29:26.145623", "rc": 0, "start": "2020-12-22 11:29:26.082237", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:26.211 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:26 +0000 (0:00:00.290) 0:04:25.390 ****** 2020-12-22T11:29:26.213 INFO:teuthology.task.ansible.out: 2020-12-22T11:29:26.436 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.045226", "end": "2020-12-22 11:29:26.417262", "rc": 0, "start": "2020-12-22 11:29:26.372036", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:26.471 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:26 +0000 (0:00:00.260) 0:04:25.651 ****** 2020-12-22T11:29:26.498 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2020-12-22T11:29:26.537 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:26 +0000 (0:00:00.065) 0:04:25.716 ****** 2020-12-22T11:29:26.544 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHyhLbiHKQXx0r8UxnPMtc1nyYu9B4GYK5'], 'uuids': ['2e74ee04-975e-4bb5-9b7c-956f5f63bfd5'], '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.077616", "end": "2020-12-22 11:29:26.477016", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHyhLbiHKQXx0r8UxnPMtc1nyYu9B4GYK5"], "labels": [], "masters": [], "uuids": ["2e74ee04-975e-4bb5-9b7c-956f5f63bfd5"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:25.399400", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk usi 2020-12-22T11:29:26.545 INFO:teuthology.task.ansible.out:ng fdisk or", "other utilities."]} 2020-12-22T11:29:26.556 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* 2020-12-22T11:29:26.557 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:26.594 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:26 +0000 (0:00:00.057) 0:04:25.773 ****** 2020-12-22T11:29:26.620 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2020-12-22T11:29:26.622 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:26.653 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:26 +0000 (0:00:00.059) 0:04:25.832 ****** 2020-12-22T11:29:26.680 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2020-12-22T11:29:26.682 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:26.715 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:26 +0000 (0:00:00.062) 0:04:25.895 ****** 2020-12-22T11:29:26.742 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** 2020-12-22T11:29:26.744 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:26.775 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:26 +0000 (0:00:00.059) 0:04:25.954 ****** 2020-12-22T11:29:26.957 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ 2020-12-22T11:29:26.959 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:29:26.990 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:26 +0000 (0:00:00.215) 0:04:26.170 ****** 2020-12-22T11:29:27.027 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2020-12-22T11:29:27.029 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930357776384, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227138129, 'block_used': 12956979, 'inode_total': 61054976, 'inode_available': 60986356, 'inode_used': 68620, 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227138129, "block_size": 4096, "block_total": 240095108, "block_used": 12956979, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986356, "inode_total": 61054976, "inode_used": 68620, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930357776384, "size_total": 983429562368, "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:27.061 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:27 +0000 (0:00:00.070) 0:04:26.240 ****** 2020-12-22T11:29:27.088 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:27.120 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:27 +0000 (0:00:00.059) 0:04:26.299 ****** 2020-12-22T11:29:27.146 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:27.147 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:27.179 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:27 +0000 (0:00:00.058) 0:04:26.358 ****** 2020-12-22T11:29:27.204 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:27.206 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:27.238 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:27 +0000 (0:00:00.059) 0:04:26.418 ****** 2020-12-22T11:29:27.264 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume_groups dict] ************************************ skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:27.297 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:27 +0000 (0:00:00.059) 0:04:26.477 ****** 2020-12-22T11:29:27.323 INFO:teuthology.task.ansible.out: TASK [testnode : Determine desired logical volume percentage size] ************* 2020-12-22T11:29:27.325 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:27.356 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:27 +0000 (0:00:00.058) 0:04:26.535 ****** 2020-12-22T11:29:27.427 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:27.434 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:27 +0000 (0:00:00.076) 0:04:26.612 ****** 2020-12-22T11:29:27.751 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure rpm dependencies are installed] ********************* 2020-12-22T11:29:27.753 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: gdisk", "Installed: device-mapper", "Installed: device-mapper-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: device-mapper-libs-8:1.02.171-5.el8.x86_64", "Removed: device-mapper-8:1.02.169-3.el8.x86_64", "Removed: device-mapper-event-8:1.02.169-3.el8.x86_64", "Removed: device-mapper-event-libs-8:1.02.169-3.el8.x86_64", "Removed: device-mapper-libs-8:1.02.169-3.el8.x86_64", "Removed: lvm2-8:2.03.08-3.el8.x86_64", "Removed: lvm2-libs-8:2.03.08-3.el8.x86_64"]} 2020-12-22T11:29:27.787 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:27 +0000 (0:00:00.354) 0:04:26.966 ****** 2020-12-22T11:29:27.805 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHMHnMJEVmW5ijRBmAE1PExbcBJ6Fl1iQB'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-2 || sgdisk --zap-all /dev/dm-2", "delta": "0:00:01.087185", "end": "2020-12-22 11:29:27.767296", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHMHnMJEVmW5ijRBmAE1PExbcBJ6Fl1iQB"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:26.680111", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:27.827 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2020-12-22T11:29:27.829 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930357669888, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227138103, 'block_used': 12957005, 'inode_total': 61054976, 'inode_available': 60986360, 'inode_used': 68616, 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1'}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 227138103, "block_size": 4096, "block_total": 240095108, "block_used": 12957005, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986360, "inode_total": 61054976, "inode_used": 68616, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930357669888, "size_total": 983429562368, "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}} 2020-12-22T11:29:27.863 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:27 +0000 (0:00:00.075) 0:04:27.042 ****** 2020-12-22T11:29:27.983 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume group(s)] *************************************** 2020-12-22T11:29:27.985 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'vg_nvme', 'value': {'pvs': '/dev/nvme0n1'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "vg_nvme", "value": {"pvs": "/dev/nvme0n1"}}} 2020-12-22T11:29:28.021 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:28 +0000 (0:00:00.158) 0:04:27.200 ****** 2020-12-22T11:29:28.070 INFO:teuthology.task.ansible.out: TASK [testnode : Compile list of non-root partitions] ************************** 2020-12-22T11:29:28.072 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.005441", "end": "2020-12-22 11:29:28.045392", "rc": 0, "start": "2020-12-22 11:29:28.039951", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:28.106 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:28 +0000 (0:00:00.084) 0:04:27.285 ****** 2020-12-22T11:29:28.144 INFO:teuthology.task.ansible.out: TASK [testnode : Unmount any non-root mountpoints] ***************************** skipping: [smithi058.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930357669888, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227138103, 'block_used': 12957005, 'inode_total': 61054976, 'inode_available': 60986360, 'inode_used': 68616, 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227138103, "block_size": 4096, "block_total": 240095108, "block_used": 12957005, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986360, "inode_total": 61054976, "inode_used": 68616, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930357669888, "size_total": 983429562368, "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:28.179 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:28 +0000 (0:00:00.072) 0:04:27.358 ****** 2020-12-22T11:29:28.206 INFO:teuthology.task.ansible.out: TASK [testnode : Wipe filesystems on non-root partitions] ********************** 2020-12-22T11:29:28.240 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:28 +0000 (0:00:00.060) 0:04:27.419 ****** 2020-12-22T11:29:28.530 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-12-22T11:29:28.531 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:28.853 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:29.061 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:29.063 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHh8PwADN4AVmCifKXaYE7qGWTvRAvDpF2'], 'uuids': ['5ef7d450-b9a3-423b-a000-51eb0faebbde'], '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.071485", "end": "2020-12-22 11:29:29.034780", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHh8PwADN4AVmCifKXaYE7qGWTvRAvDpF2"], "labels": [], "masters": [], "uuids": ["5ef7d450-b9a3-423b-a000-51eb0faebbde"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:27.963295", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:29.074 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQ5B', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ5B', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ5B', 'scsi-35000c500871a8bce', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ5B', 'wwn-0x5000c500871a8bce'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4HQ5B', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871a8bce', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQ5B-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ5B-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ5B-part1', 'scsi-35000c500871a8bce-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ5B-part1', 'wwn-0x5000c500871a8bce-part1'], 'uuids': ['a313f13c-d1e6-43a8-a40a-989733f55ee1'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1', '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_Z1W4HQ5B", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ5B", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ5B", "scsi-35000c500871a8bce", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ5B", "wwn-0x5000c500871a8bce"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HQ5B-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ5B-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-12-22T11:29:29.076 INFO:teuthology.task.ansible.out:Z1W4HQ5B-part1", "scsi-35000c500871a8bce-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ5B-part1", "wwn-0x5000c500871a8bce-part1"], "labels": [], "masters": [], "uuids": ["a313f13c-d1e6-43a8-a40a-989733f55ee1"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4HQ5B", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871a8bce"}}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:29.180 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-12-22T11:29:29.181 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:29.512 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:29.846 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:29.882 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:29 +0000 (0:00:01.641) 0:04:29.061 ****** 2020-12-22T11:29:29.899 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:29.901 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaeNJlJdcxzuXmGsGBmqL77R4yJzhjV2kt'], 'uuids': ['b790ab55-b1fe-4e2e-92e8-38e004bcbd96'], '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.429142", "end": "2020-12-22 11:29:29.862249", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaeNJlJdcxzuXmGsGBmqL77R4yJzhjV2kt"], "labels": [], "masters": [], "uuids": ["b790ab55-b1fe-4e2e-92e8-38e004bcbd96"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:28.433107", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:30.076 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2020-12-22T11:29:30.078 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} 2020-12-22T11:29:30.114 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:30 +0000 (0:00:00.232) 0:04:29.293 ****** 2020-12-22T11:29:30.318 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-12-22T11:29:30.320 INFO:teuthology.task.ansible.out:changed: [smithi105.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"} TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:30.320 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHsxbocvRcL11fXKcqlvU8aAj8iCyf2XhR'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-3 || sgdisk --zap-all /dev/dm-3", "delta": "0:00:01.054617", "end": "2020-12-22 11:29:30.295271", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHsxbocvRcL11fXKcqlvU8aAj8iCyf2XhR"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:29.240654", "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 2020-12-22T11:29:30.322 INFO:teuthology.task.ansible.out: entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:30.371 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:30 +0000 (0:00:00.257) 0:04:29.550 ****** 2020-12-22T11:29:30.493 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-12-22T11:29:30.495 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:30.673 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:30.757 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:30.759 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHgt47W3B5Co6ND39yF25FmL3xddAlxwun'], 'uuids': ['04b479c4-f2f7-4a09-aec2-938f5eca1da1'], '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.147572", "end": "2020-12-22 11:29:30.725903", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHgt47W3B5Co6ND39yF25FmL3xddAlxwun"], "labels": [], "masters": [], "uuids": ["04b479c4-f2f7-4a09-aec2-938f5eca1da1"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:30.578331", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.144745 s, 797 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.144745 s, 797 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:30.842 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-12-22T11:29:30.844 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:30.854 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:30.891 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:30 +0000 (0:00:00.519) 0:04:30.070 ****** 2020-12-22T11:29:30.917 INFO:teuthology.task.ansible.out: TASK [testnode : Create filesystems] ******************************************* 2020-12-22T11:29:30.919 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:30.951 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:30 +0000 (0:00:00.060) 0:04:30.130 ****** 2020-12-22T11:29:30.978 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:30.980 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-6ultoA-QWm1-ZUJe-uqiB-AsLF-Tv6B-6RaVvB', 'nvme-INTEL_SSDPEDKE040T7_BTLE736102QX4P0KGN', 'nvme-eui.0100000001000000e4d25c000034df14'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDKE040T7', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '7814037168', 'sectorsize': '512', 'size': '3.64 TB', 'host': 'Non-Volatile memory controller: Intel Corporation NVMe Datacenter SSD [3DNAND, Beta Rock Controller]', '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.036377", "end": "2020-12-22 11:29:30.946231", "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 NVMe Datacenter SSD [3DNAND, Beta Rock Controller]", "links": {"ids": ["lvm-pv-uuid-6ultoA-QWm1-ZUJe-uqiB-AsLF-Tv6B-6RaVvB", "nvme-INTEL_SSDPEDKE040T7_BTLE736102QX4P0KGN", "nvme-eui.0100000001000000e4d25c000034df14"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPEDKE040T7", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "7814037168", "sectorsize": "512", "size": "3.64 TB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:30.909854", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0337442 s, 3.4 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 2020-12-22T11:29:30.981 INFO:teuthology.task.ansible.out:MB, 110 MiB) copied, 0.0337442 s, 3.4 GB/s"], "stdout": "", "stdout_lines": []} TASK [testnode : Mount filesystems] ******************************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:31.012 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:31 +0000 (0:00:00.061) 0:04:30.191 ****** 2020-12-22T11:29:31.163 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:31.165 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-PSPp5P-3fj4-mxa6-vl9S-oTzA-RF3s-qIb7y6', 'nvme-INTEL_SSDPED1D480GA_PHMB751300GN480DGN', 'nvme-nvme.8086-50484d42373531333030474e34383044474e-494e54454c2053534450454431443438304741-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPED1D480GA', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '937703088', 'sectorsize': '512', 'size': '447.13 GB', 'host': 'Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/nvme0n1 || sgdisk --zap-all /dev/nvme0n1", "delta": "0:00:01.072999", "end": "2020-12-22 11:29:31.133994", "item": {"key": "nvme0n1", "value": {"holders": ["vg_nvme-lv_2", "vg_nvme-lv_5", "vg_nvme-lv_3", "vg_nvme-lv_1", "vg_nvme-lv_4"], "host": "Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series", "links": {"ids": ["lvm-pv-uuid-PSPp5P-3fj4-mxa6-vl9S-oTzA-RF3s-qIb7y6", "nvme-INTEL_SSDPED1D480GA_PHMB751300GN480DGN", "nvme-nvme.8086-50484d42373531333030474e34383044474e-494e54454c2053534450454431443438304741-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPED1D480GA", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "937703088", "sectorsize": "512", "size": "447.13 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:30.060995", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nGPT data structures destroyed! You may now pa 2020-12-22T11:29:31.166 INFO:teuthology.task.ansible.out:rtition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:31.206 INFO:teuthology.task.ansible.out: TASK [testnode : Create /var/lib/ceph] ***************************************** 2020-12-22T11:29:31.208 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/lib/ceph", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-12-22T11:29:31.240 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:31 +0000 (0:00:00.227) 0:04:30.419 ****** 2020-12-22T11:29:31.277 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** 2020-12-22T11:29:31.278 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"xfs_opts": "-m crc=0,finobt=0"}, "changed": false} 2020-12-22T11:29:31.312 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:31 +0000 (0:00:00.072) 0:04:30.492 ****** 2020-12-22T11:29:31.319 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:31.320 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHyhLbiHKQXx0r8UxnPMtc1nyYu9B4GYK5'], 'uuids': ['2e74ee04-975e-4bb5-9b7c-956f5f63bfd5'], '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.154445", "end": "2020-12-22 11:29:31.286004", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHyhLbiHKQXx0r8UxnPMtc1nyYu9B4GYK5"], "labels": [], "masters": [], "uuids": ["2e74ee04-975e-4bb5-9b7c-956f5f63bfd5"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:31.131559", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.151701 s, 760 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.151701 s, 760 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:31.653 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHMHnMJEVmW5ijRBmAE1PExbcBJ6Fl1iQB'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-2 bs=1M count=110", "delta": "0:00:00.155679", "end": "2020-12-22 11:29:31.625363", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHMHnMJEVmW5ijRBmAE1PExbcBJ6Fl1iQB"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:31.469684", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.15296 s, 754 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.15296 s, 754 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:31.706 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* changed: [smithi105.front.sepia.ceph.com] => {"changed": true} 2020-12-22T11:29:31.740 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:31 +0000 (0:00:00.427) 0:04:30.919 ****** 2020-12-22T11:29:31.974 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:31.976 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHh8PwADN4AVmCifKXaYE7qGWTvRAvDpF2'], 'uuids': ['5ef7d450-b9a3-423b-a000-51eb0faebbde'], '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.147079", "end": "2020-12-22 11:29:31.953907", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHh8PwADN4AVmCifKXaYE7qGWTvRAvDpF2"], "labels": [], "masters": [], "uuids": ["5ef7d450-b9a3-423b-a000-51eb0faebbde"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:31.806828", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.144346 s, 799 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.144346 s, 799 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:31.987 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQ5B', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ5B', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ5B', 'scsi-35000c500871a8bce', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ5B', 'wwn-0x5000c500871a8bce'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4HQ5B', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871a8bce', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQ5B-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ5B-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ5B-part1', 'scsi-35000c500871a8bce-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ5B-part1', 'wwn-0x5000c500871a8bce-part1'], 'uuids': ['a313f13c-d1e6-43a8-a40a-989733f55ee1'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1', '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_Z1W4HQ5B", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ5B", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQ5B", "scsi-35000c500871a8bce", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ5B", "wwn-0x5000c500871a8bce"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HQ5B-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQ5B-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-12-22T11:29:31.988 INFO:teuthology.task.ansible.out:Z1W4HQ5B-part1", "scsi-35000c500871a8bce-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQ5B-part1", "wwn-0x5000c500871a8bce-part1"], "labels": [], "masters": [], "uuids": ["a313f13c-d1e6-43a8-a40a-989733f55ee1"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4HQ5B", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871a8bce"}}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.174 INFO:teuthology.task.ansible.out: TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* 2020-12-22T11:29:32.176 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "name": "/var/lib/ceph", "opts": "defaults,nofail", "passno": "0", "src": "/dev/vg_nvme/lv_5"} 2020-12-22T11:29:32.207 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.467) 0:04:31.386 ****** 2020-12-22T11:29:32.233 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd] ****************************************** 2020-12-22T11:29:32.235 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.266 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.058) 0:04:31.445 ****** 2020-12-22T11:29:32.291 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd conf file] ******************************** 2020-12-22T11:29:32.293 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.325 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.059) 0:04:31.504 ****** 2020-12-22T11:29:32.330 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:32.332 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHsxbocvRcL11fXKcqlvU8aAj8iCyf2XhR'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-3 bs=1M count=110", "delta": "0:00:00.149460", "end": "2020-12-22 11:29:32.292322", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-1uXnllOX2cpzll411DhtfGr1dSI399iHsxbocvRcL11fXKcqlvU8aAj8iCyf2XhR"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:32.142862", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.146726 s, 786 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.146726 s, 786 MB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:32.371 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.045) 0:04:31.550 ****** 2020-12-22T11:29:32.376 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** 2020-12-22T11:29:32.378 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.411 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.040) 0:04:31.590 ****** 2020-12-22T11:29:32.427 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:32.429 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaEAy05s30DapbSNwsvVkXcvrjDOGvq1fa'], 'uuids': ['e8f2b7e5-adaa-4188-8427-2729ebf20015'], '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.065598", "end": "2020-12-22 11:29:32.395963", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaEAy05s30DapbSNwsvVkXcvrjDOGvq1fa"], "labels": [], "masters": [], "uuids": ["e8f2b7e5-adaa-4188-8427-2729ebf20015"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:31.330365", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:32.439 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.472 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.060) 0:04:31.651 ****** 2020-12-22T11:29:32.497 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the teuthology user.] *********** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.530 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.058) 0:04:31.709 ****** 2020-12-22T11:29:32.556 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the root user.] ***************** 2020-12-22T11:29:32.558 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.591 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.060) 0:04:31.770 ****** 2020-12-22T11:29:32.617 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** 2020-12-22T11:29:32.619 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Remove all LVM data] ****************************************** changed: [smithi039.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.052913", "end": "2020-12-22 11:29:32.593218", "rc": 0, "start": "2020-12-22 11:29:32.540305", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:32.651 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.060) 0:04:31.830 ****** 2020-12-22T11:29:32.682 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.030) 0:04:31.861 ****** 2020-12-22T11:29:32.708 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2020-12-22T11:29:32.710 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.741 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.058) 0:04:31.920 ****** 2020-12-22T11:29:32.767 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure perl-doc is installed on apt systems.] ***************** 2020-12-22T11:29:32.768 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.800 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.059) 0:04:31.979 ****** 2020-12-22T11:29:32.826 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if Amazon::S3 is installed.] ********************* 2020-12-22T11:29:32.827 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:32.860 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.059) 0:04:32.039 ****** 2020-12-22T11:29:32.886 INFO:teuthology.task.ansible.out: TASK [testnode : Install Amazon::S3.] ****************************************** 2020-12-22T11:29:32.888 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Check for physical volumes] *********************************** changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.044996", "end": "2020-12-22 11:29:32.863056", "rc": 0, "start": "2020-12-22 11:29:32.818060", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:32.920 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.060) 0:04:32.099 ****** 2020-12-22T11:29:32.951 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.030) 0:04:32.130 ****** 2020-12-22T11:29:32.956 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2020-12-22T11:29:32.995 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:32 +0000 (0:00:00.044) 0:04:32.175 ****** 2020-12-22T11:29:33.002 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on rpm based systems.] ******************** 2020-12-22T11:29:33.005 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.036 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.040) 0:04:32.215 ****** 2020-12-22T11:29:33.042 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* 2020-12-22T11:29:33.043 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.078 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.041) 0:04:32.257 ****** 2020-12-22T11:29:33.085 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on apt based systems.] ******************** 2020-12-22T11:29:33.086 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.119 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.040) 0:04:32.298 ****** 2020-12-22T11:29:33.125 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2020-12-22T11:29:33.127 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.159 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.040) 0:04:32.339 ****** 2020-12-22T11:29:33.165 INFO:teuthology.task.ansible.out: TASK [testnode : Remove racy /etc/network/if-up.d/ntpdate on xenial] *********** 2020-12-22T11:29:33.167 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.199 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.039) 0:04:32.378 ****** 2020-12-22T11:29:33.204 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2020-12-22T11:29:33.206 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.241 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.041) 0:04:32.420 ****** 2020-12-22T11:29:33.247 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2020-12-22T11:29:33.248 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.280 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.039) 0:04:32.460 ****** 2020-12-22T11:29:33.286 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** 2020-12-22T11:29:33.288 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.323 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.042) 0:04:32.502 ****** 2020-12-22T11:29:33.518 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ ok: [smithi039.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:29:33.551 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.227) 0:04:32.730 ****** 2020-12-22T11:29:33.552 INFO:teuthology.task.ansible.out: 2020-12-22T11:29:33.588 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2020-12-22T11:29:33.590 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930357657600, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227138100, 'block_used': 12957008, 'inode_total': 61054976, 'inode_available': 60986356, 'inode_used': 68620, 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227138100, "block_size": 4096, "block_total": 240095108, "block_used": 12957008, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986356, "inode_total": 61054976, "inode_used": 68620, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930357657600, "size_total": 983429562368, "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.623 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.072) 0:04:32.802 ****** 2020-12-22T11:29:33.649 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* 2020-12-22T11:29:33.651 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.683 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.060) 0:04:32.862 ****** 2020-12-22T11:29:33.861 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdap2Zui0G4QPc2eTrmUWTj7TuSitV9QOSs'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-2 || sgdisk --zap-all /dev/dm-2", "delta": "0:00:01.062116", "end": "2020-12-22 11:29:33.652561", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdap2Zui0G4QPc2eTrmUWTj7TuSitV9QOSs"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:32.590445", "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."]} TASK [testnode : set_fact] ********* 2020-12-22T11:29:33.863 INFO:teuthology.task.ansible.out:******************************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.066) 0:04:32.929 ****** TASK [testnode : Create the chrony.conf file] ********************************** ok: [smithi105.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} Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.041) 0:04:32.970 ****** TASK [testnode : set_fact] ***************************************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.040) 0:04:33.010 ****** 2020-12-22T11:29:33.869 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume_groups dict] ************************************ 2020-12-22T11:29:33.871 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.908 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.076) 0:04:33.087 ****** 2020-12-22T11:29:33.935 INFO:teuthology.task.ansible.out: TASK [testnode : Determine desired logical volume percentage size] ************* 2020-12-22T11:29:33.937 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:33.968 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:33 +0000 (0:00:00.059) 0:04:33.147 ****** 2020-12-22T11:29:33.995 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** 2020-12-22T11:29:33.997 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:34.041 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:34 +0000 (0:00:00.072) 0:04:33.220 ****** 2020-12-22T11:29:34.101 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ntpd is running.] *********************************** 2020-12-22T11:29:34.102 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "chronyd", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2020-12-22 11:24:21 UTC", "ActiveEnterTimestampMonotonic": "13190228", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-tmpfiles-setup.service ntpd.service -.mount sysinit.target ntpdate.service tmp.mount sntp.service basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2020-12-22 11:24:20 UTC", "AssertTimestampMonotonic": "11999414", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2020-12-22 11:24:20 UTC", "ConditionTimestampMonotonic": "11999369", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ntpd.service systemd-timesyncd.service", "ControlGroup": "/system.slice/chronyd.service", "ControlPID": "0 2020-12-22T11:29:34.104 INFO:teuthology.task.ansible.out:", "DefaultDependencies": "yes", "Delegate": "no", "Description": "NTP client/server", "DevicePolicy": "auto", "Documentation": "man:chronyd(8) man:chrony.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/chronyd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "934", "ExecMainStartTimestamp": "Tue 2020-12-22 11:24:21 UTC", "ExecMainStartTimestampMonotonic": "13145179", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/chronyd.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "chronyd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2020-12-22 11:24:20 UTC", "InactiveExitTimestampMonotonic": "12011799", "InvocationID": "759f75ea01ce4095972fea368543e700", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity 2020-12-22T11:29:34.106 INFO:teuthology.task.ansible.out:", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127262", "LimitNPROCSoft": "127262", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127262", "LimitSIGPENDINGSoft": "127262", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "934", "MemoryAccounting": "yes", "MemoryCurrent": "3178496", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "chronyd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/chrony/chronyd.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "full", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOn 2020-12-22T11:29:34.108 INFO:teuthology.task.ansible.out:ly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2020-12-22 11:24:21 UTC", "StateChangeTimestampMonotonic": "13190228", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203619", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2020-12-22 11:24:21 UTC", "WatchdogTimestampMonotonic": "13145205", "WatchdogUSec": "0"}} 2020-12-22T11:29:34.142 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:34 +0000 (0:00:00.101) 0:04:33.321 ****** 2020-12-22T11:29:34.172 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:34.174 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2020-12-22T11:29:34.223 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:34 +0000 (0:00:00.081) 0:04:33.403 ****** 2020-12-22T11:29:34.253 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:34.255 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2020-12-22T11:29:34.287 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:34 +0000 (0:00:00.063) 0:04:33.466 ****** 2020-12-22T11:29:34.313 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on rpm based systems.] ********************* 2020-12-22T11:29:34.315 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:34.346 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:34 +0000 (0:00:00.059) 0:04:33.526 ****** 2020-12-22T11:29:34.373 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on apt based systems.] ********************* 2020-12-22T11:29:34.375 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:34.406 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:34 +0000 (0:00:00.059) 0:04:33.585 ****** 2020-12-22T11:29:34.432 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on zypper based systems.] ****************** 2020-12-22T11:29:34.434 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:34.465 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:34 +0000 (0:00:00.059) 0:04:33.645 ****** 2020-12-22T11:29:34.658 INFO:teuthology.task.ansible.out: TASK [testnode : Create the .pip directory for the teuthology user.] *********** 2020-12-22T11:29:34.659 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} 2020-12-22T11:29:34.692 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:34 +0000 (0:00:00.226) 0:04:33.871 ****** 2020-12-22T11:29:34.698 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume group(s)] *************************************** 2020-12-22T11:29:34.699 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'vg_nvme', 'value': {'pvs': '/dev/nvme0n1'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "vg_nvme", "value": {"pvs": "/dev/nvme0n1"}}} 2020-12-22T11:29:34.734 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:34 +0000 (0:00:00.041) 0:04:33.913 ****** 2020-12-22T11:29:34.950 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:34.952 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaVoJV9Ic4daA3Ca2uwtHck4ACNKY7e3oa'], 'uuids': ['afe937ed-345d-454b-897c-f475ab346779'], '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.056585", "end": "2020-12-22 11:29:34.919250", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaVoJV9Ic4daA3Ca2uwtHck4ACNKY7e3oa"], "labels": [], "masters": [], "uuids": ["afe937ed-345d-454b-897c-f475ab346779"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:33.862665", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:34.964 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQFR', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQFR', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQFR', 'scsi-35000c500871a7ce9', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQFR', 'wwn-0x5000c500871a7ce9'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4HQFR', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871a7ce9', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQFR-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQFR-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQFR-part1', 'scsi-35000c500871a7ce9-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQFR-part1', 'wwn-0x5000c500871a7ce9-part1'], 'uuids': ['a313f13c-d1e6-43a8-a40a-989733f55ee1'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1', '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_Z1W4HQFR", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQFR", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQFR", "scsi-35000c500871a7ce9", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQFR", "wwn-0x5000c500871a7ce9"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HQFR-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQFR-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-12-22T11:29:34.965 INFO:teuthology.task.ansible.out:Z1W4HQFR-part1", "scsi-35000c500871a7ce9-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQFR-part1", "wwn-0x5000c500871a7ce9-part1"], "labels": [], "masters": [], "uuids": ["a313f13c-d1e6-43a8-a40a-989733f55ee1"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4HQFR", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871a7ce9"}}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:35.131 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-12-22T11:29:35.133 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:35.153 INFO:teuthology.task.ansible.out: TASK [testnode : Create pip.conf and configure it to use our mirror] *********** 2020-12-22T11:29:35.154 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "checksum": "959d37ab30545da205b389a6b7561b225a478a06", "dest": "/home/ubuntu/.pip/pip.conf", "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip/pip.conf", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 73, "state": "file", "uid": 1000} 2020-12-22T11:29:35.187 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:35 +0000 (0:00:00.453) 0:04:34.366 ****** 2020-12-22T11:29:35.500 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:35.850 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:36.206 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:36.259 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2020-12-22T11:29:36.261 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zda0bhdUKHm8KRdebbhLTviyUbhLWEM3v5J'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-3 || sgdisk --zap-all /dev/dm-3", "delta": "0:00:01.095269", "end": "2020-12-22 11:29:36.225747", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zda0bhdUKHm8KRdebbhLTviyUbhLWEM3v5J"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:35.130478", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries.\nWarning: The kernel is still using the old partition table.\nThe new table will be used at the next reboot or after you\nrun partprobe(8) or kpartx(8)\nGPT data structures destroyed! You may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2020-12-22T11:29:36.300 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:36 +0000 (0:00:01.112) 0:04:35.479 ****** 2020-12-22T11:29:36.463 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* 2020-12-22T11:29:36.465 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "cmd": ["/bin/pip3", "install", "remoto>=0.0.35"], "name": ["remoto>=0.0.35"], "requirements": null, "state": "present", "stderr": "WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.\n", "stderr_lines": ["WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead."], "stdout": "Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages\nRequirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)\nRequirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)\n", "stdout_lines": ["Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages", "Requirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)", "Requirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)"], "version": null, "virtualenv": null} 2020-12-22T11:29:36.498 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:36 +0000 (0:00:00.198) 0:04:35.677 ****** 2020-12-22T11:29:36.525 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:36.559 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:36 +0000 (0:00:00.061) 0:04:35.739 ****** 2020-12-22T11:29:36.565 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-12-22T11:29:36.567 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:36.604 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:36 +0000 (0:00:00.044) 0:04:35.783 ****** 2020-12-22T11:29:36.610 INFO:teuthology.task.ansible.out: TASK [testnode : Set interface] ************************************************ 2020-12-22T11:29:36.612 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"interface": "enp3s0f1"}, "changed": false} 2020-12-22T11:29:36.645 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:36 +0000 (0:00:00.041) 0:04:35.824 ****** 2020-12-22T11:29:36.652 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:36.653 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaeNJlJdcxzuXmGsGBmqL77R4yJzhjV2kt'], 'uuids': ['b790ab55-b1fe-4e2e-92e8-38e004bcbd96'], '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.096670", "end": "2020-12-22 11:29:36.599261", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaeNJlJdcxzuXmGsGBmqL77R4yJzhjV2kt"], "labels": [], "masters": [], "uuids": ["b790ab55-b1fe-4e2e-92e8-38e004bcbd96"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:36.502591", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0939222 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0939222 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:36.801 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2020-12-22T11:29:36.803 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} 2020-12-22T11:29:36.837 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:36 +0000 (0:00:00.192) 0:04:36.017 ****** 2020-12-22T11:29:36.843 INFO:teuthology.task.ansible.out: TASK [testnode : Check for presence of /etc/network/interfaces] **************** 2020-12-22T11:29:36.845 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "stat": {"exists": false}} 2020-12-22T11:29:36.881 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:36 +0000 (0:00:00.043) 0:04:36.060 ****** 2020-12-22T11:29:36.888 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:36.888 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-PSPp5P-3fj4-mxa6-vl9S-oTzA-RF3s-qIb7y6', 'nvme-INTEL_SSDPED1D480GA_PHMB751300GN480DGN', 'nvme-nvme.8086-50484d42373531333030474e34383044474e-494e54454c2053534450454431443438304741-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPED1D480GA', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '937703088', 'sectorsize': '512', 'size': '447.13 GB', 'host': 'Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=110", "delta": "0:00:00.036564", "end": "2020-12-22 11:29:36.821398", "item": {"key": "nvme0n1", "value": {"holders": ["vg_nvme-lv_2", "vg_nvme-lv_5", "vg_nvme-lv_3", "vg_nvme-lv_1", "vg_nvme-lv_4"], "host": "Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series", "links": {"ids": ["lvm-pv-uuid-PSPp5P-3fj4-mxa6-vl9S-oTzA-RF3s-qIb7y6", "nvme-INTEL_SSDPED1D480GA_PHMB751300GN480DGN", "nvme-nvme.8086-50484d42373531333030474e34383044474e-494e54454c2053534450454431443438304741-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPED1D480GA", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "937703088", "sectorsize": "512", "size": "447.13 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:36.784834", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0339231 s, 3.4 GB/s", "stderr_lines": [" 2020-12-22T11:29:36.890 INFO:teuthology.task.ansible.out:110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0339231 s, 3.4 GB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:36.901 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** 2020-12-22T11:29:36.902 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:36.934 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:36 +0000 (0:00:00.053) 0:04:36.113 ****** 2020-12-22T11:29:36.960 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** 2020-12-22T11:29:36.962 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2020-12-22T11:29:36.994 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:36 +0000 (0:00:00.059) 0:04:36.173 ****** 2020-12-22T11:29:37.020 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** 2020-12-22T11:29:37.022 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.055 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.060) 0:04:36.234 ****** 2020-12-22T11:29:37.060 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-12-22T11:29:37.062 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:37.125 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:37.127 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaEAy05s30DapbSNwsvVkXcvrjDOGvq1fa'], 'uuids': ['e8f2b7e5-adaa-4188-8427-2729ebf20015'], '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.094764", "end": "2020-12-22 11:29:37.101039", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaEAy05s30DapbSNwsvVkXcvrjDOGvq1fa"], "labels": [], "masters": [], "uuids": ["e8f2b7e5-adaa-4188-8427-2729ebf20015"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:37.006275", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0920203 s, 1.3 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0920203 s, 1.3 GB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:37.232 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-12-22T11:29:37.234 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:37.243 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** 2020-12-22T11:29:37.245 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2020-12-22T11:29:37.277 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.222) 0:04:36.456 ****** 2020-12-22T11:29:37.409 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:37.414 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdap2Zui0G4QPc2eTrmUWTj7TuSitV9QOSs'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-2 bs=1M count=110", "delta": "0:00:00.096718", "end": "2020-12-22 11:29:37.379959", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdap2Zui0G4QPc2eTrmUWTj7TuSitV9QOSs"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:37.283241", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0940056 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0940056 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:37.415 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-12-22T11:29:37.415 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:37.468 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* 2020-12-22T11:29:37.470 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2020-12-22T11:29:37.501 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.223) 0:04:36.680 ****** 2020-12-22T11:29:37.527 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* 2020-12-22T11:29:37.528 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.560 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.059) 0:04:36.740 ****** 2020-12-22T11:29:37.598 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* 2020-12-22T11:29:37.599 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} TASK [testnode : Write /scratch_devs] ****************************************** changed: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:37.601 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* skipping: [smithi105.front.sepia.ceph.com] => (item=enp3s0f1) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False"} skipping: [smithi105.front.sepia.ceph.com] => (item=enp3s0f0) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False"} TASK [testnode : Write /scratch_devs] ****************************************** skipping: [smithi039.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.639 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.078) 0:04:36.818 ****** 2020-12-22T11:29:37.645 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* 2020-12-22T11:29:37.647 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} skipping: [smithi105.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.682 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.042) 0:04:36.860 ****** 2020-12-22T11:29:37.688 INFO:teuthology.task.ansible.out: TASK [testnode : Create filesystems] ******************************************* 2020-12-22T11:29:37.690 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaVoJV9Ic4daA3Ca2uwtHck4ACNKY7e3oa'], 'uuids': ['afe937ed-345d-454b-897c-f475ab346779'], '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.095224", "end": "2020-12-22 11:29:37.657318", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zdaVoJV9Ic4daA3Ca2uwtHck4ACNKY7e3oa"], "labels": [], "masters": [], "uuids": ["afe937ed-345d-454b-897c-f475ab346779"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:37.562094", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0924762 s, 1.2 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0924762 s, 1.2 GB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:37.691 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQFR', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQFR', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQFR', 'scsi-35000c500871a7ce9', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQFR', 'wwn-0x5000c500871a7ce9'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4HQFR', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871a7ce9', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4HQFR-part1', 'scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQFR-part1', 'scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQFR-part1', 'scsi-35000c500871a7ce9-part1', 'scsi-SATA_ST1000NM0033-9ZM_Z1W4HQFR-part1', 'wwn-0x5000c500871a7ce9-part1'], 'uuids': ['a313f13c-d1e6-43a8-a40a-989733f55ee1'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1', '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_Z1W4HQFR", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQFR", "scsi-1ATA_ST1000NM0033-9ZM173_Z1W4HQFR", "scsi-35000c500871a7ce9", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQFR", "wwn-0x5000c500871a7ce9"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W4HQFR-part1", "scsi-0ATA_ST1000NM0033-9ZM_Z1W4HQFR-part1", "scsi-1ATA_ST1000NM0033-9ZM173_ 2020-12-22T11:29:37.693 INFO:teuthology.task.ansible.out:Z1W4HQFR-part1", "scsi-35000c500871a7ce9-part1", "scsi-SATA_ST1000NM0033-9ZM_Z1W4HQFR-part1", "wwn-0x5000c500871a7ce9-part1"], "labels": [], "masters": [], "uuids": ["a313f13c-d1e6-43a8-a40a-989733f55ee1"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W4HQFR", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c500871a7ce9"}}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.727 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.046) 0:04:36.906 ****** 2020-12-22T11:29:37.734 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** 2020-12-22T11:29:37.736 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.736 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.737 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.737 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'lo', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.738 INFO:teuthology.task.ansible.out:skipping: [smithi105.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": "Conditiona 2020-12-22T11:29:37.739 INFO:teuthology.task.ansible.out:l result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.772 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.044) 0:04:36.951 ****** 2020-12-22T11:29:37.777 INFO:teuthology.task.ansible.out: TASK [testnode : Mount filesystems] ******************************************** 2020-12-22T11:29:37.780 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.811 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.039) 0:04:36.991 ****** 2020-12-22T11:29:37.817 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:37.818 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.853 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.041) 0:04:37.032 ****** 2020-12-22T11:29:37.880 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.914 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.061) 0:04:37.094 ****** 2020-12-22T11:29:37.941 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** 2020-12-22T11:29:37.943 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:37.977 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:37 +0000 (0:00:00.062) 0:04:37.156 ****** 2020-12-22T11:29:37.983 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2020-12-22T11:29:37.985 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zda0bhdUKHm8KRdebbhLTviyUbhLWEM3v5J'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-3 bs=1M count=110", "delta": "0:00:00.094639", "end": "2020-12-22 11:29:37.941422", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-3einq7UXFniN2rCiKVlWCAmjpuUu2zda0bhdUKHm8KRdebbhLTviyUbhLWEM3v5J"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2020-12-22 11:29:37.846783", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0919227 s, 1.3 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0919227 s, 1.3 GB/s"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:38.027 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.049) 0:04:37.206 ****** 2020-12-22T11:29:38.033 INFO:teuthology.task.ansible.out: TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* 2020-12-22T11:29:38.034 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Create /var/lib/ceph] ***************************************** ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/lib/ceph", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-12-22T11:29:38.070 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.042) 0:04:37.249 ****** 2020-12-22T11:29:38.100 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.030) 0:04:37.279 ****** 2020-12-22T11:29:38.105 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** 2020-12-22T11:29:38.106 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"xfs_opts": "-m crc=0,finobt=0"}, "changed": false} 2020-12-22T11:29:38.139 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.039) 0:04:37.319 ****** 2020-12-22T11:29:38.146 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** 2020-12-22T11:29:38.148 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:38.183 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.043) 0:04:37.363 ****** 2020-12-22T11:29:38.210 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-12-22T11:29:38.211 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:38.250 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.066) 0:04:37.429 ****** 2020-12-22T11:29:38.277 INFO:teuthology.task.ansible.out: TASK [testnode : Remove all LVM data] ****************************************** 2020-12-22T11:29:38.279 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.049149", "end": "2020-12-22 11:29:38.245730", "rc": 0, "start": "2020-12-22 11:29:38.196581", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:38.312 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.061) 0:04:37.491 ****** 2020-12-22T11:29:38.346 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.033) 0:04:37.525 ****** 2020-12-22T11:29:38.372 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-12-22T11:29:38.374 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:38.405 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.060) 0:04:37.585 ****** 2020-12-22T11:29:38.558 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** 2020-12-22T11:29:38.559 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.057122", "end": "2020-12-22 11:29:38.538475", "rc": 0, "start": "2020-12-22 11:29:38.481353", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:38.591 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.185) 0:04:37.771 ****** 2020-12-22T11:29:38.598 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* 2020-12-22T11:29:38.600 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true} 2020-12-22T11:29:38.633 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.041) 0:04:37.813 ****** 2020-12-22T11:29:38.640 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2020-12-22T11:29:38.641 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2020-12-22T11:29:38.641 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.004791", "end": "2020-12-22 11:29:38.587186", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2020-12-22 11:29:38.582395", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:38.678 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.044) 0:04:37.857 ****** 2020-12-22T11:29:38.705 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* 2020-12-22T11:29:38.707 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:38.740 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.062) 0:04:37.920 ****** 2020-12-22T11:29:38.768 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2020-12-22T11:29:38.769 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:38.805 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.064) 0:04:37.984 ****** 2020-12-22T11:29:38.813 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** ok: [smithi105.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.003034", "end": "2020-12-22 11:29:38.764944", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2020-12-22 11:29:38.761910", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:38.824 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:38.861 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.055) 0:04:38.040 ****** 2020-12-22T11:29:38.887 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** 2020-12-22T11:29:38.889 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:38.920 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.059) 0:04:38.100 ****** 2020-12-22T11:29:38.958 INFO:teuthology.task.ansible.out: TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* 2020-12-22T11:29:38.960 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "name": "/var/lib/ceph", "opts": "defaults,nofail", "passno": "0", "src": "/dev/vg_nvme/lv_5"} 2020-12-22T11:29:38.995 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:38 +0000 (0:00:00.074) 0:04:38.174 ****** 2020-12-22T11:29:39.002 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2020-12-22T11:29:39.004 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.002831", "end": "2020-12-22 11:29:38.938226", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2020-12-22 11:29:38.935395", "stderr": "find: ‘/etc/ceph’: No such file or directory", "stderr_lines": ["find: ‘/etc/ceph’: No such file or directory"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:39.024 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd] ****************************************** 2020-12-22T11:29:39.026 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.056 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.061) 0:04:38.236 ****** 2020-12-22T11:29:39.082 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd conf file] ******************************** 2020-12-22T11:29:39.083 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.115 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.058) 0:04:38.294 ****** 2020-12-22T11:29:39.121 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ 2020-12-22T11:29:39.123 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2020-12-22T11:29:39.156 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.041) 0:04:38.335 ****** 2020-12-22T11:29:39.162 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.163 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2020-12-22T11:29:39.163 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.003207", "end": "2020-12-22 11:29:39.113265", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2020-12-22 11:29:39.110058", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:39.203 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.047) 0:04:38.382 ****** 2020-12-22T11:29:39.233 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.029) 0:04:38.412 ****** 2020-12-22T11:29:39.239 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2020-12-22T11:29:39.240 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'mount': '/', 'device': '/dev/sda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 983429562368, 'size_available': 930357669888, 'block_size': 4096, 'block_total': 240095108, 'block_available': 227138103, 'block_used': 12957005, 'inode_total': 61054976, 'inode_available': 60986360, 'inode_used': 68616, 'uuid': 'a313f13c-d1e6-43a8-a40a-989733f55ee1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 227138103, "block_size": 4096, "block_total": 240095108, "block_used": 12957005, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60986360, "inode_total": 61054976, "inode_used": 68616, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 930357669888, "size_total": 983429562368, "uuid": "a313f13c-d1e6-43a8-a40a-989733f55ee1"}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.241 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.274 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.041) 0:04:38.453 ****** 2020-12-22T11:29:39.304 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.030) 0:04:38.483 ****** 2020-12-22T11:29:39.310 INFO:teuthology.task.ansible.out: TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2020-12-22T11:29:39.312 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the teuthology user.] *********** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.346 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.041) 0:04:38.525 ****** 2020-12-22T11:29:39.375 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.029) 0:04:38.555 ****** 2020-12-22T11:29:39.381 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.383 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the root user.] ***************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.418 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.042) 0:04:38.598 ****** 2020-12-22T11:29:39.449 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.030) 0:04:38.628 ****** 2020-12-22T11:29:39.456 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.490 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.041) 0:04:38.670 ****** 2020-12-22T11:29:39.496 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:39.498 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.530 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.039) 0:04:38.709 ****** 2020-12-22T11:29:39.537 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2020-12-22T11:29:39.539 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.572 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.041) 0:04:38.751 ****** 2020-12-22T11:29:39.577 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:39.579 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Touch /ceph-qa-ready] ***************************************** changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "dest": "/ceph-qa-ready", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_runtime_t:s0", "size": 0, "state": "file", "uid": 0} 2020-12-22T11:29:39.612 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.040) 0:04:38.791 ****** 2020-12-22T11:29:39.643 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure perl-doc is installed on apt systems.] ***************** 2020-12-22T11:29:39.644 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Create volume_groups dict] ************************************ skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.675 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.062) 0:04:38.854 ****** 2020-12-22T11:29:39.705 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.030) 0:04:38.884 ****** 2020-12-22T11:29:39.735 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if Amazon::S3 is installed.] ********************* 2020-12-22T11:29:39.737 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [testnode : Determine desired logical volume percentage size] ************* skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.767 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.062) 0:04:38.946 ****** 2020-12-22T11:29:39.798 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.030) 0:04:38.977 ****** 2020-12-22T11:29:39.804 INFO:teuthology.task.ansible.out: TASK [testnode : Install Amazon::S3.] ****************************************** 2020-12-22T11:29:39.806 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.838 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.040) 0:04:39.017 ****** 2020-12-22T11:29:39.844 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** 2020-12-22T11:29:39.846 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.878 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.040) 0:04:39.058 ****** 2020-12-22T11:29:39.884 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on rpm based systems.] ******************** 2020-12-22T11:29:39.885 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.918 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.039) 0:04:39.097 ****** 2020-12-22T11:29:39.944 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on apt based systems.] ******************** 2020-12-22T11:29:39.946 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:39.981 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:39 +0000 (0:00:00.063) 0:04:39.160 ****** 2020-12-22T11:29:40.008 INFO:teuthology.task.ansible.out: TASK [testnode : Remove racy /etc/network/if-up.d/ntpdate on xenial] *********** 2020-12-22T11:29:40.009 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:40.040 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:40 +0000 (0:00:00.059) 0:04:39.219 ****** 2020-12-22T11:29:40.067 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2020-12-22T11:29:40.068 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:40.100 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:40 +0000 (0:00:00.059) 0:04:39.279 ****** 2020-12-22T11:29:40.355 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume group(s)] *************************************** 2020-12-22T11:29:40.357 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'vg_nvme', 'value': {'pvs': '/dev/nvme0n1'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "vg_nvme", "value": {"pvs": "/dev/nvme0n1"}}} 2020-12-22T11:29:40.390 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:40 +0000 (0:00:00.290) 0:04:39.569 ****** 2020-12-22T11:29:40.585 INFO:teuthology.task.ansible.out: TASK [testnode : Create the chrony.conf file] ********************************** 2020-12-22T11:29:40.586 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "a7ecef00073feab34f868065d34e9dac55134241", "dest": "/etc/chrony.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/chrony.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 215, "state": "file", "uid": 0} 2020-12-22T11:29:40.629 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:40 +0000 (0:00:00.239) 0:04:39.809 ****** 2020-12-22T11:29:40.796 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-12-22T11:29:40.798 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:40.943 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ntpd is running.] *********************************** 2020-12-22T11:29:40.944 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "chronyd", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2020-12-22 11:24:47 UTC", "ActiveEnterTimestampMonotonic": "13081178", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-tmpfiles-setup.service tmp.mount ntpd.service system.slice systemd-journald.socket basic.target -.mount sysinit.target ntpdate.service sntp.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2020-12-22 11:24:46 UTC", "AssertTimestampMonotonic": "12161927", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2020-12-22 11:24:46 UTC", "ConditionTimestampMonotonic": "12161872", "ConfigurationDirectoryMode": "0755", "Conflicts": "systemd-timesyncd.service ntpd.service shutdown.target", "ControlGroup": "/system.slice/chronyd.service", "ControlPID": "0 2020-12-22T11:29:40.946 INFO:teuthology.task.ansible.out:", "DefaultDependencies": "yes", "Delegate": "no", "Description": "NTP client/server", "DevicePolicy": "auto", "Documentation": "man:chronyd(8) man:chrony.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/chronyd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "900", "ExecMainStartTimestamp": "Tue 2020-12-22 11:24:47 UTC", "ExecMainStartTimestampMonotonic": "13026150", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/chronyd.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "chronyd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2020-12-22 11:24:46 UTC", "InactiveExitTimestampMonotonic": "12165735", "InvocationID": "fcecd09372ba43c7b04486abedc5e66e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity 2020-12-22T11:29:40.948 INFO:teuthology.task.ansible.out:", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127262", "LimitNPROCSoft": "127262", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127262", "LimitSIGPENDINGSoft": "127262", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "900", "MemoryAccounting": "yes", "MemoryCurrent": "3170304", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "chronyd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/chrony/chronyd.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "full", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOn 2020-12-22T11:29:40.949 INFO:teuthology.task.ansible.out:ly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2020-12-22 11:24:47 UTC", "StateChangeTimestampMonotonic": "13081178", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203619", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2020-12-22 11:24:47 UTC", "WatchdogTimestampMonotonic": "13026161", "WatchdogUSec": "0"}} 2020-12-22T11:29:40.978 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:40 +0000 (0:00:00.349) 0:04:40.158 ****** 2020-12-22T11:29:41.005 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:41.006 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2020-12-22T11:29:41.037 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:41 +0000 (0:00:00.059) 0:04:40.217 ****** 2020-12-22T11:29:41.064 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:41.065 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2020-12-22T11:29:41.096 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:41 +0000 (0:00:00.058) 0:04:40.276 ****** 2020-12-22T11:29:41.124 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on rpm based systems.] ********************* 2020-12-22T11:29:41.126 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:41.156 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:41 +0000 (0:00:00.059) 0:04:40.335 ****** 2020-12-22T11:29:41.162 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-12-22T11:29:41.164 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:41.184 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on apt based systems.] ********************* skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:41.217 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:41 +0000 (0:00:00.060) 0:04:40.396 ****** 2020-12-22T11:29:41.244 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on zypper based systems.] ****************** 2020-12-22T11:29:41.245 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:41.276 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:41 +0000 (0:00:00.059) 0:04:40.456 ****** 2020-12-22T11:29:41.469 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-12-22T11:29:41.471 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:41.481 INFO:teuthology.task.ansible.out: TASK [testnode : Create the .pip directory for the teuthology user.] *********** ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} 2020-12-22T11:29:41.514 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:41 +0000 (0:00:00.237) 0:04:40.693 ****** 2020-12-22T11:29:41.811 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-12-22T11:29:41.812 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:42.009 INFO:teuthology.task.ansible.out: TASK [testnode : Create pip.conf and configure it to use our mirror] *********** 2020-12-22T11:29:42.011 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "checksum": "959d37ab30545da205b389a6b7561b225a478a06", "dest": "/home/ubuntu/.pip/pip.conf", "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip/pip.conf", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 73, "state": "file", "uid": 1000} 2020-12-22T11:29:42.045 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:42 +0000 (0:00:00.531) 0:04:41.224 ****** 2020-12-22T11:29:42.135 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2020-12-22T11:29:42.137 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "msg": ""} 2020-12-22T11:29:42.172 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:42 +0000 (0:00:00.126) 0:04:41.351 ****** 2020-12-22T11:29:42.377 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2020-12-22T11:29:42.379 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} 2020-12-22T11:29:42.411 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:42 +0000 (0:00:00.239) 0:04:41.590 ****** 2020-12-22T11:29:42.625 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2020-12-22T11:29:42.627 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:42.814 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:42.991 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:43.116 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* 2020-12-22T11:29:43.118 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "cmd": ["/bin/pip3", "install", "remoto>=0.0.35"], "name": ["remoto>=0.0.35"], "requirements": null, "state": "present", "stderr": "WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.\n", "stderr_lines": ["WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead."], "stdout": "Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages\nRequirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)\nRequirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)\n", "stdout_lines": ["Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages", "Requirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)", "Requirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)"], "version": null, "virtualenv": null} 2020-12-22T11:29:43.150 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.738) 0:04:42.329 ****** 2020-12-22T11:29:43.176 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:43.178 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** changed: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2020-12-22T11:29:43.210 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.059) 0:04:42.389 ****** 2020-12-22T11:29:43.217 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:43.252 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.041) 0:04:42.431 ****** 2020-12-22T11:29:43.258 INFO:teuthology.task.ansible.out: TASK [testnode : Set interface] ************************************************ ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"interface": "ens1f0"}, "changed": false} 2020-12-22T11:29:43.292 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.040) 0:04:42.471 ****** 2020-12-22T11:29:43.298 INFO:teuthology.task.ansible.out: TASK [testnode : Create filesystems] ******************************************* 2020-12-22T11:29:43.300 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:43.332 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.040) 0:04:42.512 ****** 2020-12-22T11:29:43.360 INFO:teuthology.task.ansible.out: TASK [testnode : Mount filesystems] ******************************************** 2020-12-22T11:29:43.361 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:43.393 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.060) 0:04:42.573 ****** 2020-12-22T11:29:43.484 INFO:teuthology.task.ansible.out: TASK [testnode : Check for presence of /etc/network/interfaces] **************** 2020-12-22T11:29:43.485 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "stat": {"exists": false}} 2020-12-22T11:29:43.518 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.124) 0:04:42.697 ****** 2020-12-22T11:29:43.544 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** 2020-12-22T11:29:43.546 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:43.578 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.060) 0:04:42.758 ****** 2020-12-22T11:29:43.596 INFO:teuthology.task.ansible.out: TASK [testnode : Create /var/lib/ceph] ***************************************** 2020-12-22T11:29:43.597 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/lib/ceph", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0} 2020-12-22T11:29:43.629 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.050) 0:04:42.808 ****** 2020-12-22T11:29:43.635 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** 2020-12-22T11:29:43.637 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2020-12-22T11:29:43.669 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.040) 0:04:42.848 ****** 2020-12-22T11:29:43.675 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** 2020-12-22T11:29:43.677 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"xfs_opts": "-m crc=0,finobt=0"}, "changed": false} 2020-12-22T11:29:43.712 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.043) 0:04:42.892 ****** 2020-12-22T11:29:43.718 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** 2020-12-22T11:29:43.720 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:43.753 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.040) 0:04:42.932 ****** 2020-12-22T11:29:43.925 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* 2020-12-22T11:29:43.927 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true} 2020-12-22T11:29:43.959 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.206) 0:04:43.138 ****** 2020-12-22T11:29:43.965 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** 2020-12-22T11:29:43.966 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2020-12-22T11:29:44.000 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:43 +0000 (0:00:00.040) 0:04:43.179 ****** 2020-12-22T11:29:44.193 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* 2020-12-22T11:29:44.195 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2020-12-22T11:29:44.226 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.226) 0:04:43.405 ****** 2020-12-22T11:29:44.252 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* 2020-12-22T11:29:44.253 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.285 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.058) 0:04:43.464 ****** 2020-12-22T11:29:44.291 INFO:teuthology.task.ansible.out: TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* 2020-12-22T11:29:44.293 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "name": "/var/lib/ceph", "opts": "defaults,nofail", "passno": "0", "src": "/dev/vg_nvme/lv_5"} 2020-12-22T11:29:44.328 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.042) 0:04:43.507 ****** 2020-12-22T11:29:44.334 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* 2020-12-22T11:29:44.336 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=ens1f0) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f0", "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item=ens1f1) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f1", "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.336 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.337 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.370 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.042) 0:04:43.549 ****** 2020-12-22T11:29:44.375 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd] ****************************************** 2020-12-22T11:29:44.377 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.410 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.040) 0:04:43.590 ****** 2020-12-22T11:29:44.417 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** 2020-12-22T11:29:44.418 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'ens1f0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "ens1f0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'ens1f1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "ens1f1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [smithi039.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno2', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.429 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'lo', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.431 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.431 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd conf file] ******************************** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.465 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.054) 0:04:43.644 ****** 2020-12-22T11:29:44.495 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.030) 0:04:43.675 ****** 2020-12-22T11:29:44.500 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:44.502 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.536 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.041) 0:04:43.716 ****** 2020-12-22T11:29:44.542 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** 2020-12-22T11:29:44.544 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.576 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.039) 0:04:43.755 ****** 2020-12-22T11:29:44.582 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** 2020-12-22T11:29:44.583 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.615 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.039) 0:04:43.795 ****** 2020-12-22T11:29:44.621 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** 2020-12-22T11:29:44.623 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.655 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.039) 0:04:43.834 ****** 2020-12-22T11:29:44.661 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** 2020-12-22T11:29:44.662 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.700 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.045) 0:04:43.879 ****** 2020-12-22T11:29:44.707 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the teuthology user.] *********** 2020-12-22T11:29:44.708 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.740 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.040) 0:04:43.920 ****** 2020-12-22T11:29:44.746 INFO:teuthology.task.ansible.out: TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* 2020-12-22T11:29:44.748 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.780 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.039) 0:04:43.959 ****** 2020-12-22T11:29:44.787 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the root user.] ***************** 2020-12-22T11:29:44.788 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.820 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.039) 0:04:43.999 ****** 2020-12-22T11:29:44.826 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** 2020-12-22T11:29:44.828 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.862 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.041) 0:04:44.041 ****** 2020-12-22T11:29:44.868 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** 2020-12-22T11:29:44.869 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.901 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.038) 0:04:44.080 ****** 2020-12-22T11:29:44.908 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-12-22T11:29:44.909 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.943 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.042) 0:04:44.123 ****** 2020-12-22T11:29:44.949 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2020-12-22T11:29:44.951 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:44.984 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:44 +0000 (0:00:00.040) 0:04:44.163 ****** 2020-12-22T11:29:44.989 INFO:teuthology.task.ansible.out: TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** 2020-12-22T11:29:44.991 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:45.025 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.041) 0:04:44.204 ****** 2020-12-22T11:29:45.031 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure perl-doc is installed on apt systems.] ***************** 2020-12-22T11:29:45.033 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:45.065 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.039) 0:04:44.244 ****** 2020-12-22T11:29:45.070 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-12-22T11:29:45.072 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:45.104 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.039) 0:04:44.284 ****** 2020-12-22T11:29:45.111 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if Amazon::S3 is installed.] ********************* 2020-12-22T11:29:45.112 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:45.145 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.040) 0:04:44.324 ****** 2020-12-22T11:29:45.172 INFO:teuthology.task.ansible.out: TASK [testnode : Install Amazon::S3.] ****************************************** 2020-12-22T11:29:45.174 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:45.206 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.060) 0:04:44.385 ****** 2020-12-22T11:29:45.232 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on rpm based systems.] ******************** 2020-12-22T11:29:45.234 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:45.265 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.059) 0:04:44.444 ****** 2020-12-22T11:29:45.291 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on apt based systems.] ******************** 2020-12-22T11:29:45.293 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:45.324 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.059) 0:04:44.504 ****** 2020-12-22T11:29:45.332 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2020-12-22T11:29:45.333 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.005417", "end": "2020-12-22 11:29:45.294956", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2020-12-22 11:29:45.289539", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:45.343 INFO:teuthology.task.ansible.out: TASK [testnode : Remove racy /etc/network/if-up.d/ntpdate on xenial] *********** 2020-12-22T11:29:45.346 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:45.377 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.052) 0:04:44.556 ****** 2020-12-22T11:29:45.405 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2020-12-22T11:29:45.406 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:45.445 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.068) 0:04:44.625 ****** 2020-12-22T11:29:45.514 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2020-12-22T11:29:45.516 INFO:teuthology.task.ansible.out:ok: [smithi039.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.003183", "end": "2020-12-22 11:29:45.479980", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2020-12-22 11:29:45.476797", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:45.692 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.002953", "end": "2020-12-22 11:29:45.661031", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2020-12-22 11:29:45.658078", "stderr": "find: ‘/etc/ceph’: No such file or directory", "stderr_lines": ["find: ‘/etc/ceph’: No such file or directory"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:45.869 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.003278", "end": "2020-12-22 11:29:45.841781", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2020-12-22 11:29:45.838503", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:45.904 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.458) 0:04:45.083 ****** 2020-12-22T11:29:45.932 INFO:teuthology.task.ansible.out: TASK [testnode : Create the chrony.conf file] ********************************** 2020-12-22T11:29:45.933 INFO:teuthology.task.ansible.out:ok: [smithi058.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} TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2020-12-22T11:29:45.965 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.060) 0:04:45.144 ****** 2020-12-22T11:29:45.997 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:45 +0000 (0:00:00.031) 0:04:45.176 ****** 2020-12-22T11:29:46.158 INFO:teuthology.task.ansible.out: TASK [testnode : Touch /ceph-qa-ready] ***************************************** 2020-12-22T11:29:46.160 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "dest": "/ceph-qa-ready", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_runtime_t:s0", "size": 0, "state": "file", "uid": 0} 2020-12-22T11:29:46.307 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ntpd is running.] *********************************** 2020-12-22T11:29:46.308 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "chronyd", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2020-12-22 11:24:19 UTC", "ActiveEnterTimestampMonotonic": "16147207", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-tmpfiles-setup.service systemd-journald.socket system.slice -.mount ntpdate.service tmp.mount basic.target sntp.service ntpd.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2020-12-22 11:24:18 UTC", "AssertTimestampMonotonic": "14813238", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2020-12-22 11:24:18 UTC", "ConditionTimestampMonotonic": "14813173", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ntpd.service systemd-timesyncd.service", "ControlGroup": "/system.slice/chronyd.service", "ControlPID": "0 2020-12-22T11:29:46.309 INFO:teuthology.task.ansible.out:", "DefaultDependencies": "yes", "Delegate": "no", "Description": "NTP client/server", "DevicePolicy": "auto", "Documentation": "man:chronyd(8) man:chrony.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/chronyd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "871", "ExecMainStartTimestamp": "Tue 2020-12-22 11:24:19 UTC", "ExecMainStartTimestampMonotonic": "16035282", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/chronyd.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "chronyd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2020-12-22 11:24:18 UTC", "InactiveExitTimestampMonotonic": "14816045", "InvocationID": "113ad84ef9c7414f95f1572a81fd76d7", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity 2020-12-22T11:29:46.311 INFO:teuthology.task.ansible.out:", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "127286", "LimitNPROCSoft": "127286", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127286", "LimitSIGPENDINGSoft": "127286", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "871", "MemoryAccounting": "yes", "MemoryCurrent": "3387392", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "chronyd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/chrony/chronyd.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "full", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOn 2020-12-22T11:29:46.313 INFO:teuthology.task.ansible.out:ly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2020-12-22 11:24:19 UTC", "StateChangeTimestampMonotonic": "16147207", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "203657", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2020-12-22 11:24:19 UTC", "WatchdogTimestampMonotonic": "16035296", "WatchdogUSec": "0"}} 2020-12-22T11:29:46.340 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:46 +0000 (0:00:00.343) 0:04:45.520 ****** 2020-12-22T11:29:46.367 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:46.368 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2020-12-22T11:29:46.399 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:46 +0000 (0:00:00.058) 0:04:45.578 ****** 2020-12-22T11:29:46.426 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2020-12-22T11:29:46.427 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2020-12-22T11:29:46.458 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:46 +0000 (0:00:00.059) 0:04:45.638 ****** 2020-12-22T11:29:46.484 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on rpm based systems.] ********************* 2020-12-22T11:29:46.486 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:46.517 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:46 +0000 (0:00:00.058) 0:04:45.696 ****** 2020-12-22T11:29:46.543 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on apt based systems.] ********************* 2020-12-22T11:29:46.545 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:46.576 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:46 +0000 (0:00:00.058) 0:04:45.755 ****** 2020-12-22T11:29:46.602 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on zypper based systems.] ****************** 2020-12-22T11:29:46.603 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:46.633 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:46 +0000 (0:00:00.057) 0:04:45.813 ****** 2020-12-22T11:29:46.834 INFO:teuthology.task.ansible.out: TASK [testnode : Create the .pip directory for the teuthology user.] *********** 2020-12-22T11:29:46.836 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} 2020-12-22T11:29:46.867 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:46 +0000 (0:00:00.233) 0:04:46.046 ****** 2020-12-22T11:29:47.360 INFO:teuthology.task.ansible.out: TASK [testnode : Create pip.conf and configure it to use our mirror] *********** 2020-12-22T11:29:47.362 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "checksum": "959d37ab30545da205b389a6b7561b225a478a06", "dest": "/home/ubuntu/.pip/pip.conf", "gid": 1236, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip/pip.conf", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 73, "state": "file", "uid": 1000} 2020-12-22T11:29:47.392 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:47 +0000 (0:00:00.525) 0:04:46.572 ****** 2020-12-22T11:29:48.535 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* 2020-12-22T11:29:48.537 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "cmd": ["/bin/pip3", "install", "remoto>=0.0.35"], "name": ["remoto>=0.0.35"], "requirements": null, "state": "present", "stderr": "WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.\n", "stderr_lines": ["WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead."], "stdout": "Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages\nRequirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)\nRequirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)\n", "stdout_lines": ["Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.6/site-packages", "Requirement already satisfied: execnet in /usr/local/lib/python3.6/site-packages (from remoto>=0.0.35)", "Requirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.6/site-packages (from execnet->remoto>=0.0.35)"], "version": null, "virtualenv": null} 2020-12-22T11:29:48.568 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:48 +0000 (0:00:01.175) 0:04:47.747 ****** 2020-12-22T11:29:48.594 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* 2020-12-22T11:29:48.596 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:48.626 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:48 +0000 (0:00:00.058) 0:04:47.805 ****** 2020-12-22T11:29:48.652 INFO:teuthology.task.ansible.out: TASK [testnode : Set interface] ************************************************ 2020-12-22T11:29:48.654 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"interface": "ens1f0"}, "changed": false} 2020-12-22T11:29:48.684 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:48 +0000 (0:00:00.057) 0:04:47.863 ****** 2020-12-22T11:29:48.875 INFO:teuthology.task.ansible.out: TASK [testnode : Check for presence of /etc/network/interfaces] **************** 2020-12-22T11:29:48.877 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "stat": {"exists": false}} 2020-12-22T11:29:48.908 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:48 +0000 (0:00:00.223) 0:04:48.087 ****** 2020-12-22T11:29:48.934 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** 2020-12-22T11:29:48.936 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:48.966 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:48 +0000 (0:00:00.057) 0:04:48.145 ****** 2020-12-22T11:29:48.992 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** 2020-12-22T11:29:48.994 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2020-12-22T11:29:49.025 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.059) 0:04:48.204 ****** 2020-12-22T11:29:49.052 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** 2020-12-22T11:29:49.053 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.084 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.058) 0:04:48.263 ****** 2020-12-22T11:29:49.276 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** 2020-12-22T11:29:49.278 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2020-12-22T11:29:49.309 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.225) 0:04:48.489 ****** 2020-12-22T11:29:49.515 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* 2020-12-22T11:29:49.516 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2020-12-22T11:29:49.548 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.238) 0:04:48.727 ****** 2020-12-22T11:29:49.574 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.608 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.059) 0:04:48.787 ****** 2020-12-22T11:29:49.634 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* 2020-12-22T11:29:49.636 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=ens1f1) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f1", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.645 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=ens1f0) => {"ansible_loop_var": "item", "changed": false, "item": "ens1f0", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.647 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.656 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.658 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.690 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.081) 0:04:48.869 ****** 2020-12-22T11:29:49.727 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** skipping: [smithi058.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'ens1f1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "ens1f1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.729 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'ens1f0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "ens1f0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.739 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno2', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.740 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.750 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'lo', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.784 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.094) 0:04:48.963 ****** 2020-12-22T11:29:49.811 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.812 INFO:teuthology.task.ansible.out: 2020-12-22T11:29:49.846 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.061) 0:04:49.025 ****** 2020-12-22T11:29:49.873 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** 2020-12-22T11:29:49.874 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.906 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.060) 0:04:49.085 ****** 2020-12-22T11:29:49.932 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** 2020-12-22T11:29:49.934 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:49.971 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:49 +0000 (0:00:00.064) 0:04:49.150 ****** 2020-12-22T11:29:49.997 INFO:teuthology.task.ansible.out: TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* 2020-12-22T11:29:49.999 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:50.031 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:50 +0000 (0:00:00.059) 0:04:49.210 ****** 2020-12-22T11:29:50.057 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** 2020-12-22T11:29:50.059 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:50.092 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:50 +0000 (0:00:00.061) 0:04:49.271 ****** 2020-12-22T11:29:50.118 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-12-22T11:29:50.120 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:50.154 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:50 +0000 (0:00:00.061) 0:04:49.333 ****** 2020-12-22T11:29:50.180 INFO:teuthology.task.ansible.out: TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:50.214 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:50 +0000 (0:00:00.060) 0:04:49.394 ****** 2020-12-22T11:29:50.241 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2020-12-22T11:29:50.243 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:50.274 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:50 +0000 (0:00:00.059) 0:04:49.453 ****** 2020-12-22T11:29:50.497 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2020-12-22T11:29:50.499 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.005455", "end": "2020-12-22 11:29:50.464021", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2020-12-22 11:29:50.458566", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:50.684 INFO:teuthology.task.ansible.out:ok: [smithi058.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.003087", "end": "2020-12-22 11:29:50.655572", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2020-12-22 11:29:50.652485", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:50.864 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.002967", "end": "2020-12-22 11:29:50.836635", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2020-12-22 11:29:50.833668", "stderr": "find: ‘/etc/ceph’: No such file or directory", "stderr_lines": ["find: ‘/etc/ceph’: No such file or directory"], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:51.049 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.003282", "end": "2020-12-22 11:29:51.017869", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2020-12-22 11:29:51.014587", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:51.084 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:51 +0000 (0:00:00.809) 0:04:50.263 ****** 2020-12-22T11:29:51.110 INFO:teuthology.task.ansible.out: TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2020-12-22T11:29:51.143 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:51 +0000 (0:00:00.059) 0:04:50.323 ****** 2020-12-22T11:29:51.337 INFO:teuthology.task.ansible.out: TASK [testnode : Touch /ceph-qa-ready] ***************************************** 2020-12-22T11:29:51.339 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "dest": "/ceph-qa-ready", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_runtime_t:s0", "size": 0, "state": "file", "uid": 0} 2020-12-22T11:29:51.441 INFO:teuthology.task.ansible.out: PLAY [testnodes,senta,vossi,jenkins_slaves] ************************************ 2020-12-22T11:29:51.476 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:51 +0000 (0:00:00.332) 0:04:50.655 ****** 2020-12-22T11:29:51.509 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:51 +0000 (0:00:00.032) 0:04:50.688 ****** 2020-12-22T11:29:51.548 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:51 +0000 (0:00:00.038) 0:04:50.727 ****** 2020-12-22T11:29:52.149 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi039.front.sepia.ceph.com] 2020-12-22T11:29:52.194 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] 2020-12-22T11:29:52.204 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] 2020-12-22T11:29:52.243 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.695) 0:04:51.422 ****** 2020-12-22T11:29:52.302 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2020-12-22T11:29:52.304 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:52.336 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.092) 0:04:51.515 ****** 2020-12-22T11:29:52.370 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.033) 0:04:51.549 ****** 2020-12-22T11:29:52.403 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.032) 0:04:51.582 ****** 2020-12-22T11:29:52.409 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2020-12-22T11:29:52.411 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"package_manager": "yum"}, "changed": false} TASK [container-host : set_fact] *********************************************** skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:52.446 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.043) 0:04:51.625 ****** 2020-12-22T11:29:52.480 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.034) 0:04:51.660 ****** 2020-12-22T11:29:52.487 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:52.489 INFO:teuthology.task.ansible.out: TASK [container-host : Including distro specific variables] ******************** 2020-12-22T11:29:52.490 INFO:teuthology.task.ansible.out:ok: [smithi039.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"} 2020-12-22T11:29:52.527 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.046) 0:04:51.706 ****** 2020-12-22T11:29:52.562 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.034) 0:04:51.741 ****** 2020-12-22T11:29:52.568 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2020-12-22T11:29:52.570 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"package_manager": "yum"}, "changed": false} 2020-12-22T11:29:52.606 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.044) 0:04:51.785 ****** 2020-12-22T11:29:52.612 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"package_manager": "yum"}, "changed": false} 2020-12-22T11:29:52.650 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.043) 0:04:51.829 ****** 2020-12-22T11:29:52.656 INFO:teuthology.task.ansible.out: TASK [container-host : Including distro specific variables] ******************** 2020-12-22T11:29:52.657 INFO:teuthology.task.ansible.out:ok: [smithi058.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"} 2020-12-22T11:29:52.695 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.044) 0:04:51.873 ****** 2020-12-22T11:29:52.700 INFO:teuthology.task.ansible.out:ok: [smithi105.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"} 2020-12-22T11:29:52.738 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:52 +0000 (0:00:00.043) 0:04:51.917 ****** 2020-12-22T11:29:53.624 INFO:teuthology.task.ansible.out: TASK [container-host : Install container packages] ***************************** ok: [smithi039.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: podman", "Installed: podman-docker"]} 2020-12-22T11:29:53.659 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:53 +0000 (0:00:00.920) 0:04:52.838 ****** 2020-12-22T11:29:53.686 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2020-12-22T11:29:53.688 INFO:teuthology.task.ansible.out:ok: [smithi039.front.sepia.ceph.com] => {"ansible_facts": {"container_mirror_cert_path": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "container_service_conf": "/etc/containers/registries.conf"}, "changed": false} 2020-12-22T11:29:53.721 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:53 +0000 (0:00:00.062) 0:04:52.901 ****** 2020-12-22T11:29:53.748 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:53.798 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:53 +0000 (0:00:00.076) 0:04:52.978 ****** 2020-12-22T11:29:53.805 INFO:teuthology.task.ansible.out: TASK [container-host : Install container packages] ***************************** 2020-12-22T11:29:53.806 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: podman", "Installed: podman-docker"]} ok: [smithi058.front.sepia.ceph.com] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": ["Installed: podman", "Installed: podman-docker"]} 2020-12-22T11:29:53.866 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:53 +0000 (0:00:00.067) 0:04:53.045 ****** 2020-12-22T11:29:53.907 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:53 +0000 (0:00:00.041) 0:04:53.087 ****** 2020-12-22T11:29:53.913 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2020-12-22T11:29:53.915 INFO:teuthology.task.ansible.out:ok: [smithi058.front.sepia.ceph.com] => {"ansible_facts": {"container_mirror_cert_path": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "container_service_conf": "/etc/containers/registries.conf"}, "changed": false} 2020-12-22T11:29:53.954 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:53 +0000 (0:00:00.046) 0:04:53.133 ****** 2020-12-22T11:29:53.959 INFO:teuthology.task.ansible.out:ok: [smithi105.front.sepia.ceph.com] => {"ansible_facts": {"container_mirror_cert_path": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "container_service_conf": "/etc/containers/registries.conf"}, "changed": false} 2020-12-22T11:29:54.001 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:53 +0000 (0:00:00.046) 0:04:53.180 ****** 2020-12-22T11:29:54.007 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2020-12-22T11:29:54.008 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:54.044 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:54 +0000 (0:00:00.042) 0:04:53.223 ****** 2020-12-22T11:29:54.050 INFO:teuthology.task.ansible.out: TASK [container-host : Create /etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000] *** 2020-12-22T11:29:54.051 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "gid": 0, "group": "root", "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} TASK [container-host : set_fact] *********************************************** skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:54.090 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:54 +0000 (0:00:00.046) 0:04:53.269 ****** 2020-12-22T11:29:54.133 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:54 +0000 (0:00:00.042) 0:04:53.312 ****** 2020-12-22T11:29:54.264 INFO:teuthology.task.ansible.out: TASK [container-host : Create /etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000] *** 2020-12-22T11:29:54.266 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "gid": 0, "group": "root", "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} 2020-12-22T11:29:54.301 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:54 +0000 (0:00:00.168) 0:04:53.480 ****** 2020-12-22T11:29:54.349 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "gid": 0, "group": "root", "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} 2020-12-22T11:29:54.386 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:54 +0000 (0:00:00.084) 0:04:53.565 ****** 2020-12-22T11:29:54.611 INFO:teuthology.task.ansible.out: TASK [container-host : Copy docker-mirror.front.sepia.ceph.com:5000 self-signed cert] *** 2020-12-22T11:29:54.613 INFO:teuthology.task.ansible.out:changed: [smithi039.front.sepia.ceph.com] => {"changed": true, "checksum": "ad23d23287af05eb6dfc6847a1957988954f5ccf", "dest": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "gid": 0, "group": "root", "md5sum": "97bf7a9f95b52e04e40f96163cd1717c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 2134, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1608636594.1160269-274048119053898/source", "state": "file", "uid": 0} 2020-12-22T11:29:54.645 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:54 +0000 (0:00:00.259) 0:04:53.825 ****** 2020-12-22T11:29:54.808 INFO:teuthology.task.ansible.out:changed: [smithi058.front.sepia.ceph.com] => {"changed": true, "checksum": "ad23d23287af05eb6dfc6847a1957988954f5ccf", "dest": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "gid": 0, "group": "root", "md5sum": "97bf7a9f95b52e04e40f96163cd1717c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 2134, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1608636594.3279395-280681369382460/source", "state": "file", "uid": 0} 2020-12-22T11:29:54.843 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:54 +0000 (0:00:00.198) 0:04:54.023 ****** 2020-12-22T11:29:54.891 INFO:teuthology.task.ansible.out:changed: [smithi105.front.sepia.ceph.com] => {"changed": true, "checksum": "ad23d23287af05eb6dfc6847a1957988954f5ccf", "dest": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "gid": 0, "group": "root", "md5sum": "97bf7a9f95b52e04e40f96163cd1717c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 2134, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1608636594.4226766-95358814393999/source", "state": "file", "uid": 0} 2020-12-22T11:29:54.927 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:54 +0000 (0:00:00.084) 0:04:54.107 ****** 2020-12-22T11:29:57.998 INFO:teuthology.task.ansible.out: TASK [container-host : Install registries-conf-ctl] **************************** 2020-12-22T11:29:58.000 INFO:teuthology.task.ansible.out:changed: [smithi039.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-wh15wzyq-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-wh15wzyq-build", "Collecting toml (from registries-conf-ctl==1.0)", " Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl", "Collecting docopt (from registries-conf-ctl==1.0)", " Downloading https://files. 2020-12-22T11:29:58.001 INFO:teuthology.task.ansible.out:pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz", "Installing collected packages: toml, docopt, registries-conf-ctl", " Running setup.py install for docopt: started", " Running setup.py install for docopt: finished with status 'done'", " Running setup.py install for registries-conf-ctl: started", " Running setup.py install for registries-conf-ctl: finished with status 'done'", "Successfully installed docopt-0.6.2 registries-conf-ctl-1.0 toml-0.10.2"], "version": null, "virtualenv": null} 2020-12-22T11:29:58.033 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:03.105) 0:04:57.212 ****** 2020-12-22T11:29:58.071 INFO:teuthology.task.ansible.out: TASK [container-host : Check for docker's daemon.json] ************************* 2020-12-22T11:29:58.073 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:58.108 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.074) 0:04:57.287 ****** 2020-12-22T11:29:58.114 INFO:teuthology.task.ansible.out: TASK [container-host : Install registries-conf-ctl] **************************** 2020-12-22T11:29:58.115 INFO:teuthology.task.ansible.out:changed: [smithi105.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-dofrt73r-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-dofrt73r-build", "Collecting toml (from registries-conf-ctl==1.0)", " Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl", "Collecting docopt (from registries-conf-ctl==1.0)", " Downloading https://files. 2020-12-22T11:29:58.117 INFO:teuthology.task.ansible.out:pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz", "Installing collected packages: toml, docopt, registries-conf-ctl", " Running setup.py install for docopt: started", " Running setup.py install for docopt: finished with status 'done'", " Running setup.py install for registries-conf-ctl: started", " Running setup.py install for registries-conf-ctl: finished with status 'done'", "Successfully installed docopt-0.6.2 registries-conf-ctl-1.0 toml-0.10.2"], "version": null, "virtualenv": null} 2020-12-22T11:29:58.149 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.041) 0:04:57.329 ****** 2020-12-22T11:29:58.155 INFO:teuthology.task.ansible.out: TASK [container-host : Create /etc/containers/registries.conf if necessary] **** 2020-12-22T11:29:58.156 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:58.190 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.040) 0:04:57.369 ****** 2020-12-22T11:29:58.196 INFO:teuthology.task.ansible.out: TASK [container-host : Check for docker's daemon.json] ************************* 2020-12-22T11:29:58.197 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [container-host : Install registries-conf-ctl] **************************** changed: [smithi058.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-30kilcbn-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-30kilcbn-build", "Collecting toml (from registries-conf-ctl==1.0)", " Downloading https://files.pythonhosted. 2020-12-22T11:29:58.199 INFO:teuthology.task.ansible.out:org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl", "Collecting docopt (from registries-conf-ctl==1.0)", " Downloading https://files.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} 2020-12-22T11:29:58.232 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.041) 0:04:57.411 ****** 2020-12-22T11:29:58.264 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.032) 0:04:57.443 ****** 2020-12-22T11:29:58.271 INFO:teuthology.task.ansible.out: TASK [container-host : Check for docker's daemon.json] ************************* 2020-12-22T11:29:58.273 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:58.307 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.042) 0:04:57.486 ****** 2020-12-22T11:29:58.312 INFO:teuthology.task.ansible.out: TASK [container-host : Create /etc/containers/registries.conf if necessary] **** 2020-12-22T11:29:58.314 INFO:teuthology.task.ansible.out:skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:58.349 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.041) 0:04:57.528 ****** 2020-12-22T11:29:58.354 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:58.391 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.041) 0:04:57.570 ****** 2020-12-22T11:29:58.575 INFO:teuthology.task.ansible.out: TASK [container-host : Add local docker.io registry mirror] ******************** 2020-12-22T11:29:58.576 INFO:teuthology.task.ansible.out:changed: [smithi039.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.181648", "end": "2020-12-22 11:29:58.549110", "rc": 0, "start": "2020-12-22 11:29:58.367462", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:58.610 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.219) 0:04:57.789 ****** 2020-12-22T11:29:58.637 INFO:teuthology.task.ansible.out: TASK [container-host : Restart docker service] ********************************* 2020-12-22T11:29:58.639 INFO:teuthology.task.ansible.out:skipping: [smithi039.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:58.713 INFO:teuthology.task.ansible.out: TASK [container-host : Add local docker.io registry mirror] ******************** 2020-12-22T11:29:58.715 INFO:teuthology.task.ansible.out:changed: [smithi105.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.167248", "end": "2020-12-22 11:29:58.686600", "rc": 0, "start": "2020-12-22 11:29:58.519352", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:58.746 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.136) 0:04:57.926 ****** 2020-12-22T11:29:58.773 INFO:teuthology.task.ansible.out:changed: [smithi058.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.179193", "end": "2020-12-22 11:29:58.750154", "rc": 0, "start": "2020-12-22 11:29:58.570961", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-12-22T11:29:58.775 INFO:teuthology.task.ansible.out: TASK [container-host : Restart docker service] ********************************* skipping: [smithi105.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:58.808 INFO:teuthology.task.ansible.out:Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.061) 0:04:57.987 ****** 2020-12-22T11:29:58.840 INFO:teuthology.task.ansible.out:skipping: [smithi058.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2020-12-22T11:29:58.954 INFO:teuthology.task.ansible.out: PLAY [cobbler] ***************************************************************** skipping: no hosts matched 2020-12-22T11:29:58.958 INFO:teuthology.task.ansible.out: PLAY [paddles] ***************************************************************** skipping: no hosts matched 2020-12-22T11:29:58.961 INFO:teuthology.task.ansible.out: PLAY [pulpito] ***************************************************************** skipping: no hosts matched 2020-12-22T11:29:58.963 INFO:teuthology.task.ansible.out: PLAY RECAP ********************************************************************* smithi039.front.sepia.ceph.com : ok=126 changed=46 unreachable=0 failed=0 skipped=183 rescued=0 ignored=3 smithi058.front.sepia.ceph.com : ok=126 changed=46 unreachable=0 failed=0 skipped=183 rescued=0 ignored=3 smithi105.front.sepia.ceph.com : ok=126 changed=46 unreachable=0 failed=0 skipped=183 rescued=0 ignored=3 Tuesday 22 December 2020 11:29:58 +0000 (0:00:00.154) 0:04:58.141 ****** =============================================================================== common : nrpe - Ensure SELinux policy is up to date -------------------- 33.36s testnode : Install packages -------------------------------------------- 33.30s users : Create all admin users with sudo access. ----------------------- 29.96s users : Update authorized_keys using the keys repo --------------------- 27.04s common : nrpe - Remove SELinux policy package -------------------------- 10.12s common : nrpe - Load SELinux policy package ----------------------------- 9.24s users : Remove revoked users -------------------------------------------- 7.00s common : Install Kerberos Packages (RedHat) ----------------------------- 3.65s container-host : Install registries-conf-ctl ---------------------------- 3.11s testnode : Ensure ceph dependency packages are not present. ------------- 2.44s testnode : Ensure ceph packages are not present. ------------------------ 2.07s testnode : Zap all non-root disks --------------------------------------- 1.64s Gathering Facts --------------------------------------------------------- 1.59s users : Update authorized_keys for each user with literal keys ---------- 1.53s testnode : Configure version specific repos in /etc/yum.repos.d/ -------- 1.42s testnode : Install packages via pip ------------------------------------- 1.18s common : nrpe - Install SELinux dependencies ---------------------------- 0.99s comm 2020-12-22T11:29:58.965 INFO:teuthology.task.ansible.out:on : Make sure smartmontools is installed --------------------------- 0.98s container-host : Install container packages ----------------------------- 0.92s testnode : List any leftover Ceph artifacts from previous jobs ---------- 0.81s 2020-12-22T11:29:59.249 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi105.front.sepia.ceph.com'), Remote(name='ubuntu@smithi039.front.sepia.ceph.com'), Remote(name='ubuntu@smithi058.front.sepia.ceph.com')] 2020-12-22T11:29:59.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:29:59.252 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:29:59.324 DEBUG:teuthology.orchestra.run.smithi105:> true 2020-12-22T11:29:59.413 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:29:59.414 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:29:59.486 DEBUG:teuthology.orchestra.run.smithi039:> true 2020-12-22T11:29:59.578 INFO:teuthology.orchestra.remote:Trying to reconnect to host 2020-12-22T11:29:59.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi058.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2020-12-22T11:29:59.653 DEBUG:teuthology.orchestra.run.smithi058:> true 2020-12-22T11:29:59.751 INFO:teuthology.run_tasks:Running task clock... 2020-12-22T11:29:59.762 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2020-12-22T11:29:59.762 INFO:teuthology.orchestra.run:Running command with timeout 360 2020-12-22T11:29:59.763 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2020-12-22T11:29:59.795 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2020-12-22T11:29:59.810 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2020-12-22T11:29:59.847 INFO:teuthology.orchestra.run.smithi105.stderr:sudo: ntpd: command not found 2020-12-22T11:29:59.858 INFO:teuthology.orchestra.run.smithi105.stdout:506 Cannot talk to daemon 2020-12-22T11:29:59.872 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntp.service: Unit ntp.service not found. 2020-12-22T11:29:59.887 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2020-12-22T11:29:59.951 INFO:teuthology.orchestra.run.smithi105.stderr:bash: ntpq: command not found 2020-12-22T11:29:59.954 INFO:teuthology.orchestra.run.smithi105.stdout:210 Number of sources = 4 2020-12-22T11:29:59.954 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2020-12-22T11:29:59.954 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2020-12-22T11:29:59.954 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:29:59.955 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:29:59.955 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:29:59.955 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:29:59.956 INFO:teuthology.orchestra.run:Running command with timeout 360 2020-12-22T11:29:59.956 DEBUG:teuthology.orchestra.run.smithi039:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2020-12-22T11:29:59.994 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2020-12-22T11:30:00.012 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2020-12-22T11:30:00.050 INFO:teuthology.orchestra.run.smithi039.stderr:sudo: ntpd: command not found 2020-12-22T11:30:00.062 INFO:teuthology.orchestra.run.smithi039.stdout:506 Cannot talk to daemon 2020-12-22T11:30:00.078 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to start ntp.service: Unit ntp.service not found. 2020-12-22T11:30:00.094 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2020-12-22T11:30:00.157 INFO:teuthology.orchestra.run.smithi039.stderr:bash: ntpq: command not found 2020-12-22T11:30:00.160 INFO:teuthology.orchestra.run.smithi039.stdout:210 Number of sources = 4 2020-12-22T11:30:00.160 INFO:teuthology.orchestra.run.smithi039.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2020-12-22T11:30:00.160 INFO:teuthology.orchestra.run.smithi039.stdout:=============================================================================== 2020-12-22T11:30:00.161 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:30:00.161 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:30:00.161 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:30:00.161 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:30:00.162 INFO:teuthology.orchestra.run:Running command with timeout 360 2020-12-22T11:30:00.162 DEBUG:teuthology.orchestra.run.smithi058:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2020-12-22T11:30:00.202 INFO:teuthology.orchestra.run.smithi058.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2020-12-22T11:30:00.220 INFO:teuthology.orchestra.run.smithi058.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2020-12-22T11:30:00.258 INFO:teuthology.orchestra.run.smithi058.stderr:sudo: ntpd: command not found 2020-12-22T11:30:00.271 INFO:teuthology.orchestra.run.smithi058.stdout:506 Cannot talk to daemon 2020-12-22T11:30:00.287 INFO:teuthology.orchestra.run.smithi058.stderr:Failed to start ntp.service: Unit ntp.service not found. 2020-12-22T11:30:00.302 INFO:teuthology.orchestra.run.smithi058.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2020-12-22T11:30:00.373 INFO:teuthology.orchestra.run.smithi058.stderr:bash: ntpq: command not found 2020-12-22T11:30:00.376 INFO:teuthology.orchestra.run.smithi058.stdout:210 Number of sources = 4 2020-12-22T11:30:00.376 INFO:teuthology.orchestra.run.smithi058.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2020-12-22T11:30:00.376 INFO:teuthology.orchestra.run.smithi058.stdout:=============================================================================== 2020-12-22T11:30:00.376 INFO:teuthology.orchestra.run.smithi058.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:30:00.376 INFO:teuthology.orchestra.run.smithi058.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:30:00.377 INFO:teuthology.orchestra.run.smithi058.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:30:00.377 INFO:teuthology.orchestra.run.smithi058.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2020-12-22T11:30:00.378 INFO:teuthology.run_tasks:Running task install... 2020-12-22T11:30:00.386 DEBUG:teuthology.task.install:project ceph 2020-12-22T11:30:00.387 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96'}} 2020-12-22T11:30:00.387 DEBUG:teuthology.task.install:config {'sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96'} 2020-12-22T11:30:00.387 INFO:teuthology.task.install:Using flavor: basic 2020-12-22T11:30:00.393 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2020-12-22T11:30:00.394 INFO:teuthology.task.install:extra packages: [] 2020-12-22T11:30:00.394 DEBUG:teuthology.orchestra.run.smithi105:> sudo lsb_release -is 2020-12-22T11:30:00.430 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS 2020-12-22T11:30:00.432 DEBUG:teuthology.misc:System to be installed: CentOS 2020-12-22T11:30:00.432 DEBUG:teuthology.orchestra.run.smithi039:> sudo lsb_release -is 2020-12-22T11:30:00.433 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'flavor': 'basic', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96', 'tag': None, 'wait_for_package': False} 2020-12-22T11:30:00.433 DEBUG:teuthology.orchestra.run.smithi105:> sudo lsb_release -is 2020-12-22T11:30:00.469 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS 2020-12-22T11:30:00.470 DEBUG:teuthology.misc:System to be installed: CentOS 2020-12-22T11:30:00.471 DEBUG:teuthology.orchestra.run.smithi058:> sudo lsb_release -is 2020-12-22T11:30:00.471 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'flavor': 'basic', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96', 'tag': None, 'wait_for_package': False} 2020-12-22T11:30:00.472 DEBUG:teuthology.orchestra.run.smithi039:> sudo lsb_release -is 2020-12-22T11:30:00.506 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS 2020-12-22T11:30:00.507 DEBUG:teuthology.misc:System to be installed: CentOS 2020-12-22T11:30:00.508 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=af9dac1ff568f0ba2132416c425a35d7a342ee96 2020-12-22T11:30:00.512 INFO:teuthology.orchestra.run.smithi058.stdout:CentOS 2020-12-22T11:30:00.512 DEBUG:teuthology.misc:System to be installed: CentOS 2020-12-22T11:30:00.513 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'flavor': 'basic', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96', 'tag': None, 'wait_for_package': False} 2020-12-22T11:30:00.513 DEBUG:teuthology.orchestra.run.smithi058:> sudo lsb_release -is 2020-12-22T11:30:00.545 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS 2020-12-22T11:30:00.546 DEBUG:teuthology.misc:System to be installed: CentOS 2020-12-22T11:30:00.547 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=af9dac1ff568f0ba2132416c425a35d7a342ee96 2020-12-22T11:30:00.587 INFO:teuthology.orchestra.run.smithi058.stdout:CentOS 2020-12-22T11:30:00.588 DEBUG:teuthology.misc:System to be installed: CentOS 2020-12-22T11:30:00.589 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=af9dac1ff568f0ba2132416c425a35d7a342ee96 2020-12-22T11:30:00.674 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/ 2020-12-22T11:30:00.675 INFO:teuthology.task.install.rpm:Package version is 16.0.0-8516.gaf9dac1f 2020-12-22T11:30:00.702 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/ 2020-12-22T11:30:00.702 INFO:teuthology.task.install.rpm:Package version is 16.0.0-8516.gaf9dac1f 2020-12-22T11:30:00.741 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/ 2020-12-22T11:30:00.741 INFO:teuthology.task.install.rpm:Package version is 16.0.0-8516.gaf9dac1f 2020-12-22T11:30:01.068 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2020-12-22T11:30:01.068 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:30:01.069 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/yum.repos.d/ceph.repo 2020-12-22T11:30:01.096 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2020-12-22T11:30:01.097 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:30:01.097 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/yum.repos.d/ceph.repo 2020-12-22T11:30:01.098 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2020-12-22T11:30:01.098 DEBUG:teuthology.orchestra.run.smithi105:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/af9dac1ff568f0ba2132416c425a35d7a342ee96/;g' /etc/yum.repos.d/ceph.repo ; fi 2020-12-22T11:30:01.121 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/master/af9dac1ff568f0ba2132416c425a35d7a342ee96/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2020-12-22T11:30:01.122 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:30:01.122 DEBUG:teuthology.orchestra.run.smithi058:> sudo dd of=/etc/yum.repos.d/ceph.repo 2020-12-22T11:30:01.125 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2020-12-22T11:30:01.125 DEBUG:teuthology.orchestra.run.smithi039:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/af9dac1ff568f0ba2132416c425a35d7a342ee96/;g' /etc/yum.repos.d/ceph.repo ; fi 2020-12-22T11:30:01.150 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2020-12-22T11:30:01.151 DEBUG:teuthology.orchestra.run.smithi058:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/af9dac1ff568f0ba2132416c425a35d7a342ee96/;g' /etc/yum.repos.d/ceph.repo ; fi 2020-12-22T11:30:01.165 DEBUG:teuthology.orchestra.run.smithi105:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2020-12-22T11:30:01.193 DEBUG:teuthology.orchestra.run.smithi039:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2020-12-22T11:30:01.220 DEBUG:teuthology.orchestra.run.smithi058:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2020-12-22T11:30:01.240 DEBUG:teuthology.orchestra.run.smithi105:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2020-12-22T11:30:01.271 DEBUG:teuthology.orchestra.run.smithi039:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2020-12-22T11:30:01.300 DEBUG:teuthology.orchestra.run.smithi058:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2020-12-22T11:30:01.304 INFO:teuthology.orchestra.run.smithi105.stdout:check_obsoletes = 1 2020-12-22T11:30:01.305 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum clean all 2020-12-22T11:30:01.337 INFO:teuthology.orchestra.run.smithi039.stdout:check_obsoletes = 1 2020-12-22T11:30:01.338 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum clean all 2020-12-22T11:30:01.365 INFO:teuthology.orchestra.run.smithi058.stdout:check_obsoletes = 1 2020-12-22T11:30:01.367 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum clean all 2020-12-22T11:30:01.656 INFO:teuthology.orchestra.run.smithi105.stdout:107 files removed 2020-12-22T11:30:01.684 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-radosgw 2020-12-22T11:30:01.709 INFO:teuthology.orchestra.run.smithi039.stdout:107 files removed 2020-12-22T11:30:01.720 INFO:teuthology.orchestra.run.smithi058.stdout:107 files removed 2020-12-22T11:30:01.740 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-radosgw 2020-12-22T11:30:01.750 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-radosgw 2020-12-22T11:30:02.832 INFO:teuthology.orchestra.run.smithi105.stdout:ceph packages for x86_64 93 kB/s | 72 kB 00:00 2020-12-22T11:30:02.935 INFO:teuthology.orchestra.run.smithi039.stdout:ceph packages for x86_64 90 kB/s | 72 kB 00:00 2020-12-22T11:30:02.948 INFO:teuthology.orchestra.run.smithi058.stdout:ceph packages for x86_64 90 kB/s | 72 kB 00:00 2020-12-22T11:30:03.484 INFO:teuthology.orchestra.run.smithi105.stdout:ceph noarch packages 24 kB/s | 15 kB 00:00 2020-12-22T11:30:03.594 INFO:teuthology.orchestra.run.smithi039.stdout:ceph noarch packages 24 kB/s | 15 kB 00:00 2020-12-22T11:30:03.606 INFO:teuthology.orchestra.run.smithi058.stdout:ceph noarch packages 24 kB/s | 15 kB 00:00 2020-12-22T11:30:04.032 INFO:teuthology.orchestra.run.smithi105.stdout:ceph source packages 2.7 kB/s | 1.4 kB 00:00 2020-12-22T11:30:04.116 INFO:teuthology.orchestra.run.smithi039.stdout:ceph source packages 2.9 kB/s | 1.4 kB 00:00 2020-12-22T11:30:04.169 INFO:teuthology.orchestra.run.smithi058.stdout:ceph source packages 2.7 kB/s | 1.4 kB 00:00 2020-12-22T11:30:04.190 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-8 - AppStream 46 MB/s | 6.3 MB 00:00 2020-12-22T11:30:04.281 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS-8 - AppStream 45 MB/s | 6.3 MB 00:00 2020-12-22T11:30:04.341 INFO:teuthology.orchestra.run.smithi058.stdout:CentOS-8 - AppStream 42 MB/s | 6.3 MB 00:00 2020-12-22T11:30:05.263 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-8 - Base 26 MB/s | 2.3 MB 00:00 2020-12-22T11:30:05.446 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS-8 - Base 25 MB/s | 2.3 MB 00:00 2020-12-22T11:30:05.494 INFO:teuthology.orchestra.run.smithi058.stdout:CentOS-8 - Base 23 MB/s | 2.3 MB 00:00 2020-12-22T11:30:05.705 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-8 - Extras 134 kB/s | 8.6 kB 00:00 2020-12-22T11:30:05.914 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS-8 - Extras 131 kB/s | 8.6 kB 00:00 2020-12-22T11:30:05.954 INFO:teuthology.orchestra.run.smithi058.stdout:CentOS-8 - Extras 131 kB/s | 8.6 kB 00:00 2020-12-22T11:30:06.243 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 18 MB/s | 8.6 MB 00:00 2020-12-22T11:30:06.394 INFO:teuthology.orchestra.run.smithi039.stdout:Extra Packages for Enterprise Linux 20 MB/s | 8.6 MB 00:00 2020-12-22T11:30:06.584 INFO:teuthology.orchestra.run.smithi058.stdout:Extra Packages for Enterprise Linux 15 MB/s | 8.6 MB 00:00 2020-12-22T11:30:08.070 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 5.3 MB/s | 23 kB 00:00 2020-12-22T11:30:08.319 INFO:teuthology.orchestra.run.smithi039.stdout:lab-extras 4.9 MB/s | 23 kB 00:00 2020-12-22T11:30:08.504 INFO:teuthology.orchestra.run.smithi058.stdout:lab-extras 5.2 MB/s | 23 kB 00:00 2020-12-22T11:30:09.176 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:30:09.189 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:30:09.190 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:30:09.190 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:30:09.190 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:30:09.190 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-radosgw x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 12 M 2020-12-22T11:30:09.191 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrading: 2020-12-22T11:30:09.191 INFO:teuthology.orchestra.run.smithi105.stdout: librados2 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 3.7 M 2020-12-22T11:30:09.191 INFO:teuthology.orchestra.run.smithi105.stdout: librbd1 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 2.7 M 2020-12-22T11:30:09.191 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2020-12-22T11:30:09.192 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-base x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 5.9 M 2020-12-22T11:30:09.192 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-common x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 23 M 2020-12-22T11:30:09.192 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-selinux x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 25 k 2020-12-22T11:30:09.192 INFO:teuthology.orchestra.run.smithi105.stdout: fmt x86_64 6.2.1-1.el8 epel 116 k 2020-12-22T11:30:09.192 INFO:teuthology.orchestra.run.smithi105.stdout: gperftools-libs x86_64 2.7-6.el8 epel 315 k 2020-12-22T11:30:09.193 INFO:teuthology.orchestra.run.smithi105.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2020-12-22T11:30:09.193 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs2 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 554 k 2020-12-22T11:30:09.193 INFO:teuthology.orchestra.run.smithi105.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2020-12-22T11:30:09.193 INFO:teuthology.orchestra.run.smithi105.stdout: librabbitmq x86_64 0.9.0-2.el8 CentOS-Base 47 k 2020-12-22T11:30:09.193 INFO:teuthology.orchestra.run.smithi105.stdout: libradosstriper1 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 481 k 2020-12-22T11:30:09.194 INFO:teuthology.orchestra.run.smithi105.stdout: librdkafka x86_64 0.11.4-1.el8 CentOS-AppStream 353 k 2020-12-22T11:30:09.194 INFO:teuthology.orchestra.run.smithi105.stdout: librgw2 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 3.7 M 2020-12-22T11:30:09.194 INFO:teuthology.orchestra.run.smithi105.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2020-12-22T11:30:09.194 INFO:teuthology.orchestra.run.smithi105.stdout: lttng-ust x86_64 2.8.1-11.el8 CentOS-AppStream 259 k 2020-12-22T11:30:09.194 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-argparse 2020-12-22T11:30:09.195 INFO:teuthology.orchestra.run.smithi105.stdout: x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 40 k 2020-12-22T11:30:09.195 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-common x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 73 k 2020-12-22T11:30:09.195 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cephfs x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 206 k 2020-12-22T11:30:09.195 INFO:teuthology.orchestra.run.smithi105.stdout: python3-prettytable noarch 0.7.2-14.el8 CentOS-AppStream 44 k 2020-12-22T11:30:09.195 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rados x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 382 k 2020-12-22T11:30:09.196 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rbd x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 362 k 2020-12-22T11:30:09.196 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rgw x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 114 k 2020-12-22T11:30:09.196 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:09.196 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:30:09.196 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:30:09.197 INFO:teuthology.orchestra.run.smithi105.stdout:Install 22 Packages 2020-12-22T11:30:09.197 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrade 2 Packages 2020-12-22T11:30:09.197 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:09.198 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 54 M 2020-12-22T11:30:09.198 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:30:09.521 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:30:09.533 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:30:09.534 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:30:09.534 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:30:09.534 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:30:09.534 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-radosgw x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 12 M 2020-12-22T11:30:09.535 INFO:teuthology.orchestra.run.smithi039.stdout:Upgrading: 2020-12-22T11:30:09.535 INFO:teuthology.orchestra.run.smithi039.stdout: librados2 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 3.7 M 2020-12-22T11:30:09.535 INFO:teuthology.orchestra.run.smithi039.stdout: librbd1 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 2.7 M 2020-12-22T11:30:09.535 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2020-12-22T11:30:09.535 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-base x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 5.9 M 2020-12-22T11:30:09.536 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-common x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 23 M 2020-12-22T11:30:09.536 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-selinux x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 25 k 2020-12-22T11:30:09.536 INFO:teuthology.orchestra.run.smithi039.stdout: fmt x86_64 6.2.1-1.el8 epel 116 k 2020-12-22T11:30:09.536 INFO:teuthology.orchestra.run.smithi039.stdout: gperftools-libs x86_64 2.7-6.el8 epel 315 k 2020-12-22T11:30:09.537 INFO:teuthology.orchestra.run.smithi039.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2020-12-22T11:30:09.537 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs2 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 554 k 2020-12-22T11:30:09.537 INFO:teuthology.orchestra.run.smithi039.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2020-12-22T11:30:09.537 INFO:teuthology.orchestra.run.smithi039.stdout: librabbitmq x86_64 0.9.0-2.el8 CentOS-Base 47 k 2020-12-22T11:30:09.537 INFO:teuthology.orchestra.run.smithi039.stdout: libradosstriper1 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 481 k 2020-12-22T11:30:09.538 INFO:teuthology.orchestra.run.smithi039.stdout: librdkafka x86_64 0.11.4-1.el8 CentOS-AppStream 353 k 2020-12-22T11:30:09.538 INFO:teuthology.orchestra.run.smithi039.stdout: librgw2 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 3.7 M 2020-12-22T11:30:09.538 INFO:teuthology.orchestra.run.smithi039.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2020-12-22T11:30:09.538 INFO:teuthology.orchestra.run.smithi039.stdout: lttng-ust x86_64 2.8.1-11.el8 CentOS-AppStream 259 k 2020-12-22T11:30:09.538 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-argparse 2020-12-22T11:30:09.539 INFO:teuthology.orchestra.run.smithi039.stdout: x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 40 k 2020-12-22T11:30:09.539 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-common x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 73 k 2020-12-22T11:30:09.539 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cephfs x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 206 k 2020-12-22T11:30:09.539 INFO:teuthology.orchestra.run.smithi039.stdout: python3-prettytable noarch 0.7.2-14.el8 CentOS-AppStream 44 k 2020-12-22T11:30:09.540 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rados x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 382 k 2020-12-22T11:30:09.540 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rbd x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 362 k 2020-12-22T11:30:09.540 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rgw x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 114 k 2020-12-22T11:30:09.540 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:30:09.540 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:30:09.541 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:30:09.541 INFO:teuthology.orchestra.run.smithi039.stdout:Install 22 Packages 2020-12-22T11:30:09.541 INFO:teuthology.orchestra.run.smithi039.stdout:Upgrade 2 Packages 2020-12-22T11:30:09.541 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:30:09.542 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 54 M 2020-12-22T11:30:09.542 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:30:09.690 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:30:09.701 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:30:09.702 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:30:09.702 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:30:09.702 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:30:09.702 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-radosgw x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 12 M 2020-12-22T11:30:09.703 INFO:teuthology.orchestra.run.smithi058.stdout:Upgrading: 2020-12-22T11:30:09.703 INFO:teuthology.orchestra.run.smithi058.stdout: librados2 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 3.7 M 2020-12-22T11:30:09.703 INFO:teuthology.orchestra.run.smithi058.stdout: librbd1 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 2.7 M 2020-12-22T11:30:09.703 INFO:teuthology.orchestra.run.smithi058.stdout:Installing dependencies: 2020-12-22T11:30:09.703 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-base x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 5.9 M 2020-12-22T11:30:09.704 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-common x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 23 M 2020-12-22T11:30:09.704 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-selinux x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 25 k 2020-12-22T11:30:09.704 INFO:teuthology.orchestra.run.smithi058.stdout: fmt x86_64 6.2.1-1.el8 epel 116 k 2020-12-22T11:30:09.704 INFO:teuthology.orchestra.run.smithi058.stdout: gperftools-libs x86_64 2.7-6.el8 epel 315 k 2020-12-22T11:30:09.705 INFO:teuthology.orchestra.run.smithi058.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2020-12-22T11:30:09.705 INFO:teuthology.orchestra.run.smithi058.stdout: libcephfs2 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 554 k 2020-12-22T11:30:09.705 INFO:teuthology.orchestra.run.smithi058.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2020-12-22T11:30:09.705 INFO:teuthology.orchestra.run.smithi058.stdout: librabbitmq x86_64 0.9.0-2.el8 CentOS-Base 47 k 2020-12-22T11:30:09.705 INFO:teuthology.orchestra.run.smithi058.stdout: libradosstriper1 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 481 k 2020-12-22T11:30:09.706 INFO:teuthology.orchestra.run.smithi058.stdout: librdkafka x86_64 0.11.4-1.el8 CentOS-AppStream 353 k 2020-12-22T11:30:09.706 INFO:teuthology.orchestra.run.smithi058.stdout: librgw2 x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 3.7 M 2020-12-22T11:30:09.706 INFO:teuthology.orchestra.run.smithi058.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2020-12-22T11:30:09.706 INFO:teuthology.orchestra.run.smithi058.stdout: lttng-ust x86_64 2.8.1-11.el8 CentOS-AppStream 259 k 2020-12-22T11:30:09.707 INFO:teuthology.orchestra.run.smithi058.stdout: python3-ceph-argparse 2020-12-22T11:30:09.707 INFO:teuthology.orchestra.run.smithi058.stdout: x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 40 k 2020-12-22T11:30:09.707 INFO:teuthology.orchestra.run.smithi058.stdout: python3-ceph-common x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 73 k 2020-12-22T11:30:09.707 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cephfs x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 206 k 2020-12-22T11:30:09.707 INFO:teuthology.orchestra.run.smithi058.stdout: python3-prettytable noarch 0.7.2-14.el8 CentOS-AppStream 44 k 2020-12-22T11:30:09.708 INFO:teuthology.orchestra.run.smithi058.stdout: python3-rados x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 382 k 2020-12-22T11:30:09.708 INFO:teuthology.orchestra.run.smithi058.stdout: python3-rbd x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 362 k 2020-12-22T11:30:09.708 INFO:teuthology.orchestra.run.smithi058.stdout: python3-rgw x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 114 k 2020-12-22T11:30:09.708 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:30:09.709 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:30:09.709 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:30:09.709 INFO:teuthology.orchestra.run.smithi058.stdout:Install 22 Packages 2020-12-22T11:30:09.709 INFO:teuthology.orchestra.run.smithi058.stdout:Upgrade 2 Packages 2020-12-22T11:30:09.710 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:30:09.710 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 54 M 2020-12-22T11:30:09.710 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:30:10.000 INFO:teuthology.orchestra.run.smithi105.stdout:(1/24): ceph-base-16.0.0-8516.gaf9dac1f.el8.x86 7.3 MB/s | 5.9 MB 00:00 2020-12-22T11:30:10.051 INFO:teuthology.orchestra.run.smithi105.stdout:(2/24): ceph-selinux-16.0.0-8516.gaf9dac1f.el8. 485 kB/s | 25 kB 00:00 2020-12-22T11:30:10.179 INFO:teuthology.orchestra.run.smithi105.stdout:(3/24): libcephfs2-16.0.0-8516.gaf9dac1f.el8.x8 4.2 MB/s | 554 kB 00:00 2020-12-22T11:30:10.256 INFO:teuthology.orchestra.run.smithi105.stdout:(4/24): libradosstriper1-16.0.0-8516.gaf9dac1f. 6.1 MB/s | 481 kB 00:00 2020-12-22T11:30:10.735 INFO:teuthology.orchestra.run.smithi105.stdout:(5/24): ceph-radosgw-16.0.0-8516.gaf9dac1f.el8. 7.6 MB/s | 12 MB 00:01 2020-12-22T11:30:10.788 INFO:teuthology.orchestra.run.smithi105.stdout:(6/24): python3-ceph-argparse-16.0.0-8516.gaf9d 763 kB/s | 40 kB 00:00 2020-12-22T11:30:10.800 INFO:teuthology.orchestra.run.smithi105.stdout:(7/24): librgw2-16.0.0-8516.gaf9dac1f.el8.x86_6 6.9 MB/s | 3.7 MB 00:00 2020-12-22T11:30:10.827 INFO:teuthology.orchestra.run.smithi105.stdout:(8/24): python3-ceph-common-16.0.0-8516.gaf9dac 1.8 MB/s | 73 kB 00:00 2020-12-22T11:30:10.845 INFO:teuthology.orchestra.run.smithi105.stdout:(9/24): python3-cephfs-16.0.0-8516.gaf9dac1f.el 4.5 MB/s | 206 kB 00:00 2020-12-22T11:30:10.882 INFO:teuthology.orchestra.run.smithi105.stdout:(10/24): python3-rados-16.0.0-8516.gaf9dac1f.el 6.7 MB/s | 382 kB 00:00 2020-12-22T11:30:10.906 INFO:teuthology.orchestra.run.smithi105.stdout:(11/24): python3-rbd-16.0.0-8516.gaf9dac1f.el8. 5.8 MB/s | 362 kB 00:00 2020-12-22T11:30:10.934 INFO:teuthology.orchestra.run.smithi105.stdout:(12/24): python3-rgw-16.0.0-8516.gaf9dac1f.el8. 2.2 MB/s | 114 kB 00:00 2020-12-22T11:30:11.711 INFO:teuthology.orchestra.run.smithi105.stdout:(13/24): ceph-common-16.0.0-8516.gaf9dac1f.el8. 9.1 MB/s | 23 MB 00:02 2020-12-22T11:30:11.904 INFO:teuthology.orchestra.run.smithi105.stdout:(14/24): librdkafka-0.11.4-1.el8.x86_64.rpm 354 kB/s | 353 kB 00:00 2020-12-22T11:30:11.905 INFO:teuthology.orchestra.run.smithi105.stdout:(15/24): python3-prettytable-0.7.2-14.el8.noarc 226 kB/s | 44 kB 00:00 2020-12-22T11:30:11.907 INFO:teuthology.orchestra.run.smithi105.stdout:(16/24): lttng-ust-2.8.1-11.el8.x86_64.rpm 267 kB/s | 259 kB 00:00 2020-12-22T11:30:11.907 INFO:teuthology.orchestra.run.smithi105.stdout:(17/24): librabbitmq-0.9.0-2.el8.x86_64.rpm 15 MB/s | 47 kB 00:00 2020-12-22T11:30:11.994 INFO:teuthology.orchestra.run.smithi105.stdout:(18/24): leveldb-1.22-1.el8.x86_64.rpm 2.0 MB/s | 181 kB 00:00 2020-12-22T11:30:12.002 INFO:teuthology.orchestra.run.smithi105.stdout:(19/24): fmt-6.2.1-1.el8.x86_64.rpm 1.2 MB/s | 116 kB 00:00 2020-12-22T11:30:12.011 INFO:teuthology.orchestra.run.smithi105.stdout:(20/24): liboath-2.6.2-3.el8.x86_64.rpm 3.4 MB/s | 59 kB 00:00 2020-12-22T11:30:12.023 INFO:teuthology.orchestra.run.smithi105.stdout:(21/24): libunwind-1.3.1-3.el8.x86_64.rpm 3.6 MB/s | 75 kB 00:00 2020-12-22T11:30:12.024 INFO:teuthology.orchestra.run.smithi105.stdout:(22/24): gperftools-libs-2.7-6.el8.x86_64.rpm 2.6 MB/s | 315 kB 00:00 2020-12-22T11:30:12.315 INFO:teuthology.orchestra.run.smithi105.stdout:(23/24): librbd1-16.0.0-8516.gaf9dac1f.el8.x86_ 9.3 MB/s | 2.7 MB 00:00 2020-12-22T11:30:12.327 INFO:teuthology.orchestra.run.smithi039.stdout:(1/24): ceph-base-16.0.0-8516.gaf9dac1f.el8.x86 2.1 MB/s | 5.9 MB 00:02 2020-12-22T11:30:12.361 INFO:teuthology.orchestra.run.smithi039.stdout:(2/24): ceph-selinux-16.0.0-8516.gaf9dac1f.el8. 745 kB/s | 25 kB 00:00 2020-12-22T11:30:12.461 INFO:teuthology.orchestra.run.smithi105.stdout:(24/24): librados2-16.0.0-8516.gaf9dac1f.el8.x8 8.2 MB/s | 3.7 MB 00:00 2020-12-22T11:30:12.466 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:30:12.466 INFO:teuthology.orchestra.run.smithi105.stdout:Total 17 MB/s | 54 MB 00:03 2020-12-22T11:30:12.469 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:30:12.511 INFO:teuthology.orchestra.run.smithi039.stdout:(3/24): libcephfs2-16.0.0-8516.gaf9dac1f.el8.x8 3.6 MB/s | 554 kB 00:00 2020-12-22T11:30:12.515 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:30:12.515 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:30:12.606 INFO:teuthology.orchestra.run.smithi039.stdout:(4/24): libradosstriper1-16.0.0-8516.gaf9dac1f. 5.0 MB/s | 481 kB 00:00 2020-12-22T11:30:12.835 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:30:12.837 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:30:13.206 INFO:teuthology.orchestra.run.smithi058.stdout:(1/24): ceph-base-16.0.0-8516.gaf9dac1f.el8.x86 1.7 MB/s | 5.9 MB 00:03 2020-12-22T11:30:13.231 INFO:teuthology.orchestra.run.smithi058.stdout:(2/24): ceph-selinux-16.0.0-8516.gaf9dac1f.el8. 976 kB/s | 25 kB 00:00 2020-12-22T11:30:13.281 INFO:teuthology.orchestra.run.smithi039.stdout:(5/24): librgw2-16.0.0-8516.gaf9dac1f.el8.x86_6 5.5 MB/s | 3.7 MB 00:00 2020-12-22T11:30:13.305 INFO:teuthology.orchestra.run.smithi039.stdout:(6/24): python3-ceph-argparse-16.0.0-8516.gaf9d 1.6 MB/s | 40 kB 00:00 2020-12-22T11:30:13.330 INFO:teuthology.orchestra.run.smithi039.stdout:(7/24): python3-ceph-common-16.0.0-8516.gaf9dac 2.9 MB/s | 73 kB 00:00 2020-12-22T11:30:13.379 INFO:teuthology.orchestra.run.smithi058.stdout:(3/24): libcephfs2-16.0.0-8516.gaf9dac1f.el8.x8 3.7 MB/s | 554 kB 00:00 2020-12-22T11:30:13.380 INFO:teuthology.orchestra.run.smithi039.stdout:(8/24): python3-cephfs-16.0.0-8516.gaf9dac1f.el 4.0 MB/s | 206 kB 00:00 2020-12-22T11:30:13.462 INFO:teuthology.orchestra.run.smithi039.stdout:(9/24): python3-rados-16.0.0-8516.gaf9dac1f.el8 4.6 MB/s | 382 kB 00:00 2020-12-22T11:30:13.508 INFO:teuthology.orchestra.run.smithi058.stdout:(4/24): libradosstriper1-16.0.0-8516.gaf9dac1f. 3.6 MB/s | 481 kB 00:00 2020-12-22T11:30:13.542 INFO:teuthology.orchestra.run.smithi039.stdout:(10/24): python3-rbd-16.0.0-8516.gaf9dac1f.el8. 4.4 MB/s | 362 kB 00:00 2020-12-22T11:30:13.569 INFO:teuthology.orchestra.run.smithi039.stdout:(11/24): python3-rgw-16.0.0-8516.gaf9dac1f.el8. 4.1 MB/s | 114 kB 00:00 2020-12-22T11:30:13.604 INFO:teuthology.orchestra.run.smithi039.stdout:(12/24): librdkafka-0.11.4-1.el8.x86_64.rpm 10 MB/s | 353 kB 00:00 2020-12-22T11:30:13.608 INFO:teuthology.orchestra.run.smithi039.stdout:(13/24): lttng-ust-2.8.1-11.el8.x86_64.rpm 65 MB/s | 259 kB 00:00 2020-12-22T11:30:13.610 INFO:teuthology.orchestra.run.smithi039.stdout:(14/24): python3-prettytable-0.7.2-14.el8.noarc 32 MB/s | 44 kB 00:00 2020-12-22T11:30:13.611 INFO:teuthology.orchestra.run.smithi039.stdout:(15/24): librabbitmq-0.9.0-2.el8.x86_64.rpm 30 MB/s | 47 kB 00:00 2020-12-22T11:30:13.709 INFO:teuthology.orchestra.run.smithi039.stdout:(16/24): fmt-6.2.1-1.el8.x86_64.rpm 1.2 MB/s | 116 kB 00:00 2020-12-22T11:30:13.750 INFO:teuthology.orchestra.run.smithi039.stdout:(17/24): gperftools-libs-2.7-6.el8.x86_64.rpm 7.6 MB/s | 315 kB 00:00 2020-12-22T11:30:13.771 INFO:teuthology.orchestra.run.smithi039.stdout:(18/24): leveldb-1.22-1.el8.x86_64.rpm 8.4 MB/s | 181 kB 00:00 2020-12-22T11:30:13.791 INFO:teuthology.orchestra.run.smithi039.stdout:(19/24): liboath-2.6.2-3.el8.x86_64.rpm 2.9 MB/s | 59 kB 00:00 2020-12-22T11:30:13.811 INFO:teuthology.orchestra.run.smithi039.stdout:(20/24): libunwind-1.3.1-3.el8.x86_64.rpm 3.7 MB/s | 75 kB 00:00 2020-12-22T11:30:13.890 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:30:14.029 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : fmt-6.2.1-1.el8.x86_64 1/26 2020-12-22T11:30:14.124 INFO:teuthology.orchestra.run.smithi039.stdout:(21/24): ceph-radosgw-16.0.0-8516.gaf9dac1f.el8 2.6 MB/s | 12 MB 00:04 2020-12-22T11:30:14.208 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/26 2020-12-22T11:30:14.322 INFO:teuthology.orchestra.run.smithi058.stdout:(5/24): ceph-radosgw-16.0.0-8516.gaf9dac1f.el8. 2.5 MB/s | 12 MB 00:04 2020-12-22T11:30:14.348 INFO:teuthology.orchestra.run.smithi058.stdout:(6/24): python3-ceph-argparse-16.0.0-8516.gaf9d 1.5 MB/s | 40 kB 00:00 2020-12-22T11:30:14.376 INFO:teuthology.orchestra.run.smithi058.stdout:(7/24): python3-ceph-common-16.0.0-8516.gaf9dac 2.6 MB/s | 73 kB 00:00 2020-12-22T11:30:14.390 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/26 2020-12-22T11:30:14.407 INFO:teuthology.orchestra.run.smithi058.stdout:(8/24): librgw2-16.0.0-8516.gaf9dac1f.el8.x86_6 4.1 MB/s | 3.7 MB 00:00 2020-12-22T11:30:14.432 INFO:teuthology.orchestra.run.smithi058.stdout:(9/24): python3-cephfs-16.0.0-8516.gaf9dac1f.el 3.6 MB/s | 206 kB 00:00 2020-12-22T11:30:14.500 INFO:teuthology.orchestra.run.smithi058.stdout:(10/24): python3-rados-16.0.0-8516.gaf9dac1f.el 4.1 MB/s | 382 kB 00:00 2020-12-22T11:30:14.521 INFO:teuthology.orchestra.run.smithi058.stdout:(11/24): python3-rbd-16.0.0-8516.gaf9dac1f.el8. 4.0 MB/s | 362 kB 00:00 2020-12-22T11:30:14.525 INFO:teuthology.orchestra.run.smithi039.stdout:(22/24): librados2-16.0.0-8516.gaf9dac1f.el8.x8 5.1 MB/s | 3.7 MB 00:00 2020-12-22T11:30:14.529 INFO:teuthology.orchestra.run.smithi058.stdout:(12/24): python3-rgw-16.0.0-8516.gaf9dac1f.el8. 3.8 MB/s | 114 kB 00:00 2020-12-22T11:30:14.556 INFO:teuthology.orchestra.run.smithi058.stdout:(13/24): librdkafka-0.11.4-1.el8.x86_64.rpm 9.9 MB/s | 353 kB 00:00 2020-12-22T11:30:14.558 INFO:teuthology.orchestra.run.smithi058.stdout:(14/24): python3-prettytable-0.7.2-14.el8.noarc 27 MB/s | 44 kB 00:00 2020-12-22T11:30:14.560 INFO:teuthology.orchestra.run.smithi058.stdout:(15/24): librabbitmq-0.9.0-2.el8.x86_64.rpm 22 MB/s | 47 kB 00:00 2020-12-22T11:30:14.562 INFO:teuthology.orchestra.run.smithi058.stdout:(16/24): lttng-ust-2.8.1-11.el8.x86_64.rpm 7.6 MB/s | 259 kB 00:00 2020-12-22T11:30:14.642 INFO:teuthology.orchestra.run.smithi058.stdout:(17/24): fmt-6.2.1-1.el8.x86_64.rpm 1.4 MB/s | 116 kB 00:00 2020-12-22T11:30:14.650 INFO:teuthology.orchestra.run.smithi039.stdout:(23/24): librbd1-16.0.0-8516.gaf9dac1f.el8.x86_ 5.2 MB/s | 2.7 MB 00:00 2020-12-22T11:30:14.674 INFO:teuthology.orchestra.run.smithi058.stdout:(18/24): leveldb-1.22-1.el8.x86_64.rpm 5.4 MB/s | 181 kB 00:00 2020-12-22T11:30:14.679 INFO:teuthology.orchestra.run.smithi058.stdout:(19/24): gperftools-libs-2.7-6.el8.x86_64.rpm 2.7 MB/s | 315 kB 00:00 2020-12-22T11:30:14.691 INFO:teuthology.orchestra.run.smithi058.stdout:(20/24): liboath-2.6.2-3.el8.x86_64.rpm 3.4 MB/s | 59 kB 00:00 2020-12-22T11:30:14.699 INFO:teuthology.orchestra.run.smithi058.stdout:(21/24): libunwind-1.3.1-3.el8.x86_64.rpm 3.6 MB/s | 75 kB 00:00 2020-12-22T11:30:14.764 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/26 2020-12-22T11:30:14.932 INFO:teuthology.orchestra.run.smithi105.stdout: Upgrading : librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/26 2020-12-22T11:30:15.018 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/26 2020-12-22T11:30:15.176 INFO:teuthology.orchestra.run.smithi058.stdout:(22/24): librbd1-16.0.0-8516.gaf9dac1f.el8.x86_ 5.7 MB/s | 2.7 MB 00:00 2020-12-22T11:30:15.192 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 5/26 2020-12-22T11:30:15.326 INFO:teuthology.orchestra.run.smithi058.stdout:(23/24): librados2-16.0.0-8516.gaf9dac1f.el8.x8 5.8 MB/s | 3.7 MB 00:00 2020-12-22T11:30:15.332 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/26 2020-12-22T11:30:15.611 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/26 2020-12-22T11:30:15.807 INFO:teuthology.orchestra.run.smithi105.stdout: Upgrading : librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 7/26 2020-12-22T11:30:15.874 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 7/26 2020-12-22T11:30:15.973 INFO:teuthology.orchestra.run.smithi039.stdout:(24/24): ceph-common-16.0.0-8516.gaf9dac1f.el8. 3.5 MB/s | 23 MB 00:06 2020-12-22T11:30:15.978 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:30:15.978 INFO:teuthology.orchestra.run.smithi039.stdout:Total 8.4 MB/s | 54 MB 00:06 2020-12-22T11:30:15.983 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:30:16.022 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librabbitmq-0.9.0-2.el8.x86_64 8/26 2020-12-22T11:30:16.037 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:30:16.037 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:30:16.140 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librdkafka-0.11.4-1.el8.x86_64 9/26 2020-12-22T11:30:16.334 INFO:teuthology.orchestra.run.smithi058.stdout:(24/24): ceph-common-16.0.0-8516.gaf9dac1f.el8. 3.4 MB/s | 23 MB 00:06 2020-12-22T11:30:16.339 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:30:16.340 INFO:teuthology.orchestra.run.smithi058.stdout:Total 8.2 MB/s | 54 MB 00:06 2020-12-22T11:30:16.345 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:30:16.361 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:30:16.364 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:30:16.399 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:30:16.400 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:30:16.537 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librdkafka-0.11.4-1.el8.x86_64 9/26 2020-12-22T11:30:16.673 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 10/26 2020-12-22T11:30:16.755 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 10/26 2020-12-22T11:30:16.758 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:30:16.761 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:30:16.903 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : leveldb-1.22-1.el8.x86_64 11/26 2020-12-22T11:30:17.052 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ceph-argparse-2:16.0.0-8516.gaf9dac1f.el8. 12/26 2020-12-22T11:30:17.202 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 13/26 2020-12-22T11:30:17.365 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 14/26 2020-12-22T11:30:17.453 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:30:17.530 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 15/26 2020-12-22T11:30:17.595 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : fmt-6.2.1-1.el8.x86_64 1/26 2020-12-22T11:30:17.657 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_6 16/26 2020-12-22T11:30:17.757 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_6 16/26 2020-12-22T11:30:17.792 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/26 2020-12-22T11:30:17.941 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:30:17.950 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/26 2020-12-22T11:30:17.955 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/26 2020-12-22T11:30:18.148 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : gperftools-libs-2.7-6.el8.x86_64 18/26 2020-12-22T11:30:18.172 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : fmt-6.2.1-1.el8.x86_64 1/26 2020-12-22T11:30:18.279 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 19/26 2020-12-22T11:30:18.328 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/26 2020-12-22T11:30:18.362 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/26 2020-12-22T11:30:18.398 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x8 20/26 2020-12-22T11:30:18.507 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/26 2020-12-22T11:30:18.521 INFO:teuthology.orchestra.run.smithi039.stdout: Upgrading : librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/26 2020-12-22T11:30:18.613 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/26 2020-12-22T11:30:18.792 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 5/26 2020-12-22T11:30:18.946 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/26 2020-12-22T11:30:18.963 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/26 2020-12-22T11:30:19.141 INFO:teuthology.orchestra.run.smithi058.stdout: Upgrading : librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/26 2020-12-22T11:30:19.239 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/26 2020-12-22T11:30:19.301 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/26 2020-12-22T11:30:19.412 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 5/26 2020-12-22T11:30:19.488 INFO:teuthology.orchestra.run.smithi039.stdout: Upgrading : librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 7/26 2020-12-22T11:30:19.559 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 7/26 2020-12-22T11:30:19.582 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/26 2020-12-22T11:30:19.739 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librabbitmq-0.9.0-2.el8.x86_64 8/26 2020-12-22T11:30:19.871 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librdkafka-0.11.4-1.el8.x86_64 9/26 2020-12-22T11:30:19.881 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/26 2020-12-22T11:30:20.112 INFO:teuthology.orchestra.run.smithi058.stdout: Upgrading : librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 7/26 2020-12-22T11:30:20.168 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 7/26 2020-12-22T11:30:20.267 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librdkafka-0.11.4-1.el8.x86_64 9/26 2020-12-22T11:30:20.309 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : librabbitmq-0.9.0-2.el8.x86_64 8/26 2020-12-22T11:30:20.405 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 10/26 2020-12-22T11:30:20.449 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : librdkafka-0.11.4-1.el8.x86_64 9/26 2020-12-22T11:30:20.482 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 10/26 2020-12-22T11:30:20.659 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : leveldb-1.22-1.el8.x86_64 11/26 2020-12-22T11:30:20.776 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-ceph-argparse-2:16.0.0-8516.gaf9dac1f.el8. 12/26 2020-12-22T11:30:20.827 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: librdkafka-0.11.4-1.el8.x86_64 9/26 2020-12-22T11:30:20.951 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 13/26 2020-12-22T11:30:21.090 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 10/26 2020-12-22T11:30:21.123 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 14/26 2020-12-22T11:30:21.175 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 10/26 2020-12-22T11:30:21.297 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 15/26 2020-12-22T11:30:21.345 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : leveldb-1.22-1.el8.x86_64 11/26 2020-12-22T11:30:21.446 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_6 16/26 2020-12-22T11:30:21.496 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-ceph-argparse-2:16.0.0-8516.gaf9dac1f.el8. 12/26 2020-12-22T11:30:21.517 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_6 16/26 2020-12-22T11:30:21.620 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 13/26 2020-12-22T11:30:21.682 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 21/26 2020-12-22T11:30:21.701 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/26 2020-12-22T11:30:21.802 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 14/26 2020-12-22T11:30:21.865 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 21/26 2020-12-22T11:30:21.913 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : gperftools-libs-2.7-6.el8.x86_64 18/26 2020-12-22T11:30:22.001 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 15/26 2020-12-22T11:30:22.063 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 19/26 2020-12-22T11:30:22.149 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_6 16/26 2020-12-22T11:30:22.213 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x8 20/26 2020-12-22T11:30:22.218 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_6 16/26 2020-12-22T11:30:22.430 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/26 2020-12-22T11:30:22.528 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 21/26 2020-12-22T11:30:22.658 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : gperftools-libs-2.7-6.el8.x86_64 18/26 2020-12-22T11:30:22.772 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 22/26 2020-12-22T11:30:22.833 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 19/26 2020-12-22T11:30:22.852 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 22/26 2020-12-22T11:30:22.949 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x8 20/26 2020-12-22T11:30:22.964 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 23/26 2020-12-22T11:30:25.726 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 21/26 2020-12-22T11:30:25.921 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 21/26 2020-12-22T11:30:26.630 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 21/26 2020-12-22T11:30:26.771 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 21/26 2020-12-22T11:30:26.965 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 21/26 2020-12-22T11:30:27.000 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 22/26 2020-12-22T11:30:27.094 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 22/26 2020-12-22T11:30:27.237 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 23/26 2020-12-22T11:30:27.673 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 21/26 2020-12-22T11:30:27.984 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 22/26 2020-12-22T11:30:28.070 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 22/26 2020-12-22T11:30:28.197 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 23/26 2020-12-22T11:30:39.608 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 23/26 2020-12-22T11:30:39.609 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /sys 2020-12-22T11:30:39.609 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /proc 2020-12-22T11:30:39.609 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /dev 2020-12-22T11:30:39.609 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /run 2020-12-22T11:30:39.609 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /mnt 2020-12-22T11:30:39.610 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /var/tmp 2020-12-22T11:30:39.610 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /home 2020-12-22T11:30:39.610 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /tmp 2020-12-22T11:30:39.610 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /dev 2020-12-22T11:30:39.610 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:40.721 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 24/26 2020-12-22T11:30:40.818 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 24/26 2020-12-22T11:30:40.818 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-12-22T11:30:41.014 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-12-22T11:30:41.015 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 26/26 2020-12-22T11:30:41.766 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 26/26 2020-12-22T11:30:41.766 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/26 2020-12-22T11:30:41.767 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2/26 2020-12-22T11:30:41.767 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/26 2020-12-22T11:30:41.767 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/26 2020-12-22T11:30:41.767 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 5/26 2020-12-22T11:30:41.768 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_6 6/26 2020-12-22T11:30:41.768 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 7/26 2020-12-22T11:30:41.768 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ceph-argparse-2:16.0.0-8516.gaf9dac1f.el8. 8/26 2020-12-22T11:30:41.768 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x8 9/26 2020-12-22T11:30:41.768 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 10/26 2020-12-22T11:30:41.769 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 11/26 2020-12-22T11:30:41.769 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 12/26 2020-12-22T11:30:41.769 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 13/26 2020-12-22T11:30:41.769 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librdkafka-0.11.4-1.el8.x86_64 14/26 2020-12-22T11:30:41.769 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/26 2020-12-22T11:30:41.770 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/26 2020-12-22T11:30:41.770 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librabbitmq-0.9.0-2.el8.x86_64 17/26 2020-12-22T11:30:41.770 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : fmt-6.2.1-1.el8.x86_64 18/26 2020-12-22T11:30:41.770 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : gperftools-libs-2.7-6.el8.x86_64 19/26 2020-12-22T11:30:41.771 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : leveldb-1.22-1.el8.x86_64 20/26 2020-12-22T11:30:41.771 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 21/26 2020-12-22T11:30:41.771 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 22/26 2020-12-22T11:30:41.771 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 23/26 2020-12-22T11:30:41.771 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 24/26 2020-12-22T11:30:41.772 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 25/26 2020-12-22T11:30:42.611 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 26/26 2020-12-22T11:30:42.612 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:42.612 INFO:teuthology.orchestra.run.smithi105.stdout:Upgraded: 2020-12-22T11:30:42.612 INFO:teuthology.orchestra.run.smithi105.stdout: librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.612 INFO:teuthology.orchestra.run.smithi105.stdout: librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.613 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:42.613 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:30:42.613 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.613 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.613 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.614 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.614 INFO:teuthology.orchestra.run.smithi105.stdout: fmt-6.2.1-1.el8.x86_64 2020-12-22T11:30:42.614 INFO:teuthology.orchestra.run.smithi105.stdout: gperftools-libs-2.7-6.el8.x86_64 2020-12-22T11:30:42.614 INFO:teuthology.orchestra.run.smithi105.stdout: leveldb-1.22-1.el8.x86_64 2020-12-22T11:30:42.615 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.615 INFO:teuthology.orchestra.run.smithi105.stdout: liboath-2.6.2-3.el8.x86_64 2020-12-22T11:30:42.615 INFO:teuthology.orchestra.run.smithi105.stdout: librabbitmq-0.9.0-2.el8.x86_64 2020-12-22T11:30:42.615 INFO:teuthology.orchestra.run.smithi105.stdout: libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.616 INFO:teuthology.orchestra.run.smithi105.stdout: librdkafka-0.11.4-1.el8.x86_64 2020-12-22T11:30:42.616 INFO:teuthology.orchestra.run.smithi105.stdout: librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.616 INFO:teuthology.orchestra.run.smithi105.stdout: libunwind-1.3.1-3.el8.x86_64 2020-12-22T11:30:42.616 INFO:teuthology.orchestra.run.smithi105.stdout: lttng-ust-2.8.1-11.el8.x86_64 2020-12-22T11:30:42.617 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-argparse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.617 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.617 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.617 INFO:teuthology.orchestra.run.smithi105.stdout: python3-prettytable-0.7.2-14.el8.noarch 2020-12-22T11:30:42.618 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.618 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.618 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:42.618 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:42.619 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:30:42.831 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-test 2020-12-22T11:30:43.293 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:35 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:30:43.718 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:30:43.719 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:30:43.719 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:30:43.719 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:30:43.720 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:30:43.720 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-test x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 48 M 2020-12-22T11:30:43.720 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2020-12-22T11:30:43.720 INFO:teuthology.orchestra.run.smithi105.stdout: jq x86_64 1.5-12.el8 CentOS-AppStream 161 k 2020-12-22T11:30:43.720 INFO:teuthology.orchestra.run.smithi105.stdout: libxslt x86_64 1.1.32-5.el8 CentOS-Base 250 k 2020-12-22T11:30:43.721 INFO:teuthology.orchestra.run.smithi105.stdout: oniguruma x86_64 6.8.2-2.el8 CentOS-AppStream 187 k 2020-12-22T11:30:43.721 INFO:teuthology.orchestra.run.smithi105.stdout: socat x86_64 1.7.3.3-2.el8 CentOS-AppStream 302 k 2020-12-22T11:30:43.721 INFO:teuthology.orchestra.run.smithi105.stdout: xmlstarlet x86_64 1.6.1-11.el8 epel 69 k 2020-12-22T11:30:43.721 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:43.721 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:30:43.722 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:30:43.722 INFO:teuthology.orchestra.run.smithi105.stdout:Install 6 Packages 2020-12-22T11:30:43.722 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:43.723 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 49 M 2020-12-22T11:30:43.723 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 180 M 2020-12-22T11:30:43.723 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:30:43.756 INFO:teuthology.orchestra.run.smithi105.stdout:(1/6): jq-1.5-12.el8.x86_64.rpm 4.6 MB/s | 161 kB 00:00 2020-12-22T11:30:43.760 INFO:teuthology.orchestra.run.smithi105.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.9 MB/s | 187 kB 00:00 2020-12-22T11:30:43.763 INFO:teuthology.orchestra.run.smithi105.stdout:(3/6): socat-1.7.3.3-2.el8.x86_64.rpm 43 MB/s | 302 kB 00:00 2020-12-22T11:30:43.764 INFO:teuthology.orchestra.run.smithi105.stdout:(4/6): libxslt-1.1.32-5.el8.x86_64.rpm 50 MB/s | 250 kB 00:00 2020-12-22T11:30:43.842 INFO:teuthology.orchestra.run.smithi105.stdout:(5/6): xmlstarlet-1.6.1-11.el8.x86_64.rpm 874 kB/s | 69 kB 00:00 2020-12-22T11:30:44.503 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 23/26 2020-12-22T11:30:44.504 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /sys 2020-12-22T11:30:44.504 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /proc 2020-12-22T11:30:44.504 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /dev 2020-12-22T11:30:44.504 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /run 2020-12-22T11:30:44.504 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /mnt 2020-12-22T11:30:44.505 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /var/tmp 2020-12-22T11:30:44.505 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /home 2020-12-22T11:30:44.505 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /tmp 2020-12-22T11:30:44.505 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /dev 2020-12-22T11:30:44.505 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:30:45.510 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 23/26 2020-12-22T11:30:45.510 INFO:teuthology.orchestra.run.smithi058.stdout:skipping the directory /sys 2020-12-22T11:30:45.511 INFO:teuthology.orchestra.run.smithi058.stdout:skipping the directory /proc 2020-12-22T11:30:45.511 INFO:teuthology.orchestra.run.smithi058.stdout:skipping the directory /dev 2020-12-22T11:30:45.511 INFO:teuthology.orchestra.run.smithi058.stdout:skipping the directory /run 2020-12-22T11:30:45.511 INFO:teuthology.orchestra.run.smithi058.stdout:skipping the directory /mnt 2020-12-22T11:30:45.512 INFO:teuthology.orchestra.run.smithi058.stdout:skipping the directory /var/tmp 2020-12-22T11:30:45.512 INFO:teuthology.orchestra.run.smithi058.stdout:skipping the directory /home 2020-12-22T11:30:45.512 INFO:teuthology.orchestra.run.smithi058.stdout:skipping the directory /tmp 2020-12-22T11:30:45.512 INFO:teuthology.orchestra.run.smithi058.stdout:skipping the directory /dev 2020-12-22T11:30:45.512 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:30:45.693 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 24/26 2020-12-22T11:30:45.788 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 24/26 2020-12-22T11:30:45.788 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-12-22T11:30:45.961 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-12-22T11:30:45.962 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 26/26 2020-12-22T11:30:46.043 INFO:teuthology.orchestra.run.smithi105.stdout:(6/6): ceph-test-16.0.0-8516.gaf9dac1f.el8.x86_ 21 MB/s | 48 MB 00:02 2020-12-22T11:30:46.046 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:30:46.046 INFO:teuthology.orchestra.run.smithi105.stdout:Total 21 MB/s | 49 MB 00:02 2020-12-22T11:30:46.051 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:30:46.074 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:30:46.075 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:30:46.332 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:30:46.334 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:30:46.721 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 26/26 2020-12-22T11:30:46.722 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/26 2020-12-22T11:30:46.722 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2/26 2020-12-22T11:30:46.722 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/26 2020-12-22T11:30:46.722 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/26 2020-12-22T11:30:46.723 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 5/26 2020-12-22T11:30:46.723 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_6 6/26 2020-12-22T11:30:46.723 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 7/26 2020-12-22T11:30:46.723 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-ceph-argparse-2:16.0.0-8516.gaf9dac1f.el8. 8/26 2020-12-22T11:30:46.723 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x8 9/26 2020-12-22T11:30:46.724 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 10/26 2020-12-22T11:30:46.724 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 11/26 2020-12-22T11:30:46.724 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 12/26 2020-12-22T11:30:46.724 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 13/26 2020-12-22T11:30:46.724 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librdkafka-0.11.4-1.el8.x86_64 14/26 2020-12-22T11:30:46.725 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/26 2020-12-22T11:30:46.725 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/26 2020-12-22T11:30:46.725 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librabbitmq-0.9.0-2.el8.x86_64 17/26 2020-12-22T11:30:46.725 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : fmt-6.2.1-1.el8.x86_64 18/26 2020-12-22T11:30:46.726 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : gperftools-libs-2.7-6.el8.x86_64 19/26 2020-12-22T11:30:46.726 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : leveldb-1.22-1.el8.x86_64 20/26 2020-12-22T11:30:46.726 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 21/26 2020-12-22T11:30:46.726 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 22/26 2020-12-22T11:30:46.727 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 23/26 2020-12-22T11:30:46.727 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 24/26 2020-12-22T11:30:46.727 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 25/26 2020-12-22T11:30:46.727 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 24/26 2020-12-22T11:30:46.797 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:30:46.803 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 24/26 2020-12-22T11:30:46.803 INFO:teuthology.orchestra.run.smithi058.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-12-22T11:30:47.022 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 25/26 2020-12-22T11:30:47.022 INFO:teuthology.orchestra.run.smithi058.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 26/26 2020-12-22T11:30:47.029 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libxslt-1.1.32-5.el8.x86_64 1/6 2020-12-22T11:30:47.196 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2020-12-22T11:30:47.364 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : socat-1.7.3.3-2.el8.x86_64 3/6 2020-12-22T11:30:47.494 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 4/6 2020-12-22T11:30:47.571 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 4/6 2020-12-22T11:30:47.619 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 26/26 2020-12-22T11:30:47.620 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:30:47.620 INFO:teuthology.orchestra.run.smithi039.stdout:Upgraded: 2020-12-22T11:30:47.620 INFO:teuthology.orchestra.run.smithi039.stdout: librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.620 INFO:teuthology.orchestra.run.smithi039.stdout: librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.621 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:30:47.621 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:30:47.621 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.621 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.622 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.622 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.622 INFO:teuthology.orchestra.run.smithi039.stdout: fmt-6.2.1-1.el8.x86_64 2020-12-22T11:30:47.622 INFO:teuthology.orchestra.run.smithi039.stdout: gperftools-libs-2.7-6.el8.x86_64 2020-12-22T11:30:47.622 INFO:teuthology.orchestra.run.smithi039.stdout: leveldb-1.22-1.el8.x86_64 2020-12-22T11:30:47.623 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.623 INFO:teuthology.orchestra.run.smithi039.stdout: liboath-2.6.2-3.el8.x86_64 2020-12-22T11:30:47.623 INFO:teuthology.orchestra.run.smithi039.stdout: librabbitmq-0.9.0-2.el8.x86_64 2020-12-22T11:30:47.623 INFO:teuthology.orchestra.run.smithi039.stdout: libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.623 INFO:teuthology.orchestra.run.smithi039.stdout: librdkafka-0.11.4-1.el8.x86_64 2020-12-22T11:30:47.624 INFO:teuthology.orchestra.run.smithi039.stdout: librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.624 INFO:teuthology.orchestra.run.smithi039.stdout: libunwind-1.3.1-3.el8.x86_64 2020-12-22T11:30:47.624 INFO:teuthology.orchestra.run.smithi039.stdout: lttng-ust-2.8.1-11.el8.x86_64 2020-12-22T11:30:47.624 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-argparse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.624 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.625 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.625 INFO:teuthology.orchestra.run.smithi039.stdout: python3-prettytable-0.7.2-14.el8.noarch 2020-12-22T11:30:47.625 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.625 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.625 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:47.626 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:30:47.626 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:30:47.801 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 26/26 2020-12-22T11:30:47.801 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/26 2020-12-22T11:30:47.802 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2/26 2020-12-22T11:30:47.802 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/26 2020-12-22T11:30:47.802 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/26 2020-12-22T11:30:47.802 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 5/26 2020-12-22T11:30:47.803 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_6 6/26 2020-12-22T11:30:47.803 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 7/26 2020-12-22T11:30:47.803 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-ceph-argparse-2:16.0.0-8516.gaf9dac1f.el8. 8/26 2020-12-22T11:30:47.803 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x8 9/26 2020-12-22T11:30:47.803 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 10/26 2020-12-22T11:30:47.804 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 11/26 2020-12-22T11:30:47.804 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 12/26 2020-12-22T11:30:47.804 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 13/26 2020-12-22T11:30:47.804 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : librdkafka-0.11.4-1.el8.x86_64 14/26 2020-12-22T11:30:47.804 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/26 2020-12-22T11:30:47.805 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/26 2020-12-22T11:30:47.805 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : librabbitmq-0.9.0-2.el8.x86_64 17/26 2020-12-22T11:30:47.805 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : fmt-6.2.1-1.el8.x86_64 18/26 2020-12-22T11:30:47.805 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : gperftools-libs-2.7-6.el8.x86_64 19/26 2020-12-22T11:30:47.805 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : leveldb-1.22-1.el8.x86_64 20/26 2020-12-22T11:30:47.806 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 21/26 2020-12-22T11:30:47.806 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 22/26 2020-12-22T11:30:47.806 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 23/26 2020-12-22T11:30:47.806 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 24/26 2020-12-22T11:30:47.806 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 25/26 2020-12-22T11:30:47.898 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-test 2020-12-22T11:30:48.394 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:40 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:30:48.669 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 26/26 2020-12-22T11:30:48.669 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:30:48.669 INFO:teuthology.orchestra.run.smithi058.stdout:Upgraded: 2020-12-22T11:30:48.670 INFO:teuthology.orchestra.run.smithi058.stdout: librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.670 INFO:teuthology.orchestra.run.smithi058.stdout: librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.670 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:30:48.670 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:30:48.671 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.671 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.671 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-radosgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.671 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-selinux-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.671 INFO:teuthology.orchestra.run.smithi058.stdout: fmt-6.2.1-1.el8.x86_64 2020-12-22T11:30:48.672 INFO:teuthology.orchestra.run.smithi058.stdout: gperftools-libs-2.7-6.el8.x86_64 2020-12-22T11:30:48.672 INFO:teuthology.orchestra.run.smithi058.stdout: leveldb-1.22-1.el8.x86_64 2020-12-22T11:30:48.672 INFO:teuthology.orchestra.run.smithi058.stdout: libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.672 INFO:teuthology.orchestra.run.smithi058.stdout: liboath-2.6.2-3.el8.x86_64 2020-12-22T11:30:48.673 INFO:teuthology.orchestra.run.smithi058.stdout: librabbitmq-0.9.0-2.el8.x86_64 2020-12-22T11:30:48.673 INFO:teuthology.orchestra.run.smithi058.stdout: libradosstriper1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.673 INFO:teuthology.orchestra.run.smithi058.stdout: librdkafka-0.11.4-1.el8.x86_64 2020-12-22T11:30:48.673 INFO:teuthology.orchestra.run.smithi058.stdout: librgw2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.673 INFO:teuthology.orchestra.run.smithi058.stdout: libunwind-1.3.1-3.el8.x86_64 2020-12-22T11:30:48.674 INFO:teuthology.orchestra.run.smithi058.stdout: lttng-ust-2.8.1-11.el8.x86_64 2020-12-22T11:30:48.674 INFO:teuthology.orchestra.run.smithi058.stdout: python3-ceph-argparse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.674 INFO:teuthology.orchestra.run.smithi058.stdout: python3-ceph-common-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.674 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.675 INFO:teuthology.orchestra.run.smithi058.stdout: python3-prettytable-0.7.2-14.el8.noarch 2020-12-22T11:30:48.675 INFO:teuthology.orchestra.run.smithi058.stdout: python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.675 INFO:teuthology.orchestra.run.smithi058.stdout: python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.675 INFO:teuthology.orchestra.run.smithi058.stdout: python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:30:48.675 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:30:48.676 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:30:48.861 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:30:48.862 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:30:48.862 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:30:48.863 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:30:48.863 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:30:48.864 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-test x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 48 M 2020-12-22T11:30:48.864 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2020-12-22T11:30:48.865 INFO:teuthology.orchestra.run.smithi039.stdout: jq x86_64 1.5-12.el8 CentOS-AppStream 161 k 2020-12-22T11:30:48.865 INFO:teuthology.orchestra.run.smithi039.stdout: libxslt x86_64 1.1.32-5.el8 CentOS-Base 250 k 2020-12-22T11:30:48.865 INFO:teuthology.orchestra.run.smithi039.stdout: oniguruma x86_64 6.8.2-2.el8 CentOS-AppStream 187 k 2020-12-22T11:30:48.865 INFO:teuthology.orchestra.run.smithi039.stdout: socat x86_64 1.7.3.3-2.el8 CentOS-AppStream 302 k 2020-12-22T11:30:48.865 INFO:teuthology.orchestra.run.smithi039.stdout: xmlstarlet x86_64 1.6.1-11.el8 epel 69 k 2020-12-22T11:30:48.866 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:30:48.866 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:30:48.866 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:30:48.866 INFO:teuthology.orchestra.run.smithi039.stdout:Install 6 Packages 2020-12-22T11:30:48.867 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:30:48.867 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 49 M 2020-12-22T11:30:48.867 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 180 M 2020-12-22T11:30:48.868 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:30:48.900 INFO:teuthology.orchestra.run.smithi039.stdout:(1/6): jq-1.5-12.el8.x86_64.rpm 4.5 MB/s | 161 kB 00:00 2020-12-22T11:30:48.902 INFO:teuthology.orchestra.run.smithi039.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.9 MB/s | 187 kB 00:00 2020-12-22T11:30:48.907 INFO:teuthology.orchestra.run.smithi039.stdout:(3/6): libxslt-1.1.32-5.el8.x86_64.rpm 50 MB/s | 250 kB 00:00 2020-12-22T11:30:48.909 INFO:teuthology.orchestra.run.smithi039.stdout:(4/6): socat-1.7.3.3-2.el8.x86_64.rpm 36 MB/s | 302 kB 00:00 2020-12-22T11:30:48.909 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-test 2020-12-22T11:30:48.973 INFO:teuthology.orchestra.run.smithi039.stdout:(5/6): xmlstarlet-1.6.1-11.el8.x86_64.rpm 1.0 MB/s | 69 kB 00:00 2020-12-22T11:30:49.398 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:00:41 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:30:49.851 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:30:49.852 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:30:49.853 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:30:49.853 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:30:49.853 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:30:49.853 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-test x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 48 M 2020-12-22T11:30:49.854 INFO:teuthology.orchestra.run.smithi058.stdout:Installing dependencies: 2020-12-22T11:30:49.854 INFO:teuthology.orchestra.run.smithi058.stdout: jq x86_64 1.5-12.el8 CentOS-AppStream 161 k 2020-12-22T11:30:49.854 INFO:teuthology.orchestra.run.smithi058.stdout: libxslt x86_64 1.1.32-5.el8 CentOS-Base 250 k 2020-12-22T11:30:49.854 INFO:teuthology.orchestra.run.smithi058.stdout: oniguruma x86_64 6.8.2-2.el8 CentOS-AppStream 187 k 2020-12-22T11:30:49.854 INFO:teuthology.orchestra.run.smithi058.stdout: socat x86_64 1.7.3.3-2.el8 CentOS-AppStream 302 k 2020-12-22T11:30:49.855 INFO:teuthology.orchestra.run.smithi058.stdout: xmlstarlet x86_64 1.6.1-11.el8 epel 69 k 2020-12-22T11:30:49.855 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:30:49.855 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:30:49.855 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:30:49.855 INFO:teuthology.orchestra.run.smithi058.stdout:Install 6 Packages 2020-12-22T11:30:49.856 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:30:49.856 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 49 M 2020-12-22T11:30:49.857 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 180 M 2020-12-22T11:30:49.857 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:30:49.891 INFO:teuthology.orchestra.run.smithi058.stdout:(1/6): jq-1.5-12.el8.x86_64.rpm 4.5 MB/s | 161 kB 00:00 2020-12-22T11:30:49.897 INFO:teuthology.orchestra.run.smithi058.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2020-12-22T11:30:49.899 INFO:teuthology.orchestra.run.smithi058.stdout:(3/6): socat-1.7.3.3-2.el8.x86_64.rpm 40 MB/s | 302 kB 00:00 2020-12-22T11:30:49.906 INFO:teuthology.orchestra.run.smithi058.stdout:(4/6): libxslt-1.1.32-5.el8.x86_64.rpm 28 MB/s | 250 kB 00:00 2020-12-22T11:30:49.966 INFO:teuthology.orchestra.run.smithi058.stdout:(5/6): xmlstarlet-1.6.1-11.el8.x86_64.rpm 1.0 MB/s | 69 kB 00:00 2020-12-22T11:30:51.990 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : jq-1.5-12.el8.x86_64 5/6 2020-12-22T11:30:52.579 INFO:teuthology.orchestra.run.smithi039.stdout:(6/6): ceph-test-16.0.0-8516.gaf9dac1f.el8.x86_ 13 MB/s | 48 MB 00:03 2020-12-22T11:30:52.582 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:30:52.583 INFO:teuthology.orchestra.run.smithi039.stdout:Total 13 MB/s | 49 MB 00:03 2020-12-22T11:30:52.588 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:30:52.614 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:30:52.614 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:30:52.887 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:30:52.889 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:30:53.042 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/6 2020-12-22T11:30:53.304 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/6 2020-12-22T11:30:53.305 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/6 2020-12-22T11:30:53.305 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : jq-1.5-12.el8.x86_64 2/6 2020-12-22T11:30:53.305 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 3/6 2020-12-22T11:30:53.305 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : socat-1.7.3.3-2.el8.x86_64 4/6 2020-12-22T11:30:53.305 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libxslt-1.1.32-5.el8.x86_64 5/6 2020-12-22T11:30:53.365 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:30:53.544 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libxslt-1.1.32-5.el8.x86_64 1/6 2020-12-22T11:30:53.648 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : xmlstarlet-1.6.1-11.el8.x86_64 6/6 2020-12-22T11:30:53.649 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:53.649 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:30:53.649 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 jq-1.5-12.el8.x86_64 2020-12-22T11:30:53.649 INFO:teuthology.orchestra.run.smithi105.stdout: libxslt-1.1.32-5.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2020-12-22T11:30:53.650 INFO:teuthology.orchestra.run.smithi105.stdout: socat-1.7.3.3-2.el8.x86_64 xmlstarlet-1.6.1-11.el8.x86_64 2020-12-22T11:30:53.650 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:53.650 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:30:53.719 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph 2020-12-22T11:30:53.737 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2020-12-22T11:30:53.905 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : socat-1.7.3.3-2.el8.x86_64 3/6 2020-12-22T11:30:54.166 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:46 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:30:54.646 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:30:54.650 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================= 2020-12-22T11:30:54.650 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:30:54.651 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================= 2020-12-22T11:30:54.651 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:30:54.651 INFO:teuthology.orchestra.run.smithi105.stdout: ceph x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 6.4 k 2020-12-22T11:30:54.651 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2020-12-22T11:30:54.652 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mds x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 2.1 M 2020-12-22T11:30:54.652 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 1.5 M 2020-12-22T11:30:54.652 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-modules-core noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 199 k 2020-12-22T11:30:54.652 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mon x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 4.9 M 2020-12-22T11:30:54.652 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-osd x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 18 M 2020-12-22T11:30:54.653 INFO:teuthology.orchestra.run.smithi105.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2020-12-22T11:30:54.653 INFO:teuthology.orchestra.run.smithi105.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2020-12-22T11:30:54.653 INFO:teuthology.orchestra.run.smithi105.stdout: python3-chardet noarch 3.0.4-7.el8 CentOS-Base 195 k 2020-12-22T11:30:54.653 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cheroot noarch 8.2.1-1.el8 epel 145 k 2020-12-22T11:30:54.653 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2020-12-22T11:30:54.654 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2020-12-22T11:30:54.654 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2020-12-22T11:30:54.654 INFO:teuthology.orchestra.run.smithi105.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2020-12-22T11:30:54.654 INFO:teuthology.orchestra.run.smithi105.stdout: python3-lxml x86_64 4.2.3-1.el8 CentOS-AppStream 1.5 M 2020-12-22T11:30:54.655 INFO:teuthology.orchestra.run.smithi105.stdout: python3-mako noarch 1.0.6-13.el8 CentOS-AppStream 157 k 2020-12-22T11:30:54.655 INFO:teuthology.orchestra.run.smithi105.stdout: python3-markupsafe x86_64 0.23-19.el8 CentOS-AppStream 39 k 2020-12-22T11:30:54.655 INFO:teuthology.orchestra.run.smithi105.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2020-12-22T11:30:54.655 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2020-12-22T11:30:54.655 INFO:teuthology.orchestra.run.smithi105.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2020-12-22T11:30:54.656 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pysocks noarch 1.6.8-3.el8 CentOS-Base 34 k 2020-12-22T11:30:54.656 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytz noarch 2017.2-9.el8 CentOS-AppStream 54 k 2020-12-22T11:30:54.656 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests noarch 2.20.0-2.1.el8_1 CentOS-Base 123 k 2020-12-22T11:30:54.656 INFO:teuthology.orchestra.run.smithi105.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2020-12-22T11:30:54.656 INFO:teuthology.orchestra.run.smithi105.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2020-12-22T11:30:54.657 INFO:teuthology.orchestra.run.smithi105.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2020-12-22T11:30:54.657 INFO:teuthology.orchestra.run.smithi105.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2020-12-22T11:30:54.657 INFO:teuthology.orchestra.run.smithi105.stdout: python3-urllib3 noarch 1.24.2-4.el8 CentOS-Base 176 k 2020-12-22T11:30:54.657 INFO:teuthology.orchestra.run.smithi105.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2020-12-22T11:30:54.658 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webencodings noarch 0.5.1-6.el8 CentOS-AppStream 27 k 2020-12-22T11:30:54.658 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2020-12-22T11:30:54.658 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2020-12-22T11:30:54.658 INFO:teuthology.orchestra.run.smithi105.stdout: python3-werkzeug noarch 0.12.2-4.el8 CentOS-AppStream 457 k 2020-12-22T11:30:54.658 INFO:teuthology.orchestra.run.smithi105.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2020-12-22T11:30:54.659 INFO:teuthology.orchestra.run.smithi105.stdout:Installing weak dependencies: 2020-12-22T11:30:54.659 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cssselect noarch 0.9.2-10.el8 epel 40 k 2020-12-22T11:30:54.659 INFO:teuthology.orchestra.run.smithi105.stdout: python3-html5lib noarch 1:0.999999999-6.el8 CentOS-AppStream 214 k 2020-12-22T11:30:54.659 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:54.659 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:30:54.660 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================= 2020-12-22T11:30:54.660 INFO:teuthology.orchestra.run.smithi105.stdout:Install 36 Packages 2020-12-22T11:30:54.660 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:30:54.661 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 32 M 2020-12-22T11:30:54.661 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 102 M 2020-12-22T11:30:54.661 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:30:54.900 INFO:teuthology.orchestra.run.smithi105.stdout:(1/36): ceph-16.0.0-8516.gaf9dac1f.el8.x86_64.r 26 kB/s | 6.4 kB 00:00 2020-12-22T11:30:55.033 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 4/6 2020-12-22T11:30:55.121 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 4/6 2020-12-22T11:30:55.483 INFO:teuthology.orchestra.run.smithi105.stdout:(2/36): ceph-mgr-16.0.0-8516.gaf9dac1f.el8.x86_ 1.8 MB/s | 1.5 MB 00:00 2020-12-22T11:30:55.572 INFO:teuthology.orchestra.run.smithi105.stdout:(3/36): ceph-mds-16.0.0-8516.gaf9dac1f.el8.x86_ 2.3 MB/s | 2.1 MB 00:00 2020-12-22T11:30:55.606 INFO:teuthology.orchestra.run.smithi105.stdout:(4/36): ceph-mgr-modules-core-16.0.0-8516.gaf9d 5.6 MB/s | 199 kB 00:00 2020-12-22T11:30:55.639 INFO:teuthology.orchestra.run.smithi105.stdout:(5/36): python3-html5lib-0.999999999-6.el8.noar 6.5 MB/s | 214 kB 00:00 2020-12-22T11:30:55.642 INFO:teuthology.orchestra.run.smithi058.stdout:(6/6): ceph-test-16.0.0-8516.gaf9dac1f.el8.x86_ 8.3 MB/s | 48 MB 00:05 2020-12-22T11:30:55.645 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:30:55.646 INFO:teuthology.orchestra.run.smithi058.stdout:Total 8.4 MB/s | 49 MB 00:05 2020-12-22T11:30:55.650 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:30:55.657 INFO:teuthology.orchestra.run.smithi105.stdout:(6/36): python3-lxml-4.2.3-1.el8.x86_64.rpm 81 MB/s | 1.5 MB 00:00 2020-12-22T11:30:55.660 INFO:teuthology.orchestra.run.smithi105.stdout:(7/36): python3-mako-1.0.6-13.el8.noarch.rpm 60 MB/s | 157 kB 00:00 2020-12-22T11:30:55.661 INFO:teuthology.orchestra.run.smithi105.stdout:(8/36): python3-markupsafe-0.23-19.el8.x86_64.r 32 MB/s | 39 kB 00:00 2020-12-22T11:30:55.663 INFO:teuthology.orchestra.run.smithi105.stdout:(9/36): python3-pytz-2017.2-9.el8.noarch.rpm 38 MB/s | 54 kB 00:00 2020-12-22T11:30:55.664 INFO:teuthology.orchestra.run.smithi105.stdout:(10/36): python3-webencodings-0.5.1-6.el8.noarc 22 MB/s | 27 kB 00:00 2020-12-22T11:30:55.670 INFO:teuthology.orchestra.run.smithi105.stdout:(11/36): python3-werkzeug-0.12.2-4.el8.noarch.r 75 MB/s | 457 kB 00:00 2020-12-22T11:30:55.674 INFO:teuthology.orchestra.run.smithi105.stdout:(12/36): python3-chardet-3.0.4-7.el8.noarch.rpm 65 MB/s | 195 kB 00:00 2020-12-22T11:30:55.675 INFO:teuthology.orchestra.run.smithi105.stdout:(13/36): python3-pysocks-1.6.8-3.el8.noarch.rpm 28 MB/s | 34 kB 00:00 2020-12-22T11:30:55.676 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:30:55.677 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:30:55.678 INFO:teuthology.orchestra.run.smithi105.stdout:(14/36): python3-requests-2.20.0-2.1.el8_1.noar 56 MB/s | 123 kB 00:00 2020-12-22T11:30:55.680 INFO:teuthology.orchestra.run.smithi105.stdout:(15/36): python3-urllib3-1.24.2-4.el8.noarch.rp 62 MB/s | 176 kB 00:00 2020-12-22T11:30:55.746 INFO:teuthology.orchestra.run.smithi105.stdout:(16/36): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 665 kB/s | 44 kB 00:00 2020-12-22T11:30:55.795 INFO:teuthology.orchestra.run.smithi105.stdout:(17/36): python3-beautifulsoup4-4.6.3-2.el8.1.n 3.7 MB/s | 185 kB 00:00 2020-12-22T11:30:55.813 INFO:teuthology.orchestra.run.smithi105.stdout:(18/36): python3-cheroot-8.2.1-1.el8.noarch.rpm 7.9 MB/s | 145 kB 00:00 2020-12-22T11:30:55.846 INFO:teuthology.orchestra.run.smithi105.stdout:(19/36): python3-cherrypy-18.4.0-1.el8.noarch.r 11 MB/s | 384 kB 00:00 2020-12-22T11:30:55.863 INFO:teuthology.orchestra.run.smithi105.stdout:(20/36): python3-cssselect-0.9.2-10.el8.noarch. 2.4 MB/s | 40 kB 00:00 2020-12-22T11:30:55.879 INFO:teuthology.orchestra.run.smithi105.stdout:(21/36): python3-jaraco-6.2-6.el8.noarch.rpm 678 kB/s | 11 kB 00:00 2020-12-22T11:30:55.896 INFO:teuthology.orchestra.run.smithi105.stdout:(22/36): python3-jaraco-functools-2.0-4.el8.noa 1.0 MB/s | 18 kB 00:00 2020-12-22T11:30:55.920 INFO:teuthology.orchestra.run.smithi105.stdout:(23/36): ceph-mon-16.0.0-8516.gaf9dac1f.el8.x86 4.8 MB/s | 4.9 MB 00:01 2020-12-22T11:30:55.920 INFO:teuthology.orchestra.run.smithi105.stdout:(24/36): python3-logutils-0.3.5-11.el8.noarch.r 2.0 MB/s | 49 kB 00:00 2020-12-22T11:30:55.939 INFO:teuthology.orchestra.run.smithi105.stdout:(25/36): python3-pecan-1.3.2-9.el8.noarch.rpm 15 MB/s | 283 kB 00:00 2020-12-22T11:30:55.948 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:30:55.950 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:30:55.955 INFO:teuthology.orchestra.run.smithi105.stdout:(26/36): python3-portend-2.6-1.el8.noarch.rpm 957 kB/s | 16 kB 00:00 2020-12-22T11:30:55.972 INFO:teuthology.orchestra.run.smithi105.stdout:(27/36): python3-simplegeneric-0.8.1-17.el8.noa 1.1 MB/s | 19 kB 00:00 2020-12-22T11:30:55.988 INFO:teuthology.orchestra.run.smithi105.stdout:(28/36): python3-singledispatch-3.4.0.3-18.el8. 1.4 MB/s | 24 kB 00:00 2020-12-22T11:30:55.997 INFO:teuthology.orchestra.run.smithi105.stdout:(29/36): python3-more-itertools-7.2.0-3.el8.noa 758 kB/s | 59 kB 00:00 2020-12-22T11:30:56.005 INFO:teuthology.orchestra.run.smithi105.stdout:(30/36): python3-tempora-1.14.1-5.el8.noarch.rp 1.7 MB/s | 29 kB 00:00 2020-12-22T11:30:56.017 INFO:teuthology.orchestra.run.smithi105.stdout:(31/36): python3-trustme-0.6.0-4.el8.noarch.rpm 1.4 MB/s | 27 kB 00:00 2020-12-22T11:30:56.023 INFO:teuthology.orchestra.run.smithi105.stdout:(32/36): python3-waitress-1.2.1-2.el8.1.noarch. 13 MB/s | 241 kB 00:00 2020-12-22T11:30:56.040 INFO:teuthology.orchestra.run.smithi105.stdout:(33/36): python3-webtest-2.0.33-1.el8.noarch.rp 4.9 MB/s | 85 kB 00:00 2020-12-22T11:30:56.057 INFO:teuthology.orchestra.run.smithi105.stdout:(34/36): python3-zc-lockfile-2.0-2.el8.noarch.r 1.4 MB/s | 23 kB 00:00 2020-12-22T11:30:56.077 INFO:teuthology.orchestra.run.smithi105.stdout:(35/36): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.2 MB/s | 251 kB 00:00 2020-12-22T11:30:56.441 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:30:56.615 INFO:teuthology.orchestra.run.smithi105.stdout:(36/36): ceph-osd-16.0.0-8516.gaf9dac1f.el8.x86 16 MB/s | 18 MB 00:01 2020-12-22T11:30:56.619 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:30:56.619 INFO:teuthology.orchestra.run.smithi105.stdout:Total 16 MB/s | 32 MB 00:01 2020-12-22T11:30:56.628 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:30:56.654 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : libxslt-1.1.32-5.el8.x86_64 1/6 2020-12-22T11:30:56.669 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:30:56.669 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:30:56.849 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : xmlstarlet-1.6.1-11.el8.x86_64 2/6 2020-12-22T11:30:56.926 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:30:56.929 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:30:57.039 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : socat-1.7.3.3-2.el8.x86_64 3/6 2020-12-22T11:30:57.201 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 4/6 2020-12-22T11:30:57.290 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 4/6 2020-12-22T11:30:58.166 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:30:58.383 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/36 2020-12-22T11:30:58.576 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/36 2020-12-22T11:30:58.759 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/36 2020-12-22T11:30:58.943 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 4/36 2020-12-22T11:30:59.074 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 5/36 2020-12-22T11:30:59.197 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 6/36 2020-12-22T11:30:59.361 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 7/36 2020-12-22T11:30:59.546 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 8/36 2020-12-22T11:30:59.673 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : jq-1.5-12.el8.x86_64 5/6 2020-12-22T11:30:59.690 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 9/36 2020-12-22T11:30:59.873 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 10/36 2020-12-22T11:30:59.906 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/6 2020-12-22T11:31:00.104 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cheroot-8.2.1-1.el8.noarch 11/36 2020-12-22T11:31:00.148 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/6 2020-12-22T11:31:00.148 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/6 2020-12-22T11:31:00.149 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : jq-1.5-12.el8.x86_64 2/6 2020-12-22T11:31:00.149 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 3/6 2020-12-22T11:31:00.149 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : socat-1.7.3.3-2.el8.x86_64 4/6 2020-12-22T11:31:00.149 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libxslt-1.1.32-5.el8.x86_64 5/6 2020-12-22T11:31:00.270 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cssselect-0.9.2-10.el8.noarch 12/36 2020-12-22T11:31:00.433 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 13/36 2020-12-22T11:31:00.655 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pysocks-1.6.8-3.el8.noarch 14/36 2020-12-22T11:31:00.955 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-urllib3-1.24.2-4.el8.noarch 15/36 2020-12-22T11:31:01.132 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-chardet-3.0.4-7.el8.noarch 16/36 2020-12-22T11:31:01.149 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : xmlstarlet-1.6.1-11.el8.x86_64 6/6 2020-12-22T11:31:01.150 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:01.150 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:01.150 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 jq-1.5-12.el8.x86_64 2020-12-22T11:31:01.151 INFO:teuthology.orchestra.run.smithi039.stdout: libxslt-1.1.32-5.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2020-12-22T11:31:01.151 INFO:teuthology.orchestra.run.smithi039.stdout: socat-1.7.3.3-2.el8.x86_64 xmlstarlet-1.6.1-11.el8.x86_64 2020-12-22T11:31:01.151 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:01.152 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:01.296 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph 2020-12-22T11:31:01.362 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-requests-2.20.0-2.1.el8_1.noarch 17/36 2020-12-22T11:31:01.536 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 18/36 2020-12-22T11:31:01.754 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-webencodings-0.5.1-6.el8.noarch 19/36 2020-12-22T11:31:01.777 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:53 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:01.881 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : jq-1.5-12.el8.x86_64 5/6 2020-12-22T11:31:01.938 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 20/36 2020-12-22T11:31:02.100 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/6 2020-12-22T11:31:02.242 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 21/36 2020-12-22T11:31:02.301 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:02.306 INFO:teuthology.orchestra.run.smithi039.stdout:======================================================================================= 2020-12-22T11:31:02.306 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:31:02.306 INFO:teuthology.orchestra.run.smithi039.stdout:======================================================================================= 2020-12-22T11:31:02.307 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:31:02.307 INFO:teuthology.orchestra.run.smithi039.stdout: ceph x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 6.4 k 2020-12-22T11:31:02.307 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2020-12-22T11:31:02.307 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mds x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 2.1 M 2020-12-22T11:31:02.308 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 1.5 M 2020-12-22T11:31:02.308 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-modules-core noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 199 k 2020-12-22T11:31:02.308 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mon x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 4.9 M 2020-12-22T11:31:02.308 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-osd x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 18 M 2020-12-22T11:31:02.308 INFO:teuthology.orchestra.run.smithi039.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2020-12-22T11:31:02.309 INFO:teuthology.orchestra.run.smithi039.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2020-12-22T11:31:02.309 INFO:teuthology.orchestra.run.smithi039.stdout: python3-chardet noarch 3.0.4-7.el8 CentOS-Base 195 k 2020-12-22T11:31:02.309 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cheroot noarch 8.2.1-1.el8 epel 145 k 2020-12-22T11:31:02.309 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2020-12-22T11:31:02.309 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2020-12-22T11:31:02.310 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2020-12-22T11:31:02.310 INFO:teuthology.orchestra.run.smithi039.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2020-12-22T11:31:02.310 INFO:teuthology.orchestra.run.smithi039.stdout: python3-lxml x86_64 4.2.3-1.el8 CentOS-AppStream 1.5 M 2020-12-22T11:31:02.310 INFO:teuthology.orchestra.run.smithi039.stdout: python3-mako noarch 1.0.6-13.el8 CentOS-AppStream 157 k 2020-12-22T11:31:02.310 INFO:teuthology.orchestra.run.smithi039.stdout: python3-markupsafe x86_64 0.23-19.el8 CentOS-AppStream 39 k 2020-12-22T11:31:02.311 INFO:teuthology.orchestra.run.smithi039.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2020-12-22T11:31:02.311 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2020-12-22T11:31:02.311 INFO:teuthology.orchestra.run.smithi039.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2020-12-22T11:31:02.311 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pysocks noarch 1.6.8-3.el8 CentOS-Base 34 k 2020-12-22T11:31:02.311 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pytz noarch 2017.2-9.el8 CentOS-AppStream 54 k 2020-12-22T11:31:02.312 INFO:teuthology.orchestra.run.smithi039.stdout: python3-requests noarch 2.20.0-2.1.el8_1 CentOS-Base 123 k 2020-12-22T11:31:02.312 INFO:teuthology.orchestra.run.smithi039.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2020-12-22T11:31:02.312 INFO:teuthology.orchestra.run.smithi039.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2020-12-22T11:31:02.312 INFO:teuthology.orchestra.run.smithi039.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2020-12-22T11:31:02.312 INFO:teuthology.orchestra.run.smithi039.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2020-12-22T11:31:02.313 INFO:teuthology.orchestra.run.smithi039.stdout: python3-urllib3 noarch 1.24.2-4.el8 CentOS-Base 176 k 2020-12-22T11:31:02.313 INFO:teuthology.orchestra.run.smithi039.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2020-12-22T11:31:02.313 INFO:teuthology.orchestra.run.smithi039.stdout: python3-webencodings noarch 0.5.1-6.el8 CentOS-AppStream 27 k 2020-12-22T11:31:02.313 INFO:teuthology.orchestra.run.smithi039.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2020-12-22T11:31:02.313 INFO:teuthology.orchestra.run.smithi039.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2020-12-22T11:31:02.314 INFO:teuthology.orchestra.run.smithi039.stdout: python3-werkzeug noarch 0.12.2-4.el8 CentOS-AppStream 457 k 2020-12-22T11:31:02.314 INFO:teuthology.orchestra.run.smithi039.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2020-12-22T11:31:02.314 INFO:teuthology.orchestra.run.smithi039.stdout:Installing weak dependencies: 2020-12-22T11:31:02.314 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cssselect noarch 0.9.2-10.el8 epel 40 k 2020-12-22T11:31:02.314 INFO:teuthology.orchestra.run.smithi039.stdout: python3-html5lib noarch 1:0.999999999-6.el8 CentOS-AppStream 214 k 2020-12-22T11:31:02.315 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:02.315 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:31:02.315 INFO:teuthology.orchestra.run.smithi039.stdout:======================================================================================= 2020-12-22T11:31:02.315 INFO:teuthology.orchestra.run.smithi039.stdout:Install 36 Packages 2020-12-22T11:31:02.315 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:02.316 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 32 M 2020-12-22T11:31:02.316 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 102 M 2020-12-22T11:31:02.316 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:31:02.340 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 6/6 2020-12-22T11:31:02.341 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/6 2020-12-22T11:31:02.341 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : jq-1.5-12.el8.x86_64 2/6 2020-12-22T11:31:02.341 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 3/6 2020-12-22T11:31:02.341 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : socat-1.7.3.3-2.el8.x86_64 4/6 2020-12-22T11:31:02.342 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : libxslt-1.1.32-5.el8.x86_64 5/6 2020-12-22T11:31:02.414 INFO:teuthology.orchestra.run.smithi039.stdout:(1/36): ceph-16.0.0-8516.gaf9dac1f.el8.x86_64.r 64 kB/s | 6.4 kB 00:00 2020-12-22T11:31:02.508 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-lxml-4.2.3-1.el8.x86_64 22/36 2020-12-22T11:31:02.655 INFO:teuthology.orchestra.run.smithi039.stdout:(2/36): ceph-mgr-16.0.0-8516.gaf9dac1f.el8.x86_ 4.4 MB/s | 1.5 MB 00:00 2020-12-22T11:31:02.682 INFO:teuthology.orchestra.run.smithi039.stdout:(3/36): ceph-mds-16.0.0-8516.gaf9dac1f.el8.x86_ 5.8 MB/s | 2.1 MB 00:00 2020-12-22T11:31:02.684 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 23/36 2020-12-22T11:31:02.733 INFO:teuthology.orchestra.run.smithi039.stdout:(4/36): ceph-mgr-modules-core-16.0.0-8516.gaf9d 3.8 MB/s | 199 kB 00:00 2020-12-22T11:31:02.759 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : xmlstarlet-1.6.1-11.el8.x86_64 6/6 2020-12-22T11:31:02.759 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:02.759 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:31:02.760 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-test-2:16.0.0-8516.gaf9dac1f.el8.x86_64 jq-1.5-12.el8.x86_64 2020-12-22T11:31:02.760 INFO:teuthology.orchestra.run.smithi058.stdout: libxslt-1.1.32-5.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2020-12-22T11:31:02.760 INFO:teuthology.orchestra.run.smithi058.stdout: socat-1.7.3.3-2.el8.x86_64 xmlstarlet-1.6.1-11.el8.x86_64 2020-12-22T11:31:02.760 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:02.761 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:02.766 INFO:teuthology.orchestra.run.smithi039.stdout:(5/36): python3-html5lib-0.999999999-6.el8.noar 6.4 MB/s | 214 kB 00:00 2020-12-22T11:31:02.785 INFO:teuthology.orchestra.run.smithi039.stdout:(6/36): python3-lxml-4.2.3-1.el8.x86_64.rpm 82 MB/s | 1.5 MB 00:00 2020-12-22T11:31:02.788 INFO:teuthology.orchestra.run.smithi039.stdout:(7/36): python3-mako-1.0.6-13.el8.noarch.rpm 55 MB/s | 157 kB 00:00 2020-12-22T11:31:02.789 INFO:teuthology.orchestra.run.smithi039.stdout:(8/36): python3-markupsafe-0.23-19.el8.x86_64.r 27 MB/s | 39 kB 00:00 2020-12-22T11:31:02.791 INFO:teuthology.orchestra.run.smithi039.stdout:(9/36): python3-pytz-2017.2-9.el8.noarch.rpm 36 MB/s | 54 kB 00:00 2020-12-22T11:31:02.792 INFO:teuthology.orchestra.run.smithi039.stdout:(10/36): python3-webencodings-0.5.1-6.el8.noarc 23 MB/s | 27 kB 00:00 2020-12-22T11:31:02.798 INFO:teuthology.orchestra.run.smithi039.stdout:(11/36): python3-werkzeug-0.12.2-4.el8.noarch.r 74 MB/s | 457 kB 00:00 2020-12-22T11:31:02.802 INFO:teuthology.orchestra.run.smithi039.stdout:(12/36): python3-chardet-3.0.4-7.el8.noarch.rpm 63 MB/s | 195 kB 00:00 2020-12-22T11:31:02.803 INFO:teuthology.orchestra.run.smithi039.stdout:(13/36): python3-pysocks-1.6.8-3.el8.noarch.rpm 30 MB/s | 34 kB 00:00 2020-12-22T11:31:02.805 INFO:teuthology.orchestra.run.smithi039.stdout:(14/36): python3-requests-2.20.0-2.1.el8_1.noar 54 MB/s | 123 kB 00:00 2020-12-22T11:31:02.808 INFO:teuthology.orchestra.run.smithi039.stdout:(15/36): python3-urllib3-1.24.2-4.el8.noarch.rp 60 MB/s | 176 kB 00:00 2020-12-22T11:31:02.811 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 24/36 2020-12-22T11:31:02.843 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph 2020-12-22T11:31:02.888 INFO:teuthology.orchestra.run.smithi039.stdout:(16/36): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 548 kB/s | 44 kB 00:00 2020-12-22T11:31:02.911 INFO:teuthology.orchestra.run.smithi039.stdout:(17/36): ceph-mon-16.0.0-8516.gaf9dac1f.el8.x86 9.9 MB/s | 4.9 MB 00:00 2020-12-22T11:31:02.947 INFO:teuthology.orchestra.run.smithi039.stdout:(18/36): python3-beautifulsoup4-4.6.3-2.el8.1.n 3.1 MB/s | 185 kB 00:00 2020-12-22T11:31:02.972 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 25/36 2020-12-22T11:31:02.987 INFO:teuthology.orchestra.run.smithi039.stdout:(19/36): python3-cherrypy-18.4.0-1.el8.noarch.r 9.3 MB/s | 384 kB 00:00 2020-12-22T11:31:03.008 INFO:teuthology.orchestra.run.smithi039.stdout:(20/36): python3-cssselect-0.9.2-10.el8.noarch. 2.0 MB/s | 40 kB 00:00 2020-12-22T11:31:03.008 INFO:teuthology.orchestra.run.smithi039.stdout:(21/36): python3-cheroot-8.2.1-1.el8.noarch.rpm 1.5 MB/s | 145 kB 00:00 2020-12-22T11:31:03.027 INFO:teuthology.orchestra.run.smithi039.stdout:(22/36): python3-jaraco-6.2-6.el8.noarch.rpm 569 kB/s | 11 kB 00:00 2020-12-22T11:31:03.028 INFO:teuthology.orchestra.run.smithi039.stdout:(23/36): python3-jaraco-functools-2.0-4.el8.noa 895 kB/s | 18 kB 00:00 2020-12-22T11:31:03.047 INFO:teuthology.orchestra.run.smithi039.stdout:(24/36): python3-logutils-0.3.5-11.el8.noarch.r 2.4 MB/s | 49 kB 00:00 2020-12-22T11:31:03.048 INFO:teuthology.orchestra.run.smithi039.stdout:(25/36): python3-more-itertools-7.2.0-3.el8.noa 2.9 MB/s | 59 kB 00:00 2020-12-22T11:31:03.068 INFO:teuthology.orchestra.run.smithi039.stdout:(26/36): python3-portend-2.6-1.el8.noarch.rpm 798 kB/s | 16 kB 00:00 2020-12-22T11:31:03.070 INFO:teuthology.orchestra.run.smithi039.stdout:(27/36): python3-pecan-1.3.2-9.el8.noarch.rpm 12 MB/s | 283 kB 00:00 2020-12-22T11:31:03.088 INFO:teuthology.orchestra.run.smithi039.stdout:(28/36): python3-simplegeneric-0.8.1-17.el8.noa 957 kB/s | 19 kB 00:00 2020-12-22T11:31:03.090 INFO:teuthology.orchestra.run.smithi039.stdout:(29/36): python3-singledispatch-3.4.0.3-18.el8. 1.2 MB/s | 24 kB 00:00 2020-12-22T11:31:03.108 INFO:teuthology.orchestra.run.smithi039.stdout:(30/36): python3-tempora-1.14.1-5.el8.noarch.rp 1.5 MB/s | 29 kB 00:00 2020-12-22T11:31:03.110 INFO:teuthology.orchestra.run.smithi039.stdout:(31/36): python3-trustme-0.6.0-4.el8.noarch.rpm 1.3 MB/s | 27 kB 00:00 2020-12-22T11:31:03.132 INFO:teuthology.orchestra.run.smithi039.stdout:(32/36): python3-webob-1.8.5-1.el8.1.noarch.rpm 11 MB/s | 251 kB 00:00 2020-12-22T11:31:03.147 INFO:teuthology.orchestra.run.smithi039.stdout:(33/36): python3-waitress-1.2.1-2.el8.1.noarch. 5.9 MB/s | 241 kB 00:00 2020-12-22T11:31:03.152 INFO:teuthology.orchestra.run.smithi039.stdout:(34/36): python3-webtest-2.0.33-1.el8.noarch.rp 4.1 MB/s | 85 kB 00:00 2020-12-22T11:31:03.167 INFO:teuthology.orchestra.run.smithi039.stdout:(35/36): python3-zc-lockfile-2.0-2.el8.noarch.r 1.1 MB/s | 23 kB 00:00 2020-12-22T11:31:03.216 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-portend-2.6-1.el8.noarch 26/36 2020-12-22T11:31:03.320 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:00:55 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:03.516 INFO:teuthology.orchestra.run.smithi039.stdout:(36/36): ceph-osd-16.0.0-8516.gaf9dac1f.el8.x86 21 MB/s | 18 MB 00:00 2020-12-22T11:31:03.519 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:03.520 INFO:teuthology.orchestra.run.smithi039.stdout:Total 26 MB/s | 32 MB 00:01 2020-12-22T11:31:03.531 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:31:03.575 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:31:03.576 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:31:03.688 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 27/36 2020-12-22T11:31:03.822 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:03.827 INFO:teuthology.orchestra.run.smithi058.stdout:======================================================================================= 2020-12-22T11:31:03.827 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:31:03.827 INFO:teuthology.orchestra.run.smithi058.stdout:======================================================================================= 2020-12-22T11:31:03.827 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:31:03.828 INFO:teuthology.orchestra.run.smithi058.stdout: ceph x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 6.4 k 2020-12-22T11:31:03.828 INFO:teuthology.orchestra.run.smithi058.stdout:Installing dependencies: 2020-12-22T11:31:03.828 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mds x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 2.1 M 2020-12-22T11:31:03.828 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 1.5 M 2020-12-22T11:31:03.828 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-modules-core noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 199 k 2020-12-22T11:31:03.829 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mon x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 4.9 M 2020-12-22T11:31:03.829 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-osd x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 18 M 2020-12-22T11:31:03.829 INFO:teuthology.orchestra.run.smithi058.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2020-12-22T11:31:03.829 INFO:teuthology.orchestra.run.smithi058.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2020-12-22T11:31:03.829 INFO:teuthology.orchestra.run.smithi058.stdout: python3-chardet noarch 3.0.4-7.el8 CentOS-Base 195 k 2020-12-22T11:31:03.830 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cheroot noarch 8.2.1-1.el8 epel 145 k 2020-12-22T11:31:03.830 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2020-12-22T11:31:03.830 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2020-12-22T11:31:03.830 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2020-12-22T11:31:03.831 INFO:teuthology.orchestra.run.smithi058.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2020-12-22T11:31:03.831 INFO:teuthology.orchestra.run.smithi058.stdout: python3-lxml x86_64 4.2.3-1.el8 CentOS-AppStream 1.5 M 2020-12-22T11:31:03.831 INFO:teuthology.orchestra.run.smithi058.stdout: python3-mako noarch 1.0.6-13.el8 CentOS-AppStream 157 k 2020-12-22T11:31:03.831 INFO:teuthology.orchestra.run.smithi058.stdout: python3-markupsafe x86_64 0.23-19.el8 CentOS-AppStream 39 k 2020-12-22T11:31:03.831 INFO:teuthology.orchestra.run.smithi058.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2020-12-22T11:31:03.832 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2020-12-22T11:31:03.832 INFO:teuthology.orchestra.run.smithi058.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2020-12-22T11:31:03.832 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pysocks noarch 1.6.8-3.el8 CentOS-Base 34 k 2020-12-22T11:31:03.832 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pytz noarch 2017.2-9.el8 CentOS-AppStream 54 k 2020-12-22T11:31:03.832 INFO:teuthology.orchestra.run.smithi058.stdout: python3-requests noarch 2.20.0-2.1.el8_1 CentOS-Base 123 k 2020-12-22T11:31:03.833 INFO:teuthology.orchestra.run.smithi058.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2020-12-22T11:31:03.833 INFO:teuthology.orchestra.run.smithi058.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2020-12-22T11:31:03.833 INFO:teuthology.orchestra.run.smithi058.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2020-12-22T11:31:03.833 INFO:teuthology.orchestra.run.smithi058.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2020-12-22T11:31:03.834 INFO:teuthology.orchestra.run.smithi058.stdout: python3-urllib3 noarch 1.24.2-4.el8 CentOS-Base 176 k 2020-12-22T11:31:03.834 INFO:teuthology.orchestra.run.smithi058.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2020-12-22T11:31:03.834 INFO:teuthology.orchestra.run.smithi058.stdout: python3-webencodings noarch 0.5.1-6.el8 CentOS-AppStream 27 k 2020-12-22T11:31:03.834 INFO:teuthology.orchestra.run.smithi058.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2020-12-22T11:31:03.834 INFO:teuthology.orchestra.run.smithi058.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2020-12-22T11:31:03.835 INFO:teuthology.orchestra.run.smithi058.stdout: python3-werkzeug noarch 0.12.2-4.el8 CentOS-AppStream 457 k 2020-12-22T11:31:03.835 INFO:teuthology.orchestra.run.smithi058.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2020-12-22T11:31:03.835 INFO:teuthology.orchestra.run.smithi058.stdout:Installing weak dependencies: 2020-12-22T11:31:03.835 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cssselect noarch 0.9.2-10.el8 epel 40 k 2020-12-22T11:31:03.835 INFO:teuthology.orchestra.run.smithi058.stdout: python3-html5lib noarch 1:0.999999999-6.el8 CentOS-AppStream 214 k 2020-12-22T11:31:03.836 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:03.836 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:31:03.836 INFO:teuthology.orchestra.run.smithi058.stdout:======================================================================================= 2020-12-22T11:31:03.836 INFO:teuthology.orchestra.run.smithi058.stdout:Install 36 Packages 2020-12-22T11:31:03.836 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:03.837 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 32 M 2020-12-22T11:31:03.837 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 102 M 2020-12-22T11:31:03.838 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:31:03.848 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:31:03.850 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:31:03.920 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 28/36 2020-12-22T11:31:03.935 INFO:teuthology.orchestra.run.smithi058.stdout:(1/36): ceph-16.0.0-8516.gaf9dac1f.el8.x86_64.r 63 kB/s | 6.4 kB 00:00 2020-12-22T11:31:04.184 INFO:teuthology.orchestra.run.smithi058.stdout:(2/36): ceph-mds-16.0.0-8516.gaf9dac1f.el8.x86_ 6.1 MB/s | 2.1 MB 00:00 2020-12-22T11:31:04.192 INFO:teuthology.orchestra.run.smithi058.stdout:(3/36): ceph-mgr-16.0.0-8516.gaf9dac1f.el8.x86_ 4.2 MB/s | 1.5 MB 00:00 2020-12-22T11:31:04.212 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 29/36 2020-12-22T11:31:04.256 INFO:teuthology.orchestra.run.smithi058.stdout:(4/36): ceph-mgr-modules-core-16.0.0-8516.gaf9d 3.1 MB/s | 199 kB 00:00 2020-12-22T11:31:04.288 INFO:teuthology.orchestra.run.smithi058.stdout:(5/36): python3-html5lib-0.999999999-6.el8.noar 6.4 MB/s | 214 kB 00:00 2020-12-22T11:31:04.307 INFO:teuthology.orchestra.run.smithi058.stdout:(6/36): python3-lxml-4.2.3-1.el8.x86_64.rpm 82 MB/s | 1.5 MB 00:00 2020-12-22T11:31:04.309 INFO:teuthology.orchestra.run.smithi058.stdout:(7/36): python3-mako-1.0.6-13.el8.noarch.rpm 58 MB/s | 157 kB 00:00 2020-12-22T11:31:04.311 INFO:teuthology.orchestra.run.smithi058.stdout:(8/36): python3-markupsafe-0.23-19.el8.x86_64.r 30 MB/s | 39 kB 00:00 2020-12-22T11:31:04.313 INFO:teuthology.orchestra.run.smithi058.stdout:(9/36): python3-pytz-2017.2-9.el8.noarch.rpm 39 MB/s | 54 kB 00:00 2020-12-22T11:31:04.314 INFO:teuthology.orchestra.run.smithi058.stdout:(10/36): python3-webencodings-0.5.1-6.el8.noarc 26 MB/s | 27 kB 00:00 2020-12-22T11:31:04.320 INFO:teuthology.orchestra.run.smithi058.stdout:(11/36): python3-werkzeug-0.12.2-4.el8.noarch.r 75 MB/s | 457 kB 00:00 2020-12-22T11:31:04.323 INFO:teuthology.orchestra.run.smithi058.stdout:(12/36): python3-chardet-3.0.4-7.el8.noarch.rpm 64 MB/s | 195 kB 00:00 2020-12-22T11:31:04.324 INFO:teuthology.orchestra.run.smithi058.stdout:(13/36): python3-pysocks-1.6.8-3.el8.noarch.rpm 29 MB/s | 34 kB 00:00 2020-12-22T11:31:04.327 INFO:teuthology.orchestra.run.smithi058.stdout:(14/36): python3-requests-2.20.0-2.1.el8_1.noar 57 MB/s | 123 kB 00:00 2020-12-22T11:31:04.330 INFO:teuthology.orchestra.run.smithi058.stdout:(15/36): python3-urllib3-1.24.2-4.el8.noarch.rp 62 MB/s | 176 kB 00:00 2020-12-22T11:31:04.395 INFO:teuthology.orchestra.run.smithi058.stdout:(16/36): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 669 kB/s | 44 kB 00:00 2020-12-22T11:31:04.446 INFO:teuthology.orchestra.run.smithi058.stdout:(17/36): ceph-mon-16.0.0-8516.gaf9dac1f.el8.x86 9.7 MB/s | 4.9 MB 00:00 2020-12-22T11:31:04.447 INFO:teuthology.orchestra.run.smithi058.stdout:(18/36): python3-beautifulsoup4-4.6.3-2.el8.1.n 3.5 MB/s | 185 kB 00:00 2020-12-22T11:31:04.482 INFO:teuthology.orchestra.run.smithi058.stdout:(19/36): python3-cherrypy-18.4.0-1.el8.noarch.r 11 MB/s | 384 kB 00:00 2020-12-22T11:31:04.498 INFO:teuthology.orchestra.run.smithi058.stdout:(20/36): python3-cssselect-0.9.2-10.el8.noarch. 2.4 MB/s | 40 kB 00:00 2020-12-22T11:31:04.510 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 30/36 2020-12-22T11:31:04.514 INFO:teuthology.orchestra.run.smithi058.stdout:(21/36): python3-jaraco-6.2-6.el8.noarch.rpm 686 kB/s | 11 kB 00:00 2020-12-22T11:31:04.527 INFO:teuthology.orchestra.run.smithi058.stdout:(22/36): python3-cheroot-8.2.1-1.el8.noarch.rpm 1.8 MB/s | 145 kB 00:00 2020-12-22T11:31:04.531 INFO:teuthology.orchestra.run.smithi058.stdout:(23/36): python3-jaraco-functools-2.0-4.el8.noa 1.1 MB/s | 18 kB 00:00 2020-12-22T11:31:04.543 INFO:teuthology.orchestra.run.smithi058.stdout:(24/36): python3-logutils-0.3.5-11.el8.noarch.r 2.9 MB/s | 49 kB 00:00 2020-12-22T11:31:04.549 INFO:teuthology.orchestra.run.smithi058.stdout:(25/36): python3-more-itertools-7.2.0-3.el8.noa 3.5 MB/s | 59 kB 00:00 2020-12-22T11:31:04.564 INFO:teuthology.orchestra.run.smithi058.stdout:(26/36): python3-portend-2.6-1.el8.noarch.rpm 956 kB/s | 16 kB 00:00 2020-12-22T11:31:04.577 INFO:teuthology.orchestra.run.smithi058.stdout:(27/36): python3-pecan-1.3.2-9.el8.noarch.rpm 8.3 MB/s | 283 kB 00:00 2020-12-22T11:31:04.580 INFO:teuthology.orchestra.run.smithi058.stdout:(28/36): python3-simplegeneric-0.8.1-17.el8.noa 1.1 MB/s | 19 kB 00:00 2020-12-22T11:31:04.594 INFO:teuthology.orchestra.run.smithi058.stdout:(29/36): python3-singledispatch-3.4.0.3-18.el8. 1.4 MB/s | 24 kB 00:00 2020-12-22T11:31:04.597 INFO:teuthology.orchestra.run.smithi058.stdout:(30/36): python3-tempora-1.14.1-5.el8.noarch.rp 1.7 MB/s | 29 kB 00:00 2020-12-22T11:31:04.610 INFO:teuthology.orchestra.run.smithi058.stdout:(31/36): python3-trustme-0.6.0-4.el8.noarch.rpm 1.6 MB/s | 27 kB 00:00 2020-12-22T11:31:04.615 INFO:teuthology.orchestra.run.smithi058.stdout:(32/36): python3-waitress-1.2.1-2.el8.1.noarch. 13 MB/s | 241 kB 00:00 2020-12-22T11:31:04.628 INFO:teuthology.orchestra.run.smithi058.stdout:(33/36): python3-webob-1.8.5-1.el8.1.noarch.rpm 14 MB/s | 251 kB 00:00 2020-12-22T11:31:04.632 INFO:teuthology.orchestra.run.smithi058.stdout:(34/36): python3-webtest-2.0.33-1.el8.noarch.rp 5.0 MB/s | 85 kB 00:00 2020-12-22T11:31:04.645 INFO:teuthology.orchestra.run.smithi058.stdout:(35/36): python3-zc-lockfile-2.0-2.el8.noarch.r 1.4 MB/s | 23 kB 00:00 2020-12-22T11:31:04.860 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-modules-core-2:16.0.0-8516.gaf9dac1f.el8. 31/36 2020-12-22T11:31:05.024 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 32/36 2020-12-22T11:31:05.048 INFO:teuthology.orchestra.run.smithi058.stdout:(36/36): ceph-osd-16.0.0-8516.gaf9dac1f.el8.x86 21 MB/s | 18 MB 00:00 2020-12-22T11:31:05.051 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:05.051 INFO:teuthology.orchestra.run.smithi058.stdout:Total 26 MB/s | 32 MB 00:01 2020-12-22T11:31:05.062 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:31:05.107 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:31:05.107 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:31:05.133 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:31:05.369 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:31:05.372 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:31:05.393 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/36 2020-12-22T11:31:05.540 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/36 2020-12-22T11:31:05.748 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/36 2020-12-22T11:31:05.917 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 4/36 2020-12-22T11:31:06.055 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 5/36 2020-12-22T11:31:06.203 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 6/36 2020-12-22T11:31:06.334 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 7/36 2020-12-22T11:31:06.480 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 32/36 2020-12-22T11:31:06.551 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 8/36 2020-12-22T11:31:06.670 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 9/36 2020-12-22T11:31:06.674 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 33/36 2020-12-22T11:31:06.727 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:31:06.840 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 10/36 2020-12-22T11:31:06.919 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/36 2020-12-22T11:31:07.068 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cheroot-8.2.1-1.el8.noarch 11/36 2020-12-22T11:31:07.095 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 33/36 2020-12-22T11:31:07.123 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/36 2020-12-22T11:31:07.209 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cssselect-0.9.2-10.el8.noarch 12/36 2020-12-22T11:31:07.282 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 34/36 2020-12-22T11:31:07.318 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/36 2020-12-22T11:31:07.398 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 13/36 2020-12-22T11:31:07.475 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 34/36 2020-12-22T11:31:07.517 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 4/36 2020-12-22T11:31:07.619 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pysocks-1.6.8-3.el8.noarch 14/36 2020-12-22T11:31:07.642 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 35/36 2020-12-22T11:31:07.661 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 35/36 2020-12-22T11:31:07.673 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 5/36 2020-12-22T11:31:07.807 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 36/36 2020-12-22T11:31:07.821 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 6/36 2020-12-22T11:31:07.898 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-urllib3-1.24.2-4.el8.noarch 15/36 2020-12-22T11:31:07.953 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 7/36 2020-12-22T11:31:08.073 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-chardet-3.0.4-7.el8.noarch 16/36 2020-12-22T11:31:08.161 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 8/36 2020-12-22T11:31:08.165 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 36/36 2020-12-22T11:31:08.165 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/36 2020-12-22T11:31:08.166 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2/36 2020-12-22T11:31:08.166 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/36 2020-12-22T11:31:08.166 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/36 2020-12-22T11:31:08.166 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 5/36 2020-12-22T11:31:08.167 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-modules-core-2:16.0.0-8516.gaf9dac1f.el8. 6/36 2020-12-22T11:31:08.167 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 7/36 2020-12-22T11:31:08.167 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-lxml-4.2.3-1.el8.x86_64 8/36 2020-12-22T11:31:08.167 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 9/36 2020-12-22T11:31:08.168 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 10/36 2020-12-22T11:31:08.168 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 11/36 2020-12-22T11:31:08.168 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-webencodings-0.5.1-6.el8.noarch 12/36 2020-12-22T11:31:08.168 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 13/36 2020-12-22T11:31:08.168 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-chardet-3.0.4-7.el8.noarch 14/36 2020-12-22T11:31:08.169 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pysocks-1.6.8-3.el8.noarch 15/36 2020-12-22T11:31:08.169 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-requests-2.20.0-2.1.el8_1.noarch 16/36 2020-12-22T11:31:08.169 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-urllib3-1.24.2-4.el8.noarch 17/36 2020-12-22T11:31:08.169 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/36 2020-12-22T11:31:08.169 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 19/36 2020-12-22T11:31:08.170 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cheroot-8.2.1-1.el8.noarch 20/36 2020-12-22T11:31:08.170 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 21/36 2020-12-22T11:31:08.170 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cssselect-0.9.2-10.el8.noarch 22/36 2020-12-22T11:31:08.170 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 23/36 2020-12-22T11:31:08.171 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 24/36 2020-12-22T11:31:08.171 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 25/36 2020-12-22T11:31:08.172 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 26/36 2020-12-22T11:31:08.172 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 27/36 2020-12-22T11:31:08.172 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-portend-2.6-1.el8.noarch 28/36 2020-12-22T11:31:08.173 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 29/36 2020-12-22T11:31:08.173 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 30/36 2020-12-22T11:31:08.173 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 31/36 2020-12-22T11:31:08.173 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 32/36 2020-12-22T11:31:08.174 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 33/36 2020-12-22T11:31:08.174 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 34/36 2020-12-22T11:31:08.174 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 35/36 2020-12-22T11:31:08.315 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 9/36 2020-12-22T11:31:08.341 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-requests-2.20.0-2.1.el8_1.noarch 17/36 2020-12-22T11:31:08.509 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 18/36 2020-12-22T11:31:08.555 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 10/36 2020-12-22T11:31:08.739 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-webencodings-0.5.1-6.el8.noarch 19/36 2020-12-22T11:31:08.805 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-cheroot-8.2.1-1.el8.noarch 11/36 2020-12-22T11:31:08.844 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 36/36 2020-12-22T11:31:08.845 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:08.845 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:08.846 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:08.846 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:08.847 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:08.847 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-modules-core-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:08.847 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:08.848 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:08.848 INFO:teuthology.orchestra.run.smithi105.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2020-12-22T11:31:08.848 INFO:teuthology.orchestra.run.smithi105.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2020-12-22T11:31:08.848 INFO:teuthology.orchestra.run.smithi105.stdout: python3-chardet-3.0.4-7.el8.noarch 2020-12-22T11:31:08.849 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cheroot-8.2.1-1.el8.noarch 2020-12-22T11:31:08.849 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2020-12-22T11:31:08.849 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cssselect-0.9.2-10.el8.noarch 2020-12-22T11:31:08.850 INFO:teuthology.orchestra.run.smithi105.stdout: python3-html5lib-1:0.999999999-6.el8.noarch 2020-12-22T11:31:08.850 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-6.2-6.el8.noarch 2020-12-22T11:31:08.850 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2020-12-22T11:31:08.851 INFO:teuthology.orchestra.run.smithi105.stdout: python3-logutils-0.3.5-11.el8.noarch 2020-12-22T11:31:08.852 INFO:teuthology.orchestra.run.smithi105.stdout: python3-lxml-4.2.3-1.el8.x86_64 2020-12-22T11:31:08.852 INFO:teuthology.orchestra.run.smithi105.stdout: python3-mako-1.0.6-13.el8.noarch 2020-12-22T11:31:08.852 INFO:teuthology.orchestra.run.smithi105.stdout: python3-markupsafe-0.23-19.el8.x86_64 2020-12-22T11:31:08.852 INFO:teuthology.orchestra.run.smithi105.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2020-12-22T11:31:08.853 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pecan-1.3.2-9.el8.noarch 2020-12-22T11:31:08.853 INFO:teuthology.orchestra.run.smithi105.stdout: python3-portend-2.6-1.el8.noarch 2020-12-22T11:31:08.853 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pysocks-1.6.8-3.el8.noarch 2020-12-22T11:31:08.853 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytz-2017.2-9.el8.noarch 2020-12-22T11:31:08.854 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests-2.20.0-2.1.el8_1.noarch 2020-12-22T11:31:08.854 INFO:teuthology.orchestra.run.smithi105.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2020-12-22T11:31:08.854 INFO:teuthology.orchestra.run.smithi105.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2020-12-22T11:31:08.854 INFO:teuthology.orchestra.run.smithi105.stdout: python3-tempora-1.14.1-5.el8.noarch 2020-12-22T11:31:08.855 INFO:teuthology.orchestra.run.smithi105.stdout: python3-trustme-0.6.0-4.el8.noarch 2020-12-22T11:31:08.855 INFO:teuthology.orchestra.run.smithi105.stdout: python3-urllib3-1.24.2-4.el8.noarch 2020-12-22T11:31:08.855 INFO:teuthology.orchestra.run.smithi105.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2020-12-22T11:31:08.855 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webencodings-0.5.1-6.el8.noarch 2020-12-22T11:31:08.855 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webob-1.8.5-1.el8.1.noarch 2020-12-22T11:31:08.856 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webtest-2.0.33-1.el8.noarch 2020-12-22T11:31:08.856 INFO:teuthology.orchestra.run.smithi105.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2020-12-22T11:31:08.856 INFO:teuthology.orchestra.run.smithi105.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2020-12-22T11:31:08.856 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:08.857 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:08.921 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 20/36 2020-12-22T11:31:08.970 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-cssselect-0.9.2-10.el8.noarch 12/36 2020-12-22T11:31:09.079 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-base 2020-12-22T11:31:09.175 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 13/36 2020-12-22T11:31:09.260 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 21/36 2020-12-22T11:31:09.437 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-pysocks-1.6.8-3.el8.noarch 14/36 2020-12-22T11:31:09.488 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-lxml-4.2.3-1.el8.x86_64 22/36 2020-12-22T11:31:09.537 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:01 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:09.629 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 23/36 2020-12-22T11:31:09.818 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 24/36 2020-12-22T11:31:09.862 INFO:teuthology.orchestra.run.smithi105.stdout:Package ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:09.886 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-urllib3-1.24.2-4.el8.noarch 15/36 2020-12-22T11:31:09.970 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 25/36 2020-12-22T11:31:09.971 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:09.972 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2020-12-22T11:31:09.973 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:10.059 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install cephadm 2020-12-22T11:31:10.076 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-chardet-3.0.4-7.el8.noarch 16/36 2020-12-22T11:31:10.187 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-portend-2.6-1.el8.noarch 26/36 2020-12-22T11:31:10.321 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-requests-2.20.0-2.1.el8_1.noarch 17/36 2020-12-22T11:31:10.377 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 27/36 2020-12-22T11:31:10.507 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:02 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:10.539 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 18/36 2020-12-22T11:31:10.602 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 28/36 2020-12-22T11:31:10.751 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-webencodings-0.5.1-6.el8.noarch 19/36 2020-12-22T11:31:10.924 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 29/36 2020-12-22T11:31:10.940 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 20/36 2020-12-22T11:31:10.960 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:10.961 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:10.961 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:31:10.961 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:10.962 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:31:10.962 INFO:teuthology.orchestra.run.smithi105.stdout: cephadm noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 64 k 2020-12-22T11:31:10.962 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:10.962 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:31:10.963 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:10.963 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2020-12-22T11:31:10.963 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:10.963 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 64 k 2020-12-22T11:31:10.964 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 249 k 2020-12-22T11:31:10.964 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:31:11.210 INFO:teuthology.orchestra.run.smithi105.stdout:cephadm-16.0.0-8516.gaf9dac1f.el8.noarch.rpm 258 kB/s | 64 kB 00:00 2020-12-22T11:31:11.211 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:11.211 INFO:teuthology.orchestra.run.smithi105.stdout:Total 256 kB/s | 64 kB 00:00 2020-12-22T11:31:11.211 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:31:11.219 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:31:11.219 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:31:11.221 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:31:11.223 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:31:11.262 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 21/36 2020-12-22T11:31:11.263 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 30/36 2020-12-22T11:31:11.269 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:31:11.538 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-lxml-4.2.3-1.el8.x86_64 22/36 2020-12-22T11:31:11.646 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-modules-core-2:16.0.0-8516.gaf9dac1f.el8. 31/36 2020-12-22T11:31:11.724 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 23/36 2020-12-22T11:31:12.158 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 32/36 2020-12-22T11:31:12.159 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 24/36 2020-12-22T11:31:12.159 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 25/36 2020-12-22T11:31:12.335 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-portend-2.6-1.el8.noarch 26/36 2020-12-22T11:31:12.571 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 27/36 2020-12-22T11:31:12.780 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 28/36 2020-12-22T11:31:12.784 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:12.953 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:13.121 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:13.134 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 29/36 2020-12-22T11:31:13.366 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 32/36 2020-12-22T11:31:13.395 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:13.395 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:13.396 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:13.396 INFO:teuthology.orchestra.run.smithi105.stdout: cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:13.396 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:13.396 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:13.448 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 30/36 2020-12-22T11:31:13.559 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-immutable-object-cache 2020-12-22T11:31:13.593 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 33/36 2020-12-22T11:31:13.804 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-mgr-modules-core-2:16.0.0-8516.gaf9dac1f.el8. 31/36 2020-12-22T11:31:14.002 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 32/36 2020-12-22T11:31:14.020 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:06 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:14.043 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 33/36 2020-12-22T11:31:14.184 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 34/36 2020-12-22T11:31:14.389 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 34/36 2020-12-22T11:31:14.539 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 35/36 2020-12-22T11:31:14.558 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 35/36 2020-12-22T11:31:14.607 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:14.608 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:14.609 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2020-12-22T11:31:14.609 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:14.609 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:31:14.609 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-immutable-object-cache x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 161 k 2020-12-22T11:31:14.610 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:14.610 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:31:14.610 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:14.611 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2020-12-22T11:31:14.611 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:14.611 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 161 k 2020-12-22T11:31:14.611 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 471 k 2020-12-22T11:31:14.612 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:31:14.671 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 36/36 2020-12-22T11:31:14.779 INFO:teuthology.orchestra.run.smithi105.stdout:ceph-immutable-object-cache-16.0.0-8516.gaf9dac 944 kB/s | 161 kB 00:00 2020-12-22T11:31:14.781 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:14.781 INFO:teuthology.orchestra.run.smithi105.stdout:Total 934 kB/s | 161 kB 00:00 2020-12-22T11:31:14.781 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:31:14.794 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:31:14.794 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:31:14.841 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:31:14.843 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:31:14.956 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:31:15.035 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 36/36 2020-12-22T11:31:15.035 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/36 2020-12-22T11:31:15.036 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2/36 2020-12-22T11:31:15.036 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/36 2020-12-22T11:31:15.036 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/36 2020-12-22T11:31:15.036 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 5/36 2020-12-22T11:31:15.036 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-modules-core-2:16.0.0-8516.gaf9dac1f.el8. 6/36 2020-12-22T11:31:15.037 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 7/36 2020-12-22T11:31:15.037 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-lxml-4.2.3-1.el8.x86_64 8/36 2020-12-22T11:31:15.037 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 9/36 2020-12-22T11:31:15.037 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 10/36 2020-12-22T11:31:15.038 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 11/36 2020-12-22T11:31:15.038 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-webencodings-0.5.1-6.el8.noarch 12/36 2020-12-22T11:31:15.038 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 13/36 2020-12-22T11:31:15.038 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-chardet-3.0.4-7.el8.noarch 14/36 2020-12-22T11:31:15.039 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pysocks-1.6.8-3.el8.noarch 15/36 2020-12-22T11:31:15.039 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-requests-2.20.0-2.1.el8_1.noarch 16/36 2020-12-22T11:31:15.039 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-urllib3-1.24.2-4.el8.noarch 17/36 2020-12-22T11:31:15.040 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/36 2020-12-22T11:31:15.040 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 19/36 2020-12-22T11:31:15.040 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cheroot-8.2.1-1.el8.noarch 20/36 2020-12-22T11:31:15.040 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 21/36 2020-12-22T11:31:15.041 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cssselect-0.9.2-10.el8.noarch 22/36 2020-12-22T11:31:15.041 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 23/36 2020-12-22T11:31:15.041 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 24/36 2020-12-22T11:31:15.041 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 25/36 2020-12-22T11:31:15.042 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 26/36 2020-12-22T11:31:15.042 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 27/36 2020-12-22T11:31:15.043 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-portend-2.6-1.el8.noarch 28/36 2020-12-22T11:31:15.044 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 29/36 2020-12-22T11:31:15.044 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 30/36 2020-12-22T11:31:15.045 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 31/36 2020-12-22T11:31:15.045 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 32/36 2020-12-22T11:31:15.046 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 33/36 2020-12-22T11:31:15.046 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 34/36 2020-12-22T11:31:15.046 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 35/36 2020-12-22T11:31:15.150 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f. 1/1 2020-12-22T11:31:15.485 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f. 1/1 2020-12-22T11:31:15.554 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 32/36 2020-12-22T11:31:15.745 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f. 1/1 2020-12-22T11:31:15.745 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:15.745 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:15.747 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:15.747 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:15.747 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:15.787 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 36/36 2020-12-22T11:31:15.788 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:15.788 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:15.788 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:15.788 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:15.788 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:15.789 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-modules-core-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:15.789 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:15.789 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:15.789 INFO:teuthology.orchestra.run.smithi039.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2020-12-22T11:31:15.789 INFO:teuthology.orchestra.run.smithi039.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2020-12-22T11:31:15.790 INFO:teuthology.orchestra.run.smithi039.stdout: python3-chardet-3.0.4-7.el8.noarch 2020-12-22T11:31:15.790 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cheroot-8.2.1-1.el8.noarch 2020-12-22T11:31:15.790 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2020-12-22T11:31:15.790 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cssselect-0.9.2-10.el8.noarch 2020-12-22T11:31:15.791 INFO:teuthology.orchestra.run.smithi039.stdout: python3-html5lib-1:0.999999999-6.el8.noarch 2020-12-22T11:31:15.791 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-6.2-6.el8.noarch 2020-12-22T11:31:15.791 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2020-12-22T11:31:15.791 INFO:teuthology.orchestra.run.smithi039.stdout: python3-logutils-0.3.5-11.el8.noarch 2020-12-22T11:31:15.791 INFO:teuthology.orchestra.run.smithi039.stdout: python3-lxml-4.2.3-1.el8.x86_64 2020-12-22T11:31:15.792 INFO:teuthology.orchestra.run.smithi039.stdout: python3-mako-1.0.6-13.el8.noarch 2020-12-22T11:31:15.792 INFO:teuthology.orchestra.run.smithi039.stdout: python3-markupsafe-0.23-19.el8.x86_64 2020-12-22T11:31:15.792 INFO:teuthology.orchestra.run.smithi039.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2020-12-22T11:31:15.792 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pecan-1.3.2-9.el8.noarch 2020-12-22T11:31:15.792 INFO:teuthology.orchestra.run.smithi039.stdout: python3-portend-2.6-1.el8.noarch 2020-12-22T11:31:15.793 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pysocks-1.6.8-3.el8.noarch 2020-12-22T11:31:15.793 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pytz-2017.2-9.el8.noarch 2020-12-22T11:31:15.793 INFO:teuthology.orchestra.run.smithi039.stdout: python3-requests-2.20.0-2.1.el8_1.noarch 2020-12-22T11:31:15.793 INFO:teuthology.orchestra.run.smithi039.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2020-12-22T11:31:15.793 INFO:teuthology.orchestra.run.smithi039.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2020-12-22T11:31:15.794 INFO:teuthology.orchestra.run.smithi039.stdout: python3-tempora-1.14.1-5.el8.noarch 2020-12-22T11:31:15.794 INFO:teuthology.orchestra.run.smithi039.stdout: python3-trustme-0.6.0-4.el8.noarch 2020-12-22T11:31:15.794 INFO:teuthology.orchestra.run.smithi039.stdout: python3-urllib3-1.24.2-4.el8.noarch 2020-12-22T11:31:15.794 INFO:teuthology.orchestra.run.smithi039.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2020-12-22T11:31:15.794 INFO:teuthology.orchestra.run.smithi039.stdout: python3-webencodings-0.5.1-6.el8.noarch 2020-12-22T11:31:15.795 INFO:teuthology.orchestra.run.smithi039.stdout: python3-webob-1.8.5-1.el8.1.noarch 2020-12-22T11:31:15.795 INFO:teuthology.orchestra.run.smithi039.stdout: python3-webtest-2.0.33-1.el8.noarch 2020-12-22T11:31:15.795 INFO:teuthology.orchestra.run.smithi039.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2020-12-22T11:31:15.795 INFO:teuthology.orchestra.run.smithi039.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2020-12-22T11:31:15.795 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:15.796 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 33/36 2020-12-22T11:31:15.797 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:15.918 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr 2020-12-22T11:31:15.977 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-base 2020-12-22T11:31:16.240 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 33/36 2020-12-22T11:31:16.375 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:08 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:16.434 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 34/36 2020-12-22T11:31:16.464 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:08 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:16.637 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 34/36 2020-12-22T11:31:16.703 INFO:teuthology.orchestra.run.smithi105.stdout:Package ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:16.812 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:16.813 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2020-12-22T11:31:16.813 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:16.832 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 35/36 2020-12-22T11:31:16.850 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 35/36 2020-12-22T11:31:16.866 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-dashboard 2020-12-22T11:31:16.981 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 36/36 2020-12-22T11:31:17.116 INFO:teuthology.orchestra.run.smithi039.stdout:Package ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:17.232 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:17.233 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2020-12-22T11:31:17.233 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:17.283 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install cephadm 2020-12-22T11:31:17.315 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:09 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:17.344 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 36/36 2020-12-22T11:31:17.344 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/36 2020-12-22T11:31:17.345 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2/36 2020-12-22T11:31:17.345 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/36 2020-12-22T11:31:17.345 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 4/36 2020-12-22T11:31:17.345 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 5/36 2020-12-22T11:31:17.346 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-mgr-modules-core-2:16.0.0-8516.gaf9dac1f.el8. 6/36 2020-12-22T11:31:17.346 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 7/36 2020-12-22T11:31:17.346 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-lxml-4.2.3-1.el8.x86_64 8/36 2020-12-22T11:31:17.346 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 9/36 2020-12-22T11:31:17.346 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 10/36 2020-12-22T11:31:17.347 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 11/36 2020-12-22T11:31:17.347 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-webencodings-0.5.1-6.el8.noarch 12/36 2020-12-22T11:31:17.347 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 13/36 2020-12-22T11:31:17.348 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-chardet-3.0.4-7.el8.noarch 14/36 2020-12-22T11:31:17.348 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-pysocks-1.6.8-3.el8.noarch 15/36 2020-12-22T11:31:17.348 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-requests-2.20.0-2.1.el8_1.noarch 16/36 2020-12-22T11:31:17.349 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-urllib3-1.24.2-4.el8.noarch 17/36 2020-12-22T11:31:17.349 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/36 2020-12-22T11:31:17.349 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 19/36 2020-12-22T11:31:17.350 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-cheroot-8.2.1-1.el8.noarch 20/36 2020-12-22T11:31:17.350 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 21/36 2020-12-22T11:31:17.350 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-cssselect-0.9.2-10.el8.noarch 22/36 2020-12-22T11:31:17.350 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 23/36 2020-12-22T11:31:17.350 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 24/36 2020-12-22T11:31:17.351 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 25/36 2020-12-22T11:31:17.351 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 26/36 2020-12-22T11:31:17.352 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 27/36 2020-12-22T11:31:17.352 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-portend-2.6-1.el8.noarch 28/36 2020-12-22T11:31:17.352 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 29/36 2020-12-22T11:31:17.353 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 30/36 2020-12-22T11:31:17.353 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 31/36 2020-12-22T11:31:17.353 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 32/36 2020-12-22T11:31:17.353 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 33/36 2020-12-22T11:31:17.353 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 34/36 2020-12-22T11:31:17.354 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 35/36 2020-12-22T11:31:17.762 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:17.764 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:17.764 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:31:17.764 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:17.764 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:31:17.764 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-dashboard noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 2.7 M 2020-12-22T11:31:17.765 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2020-12-22T11:31:17.765 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-grafana-dashboards noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 24 k 2020-12-22T11:31:17.765 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-prometheus-alerts noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 8.8 k 2020-12-22T11:31:17.765 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jwt noarch 1.6.1-2.el8 CentOS-Base 43 k 2020-12-22T11:31:17.766 INFO:teuthology.orchestra.run.smithi105.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2020-12-22T11:31:17.766 INFO:teuthology.orchestra.run.smithi105.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2020-12-22T11:31:17.766 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:17.766 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:31:17.766 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:17.767 INFO:teuthology.orchestra.run.smithi105.stdout:Install 6 Packages 2020-12-22T11:31:17.767 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:17.768 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:09 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:17.768 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 3.0 M 2020-12-22T11:31:17.768 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 14 M 2020-12-22T11:31:17.768 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:31:17.872 INFO:teuthology.orchestra.run.smithi105.stdout:(1/6): ceph-prometheus-alerts-16.0.0-8516.gaf9d 83 kB/s | 8.8 kB 00:00 2020-12-22T11:31:17.890 INFO:teuthology.orchestra.run.smithi105.stdout:(2/6): ceph-grafana-dashboards-16.0.0-8516.gaf9 194 kB/s | 24 kB 00:00 2020-12-22T11:31:17.902 INFO:teuthology.orchestra.run.smithi105.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 1.4 MB/s | 43 kB 00:00 2020-12-22T11:31:17.941 INFO:teuthology.orchestra.run.smithi105.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 669 kB/s | 34 kB 00:00 2020-12-22T11:31:17.999 INFO:teuthology.orchestra.run.smithi105.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 2.0 MB/s | 196 kB 00:00 2020-12-22T11:31:18.164 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 36/36 2020-12-22T11:31:18.164 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:18.164 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:31:18.165 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:18.165 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mds-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:18.165 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:18.165 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-modules-core-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:18.166 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mon-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:18.166 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-osd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:18.166 INFO:teuthology.orchestra.run.smithi058.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2020-12-22T11:31:18.166 INFO:teuthology.orchestra.run.smithi058.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2020-12-22T11:31:18.166 INFO:teuthology.orchestra.run.smithi058.stdout: python3-chardet-3.0.4-7.el8.noarch 2020-12-22T11:31:18.167 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cheroot-8.2.1-1.el8.noarch 2020-12-22T11:31:18.167 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2020-12-22T11:31:18.167 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cssselect-0.9.2-10.el8.noarch 2020-12-22T11:31:18.167 INFO:teuthology.orchestra.run.smithi058.stdout: python3-html5lib-1:0.999999999-6.el8.noarch 2020-12-22T11:31:18.168 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jaraco-6.2-6.el8.noarch 2020-12-22T11:31:18.168 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2020-12-22T11:31:18.168 INFO:teuthology.orchestra.run.smithi058.stdout: python3-logutils-0.3.5-11.el8.noarch 2020-12-22T11:31:18.168 INFO:teuthology.orchestra.run.smithi058.stdout: python3-lxml-4.2.3-1.el8.x86_64 2020-12-22T11:31:18.168 INFO:teuthology.orchestra.run.smithi058.stdout: python3-mako-1.0.6-13.el8.noarch 2020-12-22T11:31:18.169 INFO:teuthology.orchestra.run.smithi058.stdout: python3-markupsafe-0.23-19.el8.x86_64 2020-12-22T11:31:18.169 INFO:teuthology.orchestra.run.smithi058.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2020-12-22T11:31:18.169 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pecan-1.3.2-9.el8.noarch 2020-12-22T11:31:18.169 INFO:teuthology.orchestra.run.smithi058.stdout: python3-portend-2.6-1.el8.noarch 2020-12-22T11:31:18.169 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pysocks-1.6.8-3.el8.noarch 2020-12-22T11:31:18.170 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pytz-2017.2-9.el8.noarch 2020-12-22T11:31:18.170 INFO:teuthology.orchestra.run.smithi058.stdout: python3-requests-2.20.0-2.1.el8_1.noarch 2020-12-22T11:31:18.170 INFO:teuthology.orchestra.run.smithi058.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2020-12-22T11:31:18.170 INFO:teuthology.orchestra.run.smithi058.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2020-12-22T11:31:18.170 INFO:teuthology.orchestra.run.smithi058.stdout: python3-tempora-1.14.1-5.el8.noarch 2020-12-22T11:31:18.171 INFO:teuthology.orchestra.run.smithi058.stdout: python3-trustme-0.6.0-4.el8.noarch 2020-12-22T11:31:18.171 INFO:teuthology.orchestra.run.smithi058.stdout: python3-urllib3-1.24.2-4.el8.noarch 2020-12-22T11:31:18.171 INFO:teuthology.orchestra.run.smithi058.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2020-12-22T11:31:18.171 INFO:teuthology.orchestra.run.smithi058.stdout: python3-webencodings-0.5.1-6.el8.noarch 2020-12-22T11:31:18.172 INFO:teuthology.orchestra.run.smithi058.stdout: python3-webob-1.8.5-1.el8.1.noarch 2020-12-22T11:31:18.172 INFO:teuthology.orchestra.run.smithi058.stdout: python3-webtest-2.0.33-1.el8.noarch 2020-12-22T11:31:18.172 INFO:teuthology.orchestra.run.smithi058.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2020-12-22T11:31:18.172 INFO:teuthology.orchestra.run.smithi058.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2020-12-22T11:31:18.172 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:18.173 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:18.234 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:18.235 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:18.235 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:31:18.236 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:18.236 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:31:18.236 INFO:teuthology.orchestra.run.smithi039.stdout: cephadm noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 64 k 2020-12-22T11:31:18.236 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:18.236 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:31:18.237 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:18.237 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2020-12-22T11:31:18.237 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:18.237 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 64 k 2020-12-22T11:31:18.238 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 249 k 2020-12-22T11:31:18.238 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:31:18.382 INFO:teuthology.orchestra.run.smithi039.stdout:cephadm-16.0.0-8516.gaf9dac1f.el8.noarch.rpm 439 kB/s | 64 kB 00:00 2020-12-22T11:31:18.382 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:18.383 INFO:teuthology.orchestra.run.smithi039.stdout:Total 436 kB/s | 64 kB 00:00 2020-12-22T11:31:18.383 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:31:18.388 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-base 2020-12-22T11:31:18.391 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:31:18.392 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:31:18.393 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:31:18.396 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:31:18.443 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:31:18.874 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:10 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:19.106 INFO:teuthology.orchestra.run.smithi105.stdout:(6/6): ceph-mgr-dashboard-16.0.0-8516.gaf9dac1f 2.0 MB/s | 2.7 MB 00:01 2020-12-22T11:31:19.108 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:19.109 INFO:teuthology.orchestra.run.smithi105.stdout:Total 2.2 MB/s | 3.0 MB 00:01 2020-12-22T11:31:19.110 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:31:19.121 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:31:19.122 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:31:19.228 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:31:19.230 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:31:19.236 INFO:teuthology.orchestra.run.smithi058.stdout:Package ceph-base-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:19.351 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:19.353 INFO:teuthology.orchestra.run.smithi058.stdout:Nothing to do. 2020-12-22T11:31:19.353 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:19.446 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install cephadm 2020-12-22T11:31:19.496 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:31:19.924 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:11 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:20.038 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:20.196 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:20.374 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:20.382 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:20.383 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:20.383 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:31:20.384 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:20.384 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:31:20.384 INFO:teuthology.orchestra.run.smithi058.stdout: cephadm noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 64 k 2020-12-22T11:31:20.384 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:20.384 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:31:20.385 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:20.385 INFO:teuthology.orchestra.run.smithi058.stdout:Install 1 Package 2020-12-22T11:31:20.385 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:20.386 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 64 k 2020-12-22T11:31:20.386 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 249 k 2020-12-22T11:31:20.386 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:31:20.532 INFO:teuthology.orchestra.run.smithi058.stdout:cephadm-16.0.0-8516.gaf9dac1f.el8.noarch.rpm 433 kB/s | 64 kB 00:00 2020-12-22T11:31:20.533 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:20.533 INFO:teuthology.orchestra.run.smithi058.stdout:Total 430 kB/s | 64 kB 00:00 2020-12-22T11:31:20.534 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:31:20.542 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:31:20.542 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:31:20.544 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:31:20.548 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:31:20.595 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:31:20.621 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2020-12-22T11:31:20.675 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:20.678 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:20.678 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:20.678 INFO:teuthology.orchestra.run.smithi039.stdout: cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:20.678 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:20.679 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:20.872 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-immutable-object-cache 2020-12-22T11:31:21.362 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2020-12-22T11:31:21.363 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:13 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:21.551 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2020-12-22T11:31:21.714 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-prometheus-alerts-2:16.0.0-8516.gaf9dac1f.el8.n 4/6 2020-12-22T11:31:21.834 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:21.835 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:21.836 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repo Size 2020-12-22T11:31:21.836 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:21.836 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:31:21.836 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-immutable-object-cache x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 161 k 2020-12-22T11:31:21.836 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:21.837 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:31:21.837 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:21.837 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2020-12-22T11:31:21.837 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:21.838 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 161 k 2020-12-22T11:31:21.838 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 471 k 2020-12-22T11:31:21.838 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:31:22.007 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-immutable-object-cache-16.0.0-8516.gaf9dac 942 kB/s | 161 kB 00:00 2020-12-22T11:31:22.008 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:22.009 INFO:teuthology.orchestra.run.smithi039.stdout:Total 935 kB/s | 161 kB 00:00 2020-12-22T11:31:22.009 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:31:22.022 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:31:22.023 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:31:22.073 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:31:22.076 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:31:22.185 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:31:22.199 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:22.362 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f. 1/1 2020-12-22T11:31:22.371 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:22.552 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:22.702 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-grafana-dashboards-2:16.0.0-8516.gaf9dac1f.el8. 5/6 2020-12-22T11:31:22.730 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f. 1/1 2020-12-22T11:31:22.844 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/1 2020-12-22T11:31:22.844 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:22.844 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:31:22.845 INFO:teuthology.orchestra.run.smithi058.stdout: cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:22.845 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:22.845 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:22.955 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarc 6/6 2020-12-22T11:31:23.011 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f. 1/1 2020-12-22T11:31:23.011 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:23.012 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:23.012 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:23.012 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:23.013 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:23.031 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-immutable-object-cache 2020-12-22T11:31:23.151 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr 2020-12-22T11:31:23.186 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarc 6/6 2020-12-22T11:31:23.186 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-grafana-dashboards-2:16.0.0-8516.gaf9dac1f.el8. 1/6 2020-12-22T11:31:23.187 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarc 2/6 2020-12-22T11:31:23.187 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-prometheus-alerts-2:16.0.0-8516.gaf9dac1f.el8.n 3/6 2020-12-22T11:31:23.187 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2020-12-22T11:31:23.187 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2020-12-22T11:31:23.461 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2020-12-22T11:31:23.462 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:23.462 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:23.462 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-grafana-dashboards-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:23.462 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:23.463 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-prometheus-alerts-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:23.463 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jwt-1.6.1-2.el8.noarch 2020-12-22T11:31:23.463 INFO:teuthology.orchestra.run.smithi105.stdout: python3-repoze-lru-0.7-6.el8.noarch 2020-12-22T11:31:23.463 INFO:teuthology.orchestra.run.smithi105.stdout: python3-routes-2.4.1-12.el8.noarch 2020-12-22T11:31:23.463 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:23.464 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:23.522 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:15 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:23.523 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-diskprediction-local 2020-12-22T11:31:23.634 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:15 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:23.971 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:23.972 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:23.972 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repo Size 2020-12-22T11:31:23.973 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:23.973 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:31:23.973 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-immutable-object-cache x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 161 k 2020-12-22T11:31:23.973 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:23.974 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:31:23.974 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:23.974 INFO:teuthology.orchestra.run.smithi058.stdout:Install 1 Package 2020-12-22T11:31:23.974 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:23.974 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 161 k 2020-12-22T11:31:23.975 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 471 k 2020-12-22T11:31:23.975 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:31:23.975 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:15 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:23.981 INFO:teuthology.orchestra.run.smithi039.stdout:Package ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:24.096 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:24.097 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2020-12-22T11:31:24.097 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:24.144 INFO:teuthology.orchestra.run.smithi058.stdout:ceph-immutable-object-cache-16.0.0-8516.gaf9dac 943 kB/s | 161 kB 00:00 2020-12-22T11:31:24.145 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:24.145 INFO:teuthology.orchestra.run.smithi058.stdout:Total 936 kB/s | 161 kB 00:00 2020-12-22T11:31:24.145 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:31:24.151 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr-dashboard 2020-12-22T11:31:24.159 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:31:24.161 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:31:24.209 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:31:24.213 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:31:24.320 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:31:24.416 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:24.417 INFO:teuthology.orchestra.run.smithi105.stdout:===================================================================================================== 2020-12-22T11:31:24.417 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:31:24.418 INFO:teuthology.orchestra.run.smithi105.stdout:===================================================================================================== 2020-12-22T11:31:24.418 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:31:24.418 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-diskprediction-local noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 8.6 M 2020-12-22T11:31:24.418 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2020-12-22T11:31:24.419 INFO:teuthology.orchestra.run.smithi105.stdout: libgfortran x86_64 8.3.1-5.1.el8 CentOS-Base 639 k 2020-12-22T11:31:24.419 INFO:teuthology.orchestra.run.smithi105.stdout: libquadmath x86_64 8.3.1-5.1.el8 CentOS-Base 169 k 2020-12-22T11:31:24.419 INFO:teuthology.orchestra.run.smithi105.stdout: openblas x86_64 0.3.3-5.el8 CentOS-AppStream 4.3 M 2020-12-22T11:31:24.419 INFO:teuthology.orchestra.run.smithi105.stdout: openblas-threads x86_64 0.3.3-5.el8 CentOS-AppStream 4.3 M 2020-12-22T11:31:24.419 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy x86_64 1:1.14.3-9.el8 CentOS-AppStream 3.7 M 2020-12-22T11:31:24.420 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy-f2py x86_64 1:1.14.3-9.el8 CentOS-AppStream 225 k 2020-12-22T11:31:24.420 INFO:teuthology.orchestra.run.smithi105.stdout: python3-scipy x86_64 1.0.0-20.module_el8.3.0+562+e162826a CentOS-AppStream 15 M 2020-12-22T11:31:24.420 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:24.420 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:31:24.421 INFO:teuthology.orchestra.run.smithi105.stdout:===================================================================================================== 2020-12-22T11:31:24.421 INFO:teuthology.orchestra.run.smithi105.stdout:Install 8 Packages 2020-12-22T11:31:24.422 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:24.423 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 36 M 2020-12-22T11:31:24.423 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 194 M 2020-12-22T11:31:24.423 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:31:24.572 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f. 1/1 2020-12-22T11:31:24.635 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:16 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:24.705 INFO:teuthology.orchestra.run.smithi105.stdout:(1/8): openblas-threads-0.3.3-5.el8.x86_64.rpm 15 MB/s | 4.3 MB 00:00 2020-12-22T11:31:24.758 INFO:teuthology.orchestra.run.smithi105.stdout:(2/8): python3-numpy-1.14.3-9.el8.x86_64.rpm 71 MB/s | 3.7 MB 00:00 2020-12-22T11:31:24.763 INFO:teuthology.orchestra.run.smithi105.stdout:(3/8): python3-numpy-f2py-1.14.3-9.el8.x86_64.r 45 MB/s | 225 kB 00:00 2020-12-22T11:31:24.847 INFO:teuthology.orchestra.run.smithi105.stdout:(4/8): openblas-0.3.3-5.el8.x86_64.rpm 10 MB/s | 4.3 MB 00:00 2020-12-22T11:31:24.881 INFO:teuthology.orchestra.run.smithi105.stdout:(5/8): libgfortran-8.3.1-5.1.el8.x86_64.rpm 19 MB/s | 639 kB 00:00 2020-12-22T11:31:24.898 INFO:teuthology.orchestra.run.smithi105.stdout:(6/8): libquadmath-8.3.1-5.1.el8.x86_64.rpm 9.7 MB/s | 169 kB 00:00 2020-12-22T11:31:24.937 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f. 1/1 2020-12-22T11:31:25.026 INFO:teuthology.orchestra.run.smithi105.stdout:(7/8): python3-scipy-1.0.0-20.module_el8.3.0+56 55 MB/s | 15 MB 00:00 2020-12-22T11:31:25.136 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:25.138 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:25.138 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:31:25.138 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:25.138 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:31:25.139 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-dashboard noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 2.7 M 2020-12-22T11:31:25.139 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2020-12-22T11:31:25.139 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-grafana-dashboards noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 24 k 2020-12-22T11:31:25.139 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-prometheus-alerts noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 8.8 k 2020-12-22T11:31:25.139 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jwt noarch 1.6.1-2.el8 CentOS-Base 43 k 2020-12-22T11:31:25.140 INFO:teuthology.orchestra.run.smithi039.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2020-12-22T11:31:25.140 INFO:teuthology.orchestra.run.smithi039.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2020-12-22T11:31:25.140 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:25.140 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:31:25.140 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:25.141 INFO:teuthology.orchestra.run.smithi039.stdout:Install 6 Packages 2020-12-22T11:31:25.141 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:25.141 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 3.0 M 2020-12-22T11:31:25.142 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 14 M 2020-12-22T11:31:25.142 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:31:25.251 INFO:teuthology.orchestra.run.smithi039.stdout:(1/6): ceph-prometheus-alerts-16.0.0-8516.gaf9d 80 kB/s | 8.8 kB 00:00 2020-12-22T11:31:25.264 INFO:teuthology.orchestra.run.smithi039.stdout:(2/6): ceph-grafana-dashboards-16.0.0-8516.gaf9 194 kB/s | 24 kB 00:00 2020-12-22T11:31:25.282 INFO:teuthology.orchestra.run.smithi039.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 1.3 MB/s | 43 kB 00:00 2020-12-22T11:31:25.295 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f. 1/1 2020-12-22T11:31:25.296 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:25.296 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:31:25.296 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-immutable-object-cache-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:25.296 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:25.297 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:25.324 INFO:teuthology.orchestra.run.smithi039.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 563 kB/s | 34 kB 00:00 2020-12-22T11:31:25.379 INFO:teuthology.orchestra.run.smithi039.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 2.0 MB/s | 196 kB 00:00 2020-12-22T11:31:25.448 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-mgr 2020-12-22T11:31:25.455 INFO:teuthology.orchestra.run.smithi039.stdout:(6/6): ceph-mgr-dashboard-16.0.0-8516.gaf9dac1f 8.6 MB/s | 2.7 MB 00:00 2020-12-22T11:31:25.457 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:25.458 INFO:teuthology.orchestra.run.smithi039.stdout:Total 9.5 MB/s | 3.0 MB 00:00 2020-12-22T11:31:25.459 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:31:25.470 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:31:25.470 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:31:25.589 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:31:25.592 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:31:25.834 INFO:teuthology.orchestra.run.smithi105.stdout:(8/8): ceph-mgr-diskprediction-local-16.0.0-851 6.1 MB/s | 8.6 MB 00:01 2020-12-22T11:31:25.837 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:25.837 INFO:teuthology.orchestra.run.smithi105.stdout:Total 26 MB/s | 36 MB 00:01 2020-12-22T11:31:25.846 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:31:25.865 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:31:25.866 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:31:25.883 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:31:25.930 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:17 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:26.071 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2020-12-22T11:31:26.157 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:31:26.160 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:31:26.277 INFO:teuthology.orchestra.run.smithi058.stdout:Package ceph-mgr-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:26.365 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2020-12-22T11:31:26.398 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:26.399 INFO:teuthology.orchestra.run.smithi058.stdout:Nothing to do. 2020-12-22T11:31:26.399 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:26.470 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-mgr-dashboard 2020-12-22T11:31:26.564 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2020-12-22T11:31:26.686 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-prometheus-alerts-2:16.0.0-8516.gaf9dac1f.el8.n 4/6 2020-12-22T11:31:26.913 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:31:26.949 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:18 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:27.081 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-12-22T11:31:27.191 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-12-22T11:31:27.322 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-12-22T11:31:27.411 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:27.412 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:27.412 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:31:27.413 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:27.413 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:31:27.413 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-dashboard noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 2.7 M 2020-12-22T11:31:27.414 INFO:teuthology.orchestra.run.smithi058.stdout:Installing dependencies: 2020-12-22T11:31:27.414 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-grafana-dashboards noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 24 k 2020-12-22T11:31:27.414 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-prometheus-alerts noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 8.8 k 2020-12-22T11:31:27.415 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jwt noarch 1.6.1-2.el8 CentOS-Base 43 k 2020-12-22T11:31:27.415 INFO:teuthology.orchestra.run.smithi058.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2020-12-22T11:31:27.415 INFO:teuthology.orchestra.run.smithi058.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2020-12-22T11:31:27.415 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:27.416 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:31:27.416 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:27.416 INFO:teuthology.orchestra.run.smithi058.stdout:Install 6 Packages 2020-12-22T11:31:27.417 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:27.418 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 3.0 M 2020-12-22T11:31:27.418 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 14 M 2020-12-22T11:31:27.419 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:31:27.526 INFO:teuthology.orchestra.run.smithi058.stdout:(1/6): ceph-prometheus-alerts-16.0.0-8516.gaf9d 79 kB/s | 8.8 kB 00:00 2020-12-22T11:31:27.539 INFO:teuthology.orchestra.run.smithi058.stdout:(2/6): ceph-grafana-dashboards-16.0.0-8516.gaf9 193 kB/s | 24 kB 00:00 2020-12-22T11:31:27.558 INFO:teuthology.orchestra.run.smithi058.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 1.3 MB/s | 43 kB 00:00 2020-12-22T11:31:27.589 INFO:teuthology.orchestra.run.smithi058.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 676 kB/s | 34 kB 00:00 2020-12-22T11:31:27.654 INFO:teuthology.orchestra.run.smithi058.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 2.0 MB/s | 196 kB 00:00 2020-12-22T11:31:27.744 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-grafana-dashboards-2:16.0.0-8516.gaf9dac1f.el8. 5/6 2020-12-22T11:31:27.804 INFO:teuthology.orchestra.run.smithi058.stdout:(6/6): ceph-mgr-dashboard-16.0.0-8516.gaf9dac1f 7.0 MB/s | 2.7 MB 00:00 2020-12-22T11:31:27.806 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:27.807 INFO:teuthology.orchestra.run.smithi058.stdout:Total 7.7 MB/s | 3.0 MB 00:00 2020-12-22T11:31:27.808 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:31:27.819 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:31:27.819 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:31:27.824 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-12-22T11:31:27.972 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : openblas-0.3.3-5.el8.x86_64 3/8 2020-12-22T11:31:27.991 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:31:27.994 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:31:28.284 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:31:28.449 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarc 6/6 2020-12-22T11:31:28.476 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: openblas-0.3.3-5.el8.x86_64 3/8 2020-12-22T11:31:28.506 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2020-12-22T11:31:28.630 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : openblas-threads-0.3.3-5.el8.x86_64 4/8 2020-12-22T11:31:28.697 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarc 6/6 2020-12-22T11:31:28.698 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-grafana-dashboards-2:16.0.0-8516.gaf9dac1f.el8. 1/6 2020-12-22T11:31:28.698 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarc 2/6 2020-12-22T11:31:28.698 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-prometheus-alerts-2:16.0.0-8516.gaf9dac1f.el8.n 3/6 2020-12-22T11:31:28.698 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2020-12-22T11:31:28.699 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2020-12-22T11:31:28.808 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2020-12-22T11:31:28.990 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2020-12-22T11:31:28.991 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:28.991 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:28.991 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-grafana-dashboards-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:28.992 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:28.992 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-prometheus-alerts-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:28.992 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jwt-1.6.1-2.el8.noarch 2020-12-22T11:31:28.992 INFO:teuthology.orchestra.run.smithi039.stdout: python3-repoze-lru-0.7-6.el8.noarch 2020-12-22T11:31:28.992 INFO:teuthology.orchestra.run.smithi039.stdout: python3-routes-2.4.1-12.el8.noarch 2020-12-22T11:31:28.993 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:28.993 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:29.024 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2020-12-22T11:31:29.064 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr-diskprediction-local 2020-12-22T11:31:29.121 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-prometheus-alerts-2:16.0.0-8516.gaf9dac1f.el8.n 4/6 2020-12-22T11:31:29.347 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: openblas-threads-0.3.3-5.el8.x86_64 4/8 2020-12-22T11:31:29.545 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:21 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:29.669 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-numpy-1:1.14.3-9.el8.x86_64 5/8 2020-12-22T11:31:29.880 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-12-22T11:31:29.997 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:29.999 INFO:teuthology.orchestra.run.smithi039.stdout:===================================================================================================== 2020-12-22T11:31:29.999 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:31:29.999 INFO:teuthology.orchestra.run.smithi039.stdout:===================================================================================================== 2020-12-22T11:31:29.999 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:31:30.000 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-diskprediction-local noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 8.6 M 2020-12-22T11:31:30.000 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2020-12-22T11:31:30.000 INFO:teuthology.orchestra.run.smithi039.stdout: libgfortran x86_64 8.3.1-5.1.el8 CentOS-Base 639 k 2020-12-22T11:31:30.000 INFO:teuthology.orchestra.run.smithi039.stdout: libquadmath x86_64 8.3.1-5.1.el8 CentOS-Base 169 k 2020-12-22T11:31:30.001 INFO:teuthology.orchestra.run.smithi039.stdout: openblas x86_64 0.3.3-5.el8 CentOS-AppStream 4.3 M 2020-12-22T11:31:30.001 INFO:teuthology.orchestra.run.smithi039.stdout: openblas-threads x86_64 0.3.3-5.el8 CentOS-AppStream 4.3 M 2020-12-22T11:31:30.001 INFO:teuthology.orchestra.run.smithi039.stdout: python3-numpy x86_64 1:1.14.3-9.el8 CentOS-AppStream 3.7 M 2020-12-22T11:31:30.001 INFO:teuthology.orchestra.run.smithi039.stdout: python3-numpy-f2py x86_64 1:1.14.3-9.el8 CentOS-AppStream 225 k 2020-12-22T11:31:30.001 INFO:teuthology.orchestra.run.smithi039.stdout: python3-scipy x86_64 1.0.0-20.module_el8.3.0+562+e162826a CentOS-AppStream 15 M 2020-12-22T11:31:30.002 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:30.002 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:31:30.002 INFO:teuthology.orchestra.run.smithi039.stdout:===================================================================================================== 2020-12-22T11:31:30.002 INFO:teuthology.orchestra.run.smithi039.stdout:Install 8 Packages 2020-12-22T11:31:30.002 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:30.003 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 36 M 2020-12-22T11:31:30.003 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 194 M 2020-12-22T11:31:30.004 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:31:30.094 INFO:teuthology.orchestra.run.smithi039.stdout:(1/8): openblas-0.3.3-5.el8.x86_64.rpm 46 MB/s | 4.3 MB 00:00 2020-12-22T11:31:30.151 INFO:teuthology.orchestra.run.smithi039.stdout:(2/8): python3-numpy-1.14.3-9.el8.x86_64.rpm 65 MB/s | 3.7 MB 00:00 2020-12-22T11:31:30.156 INFO:teuthology.orchestra.run.smithi039.stdout:(3/8): python3-numpy-f2py-1.14.3-9.el8.x86_64.r 44 MB/s | 225 kB 00:00 2020-12-22T11:31:30.203 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-grafana-dashboards-2:16.0.0-8516.gaf9dac1f.el8. 5/6 2020-12-22T11:31:30.210 INFO:teuthology.orchestra.run.smithi039.stdout:(4/8): openblas-threads-0.3.3-5.el8.x86_64.rpm 21 MB/s | 4.3 MB 00:00 2020-12-22T11:31:30.236 INFO:teuthology.orchestra.run.smithi039.stdout:(5/8): libgfortran-8.3.1-5.1.el8.x86_64.rpm 24 MB/s | 639 kB 00:00 2020-12-22T11:31:30.249 INFO:teuthology.orchestra.run.smithi039.stdout:(6/8): libquadmath-8.3.1-5.1.el8.x86_64.rpm 13 MB/s | 169 kB 00:00 2020-12-22T11:31:30.421 INFO:teuthology.orchestra.run.smithi039.stdout:(7/8): python3-scipy-1.0.0-20.module_el8.3.0+56 55 MB/s | 15 MB 00:00 2020-12-22T11:31:31.135 INFO:teuthology.orchestra.run.smithi039.stdout:(8/8): ceph-mgr-diskprediction-local-16.0.0-851 7.6 MB/s | 8.6 MB 00:01 2020-12-22T11:31:31.138 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:31.138 INFO:teuthology.orchestra.run.smithi039.stdout:Total 32 MB/s | 36 MB 00:01 2020-12-22T11:31:31.148 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:31:31.169 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:31:31.170 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:31:31.477 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:31:31.480 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:31:31.549 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarc 6/6 2020-12-22T11:31:31.808 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-12-22T11:31:32.047 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:31:32.194 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-12-22T11:31:32.325 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-12-22T11:31:32.372 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarc 6/6 2020-12-22T11:31:32.372 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-grafana-dashboards-2:16.0.0-8516.gaf9dac1f.el8. 1/6 2020-12-22T11:31:32.373 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarc 2/6 2020-12-22T11:31:32.373 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-prometheus-alerts-2:16.0.0-8516.gaf9dac1f.el8.n 3/6 2020-12-22T11:31:32.373 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2020-12-22T11:31:32.373 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2020-12-22T11:31:32.469 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-12-22T11:31:32.743 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2020-12-22T11:31:32.743 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:32.744 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:31:32.744 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-grafana-dashboards-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:32.744 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-dashboard-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:32.744 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-prometheus-alerts-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:32.744 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jwt-1.6.1-2.el8.noarch 2020-12-22T11:31:32.745 INFO:teuthology.orchestra.run.smithi058.stdout: python3-repoze-lru-0.7-6.el8.noarch 2020-12-22T11:31:32.745 INFO:teuthology.orchestra.run.smithi058.stdout: python3-routes-2.4.1-12.el8.noarch 2020-12-22T11:31:32.745 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:32.745 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:32.813 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-mgr-diskprediction-local 2020-12-22T11:31:33.004 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-12-22T11:31:33.127 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : openblas-0.3.3-5.el8.x86_64 3/8 2020-12-22T11:31:33.294 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:25 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:33.324 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-scipy-1.0.0-20.module_el8.3.0+562+e162826a.x 7/8 2020-12-22T11:31:33.505 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1 8/8 2020-12-22T11:31:33.665 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: openblas-0.3.3-5.el8.x86_64 3/8 2020-12-22T11:31:33.753 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:33.754 INFO:teuthology.orchestra.run.smithi058.stdout:===================================================================================================== 2020-12-22T11:31:33.755 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:31:33.755 INFO:teuthology.orchestra.run.smithi058.stdout:===================================================================================================== 2020-12-22T11:31:33.755 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:31:33.755 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-diskprediction-local noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 8.6 M 2020-12-22T11:31:33.755 INFO:teuthology.orchestra.run.smithi058.stdout:Installing dependencies: 2020-12-22T11:31:33.756 INFO:teuthology.orchestra.run.smithi058.stdout: libgfortran x86_64 8.3.1-5.1.el8 CentOS-Base 639 k 2020-12-22T11:31:33.756 INFO:teuthology.orchestra.run.smithi058.stdout: libquadmath x86_64 8.3.1-5.1.el8 CentOS-Base 169 k 2020-12-22T11:31:33.756 INFO:teuthology.orchestra.run.smithi058.stdout: openblas x86_64 0.3.3-5.el8 CentOS-AppStream 4.3 M 2020-12-22T11:31:33.756 INFO:teuthology.orchestra.run.smithi058.stdout: openblas-threads x86_64 0.3.3-5.el8 CentOS-AppStream 4.3 M 2020-12-22T11:31:33.756 INFO:teuthology.orchestra.run.smithi058.stdout: python3-numpy x86_64 1:1.14.3-9.el8 CentOS-AppStream 3.7 M 2020-12-22T11:31:33.757 INFO:teuthology.orchestra.run.smithi058.stdout: python3-numpy-f2py x86_64 1:1.14.3-9.el8 CentOS-AppStream 225 k 2020-12-22T11:31:33.757 INFO:teuthology.orchestra.run.smithi058.stdout: python3-scipy x86_64 1.0.0-20.module_el8.3.0+562+e162826a CentOS-AppStream 15 M 2020-12-22T11:31:33.757 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:33.757 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:31:33.757 INFO:teuthology.orchestra.run.smithi058.stdout:===================================================================================================== 2020-12-22T11:31:33.758 INFO:teuthology.orchestra.run.smithi058.stdout:Install 8 Packages 2020-12-22T11:31:33.758 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:33.759 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1 8/8 2020-12-22T11:31:33.759 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1 1/8 2020-12-22T11:31:33.760 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : openblas-0.3.3-5.el8.x86_64 2/8 2020-12-22T11:31:33.760 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : openblas-threads-0.3.3-5.el8.x86_64 3/8 2020-12-22T11:31:33.760 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-numpy-1:1.14.3-9.el8.x86_64 4/8 2020-12-22T11:31:33.760 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 5/8 2020-12-22T11:31:33.761 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-scipy-1.0.0-20.module_el8.3.0+562+e162826a.x 6/8 2020-12-22T11:31:33.761 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libgfortran-8.3.1-5.1.el8.x86_64 7/8 2020-12-22T11:31:33.761 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 36 M 2020-12-22T11:31:33.761 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 194 M 2020-12-22T11:31:33.761 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:31:33.850 INFO:teuthology.orchestra.run.smithi058.stdout:(1/8): openblas-0.3.3-5.el8.x86_64.rpm 46 MB/s | 4.3 MB 00:00 2020-12-22T11:31:33.906 INFO:teuthology.orchestra.run.smithi058.stdout:(2/8): python3-numpy-1.14.3-9.el8.x86_64.rpm 67 MB/s | 3.7 MB 00:00 2020-12-22T11:31:33.911 INFO:teuthology.orchestra.run.smithi058.stdout:(3/8): python3-numpy-f2py-1.14.3-9.el8.x86_64.r 45 MB/s | 225 kB 00:00 2020-12-22T11:31:33.985 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : openblas-threads-0.3.3-5.el8.x86_64 4/8 2020-12-22T11:31:34.018 INFO:teuthology.orchestra.run.smithi058.stdout:(4/8): openblas-threads-0.3.3-5.el8.x86_64.rpm 17 MB/s | 4.3 MB 00:00 2020-12-22T11:31:34.043 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libquadmath-8.3.1-5.1.el8.x86_64 8/8 2020-12-22T11:31:34.043 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:34.044 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:34.044 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:34.044 INFO:teuthology.orchestra.run.smithi105.stdout: libgfortran-8.3.1-5.1.el8.x86_64 2020-12-22T11:31:34.044 INFO:teuthology.orchestra.run.smithi105.stdout: libquadmath-8.3.1-5.1.el8.x86_64 2020-12-22T11:31:34.045 INFO:teuthology.orchestra.run.smithi105.stdout: openblas-0.3.3-5.el8.x86_64 2020-12-22T11:31:34.045 INFO:teuthology.orchestra.run.smithi105.stdout: openblas-threads-0.3.3-5.el8.x86_64 2020-12-22T11:31:34.045 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy-1:1.14.3-9.el8.x86_64 2020-12-22T11:31:34.045 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 2020-12-22T11:31:34.045 INFO:teuthology.orchestra.run.smithi105.stdout: python3-scipy-1.0.0-20.module_el8.3.0+562+e162826a.x86_64 2020-12-22T11:31:34.046 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:34.046 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:34.052 INFO:teuthology.orchestra.run.smithi058.stdout:(5/8): libgfortran-8.3.1-5.1.el8.x86_64.rpm 19 MB/s | 639 kB 00:00 2020-12-22T11:31:34.069 INFO:teuthology.orchestra.run.smithi058.stdout:(6/8): libquadmath-8.3.1-5.1.el8.x86_64.rpm 9.9 MB/s | 169 kB 00:00 2020-12-22T11:31:34.107 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-rook 2020-12-22T11:31:34.189 INFO:teuthology.orchestra.run.smithi058.stdout:(7/8): python3-scipy-1.0.0-20.module_el8.3.0+56 52 MB/s | 15 MB 00:00 2020-12-22T11:31:34.441 INFO:teuthology.orchestra.run.smithi058.stdout:(8/8): ceph-mgr-diskprediction-local-16.0.0-851 13 MB/s | 8.6 MB 00:00 2020-12-22T11:31:34.444 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:34.445 INFO:teuthology.orchestra.run.smithi058.stdout:Total 53 MB/s | 36 MB 00:00 2020-12-22T11:31:34.454 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:31:34.476 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:31:34.476 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:31:34.556 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:26 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:34.772 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: openblas-threads-0.3.3-5.el8.x86_64 4/8 2020-12-22T11:31:34.783 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:31:34.786 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:31:34.997 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:34.999 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================== 2020-12-22T11:31:34.999 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:31:35.000 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================== 2020-12-22T11:31:35.000 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:31:35.000 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-rook noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 27 k 2020-12-22T11:31:35.000 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2020-12-22T11:31:35.000 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2020-12-22T11:31:35.001 INFO:teuthology.orchestra.run.smithi105.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2020-12-22T11:31:35.001 INFO:teuthology.orchestra.run.smithi105.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2020-12-22T11:31:35.001 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpatch noarch 1.21-2.el8 CentOS-AppStream 27 k 2020-12-22T11:31:35.001 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpointer noarch 1.10-11.el8 CentOS-AppStream 20 k 2020-12-22T11:31:35.002 INFO:teuthology.orchestra.run.smithi105.stdout: python3-kubernetes noarch 12.0.1-1.el8 epel 1.3 M 2020-12-22T11:31:35.002 INFO:teuthology.orchestra.run.smithi105.stdout: python3-oauthlib noarch 2.1.0-1.el8 CentOS-Base 155 k 2020-12-22T11:31:35.002 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1 noarch 0.3.7-6.el8 CentOS-AppStream 126 k 2020-12-22T11:31:35.002 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 CentOS-AppStream 110 k 2020-12-22T11:31:35.002 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 CentOS-Base 43 k 2020-12-22T11:31:35.003 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rsa noarch 3.4.2-15.el8 epel 73 k 2020-12-22T11:31:35.003 INFO:teuthology.orchestra.run.smithi105.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2020-12-22T11:31:35.003 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:35.003 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:31:35.003 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================== 2020-12-22T11:31:35.004 INFO:teuthology.orchestra.run.smithi105.stdout:Install 13 Packages 2020-12-22T11:31:35.004 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:35.004 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 2.0 M 2020-12-22T11:31:35.005 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 28 M 2020-12-22T11:31:35.005 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:31:35.034 INFO:teuthology.orchestra.run.smithi105.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 852 kB/s | 27 kB 00:00 2020-12-22T11:31:35.036 INFO:teuthology.orchestra.run.smithi105.stdout:(2/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 55 MB/s | 126 kB 00:00 2020-12-22T11:31:35.037 INFO:teuthology.orchestra.run.smithi105.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 573 kB/s | 20 kB 00:00 2020-12-22T11:31:35.040 INFO:teuthology.orchestra.run.smithi105.stdout:(4/13): python3-pyasn1-modules-0.3.7-6.el8.noar 53 MB/s | 110 kB 00:00 2020-12-22T11:31:35.041 INFO:teuthology.orchestra.run.smithi105.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 32 MB/s | 43 kB 00:00 2020-12-22T11:31:35.041 INFO:teuthology.orchestra.run.smithi105.stdout:(6/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 44 MB/s | 155 kB 00:00 2020-12-22T11:31:35.100 INFO:teuthology.orchestra.run.smithi105.stdout:(7/13): python3-certifi-2018.10.15-7.el8.noarch 280 kB/s | 16 kB 00:00 2020-12-22T11:31:35.100 INFO:teuthology.orchestra.run.smithi105.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 551 kB/s | 33 kB 00:00 2020-12-22T11:31:35.113 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-numpy-1:1.14.3-9.el8.x86_64 5/8 2020-12-22T11:31:35.126 INFO:teuthology.orchestra.run.smithi105.stdout:(9/13): ceph-mgr-rook-16.0.0-8516.gaf9dac1f.el8 222 kB/s | 27 kB 00:00 2020-12-22T11:31:35.139 INFO:teuthology.orchestra.run.smithi105.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 2.0 MB/s | 81 kB 00:00 2020-12-22T11:31:35.159 INFO:teuthology.orchestra.run.smithi105.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 3.0 MB/s | 61 kB 00:00 2020-12-22T11:31:35.191 INFO:teuthology.orchestra.run.smithi105.stdout:(12/13): python3-rsa-3.4.2-15.el8.noarch.rpm 1.1 MB/s | 73 kB 00:00 2020-12-22T11:31:35.219 INFO:teuthology.orchestra.run.smithi105.stdout:(13/13): python3-kubernetes-12.0.1-1.el8.noarch 11 MB/s | 1.3 MB 00:00 2020-12-22T11:31:35.221 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:35.222 INFO:teuthology.orchestra.run.smithi105.stdout:Total 9.2 MB/s | 2.0 MB 00:00 2020-12-22T11:31:35.226 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:31:35.241 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:31:35.242 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:31:35.310 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-12-22T11:31:35.311 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:31:35.313 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:31:35.362 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:31:35.486 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-12-22T11:31:35.634 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: libquadmath-8.3.1-5.1.el8.x86_64 1/8 2020-12-22T11:31:35.811 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:31:35.812 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-12-22T11:31:36.025 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2020-12-22T11:31:36.219 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2020-12-22T11:31:36.329 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: libgfortran-8.3.1-5.1.el8.x86_64 2/8 2020-12-22T11:31:36.424 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rsa-3.4.2-15.el8.noarch 3/13 2020-12-22T11:31:36.545 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : openblas-0.3.3-5.el8.x86_64 3/8 2020-12-22T11:31:36.645 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2020-12-22T11:31:36.827 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2020-12-22T11:31:37.052 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2020-12-22T11:31:37.065 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: openblas-0.3.3-5.el8.x86_64 3/8 2020-12-22T11:31:37.228 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : openblas-threads-0.3.3-5.el8.x86_64 4/8 2020-12-22T11:31:37.317 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2020-12-22T11:31:37.382 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-12-22T11:31:37.502 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2020-12-22T11:31:38.002 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: openblas-threads-0.3.3-5.el8.x86_64 4/8 2020-12-22T11:31:38.367 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-numpy-1:1.14.3-9.el8.x86_64 5/8 2020-12-22T11:31:38.578 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-12-22T11:31:38.742 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-scipy-1.0.0-20.module_el8.3.0+562+e162826a.x 7/8 2020-12-22T11:31:38.918 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1 8/8 2020-12-22T11:31:39.360 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1 8/8 2020-12-22T11:31:39.360 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1 1/8 2020-12-22T11:31:39.360 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : openblas-0.3.3-5.el8.x86_64 2/8 2020-12-22T11:31:39.361 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : openblas-threads-0.3.3-5.el8.x86_64 3/8 2020-12-22T11:31:39.361 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-numpy-1:1.14.3-9.el8.x86_64 4/8 2020-12-22T11:31:39.361 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 5/8 2020-12-22T11:31:39.361 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-scipy-1.0.0-20.module_el8.3.0+562+e162826a.x 6/8 2020-12-22T11:31:39.361 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libgfortran-8.3.1-5.1.el8.x86_64 7/8 2020-12-22T11:31:39.399 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2020-12-22T11:31:39.656 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libquadmath-8.3.1-5.1.el8.x86_64 8/8 2020-12-22T11:31:39.656 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:39.656 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:39.657 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:39.657 INFO:teuthology.orchestra.run.smithi039.stdout: libgfortran-8.3.1-5.1.el8.x86_64 2020-12-22T11:31:39.657 INFO:teuthology.orchestra.run.smithi039.stdout: libquadmath-8.3.1-5.1.el8.x86_64 2020-12-22T11:31:39.657 INFO:teuthology.orchestra.run.smithi039.stdout: openblas-0.3.3-5.el8.x86_64 2020-12-22T11:31:39.657 INFO:teuthology.orchestra.run.smithi039.stdout: openblas-threads-0.3.3-5.el8.x86_64 2020-12-22T11:31:39.658 INFO:teuthology.orchestra.run.smithi039.stdout: python3-numpy-1:1.14.3-9.el8.x86_64 2020-12-22T11:31:39.658 INFO:teuthology.orchestra.run.smithi039.stdout: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 2020-12-22T11:31:39.658 INFO:teuthology.orchestra.run.smithi039.stdout: python3-scipy-1.0.0-20.module_el8.3.0+562+e162826a.x86_64 2020-12-22T11:31:39.658 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:39.658 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:39.661 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-kubernetes-12.0.1-1.el8.noarch 10/13 2020-12-22T11:31:39.723 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr-rook 2020-12-22T11:31:39.820 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2020-12-22T11:31:39.962 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2020-12-22T11:31:40.146 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 13/13 2020-12-22T11:31:40.206 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:32 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:40.383 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 13/13 2020-12-22T11:31:40.383 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/13 2020-12-22T11:31:40.383 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2020-12-22T11:31:40.383 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2020-12-22T11:31:40.384 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2020-12-22T11:31:40.384 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2020-12-22T11:31:40.384 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2020-12-22T11:31:40.384 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2020-12-22T11:31:40.384 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2020-12-22T11:31:40.385 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2020-12-22T11:31:40.385 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2020-12-22T11:31:40.385 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-kubernetes-12.0.1-1.el8.noarch 11/13 2020-12-22T11:31:40.385 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rsa-3.4.2-15.el8.noarch 12/13 2020-12-22T11:31:40.658 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 6/8 2020-12-22T11:31:40.670 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:40.672 INFO:teuthology.orchestra.run.smithi039.stdout:======================================================================================== 2020-12-22T11:31:40.672 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:31:40.673 INFO:teuthology.orchestra.run.smithi039.stdout:======================================================================================== 2020-12-22T11:31:40.673 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:31:40.673 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-rook noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 27 k 2020-12-22T11:31:40.673 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2020-12-22T11:31:40.674 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2020-12-22T11:31:40.674 INFO:teuthology.orchestra.run.smithi039.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2020-12-22T11:31:40.674 INFO:teuthology.orchestra.run.smithi039.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2020-12-22T11:31:40.674 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jsonpatch noarch 1.21-2.el8 CentOS-AppStream 27 k 2020-12-22T11:31:40.675 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jsonpointer noarch 1.10-11.el8 CentOS-AppStream 20 k 2020-12-22T11:31:40.675 INFO:teuthology.orchestra.run.smithi039.stdout: python3-kubernetes noarch 12.0.1-1.el8 epel 1.3 M 2020-12-22T11:31:40.675 INFO:teuthology.orchestra.run.smithi039.stdout: python3-oauthlib noarch 2.1.0-1.el8 CentOS-Base 155 k 2020-12-22T11:31:40.675 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyasn1 noarch 0.3.7-6.el8 CentOS-AppStream 126 k 2020-12-22T11:31:40.675 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 CentOS-AppStream 110 k 2020-12-22T11:31:40.676 INFO:teuthology.orchestra.run.smithi039.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 CentOS-Base 43 k 2020-12-22T11:31:40.676 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rsa noarch 3.4.2-15.el8 epel 73 k 2020-12-22T11:31:40.676 INFO:teuthology.orchestra.run.smithi039.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2020-12-22T11:31:40.676 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:40.676 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:31:40.677 INFO:teuthology.orchestra.run.smithi039.stdout:======================================================================================== 2020-12-22T11:31:40.677 INFO:teuthology.orchestra.run.smithi039.stdout:Install 13 Packages 2020-12-22T11:31:40.677 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:40.678 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 2.0 M 2020-12-22T11:31:40.678 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 28 M 2020-12-22T11:31:40.678 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:31:40.701 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2020-12-22T11:31:40.701 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:40.701 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:40.701 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:40.702 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cachetools-3.1.1-4.el8.noarch 2020-12-22T11:31:40.702 INFO:teuthology.orchestra.run.smithi105.stdout: python3-certifi-2018.10.15-7.el8.noarch 2020-12-22T11:31:40.702 INFO:teuthology.orchestra.run.smithi105.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2020-12-22T11:31:40.702 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpatch-1.21-2.el8.noarch 2020-12-22T11:31:40.703 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpointer-1.10-11.el8.noarch 2020-12-22T11:31:40.703 INFO:teuthology.orchestra.run.smithi105.stdout: python3-kubernetes-12.0.1-1.el8.noarch 2020-12-22T11:31:40.703 INFO:teuthology.orchestra.run.smithi105.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2020-12-22T11:31:40.703 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2020-12-22T11:31:40.703 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2020-12-22T11:31:40.704 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2020-12-22T11:31:40.704 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rsa-3.4.2-15.el8.noarch 2020-12-22T11:31:40.704 INFO:teuthology.orchestra.run.smithi105.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2020-12-22T11:31:40.704 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:40.704 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:40.707 INFO:teuthology.orchestra.run.smithi039.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 852 kB/s | 27 kB 00:00 2020-12-22T11:31:40.711 INFO:teuthology.orchestra.run.smithi039.stdout:(2/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 32 MB/s | 126 kB 00:00 2020-12-22T11:31:40.713 INFO:teuthology.orchestra.run.smithi039.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 542 kB/s | 20 kB 00:00 2020-12-22T11:31:40.714 INFO:teuthology.orchestra.run.smithi039.stdout:(4/13): python3-pyasn1-modules-0.3.7-6.el8.noar 46 MB/s | 110 kB 00:00 2020-12-22T11:31:40.715 INFO:teuthology.orchestra.run.smithi039.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 28 MB/s | 43 kB 00:00 2020-12-22T11:31:40.716 INFO:teuthology.orchestra.run.smithi039.stdout:(6/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 47 MB/s | 155 kB 00:00 2020-12-22T11:31:40.765 INFO:teuthology.orchestra.run.smithi039.stdout:(7/13): python3-cachetools-3.1.1-4.el8.noarch.r 666 kB/s | 33 kB 00:00 2020-12-22T11:31:40.768 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-cephadm 2020-12-22T11:31:40.775 INFO:teuthology.orchestra.run.smithi039.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 280 kB/s | 16 kB 00:00 2020-12-22T11:31:40.798 INFO:teuthology.orchestra.run.smithi039.stdout:(9/13): python3-google-auth-1.1.1-10.el8.noarch 2.4 MB/s | 81 kB 00:00 2020-12-22T11:31:40.815 INFO:teuthology.orchestra.run.smithi039.stdout:(10/13): python3-rsa-3.4.2-15.el8.noarch.rpm 4.3 MB/s | 73 kB 00:00 2020-12-22T11:31:40.831 INFO:teuthology.orchestra.run.smithi039.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 3.6 MB/s | 61 kB 00:00 2020-12-22T11:31:40.894 INFO:teuthology.orchestra.run.smithi039.stdout:(12/13): python3-kubernetes-12.0.1-1.el8.noarch 11 MB/s | 1.3 MB 00:00 2020-12-22T11:31:41.036 INFO:teuthology.orchestra.run.smithi039.stdout:(13/13): ceph-mgr-rook-16.0.0-8516.gaf9dac1f.el 76 kB/s | 27 kB 00:00 2020-12-22T11:31:41.038 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:41.038 INFO:teuthology.orchestra.run.smithi039.stdout:Total 5.6 MB/s | 2.0 MB 00:00 2020-12-22T11:31:41.043 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:31:41.060 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:31:41.060 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:31:41.137 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:31:41.139 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:31:41.218 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:33 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:41.619 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:31:41.654 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:41.655 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:41.655 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:31:41.655 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:41.655 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:31:41.656 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-cephadm noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 70 k 2020-12-22T11:31:41.656 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2020-12-22T11:31:41.656 INFO:teuthology.orchestra.run.smithi105.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2020-12-22T11:31:41.656 INFO:teuthology.orchestra.run.smithi105.stdout: python3-babel noarch 2.5.1-5.el8 CentOS-AppStream 4.8 M 2020-12-22T11:31:41.657 INFO:teuthology.orchestra.run.smithi105.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2020-12-22T11:31:41.657 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jinja2 noarch 2.10.1-2.el8_0 CentOS-AppStream 538 k 2020-12-22T11:31:41.657 INFO:teuthology.orchestra.run.smithi105.stdout: python3-remoto noarch 1.1.4-4.el8 epel 48 k 2020-12-22T11:31:41.657 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:41.657 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:31:41.658 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:41.658 INFO:teuthology.orchestra.run.smithi105.stdout:Install 6 Packages 2020-12-22T11:31:41.658 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:41.659 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 5.8 M 2020-12-22T11:31:41.659 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 24 M 2020-12-22T11:31:41.659 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:31:41.707 INFO:teuthology.orchestra.run.smithi105.stdout:(1/6): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 11 MB/s | 538 kB 00:00 2020-12-22T11:31:41.756 INFO:teuthology.orchestra.run.smithi105.stdout:(2/6): python3-apipkg-1.5-6.el8.noarch.rpm 433 kB/s | 21 kB 00:00 2020-12-22T11:31:41.773 INFO:teuthology.orchestra.run.smithi105.stdout:(3/6): python3-babel-2.5.1-5.el8.noarch.rpm 41 MB/s | 4.8 MB 00:00 2020-12-22T11:31:41.821 INFO:teuthology.orchestra.run.smithi105.stdout:(4/6): python3-execnet-1.7.1-1.el8.noarch.rpm 5.3 MB/s | 355 kB 00:00 2020-12-22T11:31:41.841 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2020-12-22T11:31:41.851 INFO:teuthology.orchestra.run.smithi105.stdout:(5/6): python3-remoto-1.1.4-4.el8.noarch.rpm 615 kB/s | 48 kB 00:00 2020-12-22T11:31:42.044 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-scipy-1.0.0-20.module_el8.3.0+562+e162826a.x 7/8 2020-12-22T11:31:42.060 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2020-12-22T11:31:42.114 INFO:teuthology.orchestra.run.smithi105.stdout:(6/6): ceph-mgr-cephadm-16.0.0-8516.gaf9dac1f.e 152 kB/s | 70 kB 00:00 2020-12-22T11:31:42.117 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:42.117 INFO:teuthology.orchestra.run.smithi105.stdout:Total 13 MB/s | 5.8 MB 00:00 2020-12-22T11:31:42.119 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:31:42.130 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:31:42.130 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:31:42.207 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:31:42.209 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:31:42.252 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1 8/8 2020-12-22T11:31:42.256 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rsa-3.4.2-15.el8.noarch 3/13 2020-12-22T11:31:42.496 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:31:42.517 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2020-12-22T11:31:42.527 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1 8/8 2020-12-22T11:31:42.527 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1 1/8 2020-12-22T11:31:42.528 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : openblas-0.3.3-5.el8.x86_64 2/8 2020-12-22T11:31:42.528 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : openblas-threads-0.3.3-5.el8.x86_64 3/8 2020-12-22T11:31:42.528 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-numpy-1:1.14.3-9.el8.x86_64 4/8 2020-12-22T11:31:42.528 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-numpy-f2py-1:1.14.3-9.el8.x86_64 5/8 2020-12-22T11:31:42.528 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-scipy-1.0.0-20.module_el8.3.0+562+e162826a.x 6/8 2020-12-22T11:31:42.529 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : libgfortran-8.3.1-5.1.el8.x86_64 7/8 2020-12-22T11:31:42.709 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2020-12-22T11:31:42.776 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 1/6 2020-12-22T11:31:42.952 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2020-12-22T11:31:43.016 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 2/6 2020-12-22T11:31:43.231 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2020-12-22T11:31:43.382 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : libquadmath-8.3.1-5.1.el8.x86_64 8/8 2020-12-22T11:31:43.382 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:43.383 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:31:43.383 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-diskprediction-local-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:43.383 INFO:teuthology.orchestra.run.smithi058.stdout: libgfortran-8.3.1-5.1.el8.x86_64 2020-12-22T11:31:43.383 INFO:teuthology.orchestra.run.smithi058.stdout: libquadmath-8.3.1-5.1.el8.x86_64 2020-12-22T11:31:43.384 INFO:teuthology.orchestra.run.smithi058.stdout: openblas-0.3.3-5.el8.x86_64 2020-12-22T11:31:43.384 INFO:teuthology.orchestra.run.smithi058.stdout: openblas-threads-0.3.3-5.el8.x86_64 2020-12-22T11:31:43.384 INFO:teuthology.orchestra.run.smithi058.stdout: python3-numpy-1:1.14.3-9.el8.x86_64 2020-12-22T11:31:43.384 INFO:teuthology.orchestra.run.smithi058.stdout: python3-numpy-f2py-1:1.14.3-9.el8.x86_64 2020-12-22T11:31:43.384 INFO:teuthology.orchestra.run.smithi058.stdout: python3-scipy-1.0.0-20.module_el8.3.0+562+e162826a.x86_64 2020-12-22T11:31:43.385 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:43.385 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:43.416 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2020-12-22T11:31:43.461 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-mgr-rook 2020-12-22T11:31:43.949 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:35 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:43.976 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-remoto-1.1.4-4.el8.noarch 3/6 2020-12-22T11:31:44.445 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:44.447 INFO:teuthology.orchestra.run.smithi058.stdout:======================================================================================== 2020-12-22T11:31:44.447 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:31:44.447 INFO:teuthology.orchestra.run.smithi058.stdout:======================================================================================== 2020-12-22T11:31:44.447 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:31:44.448 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-rook noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 27 k 2020-12-22T11:31:44.448 INFO:teuthology.orchestra.run.smithi058.stdout:Installing dependencies: 2020-12-22T11:31:44.448 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2020-12-22T11:31:44.448 INFO:teuthology.orchestra.run.smithi058.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2020-12-22T11:31:44.449 INFO:teuthology.orchestra.run.smithi058.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2020-12-22T11:31:44.449 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jsonpatch noarch 1.21-2.el8 CentOS-AppStream 27 k 2020-12-22T11:31:44.449 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jsonpointer noarch 1.10-11.el8 CentOS-AppStream 20 k 2020-12-22T11:31:44.449 INFO:teuthology.orchestra.run.smithi058.stdout: python3-kubernetes noarch 12.0.1-1.el8 epel 1.3 M 2020-12-22T11:31:44.449 INFO:teuthology.orchestra.run.smithi058.stdout: python3-oauthlib noarch 2.1.0-1.el8 CentOS-Base 155 k 2020-12-22T11:31:44.450 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pyasn1 noarch 0.3.7-6.el8 CentOS-AppStream 126 k 2020-12-22T11:31:44.450 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 CentOS-AppStream 110 k 2020-12-22T11:31:44.450 INFO:teuthology.orchestra.run.smithi058.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 CentOS-Base 43 k 2020-12-22T11:31:44.450 INFO:teuthology.orchestra.run.smithi058.stdout: python3-rsa noarch 3.4.2-15.el8 epel 73 k 2020-12-22T11:31:44.450 INFO:teuthology.orchestra.run.smithi058.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2020-12-22T11:31:44.451 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:44.451 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:31:44.451 INFO:teuthology.orchestra.run.smithi058.stdout:======================================================================================== 2020-12-22T11:31:44.451 INFO:teuthology.orchestra.run.smithi058.stdout:Install 13 Packages 2020-12-22T11:31:44.451 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:44.452 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 2.0 M 2020-12-22T11:31:44.452 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 28 M 2020-12-22T11:31:44.453 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:31:44.494 INFO:teuthology.orchestra.run.smithi058.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 616 kB/s | 27 kB 00:00 2020-12-22T11:31:44.497 INFO:teuthology.orchestra.run.smithi058.stdout:(2/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 34 MB/s | 126 kB 00:00 2020-12-22T11:31:44.500 INFO:teuthology.orchestra.run.smithi058.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 401 kB/s | 20 kB 00:00 2020-12-22T11:31:44.501 INFO:teuthology.orchestra.run.smithi058.stdout:(4/13): python3-pyasn1-modules-0.3.7-6.el8.noar 34 MB/s | 110 kB 00:00 2020-12-22T11:31:44.503 INFO:teuthology.orchestra.run.smithi058.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 17 MB/s | 43 kB 00:00 2020-12-22T11:31:44.504 INFO:teuthology.orchestra.run.smithi058.stdout:(6/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 40 MB/s | 155 kB 00:00 2020-12-22T11:31:44.553 INFO:teuthology.orchestra.run.smithi058.stdout:(7/13): python3-cachetools-3.1.1-4.el8.noarch.r 666 kB/s | 33 kB 00:00 2020-12-22T11:31:44.563 INFO:teuthology.orchestra.run.smithi058.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 277 kB/s | 16 kB 00:00 2020-12-22T11:31:44.586 INFO:teuthology.orchestra.run.smithi058.stdout:(9/13): python3-google-auth-1.1.1-10.el8.noarch 2.4 MB/s | 81 kB 00:00 2020-12-22T11:31:44.601 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2020-12-22T11:31:44.603 INFO:teuthology.orchestra.run.smithi058.stdout:(10/13): python3-rsa-3.4.2-15.el8.noarch.rpm 4.3 MB/s | 73 kB 00:00 2020-12-22T11:31:44.620 INFO:teuthology.orchestra.run.smithi058.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 3.6 MB/s | 61 kB 00:00 2020-12-22T11:31:44.683 INFO:teuthology.orchestra.run.smithi058.stdout:(12/13): python3-kubernetes-12.0.1-1.el8.noarch 11 MB/s | 1.3 MB 00:00 2020-12-22T11:31:44.709 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-babel-2.5.1-5.el8.noarch 4/6 2020-12-22T11:31:44.758 INFO:teuthology.orchestra.run.smithi058.stdout:(13/13): ceph-mgr-rook-16.0.0-8516.gaf9dac1f.el 89 kB/s | 27 kB 00:00 2020-12-22T11:31:44.760 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:44.760 INFO:teuthology.orchestra.run.smithi058.stdout:Total 6.5 MB/s | 2.0 MB 00:00 2020-12-22T11:31:44.766 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:31:44.782 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:31:44.782 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:31:44.859 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:31:44.861 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:31:44.880 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jinja2-2.10.1-2.el8_0.noarch 5/6 2020-12-22T11:31:45.061 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 6/6 2020-12-22T11:31:45.281 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 6/6 2020-12-22T11:31:45.281 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/6 2020-12-22T11:31:45.282 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-babel-2.5.1-5.el8.noarch 2/6 2020-12-22T11:31:45.282 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 3/6 2020-12-22T11:31:45.283 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 4/6 2020-12-22T11:31:45.283 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 5/6 2020-12-22T11:31:45.396 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:31:45.550 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-remoto-1.1.4-4.el8.noarch 6/6 2020-12-22T11:31:45.550 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:45.550 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:45.551 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:45.551 INFO:teuthology.orchestra.run.smithi105.stdout: python3-apipkg-1.5-6.el8.noarch 2020-12-22T11:31:45.551 INFO:teuthology.orchestra.run.smithi105.stdout: python3-babel-2.5.1-5.el8.noarch 2020-12-22T11:31:45.551 INFO:teuthology.orchestra.run.smithi105.stdout: python3-execnet-1.7.1-1.el8.noarch 2020-12-22T11:31:45.551 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jinja2-2.10.1-2.el8_0.noarch 2020-12-22T11:31:45.552 INFO:teuthology.orchestra.run.smithi105.stdout: python3-remoto-1.1.4-4.el8.noarch 2020-12-22T11:31:45.552 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:45.552 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:45.568 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-kubernetes-12.0.1-1.el8.noarch 10/13 2020-12-22T11:31:45.612 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-fuse 2020-12-22T11:31:45.660 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2020-12-22T11:31:45.719 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2020-12-22T11:31:45.887 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2020-12-22T11:31:45.911 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2020-12-22T11:31:46.050 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 13/13 2020-12-22T11:31:46.066 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:38 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:46.108 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-rsa-3.4.2-15.el8.noarch 3/13 2020-12-22T11:31:46.305 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 13/13 2020-12-22T11:31:46.306 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/13 2020-12-22T11:31:46.306 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2020-12-22T11:31:46.306 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2020-12-22T11:31:46.306 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2020-12-22T11:31:46.307 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2020-12-22T11:31:46.307 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2020-12-22T11:31:46.307 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2020-12-22T11:31:46.307 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2020-12-22T11:31:46.307 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2020-12-22T11:31:46.308 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2020-12-22T11:31:46.308 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-kubernetes-12.0.1-1.el8.noarch 11/13 2020-12-22T11:31:46.308 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rsa-3.4.2-15.el8.noarch 12/13 2020-12-22T11:31:46.352 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2020-12-22T11:31:46.517 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:46.518 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:46.518 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2020-12-22T11:31:46.518 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:46.518 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:31:46.519 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-fuse x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 624 k 2020-12-22T11:31:46.519 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2020-12-22T11:31:46.519 INFO:teuthology.orchestra.run.smithi105.stdout: fuse x86_64 2.9.7-12.el8 CentOS-Base 82 k 2020-12-22T11:31:46.519 INFO:teuthology.orchestra.run.smithi105.stdout: fuse-common x86_64 3.2.1-12.el8 CentOS-Base 21 k 2020-12-22T11:31:46.519 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:46.519 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:31:46.520 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:46.520 INFO:teuthology.orchestra.run.smithi105.stdout:Install 3 Packages 2020-12-22T11:31:46.520 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:46.521 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 727 k 2020-12-22T11:31:46.521 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 1.9 M 2020-12-22T11:31:46.521 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:31:46.551 INFO:teuthology.orchestra.run.smithi105.stdout:(1/3): fuse-2.9.7-12.el8.x86_64.rpm 2.6 MB/s | 82 kB 00:00 2020-12-22T11:31:46.554 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2020-12-22T11:31:46.554 INFO:teuthology.orchestra.run.smithi105.stdout:(2/3): fuse-common-3.2.1-12.el8.x86_64.rpm 611 kB/s | 21 kB 00:00 2020-12-22T11:31:46.688 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2020-12-22T11:31:46.688 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:46.689 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:46.689 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:46.689 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cachetools-3.1.1-4.el8.noarch 2020-12-22T11:31:46.689 INFO:teuthology.orchestra.run.smithi039.stdout: python3-certifi-2018.10.15-7.el8.noarch 2020-12-22T11:31:46.689 INFO:teuthology.orchestra.run.smithi039.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2020-12-22T11:31:46.690 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jsonpatch-1.21-2.el8.noarch 2020-12-22T11:31:46.690 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jsonpointer-1.10-11.el8.noarch 2020-12-22T11:31:46.690 INFO:teuthology.orchestra.run.smithi039.stdout: python3-kubernetes-12.0.1-1.el8.noarch 2020-12-22T11:31:46.690 INFO:teuthology.orchestra.run.smithi039.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2020-12-22T11:31:46.690 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2020-12-22T11:31:46.691 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2020-12-22T11:31:46.691 INFO:teuthology.orchestra.run.smithi039.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2020-12-22T11:31:46.691 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rsa-3.4.2-15.el8.noarch 2020-12-22T11:31:46.691 INFO:teuthology.orchestra.run.smithi039.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2020-12-22T11:31:46.691 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:46.692 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:46.754 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr-cephadm 2020-12-22T11:31:46.783 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2020-12-22T11:31:47.056 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2020-12-22T11:31:47.234 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:39 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:47.279 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2020-12-22T11:31:47.505 INFO:teuthology.orchestra.run.smithi105.stdout:(3/3): ceph-fuse-16.0.0-8516.gaf9dac1f.el8.x86_ 633 kB/s | 624 kB 00:00 2020-12-22T11:31:47.507 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:47.508 INFO:teuthology.orchestra.run.smithi105.stdout:Total 735 kB/s | 727 kB 00:00 2020-12-22T11:31:47.510 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:31:47.533 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:31:47.534 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:31:47.610 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:31:47.612 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:31:47.791 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:31:47.792 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : fuse-common-3.2.1-12.el8.x86_64 1/3 2020-12-22T11:31:47.792 INFO:teuthology.orchestra.run.smithi105.stdout:warning: /etc/fuse.conf created as /etc/fuse.conf.rpmnew 2020-12-22T11:31:47.792 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:47.830 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:47.831 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:47.831 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:31:47.832 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:47.832 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:31:47.832 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-cephadm noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 70 k 2020-12-22T11:31:47.832 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2020-12-22T11:31:47.833 INFO:teuthology.orchestra.run.smithi039.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2020-12-22T11:31:47.833 INFO:teuthology.orchestra.run.smithi039.stdout: python3-babel noarch 2.5.1-5.el8 CentOS-AppStream 4.8 M 2020-12-22T11:31:47.833 INFO:teuthology.orchestra.run.smithi039.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2020-12-22T11:31:47.833 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jinja2 noarch 2.10.1-2.el8_0 CentOS-AppStream 538 k 2020-12-22T11:31:47.833 INFO:teuthology.orchestra.run.smithi039.stdout: python3-remoto noarch 1.1.4-4.el8 epel 48 k 2020-12-22T11:31:47.834 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:47.834 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:31:47.834 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:47.834 INFO:teuthology.orchestra.run.smithi039.stdout:Install 6 Packages 2020-12-22T11:31:47.835 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:47.835 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 5.8 M 2020-12-22T11:31:47.835 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 24 M 2020-12-22T11:31:47.836 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:31:47.880 INFO:teuthology.orchestra.run.smithi039.stdout:(1/6): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 11 MB/s | 538 kB 00:00 2020-12-22T11:31:47.932 INFO:teuthology.orchestra.run.smithi039.stdout:(2/6): python3-babel-2.5.1-5.el8.noarch.rpm 49 MB/s | 4.8 MB 00:00 2020-12-22T11:31:47.939 INFO:teuthology.orchestra.run.smithi039.stdout:(3/6): python3-apipkg-1.5-6.el8.noarch.rpm 359 kB/s | 21 kB 00:00 2020-12-22T11:31:47.978 INFO:teuthology.orchestra.run.smithi039.stdout:(4/6): python3-remoto-1.1.4-4.el8.noarch.rpm 1.2 MB/s | 48 kB 00:00 2020-12-22T11:31:48.030 INFO:teuthology.orchestra.run.smithi039.stdout:(5/6): python3-execnet-1.7.1-1.el8.noarch.rpm 3.6 MB/s | 355 kB 00:00 2020-12-22T11:31:48.195 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : fuse-2.9.7-12.el8.x86_64 2/3 2020-12-22T11:31:48.243 INFO:teuthology.orchestra.run.smithi039.stdout:(6/6): ceph-mgr-cephadm-16.0.0-8516.gaf9dac1f.e 170 kB/s | 70 kB 00:00 2020-12-22T11:31:48.245 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:48.245 INFO:teuthology.orchestra.run.smithi039.stdout:Total 14 MB/s | 5.8 MB 00:00 2020-12-22T11:31:48.248 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:31:48.259 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:31:48.259 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:31:48.342 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:31:48.345 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:31:48.369 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/3 2020-12-22T11:31:48.524 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2020-12-22T11:31:48.602 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:31:48.696 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/3 2020-12-22T11:31:48.696 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/3 2020-12-22T11:31:48.697 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : fuse-2.9.7-12.el8.x86_64 2/3 2020-12-22T11:31:48.958 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 1/6 2020-12-22T11:31:49.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 3/3 2020-12-22T11:31:49.034 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:49.035 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:49.035 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 fuse-2.9.7-12.el8.x86_64 2020-12-22T11:31:49.035 INFO:teuthology.orchestra.run.smithi105.stdout: fuse-common-3.2.1-12.el8.x86_64 2020-12-22T11:31:49.035 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:49.036 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:49.205 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install librados-devel 2020-12-22T11:31:49.240 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 2/6 2020-12-22T11:31:49.403 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-kubernetes-12.0.1-1.el8.noarch 10/13 2020-12-22T11:31:49.595 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2020-12-22T11:31:49.667 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:41 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:49.753 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2020-12-22T11:31:49.918 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 13/13 2020-12-22T11:31:50.127 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:50.128 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:50.129 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2020-12-22T11:31:50.129 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:50.129 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:31:50.129 INFO:teuthology.orchestra.run.smithi105.stdout: librados-devel x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 131 k 2020-12-22T11:31:50.130 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:50.130 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:31:50.130 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:50.130 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2020-12-22T11:31:50.130 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:50.131 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 131 k 2020-12-22T11:31:50.131 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 431 k 2020-12-22T11:31:50.131 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:31:50.167 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 13/13 2020-12-22T11:31:50.167 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/13 2020-12-22T11:31:50.168 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2020-12-22T11:31:50.168 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2020-12-22T11:31:50.168 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2020-12-22T11:31:50.168 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2020-12-22T11:31:50.168 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2020-12-22T11:31:50.169 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2020-12-22T11:31:50.169 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2020-12-22T11:31:50.169 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2020-12-22T11:31:50.169 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2020-12-22T11:31:50.170 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-kubernetes-12.0.1-1.el8.noarch 11/13 2020-12-22T11:31:50.170 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-rsa-3.4.2-15.el8.noarch 12/13 2020-12-22T11:31:50.213 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-remoto-1.1.4-4.el8.noarch 3/6 2020-12-22T11:31:50.299 INFO:teuthology.orchestra.run.smithi105.stdout:librados-devel-16.0.0-8516.gaf9dac1f.el8.x86_64 771 kB/s | 131 kB 00:00 2020-12-22T11:31:50.300 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:50.300 INFO:teuthology.orchestra.run.smithi105.stdout:Total 765 kB/s | 131 kB 00:00 2020-12-22T11:31:50.301 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:31:50.308 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:31:50.308 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:31:50.357 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:31:50.360 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:31:50.470 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:31:50.548 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2020-12-22T11:31:50.548 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:50.548 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:31:50.548 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-rook-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:50.549 INFO:teuthology.orchestra.run.smithi058.stdout: python3-cachetools-3.1.1-4.el8.noarch 2020-12-22T11:31:50.549 INFO:teuthology.orchestra.run.smithi058.stdout: python3-certifi-2018.10.15-7.el8.noarch 2020-12-22T11:31:50.549 INFO:teuthology.orchestra.run.smithi058.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2020-12-22T11:31:50.549 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jsonpatch-1.21-2.el8.noarch 2020-12-22T11:31:50.549 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jsonpointer-1.10-11.el8.noarch 2020-12-22T11:31:50.550 INFO:teuthology.orchestra.run.smithi058.stdout: python3-kubernetes-12.0.1-1.el8.noarch 2020-12-22T11:31:50.550 INFO:teuthology.orchestra.run.smithi058.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2020-12-22T11:31:50.550 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2020-12-22T11:31:50.550 INFO:teuthology.orchestra.run.smithi058.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2020-12-22T11:31:50.550 INFO:teuthology.orchestra.run.smithi058.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2020-12-22T11:31:50.551 INFO:teuthology.orchestra.run.smithi058.stdout: python3-rsa-3.4.2-15.el8.noarch 2020-12-22T11:31:50.551 INFO:teuthology.orchestra.run.smithi058.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2020-12-22T11:31:50.551 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:50.551 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:50.601 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-babel-2.5.1-5.el8.noarch 4/6 2020-12-22T11:31:50.620 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-mgr-cephadm 2020-12-22T11:31:50.634 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:31:50.867 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:31:50.920 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jinja2-2.10.1-2.el8_0.noarch 5/6 2020-12-22T11:31:51.102 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:43 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:51.166 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:31:51.167 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:51.167 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:51.167 INFO:teuthology.orchestra.run.smithi105.stdout: librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:51.167 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:51.168 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:51.332 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install libcephfs2 2020-12-22T11:31:51.533 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 6/6 2020-12-22T11:31:51.558 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:51.559 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:51.559 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:31:51.560 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:51.560 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:31:51.560 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-cephadm noarch 2:16.0.0-8516.gaf9dac1f.el8 ceph-noarch 70 k 2020-12-22T11:31:51.560 INFO:teuthology.orchestra.run.smithi058.stdout:Installing dependencies: 2020-12-22T11:31:51.560 INFO:teuthology.orchestra.run.smithi058.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2020-12-22T11:31:51.561 INFO:teuthology.orchestra.run.smithi058.stdout: python3-babel noarch 2.5.1-5.el8 CentOS-AppStream 4.8 M 2020-12-22T11:31:51.561 INFO:teuthology.orchestra.run.smithi058.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2020-12-22T11:31:51.561 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jinja2 noarch 2.10.1-2.el8_0 CentOS-AppStream 538 k 2020-12-22T11:31:51.561 INFO:teuthology.orchestra.run.smithi058.stdout: python3-remoto noarch 1.1.4-4.el8 epel 48 k 2020-12-22T11:31:51.561 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:51.562 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:31:51.562 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:51.562 INFO:teuthology.orchestra.run.smithi058.stdout:Install 6 Packages 2020-12-22T11:31:51.562 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:51.563 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 5.8 M 2020-12-22T11:31:51.563 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 24 M 2020-12-22T11:31:51.563 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:31:51.613 INFO:teuthology.orchestra.run.smithi058.stdout:(1/6): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 10 MB/s | 538 kB 00:00 2020-12-22T11:31:51.657 INFO:teuthology.orchestra.run.smithi058.stdout:(2/6): python3-babel-2.5.1-5.el8.noarch.rpm 50 MB/s | 4.8 MB 00:00 2020-12-22T11:31:51.672 INFO:teuthology.orchestra.run.smithi058.stdout:(3/6): python3-apipkg-1.5-6.el8.noarch.rpm 360 kB/s | 21 kB 00:00 2020-12-22T11:31:51.708 INFO:teuthology.orchestra.run.smithi058.stdout:(4/6): ceph-mgr-cephadm-16.0.0-8516.gaf9dac1f.e 474 kB/s | 70 kB 00:00 2020-12-22T11:31:51.711 INFO:teuthology.orchestra.run.smithi058.stdout:(5/6): python3-remoto-1.1.4-4.el8.noarch.rpm 1.2 MB/s | 48 kB 00:00 2020-12-22T11:31:51.774 INFO:teuthology.orchestra.run.smithi058.stdout:(6/6): python3-execnet-1.7.1-1.el8.noarch.rpm 3.0 MB/s | 355 kB 00:00 2020-12-22T11:31:51.776 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:51.777 INFO:teuthology.orchestra.run.smithi058.stdout:Total 27 MB/s | 5.8 MB 00:00 2020-12-22T11:31:51.779 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 6/6 2020-12-22T11:31:51.779 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/6 2020-12-22T11:31:51.779 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-babel-2.5.1-5.el8.noarch 2/6 2020-12-22T11:31:51.780 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 3/6 2020-12-22T11:31:51.780 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 4/6 2020-12-22T11:31:51.780 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 5/6 2020-12-22T11:31:51.781 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:31:51.790 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:31:51.790 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:31:51.791 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:43 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:51.873 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:31:51.876 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:31:52.087 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-remoto-1.1.4-4.el8.noarch 6/6 2020-12-22T11:31:52.087 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:52.087 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:52.088 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:52.088 INFO:teuthology.orchestra.run.smithi039.stdout: python3-apipkg-1.5-6.el8.noarch 2020-12-22T11:31:52.088 INFO:teuthology.orchestra.run.smithi039.stdout: python3-babel-2.5.1-5.el8.noarch 2020-12-22T11:31:52.088 INFO:teuthology.orchestra.run.smithi039.stdout: python3-execnet-1.7.1-1.el8.noarch 2020-12-22T11:31:52.089 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jinja2-2.10.1-2.el8_0.noarch 2020-12-22T11:31:52.089 INFO:teuthology.orchestra.run.smithi039.stdout: python3-remoto-1.1.4-4.el8.noarch 2020-12-22T11:31:52.089 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:52.089 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:52.114 INFO:teuthology.orchestra.run.smithi105.stdout:Package libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:52.177 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-fuse 2020-12-22T11:31:52.178 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:31:52.225 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:52.226 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2020-12-22T11:31:52.226 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:52.287 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install libcephfs-devel 2020-12-22T11:31:52.442 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 1/6 2020-12-22T11:31:52.661 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:44 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:52.732 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 2/6 2020-12-22T11:31:52.737 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:44 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:53.126 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:53.127 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:53.127 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2020-12-22T11:31:53.128 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:53.128 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:31:53.128 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-fuse x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 624 k 2020-12-22T11:31:53.128 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2020-12-22T11:31:53.129 INFO:teuthology.orchestra.run.smithi039.stdout: fuse x86_64 2.9.7-12.el8 CentOS-Base 82 k 2020-12-22T11:31:53.129 INFO:teuthology.orchestra.run.smithi039.stdout: fuse-common x86_64 3.2.1-12.el8 CentOS-Base 21 k 2020-12-22T11:31:53.129 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:53.129 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:31:53.129 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:53.130 INFO:teuthology.orchestra.run.smithi039.stdout:Install 3 Packages 2020-12-22T11:31:53.130 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:53.131 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 727 k 2020-12-22T11:31:53.131 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 1.9 M 2020-12-22T11:31:53.131 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:31:53.160 INFO:teuthology.orchestra.run.smithi039.stdout:(1/3): fuse-2.9.7-12.el8.x86_64.rpm 2.6 MB/s | 82 kB 00:00 2020-12-22T11:31:53.164 INFO:teuthology.orchestra.run.smithi039.stdout:(2/3): fuse-common-3.2.1-12.el8.x86_64.rpm 609 kB/s | 21 kB 00:00 2020-12-22T11:31:53.176 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:53.177 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:53.177 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2020-12-22T11:31:53.177 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:53.177 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:31:53.178 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs-devel x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 24 k 2020-12-22T11:31:53.178 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:53.178 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:31:53.178 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:31:53.179 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2020-12-22T11:31:53.179 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:53.179 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 24 k 2020-12-22T11:31:53.179 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 87 k 2020-12-22T11:31:53.180 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:31:53.528 INFO:teuthology.orchestra.run.smithi105.stdout:libcephfs-devel-16.0.0-8516.gaf9dac1f.el8.x86_6 67 kB/s | 24 kB 00:00 2020-12-22T11:31:53.529 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:53.529 INFO:teuthology.orchestra.run.smithi105.stdout:Total 67 kB/s | 24 kB 00:00 2020-12-22T11:31:53.529 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:31:53.533 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:31:53.534 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:31:53.536 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:31:53.538 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:31:53.587 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:31:53.760 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-remoto-1.1.4-4.el8.noarch 3/6 2020-12-22T11:31:53.767 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:31:53.971 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:31:54.079 INFO:teuthology.orchestra.run.smithi039.stdout:(3/3): ceph-fuse-16.0.0-8516.gaf9dac1f.el8.x86_ 657 kB/s | 624 kB 00:00 2020-12-22T11:31:54.081 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:54.082 INFO:teuthology.orchestra.run.smithi039.stdout:Total 763 kB/s | 727 kB 00:00 2020-12-22T11:31:54.084 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:31:54.111 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:31:54.111 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:31:54.159 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-babel-2.5.1-5.el8.noarch 4/6 2020-12-22T11:31:54.197 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:31:54.198 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:31:54.198 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:54.199 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:31:54.199 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:54.199 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:31:54.199 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:54.200 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:31:54.263 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install librados2 2020-12-22T11:31:54.371 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : python3-jinja2-2.10.1-2.el8_0.noarch 5/6 2020-12-22T11:31:54.388 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:31:54.389 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : fuse-common-3.2.1-12.el8.x86_64 1/3 2020-12-22T11:31:54.389 INFO:teuthology.orchestra.run.smithi039.stdout:warning: /etc/fuse.conf created as /etc/fuse.conf.rpmnew 2020-12-22T11:31:54.389 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:54.714 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:46 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:54.794 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : fuse-2.9.7-12.el8.x86_64 2/3 2020-12-22T11:31:54.850 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 6/6 2020-12-22T11:31:54.950 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/3 2020-12-22T11:31:55.131 INFO:teuthology.orchestra.run.smithi105.stdout:Package librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:55.146 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 6/6 2020-12-22T11:31:55.147 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 1/6 2020-12-22T11:31:55.147 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-babel-2.5.1-5.el8.noarch 2/6 2020-12-22T11:31:55.147 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 3/6 2020-12-22T11:31:55.147 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 4/6 2020-12-22T11:31:55.148 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 5/6 2020-12-22T11:31:55.243 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:55.244 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2020-12-22T11:31:55.244 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:55.302 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install librbd1 2020-12-22T11:31:55.337 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/3 2020-12-22T11:31:55.337 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/3 2020-12-22T11:31:55.338 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : fuse-2.9.7-12.el8.x86_64 2/3 2020-12-22T11:31:55.446 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : python3-remoto-1.1.4-4.el8.noarch 6/6 2020-12-22T11:31:55.447 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:55.447 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:31:55.447 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-mgr-cephadm-2:16.0.0-8516.gaf9dac1f.el8.noarch 2020-12-22T11:31:55.448 INFO:teuthology.orchestra.run.smithi058.stdout: python3-apipkg-1.5-6.el8.noarch 2020-12-22T11:31:55.448 INFO:teuthology.orchestra.run.smithi058.stdout: python3-babel-2.5.1-5.el8.noarch 2020-12-22T11:31:55.448 INFO:teuthology.orchestra.run.smithi058.stdout: python3-execnet-1.7.1-1.el8.noarch 2020-12-22T11:31:55.448 INFO:teuthology.orchestra.run.smithi058.stdout: python3-jinja2-2.10.1-2.el8_0.noarch 2020-12-22T11:31:55.449 INFO:teuthology.orchestra.run.smithi058.stdout: python3-remoto-1.1.4-4.el8.noarch 2020-12-22T11:31:55.449 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:55.450 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:55.515 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install ceph-fuse 2020-12-22T11:31:55.690 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 3/3 2020-12-22T11:31:55.690 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:55.691 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:55.691 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 fuse-2.9.7-12.el8.x86_64 2020-12-22T11:31:55.691 INFO:teuthology.orchestra.run.smithi039.stdout: fuse-common-3.2.1-12.el8.x86_64 2020-12-22T11:31:55.691 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:55.691 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:55.755 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:47 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:55.858 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install librados-devel 2020-12-22T11:31:55.998 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:47 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:56.089 INFO:teuthology.orchestra.run.smithi105.stdout:Package librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:56.203 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:56.204 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2020-12-22T11:31:56.204 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:56.264 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-rados 2020-12-22T11:31:56.349 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:48 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:56.461 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:56.462 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:56.462 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repository Size 2020-12-22T11:31:56.462 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:56.463 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:31:56.463 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-fuse x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 624 k 2020-12-22T11:31:56.464 INFO:teuthology.orchestra.run.smithi058.stdout:Installing dependencies: 2020-12-22T11:31:56.464 INFO:teuthology.orchestra.run.smithi058.stdout: fuse x86_64 2.9.7-12.el8 CentOS-Base 82 k 2020-12-22T11:31:56.464 INFO:teuthology.orchestra.run.smithi058.stdout: fuse-common x86_64 3.2.1-12.el8 CentOS-Base 21 k 2020-12-22T11:31:56.465 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:56.465 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:31:56.465 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:56.466 INFO:teuthology.orchestra.run.smithi058.stdout:Install 3 Packages 2020-12-22T11:31:56.466 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:56.467 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 727 k 2020-12-22T11:31:56.468 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 1.9 M 2020-12-22T11:31:56.468 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:31:56.495 INFO:teuthology.orchestra.run.smithi058.stdout:(1/3): fuse-2.9.7-12.el8.x86_64.rpm 2.6 MB/s | 82 kB 00:00 2020-12-22T11:31:56.500 INFO:teuthology.orchestra.run.smithi058.stdout:(2/3): fuse-common-3.2.1-12.el8.x86_64.rpm 582 kB/s | 21 kB 00:00 2020-12-22T11:31:56.717 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:48 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:56.832 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:56.833 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:56.833 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repo Size 2020-12-22T11:31:56.833 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:56.833 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:31:56.833 INFO:teuthology.orchestra.run.smithi039.stdout: librados-devel x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 131 k 2020-12-22T11:31:56.834 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:56.834 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:31:56.834 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:31:56.834 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2020-12-22T11:31:56.835 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:56.835 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 131 k 2020-12-22T11:31:56.835 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 431 k 2020-12-22T11:31:56.836 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:31:57.055 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:57.128 INFO:teuthology.orchestra.run.smithi039.stdout:librados-devel-16.0.0-8516.gaf9dac1f.el8.x86_64 444 kB/s | 131 kB 00:00 2020-12-22T11:31:57.129 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:57.129 INFO:teuthology.orchestra.run.smithi039.stdout:Total 442 kB/s | 131 kB 00:00 2020-12-22T11:31:57.130 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:31:57.137 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:31:57.138 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:31:57.165 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:57.166 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2020-12-22T11:31:57.167 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:57.167 INFO:teuthology.orchestra.run.smithi058.stdout:(3/3): ceph-fuse-16.0.0-8516.gaf9dac1f.el8.x86_ 886 kB/s | 624 kB 00:00 2020-12-22T11:31:57.170 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:31:57.170 INFO:teuthology.orchestra.run.smithi058.stdout:Total 1.0 MB/s | 727 kB 00:00 2020-12-22T11:31:57.172 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:31:57.191 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:31:57.194 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:31:57.198 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:31:57.198 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:31:57.219 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-rgw 2020-12-22T11:31:57.280 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:31:57.282 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:31:57.305 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:31:57.497 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:31:57.497 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : fuse-common-3.2.1-12.el8.x86_64 1/3 2020-12-22T11:31:57.497 INFO:teuthology.orchestra.run.smithi058.stdout:warning: /etc/fuse.conf created as /etc/fuse.conf.rpmnew 2020-12-22T11:31:57.498 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:57.506 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:31:57.672 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:49 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:57.746 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:31:57.904 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : fuse-2.9.7-12.el8.x86_64 2/3 2020-12-22T11:31:58.005 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:58.011 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:31:58.011 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:58.011 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:31:58.011 INFO:teuthology.orchestra.run.smithi039.stdout: librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:31:58.012 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:31:58.012 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:58.100 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/3 2020-12-22T11:31:58.117 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:58.118 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2020-12-22T11:31:58.118 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:58.165 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install libcephfs2 2020-12-22T11:31:58.177 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-cephfs 2020-12-22T11:31:58.441 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 3/3 2020-12-22T11:31:58.441 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/3 2020-12-22T11:31:58.441 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : fuse-2.9.7-12.el8.x86_64 2/3 2020-12-22T11:31:58.629 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:50 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:58.655 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:50 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:58.781 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : fuse-common-3.2.1-12.el8.x86_64 3/3 2020-12-22T11:31:58.781 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:58.782 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:31:58.782 INFO:teuthology.orchestra.run.smithi058.stdout: ceph-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 fuse-2.9.7-12.el8.x86_64 2020-12-22T11:31:58.782 INFO:teuthology.orchestra.run.smithi058.stdout: fuse-common-3.2.1-12.el8.x86_64 2020-12-22T11:31:58.782 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:58.782 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:31:58.955 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:59.008 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install librados-devel 2020-12-22T11:31:59.010 INFO:teuthology.orchestra.run.smithi039.stdout:Package libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:59.068 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:31:59.069 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2020-12-22T11:31:59.069 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:31:59.125 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:31:59.127 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-rbd 2020-12-22T11:31:59.128 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2020-12-22T11:31:59.128 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:31:59.185 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install libcephfs-devel 2020-12-22T11:31:59.496 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:51 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:59.581 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:51 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:59.665 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:51 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:31:59.905 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:31:59.989 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:31:59.990 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:59.990 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repo Size 2020-12-22T11:31:59.990 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:59.991 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:31:59.991 INFO:teuthology.orchestra.run.smithi058.stdout: librados-devel x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 131 k 2020-12-22T11:31:59.991 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:59.991 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:31:59.991 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:31:59.992 INFO:teuthology.orchestra.run.smithi058.stdout:Install 1 Package 2020-12-22T11:31:59.992 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:31:59.992 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 131 k 2020-12-22T11:31:59.992 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 431 k 2020-12-22T11:31:59.993 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:32:00.016 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:32:00.017 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2020-12-22T11:32:00.017 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:32:00.128 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:00.129 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:00.129 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repo Size 2020-12-22T11:32:00.129 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:00.130 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:32:00.130 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs-devel x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 24 k 2020-12-22T11:32:00.130 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:00.130 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:32:00.130 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:00.131 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2020-12-22T11:32:00.131 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:00.132 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 24 k 2020-12-22T11:32:00.132 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 87 k 2020-12-22T11:32:00.132 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:32:00.148 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install rbd-fuse 2020-12-22T11:32:00.228 INFO:teuthology.orchestra.run.smithi058.stdout:librados-devel-16.0.0-8516.gaf9dac1f.el8.x86_64 553 kB/s | 131 kB 00:00 2020-12-22T11:32:00.228 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:00.229 INFO:teuthology.orchestra.run.smithi058.stdout:Total 549 kB/s | 131 kB 00:00 2020-12-22T11:32:00.229 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:32:00.237 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:32:00.237 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:32:00.273 INFO:teuthology.orchestra.run.smithi039.stdout:libcephfs-devel-16.0.0-8516.gaf9dac1f.el8.x86_6 165 kB/s | 24 kB 00:00 2020-12-22T11:32:00.274 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:00.274 INFO:teuthology.orchestra.run.smithi039.stdout:Total 164 kB/s | 24 kB 00:00 2020-12-22T11:32:00.274 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:32:00.279 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:32:00.279 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:32:00.282 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:32:00.284 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:32:00.292 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:32:00.294 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:32:00.361 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:32:00.414 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:32:00.514 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:00.607 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:00.608 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:52 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:00.740 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:00.848 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:00.994 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:00.994 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:00.994 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:32:00.999 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:00.999 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:01.000 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:01.057 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install librados2 2020-12-22T11:32:01.143 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:01.145 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:01.145 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:32:01.145 INFO:teuthology.orchestra.run.smithi058.stdout: librados-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:01.146 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:01.146 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:01.148 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:32:01.149 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:32:01.149 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2020-12-22T11:32:01.150 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:32:01.150 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:32:01.150 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-fuse x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 88 k 2020-12-22T11:32:01.150 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:01.151 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:32:01.151 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:32:01.151 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2020-12-22T11:32:01.151 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:01.151 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 88 k 2020-12-22T11:32:01.152 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 236 k 2020-12-22T11:32:01.152 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:32:01.335 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install libcephfs2 2020-12-22T11:32:01.346 INFO:teuthology.orchestra.run.smithi105.stdout:rbd-fuse-16.0.0-8516.gaf9dac1f.el8.x86_64.rpm 448 kB/s | 88 kB 00:00 2020-12-22T11:32:01.347 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:01.347 INFO:teuthology.orchestra.run.smithi105.stdout:Total 445 kB/s | 88 kB 00:00 2020-12-22T11:32:01.348 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:32:01.359 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:32:01.359 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:32:01.408 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:32:01.410 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:32:01.513 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:32:01.541 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:53 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:01.742 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:01.824 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:53 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:Package librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:01.952 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:02.005 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:02.006 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2020-12-22T11:32:02.006 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:02.062 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install librbd1 2020-12-22T11:32:02.163 INFO:teuthology.orchestra.run.smithi058.stdout:Package libcephfs2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:02.215 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:02.215 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:02.215 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:32:02.215 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:02.216 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:02.216 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:32:02.279 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:02.280 INFO:teuthology.orchestra.run.smithi058.stdout:Nothing to do. 2020-12-22T11:32:02.280 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:02.345 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install rbd-mirror 2020-12-22T11:32:02.347 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install libcephfs-devel 2020-12-22T11:32:02.548 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:54 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:02.807 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:54 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:02.832 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:54 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:02.884 INFO:teuthology.orchestra.run.smithi039.stdout:Package librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:02.999 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:03.000 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2020-12-22T11:32:03.000 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:03.051 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install python3-rados 2020-12-22T11:32:03.282 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:32:03.283 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:32:03.283 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2020-12-22T11:32:03.284 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:32:03.284 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:32:03.284 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-mirror x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 3.5 M 2020-12-22T11:32:03.284 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:03.285 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:32:03.285 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:32:03.285 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2020-12-22T11:32:03.285 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:03.285 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 3.5 M 2020-12-22T11:32:03.286 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 14 M 2020-12-22T11:32:03.286 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:32:03.310 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:03.311 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:03.311 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repo Size 2020-12-22T11:32:03.311 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:03.311 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:32:03.311 INFO:teuthology.orchestra.run.smithi058.stdout: libcephfs-devel x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 24 k 2020-12-22T11:32:03.312 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:03.312 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:32:03.312 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:03.312 INFO:teuthology.orchestra.run.smithi058.stdout:Install 1 Package 2020-12-22T11:32:03.312 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:03.313 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 24 k 2020-12-22T11:32:03.313 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 87 k 2020-12-22T11:32:03.313 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:32:03.529 INFO:teuthology.orchestra.run.smithi058.stdout:libcephfs-devel-16.0.0-8516.gaf9dac1f.el8.x86_6 109 kB/s | 24 kB 00:00 2020-12-22T11:32:03.530 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:03.530 INFO:teuthology.orchestra.run.smithi058.stdout:Total 108 kB/s | 24 kB 00:00 2020-12-22T11:32:03.530 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:32:03.535 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:32:03.535 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:32:03.537 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:55 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:03.538 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:32:03.540 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:32:03.620 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:32:03.802 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:03.867 INFO:teuthology.orchestra.run.smithi039.stdout:Package python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:03.983 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:03.984 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2020-12-22T11:32:03.985 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:04.042 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:04.062 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install python3-rgw 2020-12-22T11:32:04.286 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:04.287 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:04.287 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:32:04.287 INFO:teuthology.orchestra.run.smithi058.stdout: libcephfs-devel-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:04.287 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:04.288 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:04.366 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install librados2 2020-12-22T11:32:04.547 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:56 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:04.739 INFO:teuthology.orchestra.run.smithi105.stdout:rbd-mirror-16.0.0-8516.gaf9dac1f.el8.x86_64.rpm 2.4 MB/s | 3.5 MB 00:01 2020-12-22T11:32:04.740 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:04.740 INFO:teuthology.orchestra.run.smithi105.stdout:Total 2.4 MB/s | 3.5 MB 00:01 2020-12-22T11:32:04.741 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:32:04.755 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:32:04.755 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:32:04.819 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:32:04.821 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:32:04.852 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:56 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:04.917 INFO:teuthology.orchestra.run.smithi039.stdout:Package python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:05.038 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:05.039 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2020-12-22T11:32:05.040 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:05.094 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install python3-cephfs 2020-12-22T11:32:05.195 INFO:teuthology.orchestra.run.smithi058.stdout:Package librados2-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:05.269 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:32:05.311 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:05.312 INFO:teuthology.orchestra.run.smithi058.stdout:Nothing to do. 2020-12-22T11:32:05.312 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:05.414 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install librbd1 2020-12-22T11:32:05.476 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:05.580 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:57 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:05.846 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:05.898 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:57 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:05.917 INFO:teuthology.orchestra.run.smithi039.stdout:Package python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:06.037 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:06.039 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2020-12-22T11:32:06.039 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:06.098 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:06.098 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:06.098 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:32:06.098 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:06.099 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:06.099 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:32:06.119 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install python3-rbd 2020-12-22T11:32:06.270 INFO:teuthology.orchestra.run.smithi058.stdout:Package librbd1-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:06.386 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:06.387 INFO:teuthology.orchestra.run.smithi058.stdout:Nothing to do. 2020-12-22T11:32:06.387 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:06.472 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install python3-rados 2020-12-22T11:32:06.606 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:58 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:06.957 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:01:58 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:07.253 INFO:teuthology.orchestra.run.smithi039.stdout:Package python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:07.275 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install rbd-nbd 2020-12-22T11:32:07.337 INFO:teuthology.orchestra.run.smithi058.stdout:Package python3-rados-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:07.372 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:07.373 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2020-12-22T11:32:07.373 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:07.454 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:07.455 INFO:teuthology.orchestra.run.smithi058.stdout:Nothing to do. 2020-12-22T11:32:07.455 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:07.530 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install python3-rgw 2020-12-22T11:32:07.744 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:59 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:07.756 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install rbd-fuse 2020-12-22T11:32:08.022 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:02:00 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:08.179 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2020-12-22T11:32:08.180 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:32:08.180 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2020-12-22T11:32:08.181 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:32:08.181 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2020-12-22T11:32:08.181 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-nbd x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 169 k 2020-12-22T11:32:08.181 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:08.181 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2020-12-22T11:32:08.182 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2020-12-22T11:32:08.182 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2020-12-22T11:32:08.182 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:08.182 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 169 k 2020-12-22T11:32:08.182 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 507 k 2020-12-22T11:32:08.183 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2020-12-22T11:32:08.250 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:02:00 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:08.351 INFO:teuthology.orchestra.run.smithi105.stdout:rbd-nbd-16.0.0-8516.gaf9dac1f.el8.x86_64.rpm 993 kB/s | 169 kB 00:00 2020-12-22T11:32:08.352 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:08.352 INFO:teuthology.orchestra.run.smithi105.stdout:Total 986 kB/s | 169 kB 00:00 2020-12-22T11:32:08.352 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2020-12-22T11:32:08.361 INFO:teuthology.orchestra.run.smithi058.stdout:Package python3-rgw-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:08.367 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2020-12-22T11:32:08.367 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2020-12-22T11:32:08.414 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2020-12-22T11:32:08.417 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2020-12-22T11:32:08.478 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:08.479 INFO:teuthology.orchestra.run.smithi058.stdout:Nothing to do. 2020-12-22T11:32:08.480 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:08.533 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2020-12-22T11:32:08.544 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install python3-cephfs 2020-12-22T11:32:08.723 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:08.724 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:08.724 INFO:teuthology.orchestra.run.smithi039.stdout: Package Architecture Version Repository Size 2020-12-22T11:32:08.725 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:08.725 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:32:08.726 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-fuse x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 88 k 2020-12-22T11:32:08.726 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:08.726 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:32:08.726 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:08.727 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2020-12-22T11:32:08.727 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:08.727 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 88 k 2020-12-22T11:32:08.727 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 236 k 2020-12-22T11:32:08.727 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:32:08.774 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:09.010 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:09.029 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:02:01 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:09.035 INFO:teuthology.orchestra.run.smithi039.stdout:rbd-fuse-16.0.0-8516.gaf9dac1f.el8.x86_64.rpm 283 kB/s | 88 kB 00:00 2020-12-22T11:32:09.035 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:09.036 INFO:teuthology.orchestra.run.smithi039.stdout:Total 282 kB/s | 88 kB 00:00 2020-12-22T11:32:09.036 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:32:09.049 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:32:09.049 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:32:09.102 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:32:09.105 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:32:09.219 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:32:09.280 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:09.280 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:09.280 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2020-12-22T11:32:09.280 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:09.281 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:09.281 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2020-12-22T11:32:09.378 INFO:teuthology.orchestra.run.smithi058.stdout:Package python3-cephfs-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:09.412 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:09.455 DEBUG:teuthology.parallel:result is None 2020-12-22T11:32:09.493 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:09.494 INFO:teuthology.orchestra.run.smithi058.stdout:Nothing to do. 2020-12-22T11:32:09.495 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:09.569 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install python3-rbd 2020-12-22T11:32:09.682 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:09.959 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:09.959 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:09.959 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:32:09.960 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:09.960 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:09.960 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:10.056 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:02:02 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:10.081 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install rbd-mirror 2020-12-22T11:32:10.568 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:02:02 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:10.882 INFO:teuthology.orchestra.run.smithi058.stdout:Package python3-rbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 is already installed. 2020-12-22T11:32:11.000 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:11.001 INFO:teuthology.orchestra.run.smithi058.stdout:Nothing to do. 2020-12-22T11:32:11.001 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:11.030 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:11.031 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:11.031 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repo Size 2020-12-22T11:32:11.031 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:11.031 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:32:11.032 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-mirror x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 3.5 M 2020-12-22T11:32:11.032 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:11.032 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:32:11.032 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:11.032 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2020-12-22T11:32:11.033 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:11.033 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 3.5 M 2020-12-22T11:32:11.033 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 14 M 2020-12-22T11:32:11.033 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:32:11.449 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install rbd-fuse 2020-12-22T11:32:11.942 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:02:03 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:12.316 INFO:teuthology.orchestra.run.smithi039.stdout:rbd-mirror-16.0.0-8516.gaf9dac1f.el8.x86_64.rpm 2.8 MB/s | 3.5 MB 00:01 2020-12-22T11:32:12.317 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:12.318 INFO:teuthology.orchestra.run.smithi039.stdout:Total 2.8 MB/s | 3.5 MB 00:01 2020-12-22T11:32:12.318 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:32:12.335 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:32:12.336 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:32:12.401 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:12.402 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:12.402 INFO:teuthology.orchestra.run.smithi058.stdout: Package Architecture Version Repository Size 2020-12-22T11:32:12.402 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:12.403 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:32:12.403 INFO:teuthology.orchestra.run.smithi058.stdout: rbd-fuse x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 88 k 2020-12-22T11:32:12.403 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:12.403 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:32:12.403 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:12.404 INFO:teuthology.orchestra.run.smithi058.stdout:Install 1 Package 2020-12-22T11:32:12.404 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:12.404 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 88 k 2020-12-22T11:32:12.404 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 236 k 2020-12-22T11:32:12.405 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:32:12.407 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:32:12.410 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:32:12.550 INFO:teuthology.orchestra.run.smithi058.stdout:rbd-fuse-16.0.0-8516.gaf9dac1f.el8.x86_64.rpm 595 kB/s | 88 kB 00:00 2020-12-22T11:32:12.551 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:12.551 INFO:teuthology.orchestra.run.smithi058.stdout:Total 590 kB/s | 88 kB 00:00 2020-12-22T11:32:12.552 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:32:12.565 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:32:12.565 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:32:12.618 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:32:12.620 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:32:12.757 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:32:12.882 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:32:12.972 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:13.055 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:13.193 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:13.449 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:13.460 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:13.460 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:13.460 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:32:13.461 INFO:teuthology.orchestra.run.smithi058.stdout: rbd-fuse-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:13.461 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:13.461 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:13.645 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install rbd-mirror 2020-12-22T11:32:14.171 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:14.172 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:14.172 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:32:14.172 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:14.172 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:14.173 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:14.185 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:02:06 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:14.658 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:14.659 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:14.659 INFO:teuthology.orchestra.run.smithi058.stdout: Package Arch Version Repo Size 2020-12-22T11:32:14.659 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:14.659 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:32:14.660 INFO:teuthology.orchestra.run.smithi058.stdout: rbd-mirror x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 3.5 M 2020-12-22T11:32:14.660 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:14.660 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:32:14.660 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:14.661 INFO:teuthology.orchestra.run.smithi058.stdout:Install 1 Package 2020-12-22T11:32:14.661 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:14.661 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 3.5 M 2020-12-22T11:32:14.662 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 14 M 2020-12-22T11:32:14.662 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:32:14.880 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install rbd-nbd 2020-12-22T11:32:14.993 INFO:teuthology.orchestra.run.smithi058.stdout:rbd-mirror-16.0.0-8516.gaf9dac1f.el8.x86_64.rpm 11 MB/s | 3.5 MB 00:00 2020-12-22T11:32:14.994 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:14.994 INFO:teuthology.orchestra.run.smithi058.stdout:Total 11 MB/s | 3.5 MB 00:00 2020-12-22T11:32:14.994 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:32:15.009 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:32:15.009 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:32:15.075 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:32:15.078 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:32:15.378 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:02:07 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:15.575 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:32:15.764 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:15.861 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2020-12-22T11:32:15.862 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:15.862 INFO:teuthology.orchestra.run.smithi039.stdout: Package Architecture Version Repository Size 2020-12-22T11:32:15.863 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:15.863 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2020-12-22T11:32:15.863 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-nbd x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 169 k 2020-12-22T11:32:15.863 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:15.864 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2020-12-22T11:32:15.864 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2020-12-22T11:32:15.864 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2020-12-22T11:32:15.864 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:15.865 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 169 k 2020-12-22T11:32:15.865 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 507 k 2020-12-22T11:32:15.865 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2020-12-22T11:32:16.033 INFO:teuthology.orchestra.run.smithi039.stdout:rbd-nbd-16.0.0-8516.gaf9dac1f.el8.x86_64.rpm 991 kB/s | 169 kB 00:00 2020-12-22T11:32:16.034 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:16.034 INFO:teuthology.orchestra.run.smithi039.stdout:Total 984 kB/s | 169 kB 00:00 2020-12-22T11:32:16.038 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2020-12-22T11:32:16.049 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2020-12-22T11:32:16.049 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2020-12-22T11:32:16.102 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2020-12-22T11:32:16.105 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2020-12-22T11:32:16.132 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:16.220 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2020-12-22T11:32:16.403 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:16.418 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:16.419 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:16.419 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:32:16.419 INFO:teuthology.orchestra.run.smithi058.stdout: rbd-mirror-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:16.419 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:16.420 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:16.607 DEBUG:teuthology.orchestra.run.smithi058:> sudo yum -y install rbd-nbd 2020-12-22T11:32:16.645 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:16.966 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:16.966 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:16.967 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2020-12-22T11:32:16.967 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:16.967 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:16.967 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2020-12-22T11:32:17.100 INFO:teuthology.orchestra.run.smithi058.stdout:Last metadata expiration check: 0:02:09 ago on Tue 22 Dec 2020 11:30:08 AM UTC. 2020-12-22T11:32:17.151 DEBUG:teuthology.parallel:result is None 2020-12-22T11:32:17.619 INFO:teuthology.orchestra.run.smithi058.stdout:Dependencies resolved. 2020-12-22T11:32:17.620 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:17.620 INFO:teuthology.orchestra.run.smithi058.stdout: Package Architecture Version Repository Size 2020-12-22T11:32:17.620 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:17.621 INFO:teuthology.orchestra.run.smithi058.stdout:Installing: 2020-12-22T11:32:17.621 INFO:teuthology.orchestra.run.smithi058.stdout: rbd-nbd x86_64 2:16.0.0-8516.gaf9dac1f.el8 ceph 169 k 2020-12-22T11:32:17.621 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:17.621 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction Summary 2020-12-22T11:32:17.622 INFO:teuthology.orchestra.run.smithi058.stdout:================================================================================ 2020-12-22T11:32:17.622 INFO:teuthology.orchestra.run.smithi058.stdout:Install 1 Package 2020-12-22T11:32:17.622 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:17.622 INFO:teuthology.orchestra.run.smithi058.stdout:Total download size: 169 k 2020-12-22T11:32:17.623 INFO:teuthology.orchestra.run.smithi058.stdout:Installed size: 507 k 2020-12-22T11:32:17.623 INFO:teuthology.orchestra.run.smithi058.stdout:Downloading Packages: 2020-12-22T11:32:17.792 INFO:teuthology.orchestra.run.smithi058.stdout:rbd-nbd-16.0.0-8516.gaf9dac1f.el8.x86_64.rpm 988 kB/s | 169 kB 00:00 2020-12-22T11:32:17.792 INFO:teuthology.orchestra.run.smithi058.stdout:-------------------------------------------------------------------------------- 2020-12-22T11:32:17.793 INFO:teuthology.orchestra.run.smithi058.stdout:Total 980 kB/s | 169 kB 00:00 2020-12-22T11:32:17.793 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction check 2020-12-22T11:32:17.808 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction check succeeded. 2020-12-22T11:32:17.808 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction test 2020-12-22T11:32:17.861 INFO:teuthology.orchestra.run.smithi058.stdout:Transaction test succeeded. 2020-12-22T11:32:17.864 INFO:teuthology.orchestra.run.smithi058.stdout:Running transaction 2020-12-22T11:32:17.986 INFO:teuthology.orchestra.run.smithi058.stdout: Preparing : 1/1 2020-12-22T11:32:18.179 INFO:teuthology.orchestra.run.smithi058.stdout: Installing : rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:18.457 INFO:teuthology.orchestra.run.smithi058.stdout: Running scriptlet: rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:18.792 INFO:teuthology.orchestra.run.smithi058.stdout: Verifying : rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 1/1 2020-12-22T11:32:18.793 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:18.793 INFO:teuthology.orchestra.run.smithi058.stdout:Installed: 2020-12-22T11:32:18.793 INFO:teuthology.orchestra.run.smithi058.stdout: rbd-nbd-2:16.0.0-8516.gaf9dac1f.el8.x86_64 2020-12-22T11:32:18.794 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:18.794 INFO:teuthology.orchestra.run.smithi058.stdout:Complete! 2020-12-22T11:32:18.987 DEBUG:teuthology.parallel:result is None 2020-12-22T11:32:18.987 DEBUG:teuthology.orchestra.run.smithi105:> sudo lsb_release -is 2020-12-22T11:32:19.028 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS 2020-12-22T11:32:19.029 DEBUG:teuthology.misc:System to be installed: CentOS 2020-12-22T11:32:19.030 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=af9dac1ff568f0ba2132416c425a35d7a342ee96 2020-12-22T11:32:19.200 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2020-12-22T11:32:19.222 INFO:teuthology.orchestra.run.smithi105.stdout:16.0.0-8516.gaf9dac1f.el8 2020-12-22T11:32:19.222 INFO:teuthology.packaging:The installed version of ceph is 16.0.0-8516.gaf9dac1f.el8 2020-12-22T11:32:19.223 INFO:teuthology.task.install:The correct ceph version 16.0.0-8516.gaf9dac1f is installed. 2020-12-22T11:32:19.223 DEBUG:teuthology.orchestra.run.smithi039:> sudo lsb_release -is 2020-12-22T11:32:19.266 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS 2020-12-22T11:32:19.268 DEBUG:teuthology.misc:System to be installed: CentOS 2020-12-22T11:32:19.269 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=af9dac1ff568f0ba2132416c425a35d7a342ee96 2020-12-22T11:32:19.434 DEBUG:teuthology.orchestra.run.smithi039:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2020-12-22T11:32:19.458 INFO:teuthology.orchestra.run.smithi039.stdout:16.0.0-8516.gaf9dac1f.el8 2020-12-22T11:32:19.458 INFO:teuthology.packaging:The installed version of ceph is 16.0.0-8516.gaf9dac1f.el8 2020-12-22T11:32:19.458 INFO:teuthology.task.install:The correct ceph version 16.0.0-8516.gaf9dac1f is installed. 2020-12-22T11:32:19.459 DEBUG:teuthology.orchestra.run.smithi058:> sudo lsb_release -is 2020-12-22T11:32:19.501 INFO:teuthology.orchestra.run.smithi058.stdout:CentOS 2020-12-22T11:32:19.502 DEBUG:teuthology.misc:System to be installed: CentOS 2020-12-22T11:32:19.503 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=af9dac1ff568f0ba2132416c425a35d7a342ee96 2020-12-22T11:32:19.667 DEBUG:teuthology.orchestra.run.smithi058:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2020-12-22T11:32:19.691 INFO:teuthology.orchestra.run.smithi058.stdout:16.0.0-8516.gaf9dac1f.el8 2020-12-22T11:32:19.691 INFO:teuthology.packaging:The installed version of ceph is 16.0.0-8516.gaf9dac1f.el8 2020-12-22T11:32:19.692 INFO:teuthology.task.install:The correct ceph version 16.0.0-8516.gaf9dac1f is installed. 2020-12-22T11:32:19.692 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2020-12-22T11:32:19.692 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:19.693 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2020-12-22T11:32:19.722 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:19.722 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2020-12-22T11:32:19.752 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:32:19.752 DEBUG:teuthology.orchestra.run.smithi058:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2020-12-22T11:32:19.783 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2020-12-22T11:32:19.783 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:19.784 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/usr/bin/daemon-helper 2020-12-22T11:32:19.813 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod a=rx -- /usr/bin/daemon-helper 2020-12-22T11:32:19.880 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:19.880 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/usr/bin/daemon-helper 2020-12-22T11:32:19.911 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod a=rx -- /usr/bin/daemon-helper 2020-12-22T11:32:19.979 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:32:19.980 DEBUG:teuthology.orchestra.run.smithi058:> sudo dd of=/usr/bin/daemon-helper 2020-12-22T11:32:20.010 DEBUG:teuthology.orchestra.run.smithi058:> sudo chmod a=rx -- /usr/bin/daemon-helper 2020-12-22T11:32:20.079 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2020-12-22T11:32:20.080 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:20.080 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/usr/bin/adjust-ulimits 2020-12-22T11:32:20.110 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2020-12-22T11:32:20.177 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:20.177 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/usr/bin/adjust-ulimits 2020-12-22T11:32:20.208 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2020-12-22T11:32:20.277 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:32:20.277 DEBUG:teuthology.orchestra.run.smithi058:> sudo dd of=/usr/bin/adjust-ulimits 2020-12-22T11:32:20.308 DEBUG:teuthology.orchestra.run.smithi058:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2020-12-22T11:32:20.379 INFO:teuthology.run_tasks:Running task ceph... 2020-12-22T11:32:20.437 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2020-12-22T11:32:20.438 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 777 /var/log/ceph 2020-12-22T11:32:20.441 DEBUG:teuthology.orchestra.run.smithi058:> sudo chmod 777 /var/log/ceph 2020-12-22T11:32:20.444 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /var/log/ceph 2020-12-22T11:32:20.472 INFO:tasks.ceph:Disabling ceph logrotate... 2020-12-22T11:32:20.473 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /etc/logrotate.d/ceph 2020-12-22T11:32:20.511 DEBUG:teuthology.orchestra.run.smithi058:> sudo rm -f -- /etc/logrotate.d/ceph 2020-12-22T11:32:20.514 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/logrotate.d/ceph 2020-12-22T11:32:20.540 INFO:tasks.ceph:Creating extra log directories... 2020-12-22T11:32:20.541 DEBUG:teuthology.orchestra.run.smithi039:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2020-12-22T11:32:20.580 DEBUG:teuthology.orchestra.run.smithi058:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2020-12-22T11:32:20.584 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2020-12-22T11:32:20.651 INFO:tasks.ceph:Creating ceph cluster ceph... 2020-12-22T11:32:20.651 INFO:tasks.ceph:config {'conf': {'client': {'rbd default data pool': 'datapool'}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': 20, 'debug bluestore': 20, 'debug filestore': 20, 'debug journal': 20, 'debug ms': 20, 'debug osd': 25, 'debug rocksdb': 10, 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd memory target': 1610612736, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}}, 'fs': 'xfs', 'mkfs_options': None, 'mount_options': None, 'skip_mgr_daemons': False, 'log_ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'cpu_profile': set(), 'cluster': 'ceph', 'mon_bind_msgr2': True, 'mon_bind_addrvec': True} 2020-12-22T11:32:20.652 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi/5728664', 'branch': 'master', 'description': 'rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-low-osd-mem-target 4-supported-random-distro$/{centos_8} 5-pool/ec-data-pool 6-prepare/raw-file 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute 9-cleanup/cleanup}', 'email': 'ceph-qa@ceph.io', 'exclude_arch': 'armv7l', 'first_in_suite': False, 'io_workload': {'sequential': [{'qemu': {'client.0': {'clone': True, 'disks': [{'action': 'none', 'image_name': 'client.0.0'}, {'action': 'none', 'image_name': 'client.0.1'}, {'action': 'none', 'image_name': 'client.0.2'}], 'test': 'qa/run_xfstests_qemu.sh', 'type': 'block'}}}]}, 'job_id': '5728664', 'kernel': {'kdb': True, 'sha1': 'distro'}, 'last_in_suite': False, 'machine_type': 'smithi', 'migrate_workload': {'sequential': [{'exec': {'client.0': ['sleep 60', 'rbd migration execute client.0.0', 'sleep 60', 'rbd migration commit client.0.0', 'sleep 60', 'rbd migration execute client.0.1']}}]}, 'name': 'teuthology-2020-12-22_02:01:03-rbd-master-distro-basic-smithi', 'nuke-on-error': True, 'openstack': [{'volumes': {'count': 4, 'size': 10}}, {'machine': {'cpus': 1, 'disk': 40, 'ram': 30000}, 'volumes': {'count': 4, 'size': 30}}], 'os_type': 'centos', 'os_version': '8.2', 'overrides': {'admin_socket': {'branch': 'master'}, 'ceph': {'conf': {'client': {'rbd default data pool': 'datapool'}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': 20, 'debug bluestore': 20, 'debug filestore': 20, 'debug journal': 20, 'debug ms': 20, 'debug osd': 25, 'debug rocksdb': 10, 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd memory target': 1610612736, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}}, 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {'osd default pool size': 2}}}, 'install': {'ceph': {'sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96'}}, 'selinux': {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'master', 'sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96'}}, 'owner': 'scheduled_teuthology@teuthology', 'priority': 80, 'repo': 'git://git.ceph.com/ceph.git', 'roles': [['mon.a', 'mon.c', 'mgr.x', 'osd.0', 'osd.1', 'osd.2', 'osd.3'], ['mon.b', 'mgr.y', 'osd.4', 'osd.5', 'osd.6', 'osd.7'], ['client.0']], 'sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96', 'sleep_before_teardown': 0, 'suite': 'rbd', 'suite_branch': 'master', 'suite_path': '/home/teuthworker/src/git.ceph.com_ceph_master/qa', 'suite_relpath': 'qa', 'suite_repo': 'git://git.ceph.com/ceph.git', 'suite_sha1': 'af9dac1ff568f0ba2132416c425a35d7a342ee96', 'tasks': [{'internal.check_packages': None}, {'internal.buildpackages_prep': None}, {'internal.lock_machines': (3, 'smithi')}, {'internal.save_config': None}, {'internal.check_lock': None}, {'internal.add_remotes': None}, {'console_log': None}, {'internal.connect': None}, {'internal.push_inventory': None}, {'internal.serialize_remote_roles': None}, {'internal.check_conflict': None}, {'internal.check_ceph_data': None}, {'internal.vm_setup': None}, {'kernel': {'kdb': True, 'sha1': 'distro'}}, {'internal.base': None}, {'internal.archive_upload': None}, {'internal.archive': None}, {'internal.coredump': None}, {'internal.sudo': None}, {'internal.syslog': None}, {'internal.timer': None}, {'pcp': None}, {'selinux': None}, {'ansible.cephlab': None}, {'clock': None}, {'install': None}, {'ceph': None}, {'exec': {'client.0': ['sudo ceph osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph osd pool set datapool allow_ec_overwrites true', 'rbd pool init datapool']}}, {'exec': {'client.0': ['mkdir /home/ubuntu/cephtest/migration', 'wget -nv -O /home/ubuntu/cephtest/migration/base.client.0.qcow2 http://download.ceph.com/qa/ubuntu-12.04.qcow2', 'qemu-img convert -f qcow2 -O raw /home/ubuntu/cephtest/migration/base.client.0.qcow2 /home/ubuntu/cephtest/migration/base.client.0.raw', 'dd if=/dev/zero of=/home/ubuntu/cephtest/migration/empty.raw count=1 bs=1G', 'echo \'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/base.client.0.raw"}}\' | rbd migration prepare --import-only --source-spec-path - client.0.0', 'rbd migration prepare --import-only --source-spec \'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}\' client.0.1', 'rbd migration prepare --import-only --source-spec \'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}\' client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}, {'exec': {'client.0': ['rm -rf /home/ubuntu/cephtest/migration']}}], 'teuthology_branch': 'master', 'timestamp': '2020-12-22_02:01:03', 'tube': 'smithi', 'user': 'teuthology', 'verbose': True, 'worker_log': '/home/teuthworker/archive/worker_logs/worker.smithi.4375', 'targets': {'smithi105.front.sepia.ceph.com': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIDmmIRgjrzQaeqo/ZbeFBGlWvqZTezTf+7/2gt7EWhvatNQVPiDhaYmLrfnPnpkQGacJL5dmTwJkDF4rtEAgk38wC08uD+Z6VdHjIklTxmZm5UHVR/YKFJU7XOcfFM0woEoviKGcbbRfaY/UZDYb8O93OMVSCCBwPMYNJYMvgeGJtyXdQAmLuMA1ZVtZYbxHkbcx0L8xMGTc99/b2bNEZiw/8UqrJuca4ByIQdxLX4X4vAIMgcN9G2uUOSXJI+fcjgUx5Sx2I6sI52xnzdQmCjC48b3PuYceuvDlAMR21NMC1cr6psL+lNwrs1q+9+t17+7J044ZnPNcJScN14yRaSTCTES02MK5IVeLqyeAIFxINVrScVjedpLZRfOmZxLLEi0j7nED2cyMBLGnKoBM5ytY+VhukYlHwgtzT15X7sIEIql/ffj6wtWeFhC89F1pnyBNeEgRBOTEVAgQ+sH4OpVmktjWlTRZm2jJSJi4Ej0YErcszK2NRj2DIJLpnO0c=', 'smithi039.front.sepia.ceph.com': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClJD1eOwDHb9gYPc7Zsg2qY7UhtaAV5kWP2jWewwk6YxqDPexj6e0h1hW95gs/bhzdRT7zIFeUrq8RiptKcZMaHCuygsryhPRnkD8boz+2OjvDHOz+s6bTsMg07vvTJ95RpyXpqvsKn5NwxhTrw1mr6xLIder7Dw8VnFoVzYbRpMgaif1X5FaLO+CnOFlon0i0OEOYIEIWG9SujdwHxdaQM0PQ6JrnxmHY7N2Rxfj2lASqXCNSYA4zvzq4kk90Nttr+Tm36c2YYKrwjgyuUqIMaPPsvM64CmfRSXIWo8DRyK5Z0n0gntlHlbDeMunzJ6AuppnwUPzMiBkXE8pjUt4B4Ibrryh7o92ZWZ2Acxk99ZERKT5buTVJsBooCoYvgz9Zpoe/E/CCoD7NseK1fXFiFYwjWvT0h3uZ1JHwsDBqmZQZbdvmnkZ0G3IE605QLChT+kMOyG6pIVAEAOrdNJyyxpacgo6zhXACor1BKPIBxbrzXOWx99zEup4Fij2ZiE8=', 'smithi058.front.sepia.ceph.com': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE0T2p1qw77tLlqSwwGe/kfC8IvYX90dn0ztP4jeTfxgbicDMr2pm1rcFT+JvkSoL1aQY2i2BYWSWjAE4HSBirX6IeU2FyrneGsaHj3LmGYsMiHwI7Ub4l8NBYoOCDDT7aKc0cB+rNUWcohV4XKX4feGSxgHIRVFxqzsGvsNLchDakMu0EtJpBSZb4dBZFa9ZnNpJFNyzf5f/ecMe372UotuCe0WthkbRKJSccwE9gPDJeFW+W6wufblH2k2d2LKUmBG9mPVEHnI7eruHNHSX/eUvOJQJgFtElN/siT3NRNrIlWL14xkiypYsS+XNNtHEc8Lo3knk6slssSMwoyKNd5dWdOsW/d7I9/xHPyyVyC8tsn1jpvYEycfR3Tg0WYSkQ5PV2lQVSqsHy/OG4TDRmMyp7lewgtSDoIpNfjw/e0d0zlms1h2Y1h4VF57RMnswNMJfn564mTEz2FTIPFa/hxM1wqjyeg9Egj+Cce5Fh+UuQK+YwupTWyhISYs4BPX8='}} 2020-12-22T11:32:20.653 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2020-12-22T11:32:20.655 DEBUG:teuthology.orchestra.run.smithi058:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2020-12-22T11:32:20.658 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2020-12-22T11:32:20.673 DEBUG:teuthology.orchestra.run.smithi039:> sudo install -d -m0777 -- /var/run/ceph 2020-12-22T11:32:20.711 DEBUG:teuthology.orchestra.run.smithi058:> sudo install -d -m0777 -- /var/run/ceph 2020-12-22T11:32:20.714 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m0777 -- /var/run/ceph 2020-12-22T11:32:20.740 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:20.741 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2020-12-22T11:32:20.796 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2020-12-22T11:32:20.796 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 && sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_1 2020-12-22T11:32:20.850 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2020-12-22T11:32:20.851 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-12-22T11:32:20.851 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 114748 Links: 1 2020-12-22T11:32:20.851 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-12-22T11:32:20.851 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2020-12-22T11:32:20.852 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2020-12-22 11:32:05.647437739 +0000 2020-12-22T11:32:20.852 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2020-12-22 11:29:28.497396023 +0000 2020-12-22T11:32:20.852 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2020-12-22 11:29:28.497396023 +0000 2020-12-22T11:32:20.852 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2020-12-22T11:32:20.861 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2020-12-22T11:32:20.861 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2020-12-22T11:32:20.862 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000240619 s, 2.1 MB/s 2020-12-22T11:32:20.864 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 && sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_2 2020-12-22T11:32:20.919 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2020-12-22T11:32:20.920 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-12-22T11:32:20.920 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 113020 Links: 1 2020-12-22T11:32:20.920 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-12-22T11:32:20.920 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2020-12-22T11:32:20.921 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2020-12-22 11:32:05.647437739 +0000 2020-12-22T11:32:20.921 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2020-12-22 11:29:28.829389655 +0000 2020-12-22T11:32:20.921 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2020-12-22 11:29:28.829389655 +0000 2020-12-22T11:32:20.921 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2020-12-22T11:32:20.930 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2020-12-22T11:32:20.930 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2020-12-22T11:32:20.931 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000212726 s, 2.4 MB/s 2020-12-22T11:32:20.932 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 && sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_3 2020-12-22T11:32:20.987 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2020-12-22T11:32:20.987 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-12-22T11:32:20.987 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 113828 Links: 1 2020-12-22T11:32:20.987 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-12-22T11:32:20.988 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2020-12-22T11:32:20.988 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2020-12-22 11:32:05.648437719 +0000 2020-12-22T11:32:20.988 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2020-12-22 11:29:29.153383440 +0000 2020-12-22T11:32:20.988 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2020-12-22 11:29:29.153383440 +0000 2020-12-22T11:32:20.988 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2020-12-22T11:32:20.997 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2020-12-22T11:32:20.997 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2020-12-22T11:32:20.998 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000305644 s, 1.7 MB/s 2020-12-22T11:32:21.000 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 && sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_4 2020-12-22T11:32:21.054 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2020-12-22T11:32:21.055 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-12-22T11:32:21.055 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 112450 Links: 1 2020-12-22T11:32:21.055 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-12-22T11:32:21.055 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2020-12-22T11:32:21.056 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2020-12-22 11:32:05.648437719 +0000 2020-12-22T11:32:21.056 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2020-12-22 11:29:29.479377188 +0000 2020-12-22T11:32:21.056 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2020-12-22 11:29:29.479377188 +0000 2020-12-22T11:32:21.056 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2020-12-22T11:32:21.064 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2020-12-22T11:32:21.065 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2020-12-22T11:32:21.065 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000182436 s, 2.8 MB/s 2020-12-22T11:32:21.067 INFO:tasks.ceph:osd dev map: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:21.067 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:21.068 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/scratch_devs of=/dev/stdout 2020-12-22T11:32:21.086 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2020-12-22T11:32:21.087 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_1 && sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_1 2020-12-22T11:32:21.143 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2020-12-22T11:32:21.144 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-12-22T11:32:21.144 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 6h/6d Inode: 113764 Links: 1 2020-12-22T11:32:21.144 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-12-22T11:32:21.145 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2020-12-22T11:32:21.145 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2020-12-22 11:32:13.247090819 +0000 2020-12-22T11:32:21.145 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2020-12-22 11:29:35.105877977 +0000 2020-12-22T11:32:21.145 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2020-12-22 11:29:35.105877977 +0000 2020-12-22T11:32:21.145 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2020-12-22T11:32:21.156 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2020-12-22T11:32:21.156 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2020-12-22T11:32:21.157 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000383426 s, 1.3 MB/s 2020-12-22T11:32:21.162 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_2 && sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_2 2020-12-22T11:32:21.219 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2020-12-22T11:32:21.219 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-12-22T11:32:21.219 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 6h/6d Inode: 106451 Links: 1 2020-12-22T11:32:21.220 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-12-22T11:32:21.220 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2020-12-22T11:32:21.220 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2020-12-22 11:32:13.247090819 +0000 2020-12-22T11:32:21.220 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2020-12-22 11:29:35.480870342 +0000 2020-12-22T11:32:21.220 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2020-12-22 11:29:35.480870342 +0000 2020-12-22T11:32:21.221 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2020-12-22T11:32:21.231 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2020-12-22T11:32:21.231 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2020-12-22T11:32:21.231 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000362166 s, 1.4 MB/s 2020-12-22T11:32:21.234 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_3 && sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_3 2020-12-22T11:32:21.290 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2020-12-22T11:32:21.291 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-12-22T11:32:21.291 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 6h/6d Inode: 116745 Links: 1 2020-12-22T11:32:21.291 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-12-22T11:32:21.291 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2020-12-22T11:32:21.292 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2020-12-22 11:32:13.247090819 +0000 2020-12-22T11:32:21.292 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2020-12-22 11:29:35.824863334 +0000 2020-12-22T11:32:21.292 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2020-12-22 11:29:35.824863334 +0000 2020-12-22T11:32:21.293 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2020-12-22T11:32:21.302 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2020-12-22T11:32:21.303 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2020-12-22T11:32:21.303 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000393513 s, 1.3 MB/s 2020-12-22T11:32:21.305 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_4 && sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_4 2020-12-22T11:32:21.361 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2020-12-22T11:32:21.361 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2020-12-22T11:32:21.362 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 6h/6d Inode: 112034 Links: 1 2020-12-22T11:32:21.362 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2020-12-22T11:32:21.362 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2020-12-22T11:32:21.363 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2020-12-22 11:32:13.247090819 +0000 2020-12-22T11:32:21.363 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2020-12-22 11:29:36.184856002 +0000 2020-12-22T11:32:21.363 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2020-12-22 11:29:36.184856002 +0000 2020-12-22T11:32:21.363 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2020-12-22T11:32:21.372 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2020-12-22T11:32:21.373 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2020-12-22T11:32:21.373 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000294158 s, 1.7 MB/s 2020-12-22T11:32:21.375 INFO:tasks.ceph:osd dev map: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:21.376 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi105.front.sepia.ceph.com'): {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'}, Remote(name='ubuntu@smithi039.front.sepia.ceph.com'): {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'}} 2020-12-22T11:32:21.376 INFO:tasks.ceph:Generating config... 2020-12-22T11:32:21.378 INFO:tasks.ceph:[client] rbd default data pool = datapool 2020-12-22T11:32:21.378 INFO:tasks.ceph:[mgr] debug mgr = 20 2020-12-22T11:32:21.378 INFO:tasks.ceph:[mgr] debug ms = 1 2020-12-22T11:32:21.378 INFO:tasks.ceph:[mon] debug mon = 20 2020-12-22T11:32:21.379 INFO:tasks.ceph:[mon] debug ms = 1 2020-12-22T11:32:21.379 INFO:tasks.ceph:[mon] debug paxos = 20 2020-12-22T11:32:21.379 INFO:tasks.ceph:[osd] bdev async discard = True 2020-12-22T11:32:21.380 INFO:tasks.ceph:[osd] bdev enable discard = True 2020-12-22T11:32:21.380 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2020-12-22T11:32:21.380 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2020-12-22T11:32:21.381 INFO:tasks.ceph:[osd] debug bluefs = 20 2020-12-22T11:32:21.381 INFO:tasks.ceph:[osd] debug bluestore = 20 2020-12-22T11:32:21.381 INFO:tasks.ceph:[osd] debug filestore = 20 2020-12-22T11:32:21.381 INFO:tasks.ceph:[osd] debug journal = 20 2020-12-22T11:32:21.382 INFO:tasks.ceph:[osd] debug ms = 20 2020-12-22T11:32:21.382 INFO:tasks.ceph:[osd] debug osd = 25 2020-12-22T11:32:21.382 INFO:tasks.ceph:[osd] debug rocksdb = 10 2020-12-22T11:32:21.383 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2020-12-22T11:32:21.383 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2020-12-22T11:32:21.383 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2020-12-22T11:32:21.384 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2020-12-22T11:32:21.384 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2020-12-22T11:32:21.384 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2020-12-22T11:32:21.384 INFO:tasks.ceph:[osd] osd memory target = 1610612736 2020-12-22T11:32:21.385 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2020-12-22T11:32:21.385 INFO:tasks.ceph:[osd] osd shutdown pgref assert = True 2020-12-22T11:32:21.385 INFO:tasks.ceph:Setting up mon.a... 2020-12-22T11:32:21.386 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/ceph.keyring 2020-12-22T11:32:21.449 INFO:teuthology.orchestra.run.smithi105.stdout:creating /etc/ceph/ceph.keyring 2020-12-22T11:32:21.451 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/ceph.keyring 2020-12-22T11:32:21.492 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0644 /etc/ceph/ceph.keyring 2020-12-22T11:32:21.556 DEBUG:tasks.ceph:Ceph mon addresses: [('mon.a', '172.21.15.105'), ('mon.c', '[v2:172.21.15.105:3301,v1:172.21.15.105:6790]'), ('mon.b', '172.21.15.39')] 2020-12-22T11:32:21.556 DEBUG:tasks.ceph:writing out conf {'global': {'chdir': '', 'pid file': '/var/run/ceph/$cluster-$name.pid', 'auth supported': 'cephx', 'filestore xattr use omap': 'true', 'mon clock drift allowed': '1.000', 'osd crush chooseleaf type': '0', 'auth debug': 'true', 'ms die on old message': 'true', 'ms die on bug': 'true', 'mon max pg per osd': '10000', 'mon pg warn max object skew': '0', 'osd_pool_default_pg_autoscale_mode': 'off', 'osd pool default size': '2', 'mon osd allow primary affinity': 'true', 'mon osd allow pg remap': 'true', 'mon warn on legacy crush tunables': 'false', 'mon warn on crush straw calc version zero': 'false', 'mon warn on no sortbitwise': 'false', 'mon warn on osd down out interval zero': 'false', 'mon warn on too few osds': 'false', 'mon_warn_on_pool_pg_num_not_power_of_two': 'false', 'mon_warn_on_pool_no_redundancy': 'false', 'mon_allow_pool_size_one': 'true', 'osd pool default erasure code profile': 'plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd', 'osd default data pool replay window': '5', 'mon allow pool delete': 'true', 'mon cluster log file level': 'debug', 'debug asserts on shutdown': 'true', 'mon health detail to clog': 'false', 'mon host': '172.21.15.105,[v2:172.21.15.105:3301,v1:172.21.15.105:6790],172.21.15.39'}, 'osd': {'osd journal size': '100', 'osd scrub load threshold': '5.0', 'osd scrub max interval': '600', 'osd recover clone overlap': 'true', 'osd recovery max chunk': '1048576', 'osd debug shutdown': 'true', 'osd debug op order': 'true', 'osd debug verify stray on activate': 'true', 'osd open classes on start': 'true', 'osd debug pg log writeout': 'true', 'osd deep scrub update digest min age': '30', 'osd map max advance': '10', 'journal zero on create': 'true', 'filestore ondisk finisher threads': '3', 'filestore apply finisher threads': '3', 'bdev debug aio': 'true', 'osd debug misdirected ops': 'true', 'bdev async discard': True, 'bdev enable discard': True, 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': 20, 'debug bluestore': 20, 'debug filestore': 20, 'debug journal': 20, 'debug ms': 20, 'debug osd': 25, 'debug rocksdb': 10, 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd memory target': 1610612736, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}, 'mgr': {'debug ms': 1, 'debug mgr': 20, 'debug mon': '20', 'debug auth': '20', 'mon reweight min pgs per osd': '4', 'mon reweight min bytes per osd': '10', 'mgr/telemetry/nag': 'false'}, 'mon': {'debug ms': 1, 'debug mon': 20, 'debug paxos': 20, 'debug auth': '20', 'mon data avail warn': '5', 'mon mgr mkfs grace': '240', 'mon reweight min pgs per osd': '4', 'mon osd reporter subtree level': 'osd', 'mon osd prime pg temp': 'true', 'mon reweight min bytes per osd': '10'}, 'client': {'rgw cache enabled': 'true', 'rgw enable ops log': 'true', 'rgw enable usage log': 'true', 'log file': '/var/log/ceph/$cluster-$name.$pid.log', 'admin socket': '/var/run/ceph/$cluster-$name.$pid.asok', 'rbd default data pool': 'datapool'}, 'mon.a': {}, 'mon.c': {}, 'mon.b': {}} 2020-12-22T11:32:21.557 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:21.558 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2020-12-22T11:32:21.610 DEBUG:teuthology.orchestra.run.smithi105:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 172.21.15.105 --addv c '[v2:172.21.15.105:3301,v1:172.21.15.105:6790]' --add b 172.21.15.39 --print /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:21.690 INFO:teuthology.orchestra.run.smithi105.stdout:monmaptool: monmap file /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:21.690 INFO:teuthology.orchestra.run.smithi105.stdout:monmaptool: generated fsid 152ebccf-771f-4ef3-8575-14988f8021e6 2020-12-22T11:32:21.690 INFO:teuthology.orchestra.run.smithi105.stdout:epoch 0 2020-12-22T11:32:21.691 INFO:teuthology.orchestra.run.smithi105.stdout:fsid 152ebccf-771f-4ef3-8575-14988f8021e6 2020-12-22T11:32:21.691 INFO:teuthology.orchestra.run.smithi105.stdout:last_changed 2020-12-22T11:32:21.690416+0000 2020-12-22T11:32:21.691 INFO:teuthology.orchestra.run.smithi105.stdout:created 2020-12-22T11:32:21.690416+0000 2020-12-22T11:32:21.691 INFO:teuthology.orchestra.run.smithi105.stdout:min_mon_release 0 (unknown) 2020-12-22T11:32:21.692 INFO:teuthology.orchestra.run.smithi105.stdout:election_strategy: 1 2020-12-22T11:32:21.692 INFO:teuthology.orchestra.run.smithi105.stdout:0: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.a 2020-12-22T11:32:21.692 INFO:teuthology.orchestra.run.smithi105.stdout:1: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.b 2020-12-22T11:32:21.692 INFO:teuthology.orchestra.run.smithi105.stdout:2: [v2:172.21.15.105:3301/0,v1:172.21.15.105:6790/0] mon.c 2020-12-22T11:32:21.692 INFO:teuthology.orchestra.run.smithi105.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/ceph.monmap (3 monitors) 2020-12-22T11:32:21.694 DEBUG:teuthology.orchestra.run.smithi105:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2020-12-22T11:32:21.747 INFO:tasks.ceph:Writing /etc/ceph/ceph.conf for FSID 152ebccf-771f-4ef3-8575-14988f8021e6... 2020-12-22T11:32:21.748 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/ceph.conf && sudo chmod 0644 /etc/ceph/ceph.conf > /dev/null 2020-12-22T11:32:21.752 DEBUG:teuthology.orchestra.run.smithi058:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/ceph.conf && sudo chmod 0644 /etc/ceph/ceph.conf > /dev/null 2020-12-22T11:32:21.754 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/ceph.conf && sudo chmod 0644 /etc/ceph/ceph.conf > /dev/null 2020-12-22T11:32:21.803 INFO:teuthology.orchestra.run.smithi039.stdout:[global] 2020-12-22T11:32:21.803 INFO:teuthology.orchestra.run.smithi039.stdout: chdir = "" 2020-12-22T11:32:21.804 INFO:teuthology.orchestra.run.smithi039.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2020-12-22T11:32:21.804 INFO:teuthology.orchestra.run.smithi039.stdout: auth supported = cephx 2020-12-22T11:32:21.804 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.804 INFO:teuthology.orchestra.run.smithi039.stdout: filestore xattr use omap = true 2020-12-22T11:32:21.805 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.805 INFO:teuthology.orchestra.run.smithi039.stdout: mon clock drift allowed = 1.000 2020-12-22T11:32:21.805 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.805 INFO:teuthology.orchestra.run.smithi039.stdout: osd crush chooseleaf type = 0 2020-12-22T11:32:21.805 INFO:teuthology.orchestra.run.smithi039.stdout: auth debug = true 2020-12-22T11:32:21.806 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.806 INFO:teuthology.orchestra.run.smithi039.stdout: ms die on old message = true 2020-12-22T11:32:21.807 INFO:teuthology.orchestra.run.smithi039.stdout: ms die on bug = true 2020-12-22T11:32:21.807 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.807 INFO:teuthology.orchestra.run.smithi039.stdout: mon max pg per osd = 10000 # >= luminous 2020-12-22T11:32:21.807 INFO:teuthology.orchestra.run.smithi039.stdout: mon pg warn max object skew = 0 2020-12-22T11:32:21.808 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.808 INFO:teuthology.orchestra.run.smithi039.stdout: # disable pg_autoscaler by default for new pools 2020-12-22T11:32:21.809 INFO:teuthology.orchestra.run.smithi039.stdout: osd_pool_default_pg_autoscale_mode = off 2020-12-22T11:32:21.809 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.809 INFO:teuthology.orchestra.run.smithi039.stdout: osd pool default size = 2 2020-12-22T11:32:21.809 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.809 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd allow primary affinity = true 2020-12-22T11:32:21.810 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd allow pg remap = true 2020-12-22T11:32:21.810 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on legacy crush tunables = false 2020-12-22T11:32:21.810 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on crush straw calc version zero = false 2020-12-22T11:32:21.810 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on no sortbitwise = false 2020-12-22T11:32:21.810 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on osd down out interval zero = false 2020-12-22T11:32:21.811 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on too few osds = false 2020-12-22T11:32:21.811 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2020-12-22T11:32:21.811 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_pool_no_redundancy = false 2020-12-22T11:32:21.811 INFO:teuthology.orchestra.run.smithi039.stdout: mon_allow_pool_size_one = true 2020-12-22T11:32:21.811 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.812 INFO:teuthology.orchestra.run.smithi039.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd 2020-12-22T11:32:21.812 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.812 INFO:teuthology.orchestra.run.smithi039.stdout: osd default data pool replay window = 5 2020-12-22T11:32:21.812 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.812 INFO:teuthology.orchestra.run.smithi039.stdout: mon allow pool delete = true 2020-12-22T11:32:21.813 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.813 INFO:teuthology.orchestra.run.smithi039.stdout: mon cluster log file level = debug 2020-12-22T11:32:21.813 INFO:teuthology.orchestra.run.smithi039.stdout: debug asserts on shutdown = true 2020-12-22T11:32:21.813 INFO:teuthology.orchestra.run.smithi039.stdout: mon health detail to clog = false 2020-12-22T11:32:21.813 INFO:teuthology.orchestra.run.smithi039.stdout: mon host = "172.21.15.105,[v2:172.21.15.105:3301,v1:172.21.15.105:6790],172.21.15.39" 2020-12-22T11:32:21.814 INFO:teuthology.orchestra.run.smithi039.stdout: fsid = 152ebccf-771f-4ef3-8575-14988f8021e6 2020-12-22T11:32:21.814 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.814 INFO:teuthology.orchestra.run.smithi039.stdout:[osd] 2020-12-22T11:32:21.814 INFO:teuthology.orchestra.run.smithi039.stdout: osd journal size = 100 2020-12-22T11:32:21.814 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.815 INFO:teuthology.orchestra.run.smithi039.stdout: osd scrub load threshold = 5.0 2020-12-22T11:32:21.815 INFO:teuthology.orchestra.run.smithi039.stdout: osd scrub max interval = 600 2020-12-22T11:32:21.815 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.815 INFO:teuthology.orchestra.run.smithi039.stdout: osd recover clone overlap = true 2020-12-22T11:32:21.815 INFO:teuthology.orchestra.run.smithi039.stdout: osd recovery max chunk = 1048576 2020-12-22T11:32:21.816 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.816 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug shutdown = true 2020-12-22T11:32:21.816 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug op order = true 2020-12-22T11:32:21.816 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug verify stray on activate = true 2020-12-22T11:32:21.817 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.817 INFO:teuthology.orchestra.run.smithi039.stdout: osd open classes on start = true 2020-12-22T11:32:21.818 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug pg log writeout = true 2020-12-22T11:32:21.818 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.818 INFO:teuthology.orchestra.run.smithi039.stdout: osd deep scrub update digest min age = 30 2020-12-22T11:32:21.818 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.819 INFO:teuthology.orchestra.run.smithi039.stdout: osd map max advance = 10 2020-12-22T11:32:21.819 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.819 INFO:teuthology.orchestra.run.smithi039.stdout: journal zero on create = true 2020-12-22T11:32:21.819 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.819 INFO:teuthology.orchestra.run.smithi039.stdout: filestore ondisk finisher threads = 3 2020-12-22T11:32:21.820 INFO:teuthology.orchestra.run.smithi039.stdout: filestore apply finisher threads = 3 2020-12-22T11:32:21.820 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.820 INFO:teuthology.orchestra.run.smithi039.stdout: bdev debug aio = true 2020-12-22T11:32:21.820 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug misdirected ops = true 2020-12-22T11:32:21.820 INFO:teuthology.orchestra.run.smithi039.stdout: bdev async discard = True 2020-12-22T11:32:21.821 INFO:teuthology.orchestra.run.smithi039.stdout: bdev enable discard = True 2020-12-22T11:32:21.821 INFO:teuthology.orchestra.run.smithi039.stdout: bluestore block size = 96636764160 2020-12-22T11:32:21.821 INFO:teuthology.orchestra.run.smithi039.stdout: bluestore fsck on mount = True 2020-12-22T11:32:21.821 INFO:teuthology.orchestra.run.smithi039.stdout: debug bluefs = 20 2020-12-22T11:32:21.821 INFO:teuthology.orchestra.run.smithi039.stdout: debug bluestore = 20 2020-12-22T11:32:21.822 INFO:teuthology.orchestra.run.smithi039.stdout: debug filestore = 20 2020-12-22T11:32:21.822 INFO:teuthology.orchestra.run.smithi039.stdout: debug journal = 20 2020-12-22T11:32:21.822 INFO:teuthology.orchestra.run.smithi039.stdout: debug ms = 20 2020-12-22T11:32:21.822 INFO:teuthology.orchestra.run.smithi039.stdout: debug osd = 25 2020-12-22T11:32:21.822 INFO:teuthology.orchestra.run.smithi039.stdout: debug rocksdb = 10 2020-12-22T11:32:21.823 INFO:teuthology.orchestra.run.smithi039.stdout: enable experimental unrecoverable data corrupting features = * 2020-12-22T11:32:21.823 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd backfillfull_ratio = 0.85 2020-12-22T11:32:21.823 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd full ratio = 0.9 2020-12-22T11:32:21.824 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd nearfull ratio = 0.8 2020-12-22T11:32:21.824 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug randomize hobject sort order = False 2020-12-22T11:32:21.824 INFO:teuthology.orchestra.run.smithi039.stdout: osd failsafe full ratio = 0.95 2020-12-22T11:32:21.824 INFO:teuthology.orchestra.run.smithi039.stdout: osd memory target = 1610612736 2020-12-22T11:32:21.825 INFO:teuthology.orchestra.run.smithi039.stdout: osd objectstore = bluestore 2020-12-22T11:32:21.825 INFO:teuthology.orchestra.run.smithi039.stdout: osd shutdown pgref assert = True 2020-12-22T11:32:21.825 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.825 INFO:teuthology.orchestra.run.smithi039.stdout:[mgr] 2020-12-22T11:32:21.825 INFO:teuthology.orchestra.run.smithi039.stdout: debug ms = 1 2020-12-22T11:32:21.826 INFO:teuthology.orchestra.run.smithi039.stdout: debug mgr = 20 2020-12-22T11:32:21.826 INFO:teuthology.orchestra.run.smithi039.stdout: debug mon = 20 2020-12-22T11:32:21.826 INFO:teuthology.orchestra.run.smithi039.stdout: debug auth = 20 2020-12-22T11:32:21.826 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min pgs per osd = 4 2020-12-22T11:32:21.827 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min bytes per osd = 10 2020-12-22T11:32:21.827 INFO:teuthology.orchestra.run.smithi039.stdout: mgr/telemetry/nag = false 2020-12-22T11:32:21.827 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.827 INFO:teuthology.orchestra.run.smithi039.stdout:[mon] 2020-12-22T11:32:21.827 INFO:teuthology.orchestra.run.smithi039.stdout: debug ms = 1 2020-12-22T11:32:21.828 INFO:teuthology.orchestra.run.smithi039.stdout: debug mon = 20 2020-12-22T11:32:21.828 INFO:teuthology.orchestra.run.smithi039.stdout: debug paxos = 20 2020-12-22T11:32:21.828 INFO:teuthology.orchestra.run.smithi039.stdout: debug auth = 20 2020-12-22T11:32:21.828 INFO:teuthology.orchestra.run.smithi039.stdout: mon data avail warn = 5 2020-12-22T11:32:21.828 INFO:teuthology.orchestra.run.smithi039.stdout: mon mgr mkfs grace = 240 2020-12-22T11:32:21.829 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min pgs per osd = 4 2020-12-22T11:32:21.829 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd reporter subtree level = osd 2020-12-22T11:32:21.829 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd prime pg temp = true 2020-12-22T11:32:21.829 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min bytes per osd = 10 2020-12-22T11:32:21.829 INFO:teuthology.orchestra.run.smithi039.stdout: 2020-12-22T11:32:21.830 INFO:teuthology.orchestra.run.smithi039.stdout:[client] 2020-12-22T11:32:21.830 INFO:teuthology.orchestra.run.smithi039.stdout: rgw cache enabled = true 2020-12-22T11:32:21.830 INFO:teuthology.orchestra.run.smithi039.stdout: rgw enable ops log = true 2020-12-22T11:32:21.830 INFO:teuthology.orchestra.run.smithi039.stdout: rgw enable usage log = true 2020-12-22T11:32:21.830 INFO:teuthology.orchestra.run.smithi039.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2020-12-22T11:32:21.831 INFO:teuthology.orchestra.run.smithi039.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2020-12-22T11:32:21.831 INFO:teuthology.orchestra.run.smithi039.stdout: rbd default data pool = datapool 2020-12-22T11:32:21.831 INFO:teuthology.orchestra.run.smithi039.stdout:[mon.a] 2020-12-22T11:32:21.831 INFO:teuthology.orchestra.run.smithi039.stdout:[mon.c] 2020-12-22T11:32:21.831 INFO:teuthology.orchestra.run.smithi039.stdout:[mon.b] 2020-12-22T11:32:21.833 INFO:teuthology.orchestra.run.smithi105.stdout:[global] 2020-12-22T11:32:21.833 INFO:teuthology.orchestra.run.smithi105.stdout: chdir = "" 2020-12-22T11:32:21.834 INFO:teuthology.orchestra.run.smithi105.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2020-12-22T11:32:21.834 INFO:teuthology.orchestra.run.smithi105.stdout: auth supported = cephx 2020-12-22T11:32:21.834 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.834 INFO:teuthology.orchestra.run.smithi105.stdout: filestore xattr use omap = true 2020-12-22T11:32:21.834 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.835 INFO:teuthology.orchestra.run.smithi105.stdout: mon clock drift allowed = 1.000 2020-12-22T11:32:21.835 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.835 INFO:teuthology.orchestra.run.smithi105.stdout: osd crush chooseleaf type = 0 2020-12-22T11:32:21.835 INFO:teuthology.orchestra.run.smithi105.stdout: auth debug = true 2020-12-22T11:32:21.836 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.836 INFO:teuthology.orchestra.run.smithi105.stdout: ms die on old message = true 2020-12-22T11:32:21.836 INFO:teuthology.orchestra.run.smithi105.stdout: ms die on bug = true 2020-12-22T11:32:21.836 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.836 INFO:teuthology.orchestra.run.smithi105.stdout: mon max pg per osd = 10000 # >= luminous 2020-12-22T11:32:21.837 INFO:teuthology.orchestra.run.smithi105.stdout: mon pg warn max object skew = 0 2020-12-22T11:32:21.837 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.837 INFO:teuthology.orchestra.run.smithi105.stdout: # disable pg_autoscaler by default for new pools 2020-12-22T11:32:21.837 INFO:teuthology.orchestra.run.smithi105.stdout: osd_pool_default_pg_autoscale_mode = off 2020-12-22T11:32:21.837 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.838 INFO:teuthology.orchestra.run.smithi105.stdout: osd pool default size = 2 2020-12-22T11:32:21.838 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.838 INFO:teuthology.orchestra.run.smithi105.stdout: mon osd allow primary affinity = true 2020-12-22T11:32:21.838 INFO:teuthology.orchestra.run.smithi105.stdout: mon osd allow pg remap = true 2020-12-22T11:32:21.838 INFO:teuthology.orchestra.run.smithi105.stdout: mon warn on legacy crush tunables = false 2020-12-22T11:32:21.839 INFO:teuthology.orchestra.run.smithi105.stdout: mon warn on crush straw calc version zero = false 2020-12-22T11:32:21.839 INFO:teuthology.orchestra.run.smithi105.stdout: mon warn on no sortbitwise = false 2020-12-22T11:32:21.839 INFO:teuthology.orchestra.run.smithi105.stdout: mon warn on osd down out interval zero = false 2020-12-22T11:32:21.839 INFO:teuthology.orchestra.run.smithi105.stdout: mon warn on too few osds = false 2020-12-22T11:32:21.839 INFO:teuthology.orchestra.run.smithi105.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2020-12-22T11:32:21.840 INFO:teuthology.orchestra.run.smithi105.stdout: mon_warn_on_pool_no_redundancy = false 2020-12-22T11:32:21.840 INFO:teuthology.orchestra.run.smithi105.stdout: mon_allow_pool_size_one = true 2020-12-22T11:32:21.840 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.840 INFO:teuthology.orchestra.run.smithi105.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd 2020-12-22T11:32:21.840 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.841 INFO:teuthology.orchestra.run.smithi105.stdout: osd default data pool replay window = 5 2020-12-22T11:32:21.841 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.841 INFO:teuthology.orchestra.run.smithi105.stdout: mon allow pool delete = true 2020-12-22T11:32:21.841 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.841 INFO:teuthology.orchestra.run.smithi105.stdout: mon cluster log file level = debug 2020-12-22T11:32:21.842 INFO:teuthology.orchestra.run.smithi105.stdout: debug asserts on shutdown = true 2020-12-22T11:32:21.842 INFO:teuthology.orchestra.run.smithi105.stdout: mon health detail to clog = false 2020-12-22T11:32:21.842 INFO:teuthology.orchestra.run.smithi105.stdout: mon host = "172.21.15.105,[v2:172.21.15.105:3301,v1:172.21.15.105:6790],172.21.15.39" 2020-12-22T11:32:21.842 INFO:teuthology.orchestra.run.smithi105.stdout: fsid = 152ebccf-771f-4ef3-8575-14988f8021e6 2020-12-22T11:32:21.843 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.843 INFO:teuthology.orchestra.run.smithi105.stdout:[osd] 2020-12-22T11:32:21.843 INFO:teuthology.orchestra.run.smithi105.stdout: osd journal size = 100 2020-12-22T11:32:21.843 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.844 INFO:teuthology.orchestra.run.smithi105.stdout: osd scrub load threshold = 5.0 2020-12-22T11:32:21.844 INFO:teuthology.orchestra.run.smithi105.stdout: osd scrub max interval = 600 2020-12-22T11:32:21.844 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.844 INFO:teuthology.orchestra.run.smithi105.stdout: osd recover clone overlap = true 2020-12-22T11:32:21.844 INFO:teuthology.orchestra.run.smithi105.stdout: osd recovery max chunk = 1048576 2020-12-22T11:32:21.845 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.845 INFO:teuthology.orchestra.run.smithi105.stdout: osd debug shutdown = true 2020-12-22T11:32:21.845 INFO:teuthology.orchestra.run.smithi105.stdout: osd debug op order = true 2020-12-22T11:32:21.845 INFO:teuthology.orchestra.run.smithi105.stdout: osd debug verify stray on activate = true 2020-12-22T11:32:21.845 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.846 INFO:teuthology.orchestra.run.smithi105.stdout: osd open classes on start = true 2020-12-22T11:32:21.846 INFO:teuthology.orchestra.run.smithi105.stdout: osd debug pg log writeout = true 2020-12-22T11:32:21.846 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.846 INFO:teuthology.orchestra.run.smithi105.stdout: osd deep scrub update digest min age = 30 2020-12-22T11:32:21.846 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.847 INFO:teuthology.orchestra.run.smithi105.stdout: osd map max advance = 10 2020-12-22T11:32:21.847 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.847 INFO:teuthology.orchestra.run.smithi105.stdout: journal zero on create = true 2020-12-22T11:32:21.847 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.847 INFO:teuthology.orchestra.run.smithi105.stdout: filestore ondisk finisher threads = 3 2020-12-22T11:32:21.847 INFO:teuthology.orchestra.run.smithi105.stdout: filestore apply finisher threads = 3 2020-12-22T11:32:21.848 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.848 INFO:teuthology.orchestra.run.smithi105.stdout: bdev debug aio = true 2020-12-22T11:32:21.848 INFO:teuthology.orchestra.run.smithi105.stdout: osd debug misdirected ops = true 2020-12-22T11:32:21.848 INFO:teuthology.orchestra.run.smithi105.stdout: bdev async discard = True 2020-12-22T11:32:21.848 INFO:teuthology.orchestra.run.smithi105.stdout: bdev enable discard = True 2020-12-22T11:32:21.849 INFO:teuthology.orchestra.run.smithi105.stdout: bluestore block size = 96636764160 2020-12-22T11:32:21.849 INFO:teuthology.orchestra.run.smithi105.stdout: bluestore fsck on mount = True 2020-12-22T11:32:21.849 INFO:teuthology.orchestra.run.smithi105.stdout: debug bluefs = 20 2020-12-22T11:32:21.849 INFO:teuthology.orchestra.run.smithi105.stdout: debug bluestore = 20 2020-12-22T11:32:21.850 INFO:teuthology.orchestra.run.smithi105.stdout: debug filestore = 20 2020-12-22T11:32:21.850 INFO:teuthology.orchestra.run.smithi105.stdout: debug journal = 20 2020-12-22T11:32:21.850 INFO:teuthology.orchestra.run.smithi105.stdout: debug ms = 20 2020-12-22T11:32:21.850 INFO:teuthology.orchestra.run.smithi105.stdout: debug osd = 25 2020-12-22T11:32:21.850 INFO:teuthology.orchestra.run.smithi105.stdout: debug rocksdb = 10 2020-12-22T11:32:21.851 INFO:teuthology.orchestra.run.smithi105.stdout: enable experimental unrecoverable data corrupting features = * 2020-12-22T11:32:21.851 INFO:teuthology.orchestra.run.smithi105.stdout: mon osd backfillfull_ratio = 0.85 2020-12-22T11:32:21.851 INFO:teuthology.orchestra.run.smithi105.stdout: mon osd full ratio = 0.9 2020-12-22T11:32:21.851 INFO:teuthology.orchestra.run.smithi105.stdout: mon osd nearfull ratio = 0.8 2020-12-22T11:32:21.851 INFO:teuthology.orchestra.run.smithi105.stdout: osd debug randomize hobject sort order = False 2020-12-22T11:32:21.851 INFO:teuthology.orchestra.run.smithi105.stdout: osd failsafe full ratio = 0.95 2020-12-22T11:32:21.852 INFO:teuthology.orchestra.run.smithi105.stdout: osd memory target = 1610612736 2020-12-22T11:32:21.852 INFO:teuthology.orchestra.run.smithi105.stdout: osd objectstore = bluestore 2020-12-22T11:32:21.852 INFO:teuthology.orchestra.run.smithi105.stdout: osd shutdown pgref assert = True 2020-12-22T11:32:21.852 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.852 INFO:teuthology.orchestra.run.smithi105.stdout:[mgr] 2020-12-22T11:32:21.853 INFO:teuthology.orchestra.run.smithi105.stdout: debug ms = 1 2020-12-22T11:32:21.853 INFO:teuthology.orchestra.run.smithi105.stdout: debug mgr = 20 2020-12-22T11:32:21.853 INFO:teuthology.orchestra.run.smithi105.stdout: debug mon = 20 2020-12-22T11:32:21.853 INFO:teuthology.orchestra.run.smithi105.stdout: debug auth = 20 2020-12-22T11:32:21.853 INFO:teuthology.orchestra.run.smithi105.stdout: mon reweight min pgs per osd = 4 2020-12-22T11:32:21.854 INFO:teuthology.orchestra.run.smithi105.stdout: mon reweight min bytes per osd = 10 2020-12-22T11:32:21.854 INFO:teuthology.orchestra.run.smithi105.stdout: mgr/telemetry/nag = false 2020-12-22T11:32:21.854 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.854 INFO:teuthology.orchestra.run.smithi105.stdout:[mon] 2020-12-22T11:32:21.854 INFO:teuthology.orchestra.run.smithi105.stdout: debug ms = 1 2020-12-22T11:32:21.855 INFO:teuthology.orchestra.run.smithi105.stdout: debug mon = 20 2020-12-22T11:32:21.855 INFO:teuthology.orchestra.run.smithi105.stdout: debug paxos = 20 2020-12-22T11:32:21.855 INFO:teuthology.orchestra.run.smithi105.stdout: debug auth = 20 2020-12-22T11:32:21.855 INFO:teuthology.orchestra.run.smithi105.stdout: mon data avail warn = 5 2020-12-22T11:32:21.855 INFO:teuthology.orchestra.run.smithi105.stdout: mon mgr mkfs grace = 240 2020-12-22T11:32:21.856 INFO:teuthology.orchestra.run.smithi105.stdout: mon reweight min pgs per osd = 4 2020-12-22T11:32:21.856 INFO:teuthology.orchestra.run.smithi105.stdout: mon osd reporter subtree level = osd 2020-12-22T11:32:21.856 INFO:teuthology.orchestra.run.smithi105.stdout: mon osd prime pg temp = true 2020-12-22T11:32:21.856 INFO:teuthology.orchestra.run.smithi105.stdout: mon reweight min bytes per osd = 10 2020-12-22T11:32:21.856 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:32:21.857 INFO:teuthology.orchestra.run.smithi105.stdout:[client] 2020-12-22T11:32:21.857 INFO:teuthology.orchestra.run.smithi105.stdout: rgw cache enabled = true 2020-12-22T11:32:21.857 INFO:teuthology.orchestra.run.smithi105.stdout: rgw enable ops log = true 2020-12-22T11:32:21.857 INFO:teuthology.orchestra.run.smithi105.stdout: rgw enable usage log = true 2020-12-22T11:32:21.857 INFO:teuthology.orchestra.run.smithi105.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2020-12-22T11:32:21.858 INFO:teuthology.orchestra.run.smithi105.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2020-12-22T11:32:21.858 INFO:teuthology.orchestra.run.smithi105.stdout: rbd default data pool = datapool 2020-12-22T11:32:21.858 INFO:teuthology.orchestra.run.smithi105.stdout:[mon.a] 2020-12-22T11:32:21.858 INFO:teuthology.orchestra.run.smithi105.stdout:[mon.c] 2020-12-22T11:32:21.858 INFO:teuthology.orchestra.run.smithi105.stdout:[mon.b] 2020-12-22T11:32:21.859 INFO:teuthology.orchestra.run.smithi058.stdout:[global] 2020-12-22T11:32:21.859 INFO:teuthology.orchestra.run.smithi058.stdout: chdir = "" 2020-12-22T11:32:21.859 INFO:teuthology.orchestra.run.smithi058.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2020-12-22T11:32:21.859 INFO:teuthology.orchestra.run.smithi058.stdout: auth supported = cephx 2020-12-22T11:32:21.859 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.860 INFO:teuthology.orchestra.run.smithi058.stdout: filestore xattr use omap = true 2020-12-22T11:32:21.860 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.860 INFO:teuthology.orchestra.run.smithi058.stdout: mon clock drift allowed = 1.000 2020-12-22T11:32:21.860 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.860 INFO:teuthology.orchestra.run.smithi058.stdout: osd crush chooseleaf type = 0 2020-12-22T11:32:21.861 INFO:teuthology.orchestra.run.smithi058.stdout: auth debug = true 2020-12-22T11:32:21.861 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.861 INFO:teuthology.orchestra.run.smithi058.stdout: ms die on old message = true 2020-12-22T11:32:21.861 INFO:teuthology.orchestra.run.smithi058.stdout: ms die on bug = true 2020-12-22T11:32:21.861 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.862 INFO:teuthology.orchestra.run.smithi058.stdout: mon max pg per osd = 10000 # >= luminous 2020-12-22T11:32:21.862 INFO:teuthology.orchestra.run.smithi058.stdout: mon pg warn max object skew = 0 2020-12-22T11:32:21.862 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.862 INFO:teuthology.orchestra.run.smithi058.stdout: # disable pg_autoscaler by default for new pools 2020-12-22T11:32:21.863 INFO:teuthology.orchestra.run.smithi058.stdout: osd_pool_default_pg_autoscale_mode = off 2020-12-22T11:32:21.863 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.863 INFO:teuthology.orchestra.run.smithi058.stdout: osd pool default size = 2 2020-12-22T11:32:21.863 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.863 INFO:teuthology.orchestra.run.smithi058.stdout: mon osd allow primary affinity = true 2020-12-22T11:32:21.864 INFO:teuthology.orchestra.run.smithi058.stdout: mon osd allow pg remap = true 2020-12-22T11:32:21.864 INFO:teuthology.orchestra.run.smithi058.stdout: mon warn on legacy crush tunables = false 2020-12-22T11:32:21.864 INFO:teuthology.orchestra.run.smithi058.stdout: mon warn on crush straw calc version zero = false 2020-12-22T11:32:21.864 INFO:teuthology.orchestra.run.smithi058.stdout: mon warn on no sortbitwise = false 2020-12-22T11:32:21.864 INFO:teuthology.orchestra.run.smithi058.stdout: mon warn on osd down out interval zero = false 2020-12-22T11:32:21.865 INFO:teuthology.orchestra.run.smithi058.stdout: mon warn on too few osds = false 2020-12-22T11:32:21.865 INFO:teuthology.orchestra.run.smithi058.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2020-12-22T11:32:21.865 INFO:teuthology.orchestra.run.smithi058.stdout: mon_warn_on_pool_no_redundancy = false 2020-12-22T11:32:21.865 INFO:teuthology.orchestra.run.smithi058.stdout: mon_allow_pool_size_one = true 2020-12-22T11:32:21.865 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.866 INFO:teuthology.orchestra.run.smithi058.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd 2020-12-22T11:32:21.866 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.866 INFO:teuthology.orchestra.run.smithi058.stdout: osd default data pool replay window = 5 2020-12-22T11:32:21.866 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.867 INFO:teuthology.orchestra.run.smithi058.stdout: mon allow pool delete = true 2020-12-22T11:32:21.867 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.868 INFO:teuthology.orchestra.run.smithi058.stdout: mon cluster log file level = debug 2020-12-22T11:32:21.868 INFO:teuthology.orchestra.run.smithi058.stdout: debug asserts on shutdown = true 2020-12-22T11:32:21.868 INFO:teuthology.orchestra.run.smithi058.stdout: mon health detail to clog = false 2020-12-22T11:32:21.868 INFO:teuthology.orchestra.run.smithi058.stdout: mon host = "172.21.15.105,[v2:172.21.15.105:3301,v1:172.21.15.105:6790],172.21.15.39" 2020-12-22T11:32:21.869 INFO:teuthology.orchestra.run.smithi058.stdout: fsid = 152ebccf-771f-4ef3-8575-14988f8021e6 2020-12-22T11:32:21.869 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.869 INFO:teuthology.orchestra.run.smithi058.stdout:[osd] 2020-12-22T11:32:21.869 INFO:teuthology.orchestra.run.smithi058.stdout: osd journal size = 100 2020-12-22T11:32:21.869 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.870 INFO:teuthology.orchestra.run.smithi058.stdout: osd scrub load threshold = 5.0 2020-12-22T11:32:21.870 INFO:teuthology.orchestra.run.smithi058.stdout: osd scrub max interval = 600 2020-12-22T11:32:21.870 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.870 INFO:teuthology.orchestra.run.smithi058.stdout: osd recover clone overlap = true 2020-12-22T11:32:21.871 INFO:teuthology.orchestra.run.smithi058.stdout: osd recovery max chunk = 1048576 2020-12-22T11:32:21.871 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.871 INFO:teuthology.orchestra.run.smithi058.stdout: osd debug shutdown = true 2020-12-22T11:32:21.871 INFO:teuthology.orchestra.run.smithi058.stdout: osd debug op order = true 2020-12-22T11:32:21.872 INFO:teuthology.orchestra.run.smithi058.stdout: osd debug verify stray on activate = true 2020-12-22T11:32:21.872 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.872 INFO:teuthology.orchestra.run.smithi058.stdout: osd open classes on start = true 2020-12-22T11:32:21.872 INFO:teuthology.orchestra.run.smithi058.stdout: osd debug pg log writeout = true 2020-12-22T11:32:21.872 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.873 INFO:teuthology.orchestra.run.smithi058.stdout: osd deep scrub update digest min age = 30 2020-12-22T11:32:21.873 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.873 INFO:teuthology.orchestra.run.smithi058.stdout: osd map max advance = 10 2020-12-22T11:32:21.873 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.873 INFO:teuthology.orchestra.run.smithi058.stdout: journal zero on create = true 2020-12-22T11:32:21.874 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.874 INFO:teuthology.orchestra.run.smithi058.stdout: filestore ondisk finisher threads = 3 2020-12-22T11:32:21.874 INFO:teuthology.orchestra.run.smithi058.stdout: filestore apply finisher threads = 3 2020-12-22T11:32:21.874 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.875 INFO:teuthology.orchestra.run.smithi058.stdout: bdev debug aio = true 2020-12-22T11:32:21.875 INFO:teuthology.orchestra.run.smithi058.stdout: osd debug misdirected ops = true 2020-12-22T11:32:21.875 INFO:teuthology.orchestra.run.smithi058.stdout: bdev async discard = True 2020-12-22T11:32:21.875 INFO:teuthology.orchestra.run.smithi058.stdout: bdev enable discard = True 2020-12-22T11:32:21.875 INFO:teuthology.orchestra.run.smithi058.stdout: bluestore block size = 96636764160 2020-12-22T11:32:21.875 INFO:teuthology.orchestra.run.smithi058.stdout: bluestore fsck on mount = True 2020-12-22T11:32:21.876 INFO:teuthology.orchestra.run.smithi058.stdout: debug bluefs = 20 2020-12-22T11:32:21.876 INFO:teuthology.orchestra.run.smithi058.stdout: debug bluestore = 20 2020-12-22T11:32:21.876 INFO:teuthology.orchestra.run.smithi058.stdout: debug filestore = 20 2020-12-22T11:32:21.876 INFO:teuthology.orchestra.run.smithi058.stdout: debug journal = 20 2020-12-22T11:32:21.876 INFO:teuthology.orchestra.run.smithi058.stdout: debug ms = 20 2020-12-22T11:32:21.877 INFO:teuthology.orchestra.run.smithi058.stdout: debug osd = 25 2020-12-22T11:32:21.877 INFO:teuthology.orchestra.run.smithi058.stdout: debug rocksdb = 10 2020-12-22T11:32:21.877 INFO:teuthology.orchestra.run.smithi058.stdout: enable experimental unrecoverable data corrupting features = * 2020-12-22T11:32:21.877 INFO:teuthology.orchestra.run.smithi058.stdout: mon osd backfillfull_ratio = 0.85 2020-12-22T11:32:21.877 INFO:teuthology.orchestra.run.smithi058.stdout: mon osd full ratio = 0.9 2020-12-22T11:32:21.878 INFO:teuthology.orchestra.run.smithi058.stdout: mon osd nearfull ratio = 0.8 2020-12-22T11:32:21.878 INFO:teuthology.orchestra.run.smithi058.stdout: osd debug randomize hobject sort order = False 2020-12-22T11:32:21.878 INFO:teuthology.orchestra.run.smithi058.stdout: osd failsafe full ratio = 0.95 2020-12-22T11:32:21.878 INFO:teuthology.orchestra.run.smithi058.stdout: osd memory target = 1610612736 2020-12-22T11:32:21.878 INFO:teuthology.orchestra.run.smithi058.stdout: osd objectstore = bluestore 2020-12-22T11:32:21.879 INFO:teuthology.orchestra.run.smithi058.stdout: osd shutdown pgref assert = True 2020-12-22T11:32:21.879 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.879 INFO:teuthology.orchestra.run.smithi058.stdout:[mgr] 2020-12-22T11:32:21.879 INFO:teuthology.orchestra.run.smithi058.stdout: debug ms = 1 2020-12-22T11:32:21.879 INFO:teuthology.orchestra.run.smithi058.stdout: debug mgr = 20 2020-12-22T11:32:21.880 INFO:teuthology.orchestra.run.smithi058.stdout: debug mon = 20 2020-12-22T11:32:21.880 INFO:teuthology.orchestra.run.smithi058.stdout: debug auth = 20 2020-12-22T11:32:21.880 INFO:teuthology.orchestra.run.smithi058.stdout: mon reweight min pgs per osd = 4 2020-12-22T11:32:21.880 INFO:teuthology.orchestra.run.smithi058.stdout: mon reweight min bytes per osd = 10 2020-12-22T11:32:21.880 INFO:teuthology.orchestra.run.smithi058.stdout: mgr/telemetry/nag = false 2020-12-22T11:32:21.881 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.881 INFO:teuthology.orchestra.run.smithi058.stdout:[mon] 2020-12-22T11:32:21.881 INFO:teuthology.orchestra.run.smithi058.stdout: debug ms = 1 2020-12-22T11:32:21.881 INFO:teuthology.orchestra.run.smithi058.stdout: debug mon = 20 2020-12-22T11:32:21.882 INFO:teuthology.orchestra.run.smithi058.stdout: debug paxos = 20 2020-12-22T11:32:21.882 INFO:teuthology.orchestra.run.smithi058.stdout: debug auth = 20 2020-12-22T11:32:21.882 INFO:teuthology.orchestra.run.smithi058.stdout: mon data avail warn = 5 2020-12-22T11:32:21.882 INFO:teuthology.orchestra.run.smithi058.stdout: mon mgr mkfs grace = 240 2020-12-22T11:32:21.883 INFO:teuthology.orchestra.run.smithi058.stdout: mon reweight min pgs per osd = 4 2020-12-22T11:32:21.883 INFO:teuthology.orchestra.run.smithi058.stdout: mon osd reporter subtree level = osd 2020-12-22T11:32:21.883 INFO:teuthology.orchestra.run.smithi058.stdout: mon osd prime pg temp = true 2020-12-22T11:32:21.883 INFO:teuthology.orchestra.run.smithi058.stdout: mon reweight min bytes per osd = 10 2020-12-22T11:32:21.883 INFO:teuthology.orchestra.run.smithi058.stdout: 2020-12-22T11:32:21.884 INFO:teuthology.orchestra.run.smithi058.stdout:[client] 2020-12-22T11:32:21.884 INFO:teuthology.orchestra.run.smithi058.stdout: rgw cache enabled = true 2020-12-22T11:32:21.884 INFO:teuthology.orchestra.run.smithi058.stdout: rgw enable ops log = true 2020-12-22T11:32:21.884 INFO:teuthology.orchestra.run.smithi058.stdout: rgw enable usage log = true 2020-12-22T11:32:21.884 INFO:teuthology.orchestra.run.smithi058.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2020-12-22T11:32:21.885 INFO:teuthology.orchestra.run.smithi058.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2020-12-22T11:32:21.885 INFO:teuthology.orchestra.run.smithi058.stdout: rbd default data pool = datapool 2020-12-22T11:32:21.885 INFO:teuthology.orchestra.run.smithi058.stdout:[mon.a] 2020-12-22T11:32:21.885 INFO:teuthology.orchestra.run.smithi058.stdout:[mon.c] 2020-12-22T11:32:21.885 INFO:teuthology.orchestra.run.smithi058.stdout:[mon.b] 2020-12-22T11:32:21.887 INFO:tasks.ceph:Creating admin key on mon.a... 2020-12-22T11:32:21.887 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *' /etc/ceph/ceph.keyring 2020-12-22T11:32:21.976 INFO:tasks.ceph:Copying monmap to all nodes... 2020-12-22T11:32:21.976 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:21.977 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/etc/ceph/ceph.keyring of=/dev/stdout 2020-12-22T11:32:21.991 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:21.991 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/home/ubuntu/cephtest/ceph.monmap of=/dev/stdout 2020-12-22T11:32:22.044 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi105.front.sepia.ceph.com 2020-12-22T11:32:22.045 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:22.045 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.keyring 2020-12-22T11:32:22.045 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0644 /etc/ceph/ceph.keyring 2020-12-22T11:32:22.119 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:22.119 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:22.174 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi039.front.sepia.ceph.com 2020-12-22T11:32:22.174 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:22.175 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/ceph/ceph.keyring 2020-12-22T11:32:22.175 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0644 /etc/ceph/ceph.keyring 2020-12-22T11:32:22.218 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:22.218 DEBUG:teuthology.orchestra.run.smithi039:> dd of=/home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:22.275 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi058.front.sepia.ceph.com 2020-12-22T11:32:22.276 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:32:22.276 DEBUG:teuthology.orchestra.run.smithi058:> sudo dd of=/etc/ceph/ceph.keyring 2020-12-22T11:32:22.276 DEBUG:teuthology.orchestra.run.smithi058:> sudo chmod 0644 /etc/ceph/ceph.keyring 2020-12-22T11:32:22.319 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:32:22.320 DEBUG:teuthology.orchestra.run.smithi058:> dd of=/home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:22.377 INFO:tasks.ceph:Setting up mon nodes... 2020-12-22T11:32:22.377 INFO:tasks.ceph:Setting up mgr nodes... 2020-12-22T11:32:22.378 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /var/lib/ceph/mgr/ceph-x && sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=mgr.x /var/lib/ceph/mgr/ceph-x/keyring 2020-12-22T11:32:22.426 INFO:teuthology.orchestra.run.smithi105.stdout:creating /var/lib/ceph/mgr/ceph-x/keyring 2020-12-22T11:32:22.428 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/mgr/ceph-y && sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=mgr.y /var/lib/ceph/mgr/ceph-y/keyring 2020-12-22T11:32:22.519 INFO:teuthology.orchestra.run.smithi039.stdout:creating /var/lib/ceph/mgr/ceph-y/keyring 2020-12-22T11:32:22.521 INFO:tasks.ceph:Setting up mds nodes... 2020-12-22T11:32:22.521 INFO:tasks.ceph_client:Setting up client nodes... 2020-12-22T11:32:22.522 DEBUG:teuthology.orchestra.run.smithi058:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=client.0 /etc/ceph/ceph.client.0.keyring && sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2020-12-22T11:32:22.640 INFO:teuthology.orchestra.run.smithi058.stdout:creating /etc/ceph/ceph.client.0.keyring 2020-12-22T11:32:22.656 INFO:tasks.ceph:Running mkfs on osd nodes... 2020-12-22T11:32:22.656 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi105.front.sepia.ceph.com'): {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'}, Remote(name='ubuntu@smithi039.front.sepia.ceph.com'): {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'}} 2020-12-22T11:32:22.657 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /var/lib/ceph/osd/ceph-0 2020-12-22T11:32:22.682 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:22.683 INFO:tasks.ceph:role: osd.0 2020-12-22T11:32:22.683 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi105.front.sepia.ceph.com 2020-12-22T11:32:22.683 DEBUG:teuthology.orchestra.run.smithi105:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2020-12-22T11:32:22.754 INFO:teuthology.orchestra.run.smithi105.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2020-12-22T11:32:22.754 INFO:teuthology.orchestra.run.smithi105.stdout: = sectsz=512 attr=2, projid32bit=1 2020-12-22T11:32:22.754 INFO:teuthology.orchestra.run.smithi105.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-12-22T11:32:22.755 INFO:teuthology.orchestra.run.smithi105.stdout: = reflink=1 2020-12-22T11:32:22.755 INFO:teuthology.orchestra.run.smithi105.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-12-22T11:32:22.755 INFO:teuthology.orchestra.run.smithi105.stdout: = sunit=0 swidth=0 blks 2020-12-22T11:32:22.755 INFO:teuthology.orchestra.run.smithi105.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-12-22T11:32:22.756 INFO:teuthology.orchestra.run.smithi105.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-12-22T11:32:22.756 INFO:teuthology.orchestra.run.smithi105.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-12-22T11:32:22.756 INFO:teuthology.orchestra.run.smithi105.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-12-22T11:32:23.114 INFO:teuthology.orchestra.run.smithi105.stdout:Discarding blocks...Done. 2020-12-22T11:32:23.116 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi105.front.sepia.ceph.com -o noatime 2020-12-22T11:32:23.116 DEBUG:teuthology.orchestra.run.smithi105:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-0 2020-12-22T11:32:23.251 DEBUG:teuthology.orchestra.run.smithi105:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-0 2020-12-22T11:32:23.279 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /var/lib/ceph/osd/ceph-1 2020-12-22T11:32:23.344 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:23.344 INFO:tasks.ceph:role: osd.1 2020-12-22T11:32:23.344 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi105.front.sepia.ceph.com 2020-12-22T11:32:23.345 DEBUG:teuthology.orchestra.run.smithi105:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2020-12-22T11:32:23.415 INFO:teuthology.orchestra.run.smithi105.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2020-12-22T11:32:23.416 INFO:teuthology.orchestra.run.smithi105.stdout: = sectsz=512 attr=2, projid32bit=1 2020-12-22T11:32:23.416 INFO:teuthology.orchestra.run.smithi105.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-12-22T11:32:23.416 INFO:teuthology.orchestra.run.smithi105.stdout: = reflink=1 2020-12-22T11:32:23.417 INFO:teuthology.orchestra.run.smithi105.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-12-22T11:32:23.417 INFO:teuthology.orchestra.run.smithi105.stdout: = sunit=0 swidth=0 blks 2020-12-22T11:32:23.417 INFO:teuthology.orchestra.run.smithi105.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-12-22T11:32:23.417 INFO:teuthology.orchestra.run.smithi105.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-12-22T11:32:23.417 INFO:teuthology.orchestra.run.smithi105.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-12-22T11:32:23.418 INFO:teuthology.orchestra.run.smithi105.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-12-22T11:32:23.776 INFO:teuthology.orchestra.run.smithi105.stdout:Discarding blocks...Done. 2020-12-22T11:32:23.778 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi105.front.sepia.ceph.com -o noatime 2020-12-22T11:32:23.778 DEBUG:teuthology.orchestra.run.smithi105:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-1 2020-12-22T11:32:23.866 DEBUG:teuthology.orchestra.run.smithi105:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-1 2020-12-22T11:32:23.894 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /var/lib/ceph/osd/ceph-2 2020-12-22T11:32:23.960 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:23.960 INFO:tasks.ceph:role: osd.2 2020-12-22T11:32:23.961 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi105.front.sepia.ceph.com 2020-12-22T11:32:23.961 DEBUG:teuthology.orchestra.run.smithi105:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2020-12-22T11:32:24.032 INFO:teuthology.orchestra.run.smithi105.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2020-12-22T11:32:24.032 INFO:teuthology.orchestra.run.smithi105.stdout: = sectsz=512 attr=2, projid32bit=1 2020-12-22T11:32:24.032 INFO:teuthology.orchestra.run.smithi105.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-12-22T11:32:24.033 INFO:teuthology.orchestra.run.smithi105.stdout: = reflink=1 2020-12-22T11:32:24.033 INFO:teuthology.orchestra.run.smithi105.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-12-22T11:32:24.033 INFO:teuthology.orchestra.run.smithi105.stdout: = sunit=0 swidth=0 blks 2020-12-22T11:32:24.033 INFO:teuthology.orchestra.run.smithi105.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-12-22T11:32:24.034 INFO:teuthology.orchestra.run.smithi105.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-12-22T11:32:24.034 INFO:teuthology.orchestra.run.smithi105.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-12-22T11:32:24.034 INFO:teuthology.orchestra.run.smithi105.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-12-22T11:32:24.403 INFO:teuthology.orchestra.run.smithi105.stdout:Discarding blocks...Done. 2020-12-22T11:32:24.405 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi105.front.sepia.ceph.com -o noatime 2020-12-22T11:32:24.405 DEBUG:teuthology.orchestra.run.smithi105:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-2 2020-12-22T11:32:24.504 DEBUG:teuthology.orchestra.run.smithi105:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-2 2020-12-22T11:32:24.531 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /var/lib/ceph/osd/ceph-3 2020-12-22T11:32:24.595 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:24.596 INFO:tasks.ceph:role: osd.3 2020-12-22T11:32:24.596 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_4 on ubuntu@smithi105.front.sepia.ceph.com 2020-12-22T11:32:24.596 DEBUG:teuthology.orchestra.run.smithi105:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_4 2020-12-22T11:32:24.668 INFO:teuthology.orchestra.run.smithi105.stdout:meta-data=/dev/vg_nvme/lv_4 isize=2048 agcount=4, agsize=5859072 blks 2020-12-22T11:32:24.668 INFO:teuthology.orchestra.run.smithi105.stdout: = sectsz=512 attr=2, projid32bit=1 2020-12-22T11:32:24.668 INFO:teuthology.orchestra.run.smithi105.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-12-22T11:32:24.669 INFO:teuthology.orchestra.run.smithi105.stdout: = reflink=1 2020-12-22T11:32:24.669 INFO:teuthology.orchestra.run.smithi105.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-12-22T11:32:24.669 INFO:teuthology.orchestra.run.smithi105.stdout: = sunit=0 swidth=0 blks 2020-12-22T11:32:24.669 INFO:teuthology.orchestra.run.smithi105.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-12-22T11:32:24.670 INFO:teuthology.orchestra.run.smithi105.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-12-22T11:32:24.670 INFO:teuthology.orchestra.run.smithi105.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-12-22T11:32:24.670 INFO:teuthology.orchestra.run.smithi105.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-12-22T11:32:25.040 INFO:teuthology.orchestra.run.smithi105.stdout:Discarding blocks...Done. 2020-12-22T11:32:25.041 INFO:tasks.ceph:mount /dev/vg_nvme/lv_4 on ubuntu@smithi105.front.sepia.ceph.com -o noatime 2020-12-22T11:32:25.042 DEBUG:teuthology.orchestra.run.smithi105:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-3 2020-12-22T11:32:25.145 DEBUG:teuthology.orchestra.run.smithi105:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-3 2020-12-22T11:32:25.172 DEBUG:teuthology.orchestra.run.smithi105:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 0 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:25.278 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:25.277+0000 7fe9f7bfef00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:25.278 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:25.277+0000 7fe9f7bfef00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:25.280 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:25.279+0000 7fe9f7bfef00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:25.280 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:25.279+0000 7fe9f7bfef00 -1 auth: error reading file: /var/lib/ceph/osd/ceph-0/keyring: can't open /var/lib/ceph/osd/ceph-0/keyring: (2) No such file or directory 2020-12-22T11:32:25.282 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:25.281+0000 7fe9f7bfef00 -1 created new key in keyring /var/lib/ceph/osd/ceph-0/keyring 2020-12-22T11:32:25.282 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:25.281+0000 7fe9f7bfef00 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory 2020-12-22T11:32:25.282 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:25.281+0000 7fe9f7bfef00 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory 2020-12-22T11:32:25.283 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:25.281+0000 7fe9f7bfef00 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory 2020-12-22T11:32:25.291 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:25.291+0000 7fe9f7bfef00 -1 bluestore(/var/lib/ceph/osd/ceph-0) _read_fsid unparsable uuid 2020-12-22T11:32:28.135 DEBUG:teuthology.orchestra.run.smithi105:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2020-12-22T11:32:28.165 DEBUG:teuthology.orchestra.run.smithi105:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 1 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:28.248 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:28.247+0000 7f489d128f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:28.248 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:28.247+0000 7f489d128f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:28.250 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:28.248+0000 7f489d128f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:28.251 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:28.248+0000 7f489d128f00 -1 auth: error reading file: /var/lib/ceph/osd/ceph-1/keyring: can't open /var/lib/ceph/osd/ceph-1/keyring: (2) No such file or directory 2020-12-22T11:32:28.251 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:28.249+0000 7f489d128f00 -1 created new key in keyring /var/lib/ceph/osd/ceph-1/keyring 2020-12-22T11:32:28.251 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:28.249+0000 7f489d128f00 -1 bluestore(/var/lib/ceph/osd/ceph-1/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-1/block: (2) No such file or directory 2020-12-22T11:32:28.251 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:28.249+0000 7f489d128f00 -1 bluestore(/var/lib/ceph/osd/ceph-1/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-1/block: (2) No such file or directory 2020-12-22T11:32:28.252 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:28.249+0000 7f489d128f00 -1 bluestore(/var/lib/ceph/osd/ceph-1/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-1/block: (2) No such file or directory 2020-12-22T11:32:28.252 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:28.249+0000 7f489d128f00 -1 bluestore(/var/lib/ceph/osd/ceph-1) _read_fsid unparsable uuid 2020-12-22T11:32:31.092 DEBUG:teuthology.orchestra.run.smithi105:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2020-12-22T11:32:31.162 DEBUG:teuthology.orchestra.run.smithi105:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 2 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:31.246 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:31.245+0000 7f86dbffcf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:31.247 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:31.245+0000 7f86dbffcf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:31.248 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:31.247+0000 7f86dbffcf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:31.249 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:31.247+0000 7f86dbffcf00 -1 auth: error reading file: /var/lib/ceph/osd/ceph-2/keyring: can't open /var/lib/ceph/osd/ceph-2/keyring: (2) No such file or directory 2020-12-22T11:32:31.250 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:31.247+0000 7f86dbffcf00 -1 created new key in keyring /var/lib/ceph/osd/ceph-2/keyring 2020-12-22T11:32:31.250 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:31.247+0000 7f86dbffcf00 -1 bluestore(/var/lib/ceph/osd/ceph-2/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-2/block: (2) No such file or directory 2020-12-22T11:32:31.250 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:31.247+0000 7f86dbffcf00 -1 bluestore(/var/lib/ceph/osd/ceph-2/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-2/block: (2) No such file or directory 2020-12-22T11:32:31.250 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:31.247+0000 7f86dbffcf00 -1 bluestore(/var/lib/ceph/osd/ceph-2/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-2/block: (2) No such file or directory 2020-12-22T11:32:31.250 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:31.248+0000 7f86dbffcf00 -1 bluestore(/var/lib/ceph/osd/ceph-2) _read_fsid unparsable uuid 2020-12-22T11:32:34.094 DEBUG:teuthology.orchestra.run.smithi105:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2020-12-22T11:32:34.124 DEBUG:teuthology.orchestra.run.smithi105:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 3 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:34.208 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:34.206+0000 7f897887bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:34.208 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:34.206+0000 7f897887bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:34.208 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:34.207+0000 7f897887bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:34.209 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:34.207+0000 7f897887bf00 -1 auth: error reading file: /var/lib/ceph/osd/ceph-3/keyring: can't open /var/lib/ceph/osd/ceph-3/keyring: (2) No such file or directory 2020-12-22T11:32:34.209 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:34.207+0000 7f897887bf00 -1 created new key in keyring /var/lib/ceph/osd/ceph-3/keyring 2020-12-22T11:32:34.210 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:34.208+0000 7f897887bf00 -1 bluestore(/var/lib/ceph/osd/ceph-3/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-3/block: (2) No such file or directory 2020-12-22T11:32:34.210 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:34.208+0000 7f897887bf00 -1 bluestore(/var/lib/ceph/osd/ceph-3/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-3/block: (2) No such file or directory 2020-12-22T11:32:34.210 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:34.208+0000 7f897887bf00 -1 bluestore(/var/lib/ceph/osd/ceph-3/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-3/block: (2) No such file or directory 2020-12-22T11:32:34.211 INFO:teuthology.orchestra.run.smithi105.stderr:2020-12-22T11:32:34.208+0000 7f897887bf00 -1 bluestore(/var/lib/ceph/osd/ceph-3) _read_fsid unparsable uuid 2020-12-22T11:32:37.057 DEBUG:teuthology.orchestra.run.smithi105:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2020-12-22T11:32:37.086 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/osd/ceph-4 2020-12-22T11:32:37.119 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:37.119 INFO:tasks.ceph:role: osd.4 2020-12-22T11:32:37.119 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi039.front.sepia.ceph.com 2020-12-22T11:32:37.120 DEBUG:teuthology.orchestra.run.smithi039:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2020-12-22T11:32:37.219 INFO:teuthology.orchestra.run.smithi039.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2020-12-22T11:32:37.219 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 attr=2, projid32bit=1 2020-12-22T11:32:37.219 INFO:teuthology.orchestra.run.smithi039.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-12-22T11:32:37.220 INFO:teuthology.orchestra.run.smithi039.stdout: = reflink=1 2020-12-22T11:32:37.220 INFO:teuthology.orchestra.run.smithi039.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-12-22T11:32:37.220 INFO:teuthology.orchestra.run.smithi039.stdout: = sunit=0 swidth=0 blks 2020-12-22T11:32:37.220 INFO:teuthology.orchestra.run.smithi039.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-12-22T11:32:37.220 INFO:teuthology.orchestra.run.smithi039.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-12-22T11:32:37.221 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-12-22T11:32:37.221 INFO:teuthology.orchestra.run.smithi039.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-12-22T11:32:38.476 INFO:teuthology.orchestra.run.smithi039.stdout:Discarding blocks...Done. 2020-12-22T11:32:38.478 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi039.front.sepia.ceph.com -o noatime 2020-12-22T11:32:38.478 DEBUG:teuthology.orchestra.run.smithi039:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-4 2020-12-22T11:32:38.525 DEBUG:teuthology.orchestra.run.smithi039:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-4 2020-12-22T11:32:38.557 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/osd/ceph-5 2020-12-22T11:32:38.625 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:38.625 INFO:tasks.ceph:role: osd.5 2020-12-22T11:32:38.626 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi039.front.sepia.ceph.com 2020-12-22T11:32:38.626 DEBUG:teuthology.orchestra.run.smithi039:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2020-12-22T11:32:38.721 INFO:teuthology.orchestra.run.smithi039.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2020-12-22T11:32:38.721 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 attr=2, projid32bit=1 2020-12-22T11:32:38.722 INFO:teuthology.orchestra.run.smithi039.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-12-22T11:32:38.722 INFO:teuthology.orchestra.run.smithi039.stdout: = reflink=1 2020-12-22T11:32:38.722 INFO:teuthology.orchestra.run.smithi039.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-12-22T11:32:38.722 INFO:teuthology.orchestra.run.smithi039.stdout: = sunit=0 swidth=0 blks 2020-12-22T11:32:38.723 INFO:teuthology.orchestra.run.smithi039.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-12-22T11:32:38.723 INFO:teuthology.orchestra.run.smithi039.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-12-22T11:32:38.723 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-12-22T11:32:38.723 INFO:teuthology.orchestra.run.smithi039.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-12-22T11:32:39.979 INFO:teuthology.orchestra.run.smithi039.stdout:Discarding blocks...Done. 2020-12-22T11:32:39.981 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi039.front.sepia.ceph.com -o noatime 2020-12-22T11:32:39.981 DEBUG:teuthology.orchestra.run.smithi039:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-5 2020-12-22T11:32:40.023 DEBUG:teuthology.orchestra.run.smithi039:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-5 2020-12-22T11:32:40.094 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/osd/ceph-6 2020-12-22T11:32:40.160 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:40.161 INFO:tasks.ceph:role: osd.6 2020-12-22T11:32:40.161 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi039.front.sepia.ceph.com 2020-12-22T11:32:40.162 DEBUG:teuthology.orchestra.run.smithi039:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2020-12-22T11:32:40.256 INFO:teuthology.orchestra.run.smithi039.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2020-12-22T11:32:40.256 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 attr=2, projid32bit=1 2020-12-22T11:32:40.256 INFO:teuthology.orchestra.run.smithi039.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-12-22T11:32:40.257 INFO:teuthology.orchestra.run.smithi039.stdout: = reflink=1 2020-12-22T11:32:40.257 INFO:teuthology.orchestra.run.smithi039.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-12-22T11:32:40.257 INFO:teuthology.orchestra.run.smithi039.stdout: = sunit=0 swidth=0 blks 2020-12-22T11:32:40.257 INFO:teuthology.orchestra.run.smithi039.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-12-22T11:32:40.258 INFO:teuthology.orchestra.run.smithi039.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-12-22T11:32:40.258 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-12-22T11:32:40.258 INFO:teuthology.orchestra.run.smithi039.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-12-22T11:32:41.513 INFO:teuthology.orchestra.run.smithi039.stdout:Discarding blocks...Done. 2020-12-22T11:32:41.515 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi039.front.sepia.ceph.com -o noatime 2020-12-22T11:32:41.516 DEBUG:teuthology.orchestra.run.smithi039:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-6 2020-12-22T11:32:41.558 DEBUG:teuthology.orchestra.run.smithi039:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-6 2020-12-22T11:32:41.629 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/osd/ceph-7 2020-12-22T11:32:41.695 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2020-12-22T11:32:41.696 INFO:tasks.ceph:role: osd.7 2020-12-22T11:32:41.696 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_4 on ubuntu@smithi039.front.sepia.ceph.com 2020-12-22T11:32:41.696 DEBUG:teuthology.orchestra.run.smithi039:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_4 2020-12-22T11:32:41.790 INFO:teuthology.orchestra.run.smithi039.stdout:meta-data=/dev/vg_nvme/lv_4 isize=2048 agcount=4, agsize=5859072 blks 2020-12-22T11:32:41.791 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 attr=2, projid32bit=1 2020-12-22T11:32:41.791 INFO:teuthology.orchestra.run.smithi039.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2020-12-22T11:32:41.791 INFO:teuthology.orchestra.run.smithi039.stdout: = reflink=1 2020-12-22T11:32:41.791 INFO:teuthology.orchestra.run.smithi039.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2020-12-22T11:32:41.792 INFO:teuthology.orchestra.run.smithi039.stdout: = sunit=0 swidth=0 blks 2020-12-22T11:32:41.792 INFO:teuthology.orchestra.run.smithi039.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2020-12-22T11:32:41.792 INFO:teuthology.orchestra.run.smithi039.stdout:log =internal log bsize=4096 blocks=11443, version=2 2020-12-22T11:32:41.792 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2020-12-22T11:32:41.792 INFO:teuthology.orchestra.run.smithi039.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2020-12-22T11:32:43.051 INFO:teuthology.orchestra.run.smithi039.stdout:Discarding blocks...Done. 2020-12-22T11:32:43.053 INFO:tasks.ceph:mount /dev/vg_nvme/lv_4 on ubuntu@smithi039.front.sepia.ceph.com -o noatime 2020-12-22T11:32:43.053 DEBUG:teuthology.orchestra.run.smithi039:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-7 2020-12-22T11:32:43.097 DEBUG:teuthology.orchestra.run.smithi039:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-7 2020-12-22T11:32:43.171 DEBUG:teuthology.orchestra.run.smithi039:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 4 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:43.284 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:43.283+0000 7fd930644f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:43.284 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:43.283+0000 7fd930644f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:43.285 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:43.284+0000 7fd930644f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:43.285 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:43.285+0000 7fd930644f00 -1 auth: error reading file: /var/lib/ceph/osd/ceph-4/keyring: can't open /var/lib/ceph/osd/ceph-4/keyring: (2) No such file or directory 2020-12-22T11:32:43.286 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:43.285+0000 7fd930644f00 -1 created new key in keyring /var/lib/ceph/osd/ceph-4/keyring 2020-12-22T11:32:43.286 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:43.285+0000 7fd930644f00 -1 bluestore(/var/lib/ceph/osd/ceph-4/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-4/block: (2) No such file or directory 2020-12-22T11:32:43.287 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:43.285+0000 7fd930644f00 -1 bluestore(/var/lib/ceph/osd/ceph-4/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-4/block: (2) No such file or directory 2020-12-22T11:32:43.287 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:43.285+0000 7fd930644f00 -1 bluestore(/var/lib/ceph/osd/ceph-4/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-4/block: (2) No such file or directory 2020-12-22T11:32:43.287 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:43.286+0000 7fd930644f00 -1 bluestore(/var/lib/ceph/osd/ceph-4) _read_fsid unparsable uuid 2020-12-22T11:32:46.140 DEBUG:teuthology.orchestra.run.smithi039:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2020-12-22T11:32:46.172 DEBUG:teuthology.orchestra.run.smithi039:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 5 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:46.259 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:46.259+0000 7f63e27b2f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:46.260 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:46.259+0000 7f63e27b2f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:46.261 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:46.261+0000 7f63e27b2f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:46.262 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:46.261+0000 7f63e27b2f00 -1 auth: error reading file: /var/lib/ceph/osd/ceph-5/keyring: can't open /var/lib/ceph/osd/ceph-5/keyring: (2) No such file or directory 2020-12-22T11:32:46.262 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:46.262+0000 7f63e27b2f00 -1 created new key in keyring /var/lib/ceph/osd/ceph-5/keyring 2020-12-22T11:32:46.262 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:46.262+0000 7f63e27b2f00 -1 bluestore(/var/lib/ceph/osd/ceph-5/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-5/block: (2) No such file or directory 2020-12-22T11:32:46.263 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:46.262+0000 7f63e27b2f00 -1 bluestore(/var/lib/ceph/osd/ceph-5/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-5/block: (2) No such file or directory 2020-12-22T11:32:46.263 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:46.262+0000 7f63e27b2f00 -1 bluestore(/var/lib/ceph/osd/ceph-5/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-5/block: (2) No such file or directory 2020-12-22T11:32:46.263 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:46.262+0000 7f63e27b2f00 -1 bluestore(/var/lib/ceph/osd/ceph-5) _read_fsid unparsable uuid 2020-12-22T11:32:49.113 DEBUG:teuthology.orchestra.run.smithi039:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2020-12-22T11:32:49.143 DEBUG:teuthology.orchestra.run.smithi039:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 6 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:49.230 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:49.230+0000 7fc306bfbf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:49.231 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:49.230+0000 7fc306bfbf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:49.231 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:49.231+0000 7fc306bfbf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:49.232 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:49.231+0000 7fc306bfbf00 -1 auth: error reading file: /var/lib/ceph/osd/ceph-6/keyring: can't open /var/lib/ceph/osd/ceph-6/keyring: (2) No such file or directory 2020-12-22T11:32:49.233 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:49.232+0000 7fc306bfbf00 -1 created new key in keyring /var/lib/ceph/osd/ceph-6/keyring 2020-12-22T11:32:49.233 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:49.232+0000 7fc306bfbf00 -1 bluestore(/var/lib/ceph/osd/ceph-6/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-6/block: (2) No such file or directory 2020-12-22T11:32:49.233 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:49.232+0000 7fc306bfbf00 -1 bluestore(/var/lib/ceph/osd/ceph-6/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-6/block: (2) No such file or directory 2020-12-22T11:32:49.234 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:49.232+0000 7fc306bfbf00 -1 bluestore(/var/lib/ceph/osd/ceph-6/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-6/block: (2) No such file or directory 2020-12-22T11:32:49.234 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:49.233+0000 7fc306bfbf00 -1 bluestore(/var/lib/ceph/osd/ceph-6) _read_fsid unparsable uuid 2020-12-22T11:32:52.087 DEBUG:teuthology.orchestra.run.smithi039:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2020-12-22T11:32:52.118 DEBUG:teuthology.orchestra.run.smithi039:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 7 --monmap /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:52.204 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:52.204+0000 7f81d2a8bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:52.204 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:52.204+0000 7f81d2a8bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:52.206 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:52.206+0000 7f81d2a8bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:52.207 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:52.206+0000 7f81d2a8bf00 -1 auth: error reading file: /var/lib/ceph/osd/ceph-7/keyring: can't open /var/lib/ceph/osd/ceph-7/keyring: (2) No such file or directory 2020-12-22T11:32:52.207 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:52.206+0000 7f81d2a8bf00 -1 created new key in keyring /var/lib/ceph/osd/ceph-7/keyring 2020-12-22T11:32:52.207 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:52.206+0000 7f81d2a8bf00 -1 bluestore(/var/lib/ceph/osd/ceph-7/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-7/block: (2) No such file or directory 2020-12-22T11:32:52.207 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:52.207+0000 7f81d2a8bf00 -1 bluestore(/var/lib/ceph/osd/ceph-7/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-7/block: (2) No such file or directory 2020-12-22T11:32:52.208 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:52.207+0000 7f81d2a8bf00 -1 bluestore(/var/lib/ceph/osd/ceph-7/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-7/block: (2) No such file or directory 2020-12-22T11:32:52.208 INFO:teuthology.orchestra.run.smithi039.stderr:2020-12-22T11:32:52.207+0000 7f81d2a8bf00 -1 bluestore(/var/lib/ceph/osd/ceph-7) _read_fsid unparsable uuid 2020-12-22T11:32:55.061 DEBUG:teuthology.orchestra.run.smithi039:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2020-12-22T11:32:55.092 INFO:tasks.ceph:Reading keys from all nodes... 2020-12-22T11:32:55.092 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:55.092 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/mgr/ceph-x/keyring of=/dev/stdout 2020-12-22T11:32:55.122 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:55.122 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/osd/ceph-0/keyring of=/dev/stdout 2020-12-22T11:32:55.190 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:55.191 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/osd/ceph-1/keyring of=/dev/stdout 2020-12-22T11:32:55.257 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:55.258 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/osd/ceph-2/keyring of=/dev/stdout 2020-12-22T11:32:55.323 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:55.324 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/osd/ceph-3/keyring of=/dev/stdout 2020-12-22T11:32:55.389 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:55.389 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/mgr/ceph-y/keyring of=/dev/stdout 2020-12-22T11:32:55.419 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:55.420 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/ceph-4/keyring of=/dev/stdout 2020-12-22T11:32:55.488 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:55.489 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/ceph-5/keyring of=/dev/stdout 2020-12-22T11:32:55.556 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:55.556 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/ceph-6/keyring of=/dev/stdout 2020-12-22T11:32:55.623 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:55.624 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/ceph-7/keyring of=/dev/stdout 2020-12-22T11:32:55.691 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:32:55.691 DEBUG:teuthology.orchestra.run.smithi058:> dd if=/etc/ceph/ceph.client.0.keyring of=/dev/stdout 2020-12-22T11:32:55.709 INFO:tasks.ceph:Adding keys to all mons... 2020-12-22T11:32:55.710 DEBUG:teuthology.orchestra.run.smithi039:> sudo tee -a /etc/ceph/ceph.keyring 2020-12-22T11:32:55.733 DEBUG:teuthology.orchestra.run.smithi105:> sudo tee -a /etc/ceph/ceph.keyring 2020-12-22T11:32:55.756 INFO:teuthology.orchestra.run.smithi039.stdout:[mgr.x] 2020-12-22T11:32:55.756 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBG2eFfOYVqGRAAi/GXP/Mm1OuSdRSXmkOZyQ== 2020-12-22T11:32:55.757 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.0] 2020-12-22T11:32:55.757 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBJ2eFffdm8EBAAP0NLeFbmtoLvs8h3zyjN2Q== 2020-12-22T11:32:55.757 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.1] 2020-12-22T11:32:55.758 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBM2eFfAADjDhAAiKn97MDdQmzmYzZ1gAb9vg== 2020-12-22T11:32:55.758 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.2] 2020-12-22T11:32:55.758 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBP2eFfwOjcDhAAL4KZCAkPfW1Ro/0gTurW6w== 2020-12-22T11:32:55.758 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.3] 2020-12-22T11:32:55.759 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBS2eFfS/x9DBAAIIfITjm75Fx8zDRuApfecQ== 2020-12-22T11:32:55.759 INFO:teuthology.orchestra.run.smithi039.stdout:[mgr.y] 2020-12-22T11:32:55.759 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBG2eFfEt/zHhAAvA/HSlQARzfTAc/1kmcZuQ== 2020-12-22T11:32:55.759 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.4] 2020-12-22T11:32:55.760 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBb2eFfglIMERAA6r4EnnIwobvEEL0UOlAr6Q== 2020-12-22T11:32:55.760 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.5] 2020-12-22T11:32:55.760 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBe2eFfsLKhDxAAgAoT7le0cLxK2J8SusyYsg== 2020-12-22T11:32:55.760 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.6] 2020-12-22T11:32:55.760 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBh2eFfk+7bDRAAbE0kYK9x8/WQvzJRXz9XWw== 2020-12-22T11:32:55.761 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.7] 2020-12-22T11:32:55.761 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBk2eFfFxhZDBAAsTwD5uU5svP/tAAirbXtXw== 2020-12-22T11:32:55.761 INFO:teuthology.orchestra.run.smithi039.stdout:[client.0] 2020-12-22T11:32:55.762 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBG2eFfaOgpJhAANh6BpsndCETCU/3IL5R78Q== 2020-12-22T11:32:55.763 INFO:teuthology.orchestra.run.smithi105.stdout:[mgr.x] 2020-12-22T11:32:55.763 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBG2eFfOYVqGRAAi/GXP/Mm1OuSdRSXmkOZyQ== 2020-12-22T11:32:55.764 INFO:teuthology.orchestra.run.smithi105.stdout:[osd.0] 2020-12-22T11:32:55.764 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBJ2eFffdm8EBAAP0NLeFbmtoLvs8h3zyjN2Q== 2020-12-22T11:32:55.764 INFO:teuthology.orchestra.run.smithi105.stdout:[osd.1] 2020-12-22T11:32:55.764 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBM2eFfAADjDhAAiKn97MDdQmzmYzZ1gAb9vg== 2020-12-22T11:32:55.765 INFO:teuthology.orchestra.run.smithi105.stdout:[osd.2] 2020-12-22T11:32:55.765 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBP2eFfwOjcDhAAL4KZCAkPfW1Ro/0gTurW6w== 2020-12-22T11:32:55.765 INFO:teuthology.orchestra.run.smithi105.stdout:[osd.3] 2020-12-22T11:32:55.765 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBS2eFfS/x9DBAAIIfITjm75Fx8zDRuApfecQ== 2020-12-22T11:32:55.765 INFO:teuthology.orchestra.run.smithi105.stdout:[mgr.y] 2020-12-22T11:32:55.766 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBG2eFfEt/zHhAAvA/HSlQARzfTAc/1kmcZuQ== 2020-12-22T11:32:55.766 INFO:teuthology.orchestra.run.smithi105.stdout:[osd.4] 2020-12-22T11:32:55.766 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBb2eFfglIMERAA6r4EnnIwobvEEL0UOlAr6Q== 2020-12-22T11:32:55.766 INFO:teuthology.orchestra.run.smithi105.stdout:[osd.5] 2020-12-22T11:32:55.767 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBe2eFfsLKhDxAAgAoT7le0cLxK2J8SusyYsg== 2020-12-22T11:32:55.767 INFO:teuthology.orchestra.run.smithi105.stdout:[osd.6] 2020-12-22T11:32:55.767 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBh2eFfk+7bDRAAbE0kYK9x8/WQvzJRXz9XWw== 2020-12-22T11:32:55.767 INFO:teuthology.orchestra.run.smithi105.stdout:[osd.7] 2020-12-22T11:32:55.768 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBk2eFfFxhZDBAAsTwD5uU5svP/tAAirbXtXw== 2020-12-22T11:32:55.768 INFO:teuthology.orchestra.run.smithi105.stdout:[client.0] 2020-12-22T11:32:55.768 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBG2eFfaOgpJhAANh6BpsndCETCU/3IL5R78Q== 2020-12-22T11:32:55.768 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.x --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2020-12-22T11:32:55.805 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.x --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2020-12-22T11:32:55.858 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.0 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:55.860 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.0 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:55.911 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.1 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:55.913 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.1 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:55.962 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.2 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:55.965 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.2 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.011 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.3 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.013 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.3 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.059 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.y --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2020-12-22T11:32:56.062 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.y --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2020-12-22T11:32:56.109 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.4 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.112 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.4 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.157 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.5 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.160 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.5 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.206 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.6 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.209 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.6 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.256 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.7 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.258 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.7 --cap mon 'allow *' --cap mgr 'allow *' --cap osd 'allow *' 2020-12-22T11:32:56.304 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=client.0 --cap mon 'allow rw' --cap mgr 'allow r' --cap osd 'allow rwx' --cap mds allow 2020-12-22T11:32:56.307 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=client.0 --cap mon 'allow rw' --cap mgr 'allow r' --cap osd 'allow rwx' --cap mds allow 2020-12-22T11:32:56.356 INFO:tasks.ceph:Running mkfs on mon nodes... 2020-12-22T11:32:56.356 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /var/lib/ceph/mon/ceph-a 2020-12-22T11:32:56.381 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster ceph --mkfs -i a --monmap /home/ubuntu/cephtest/ceph.monmap --keyring /etc/ceph/ceph.keyring 2020-12-22T11:32:56.471 DEBUG:teuthology.orchestra.run.smithi105:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-a 2020-12-22T11:32:56.496 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /var/lib/ceph/mon/ceph-c 2020-12-22T11:32:56.560 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster ceph --mkfs -i c --monmap /home/ubuntu/cephtest/ceph.monmap --keyring /etc/ceph/ceph.keyring 2020-12-22T11:32:56.650 DEBUG:teuthology.orchestra.run.smithi105:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-c 2020-12-22T11:32:56.675 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/mon/ceph-b 2020-12-22T11:32:56.701 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster ceph --mkfs -i b --monmap /home/ubuntu/cephtest/ceph.monmap --keyring /etc/ceph/ceph.keyring 2020-12-22T11:32:56.815 DEBUG:teuthology.orchestra.run.smithi039:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-b 2020-12-22T11:32:56.841 DEBUG:teuthology.orchestra.run.smithi039:> rm -- /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:56.883 DEBUG:teuthology.orchestra.run.smithi105:> rm -- /home/ubuntu/cephtest/ceph.monmap 2020-12-22T11:32:56.897 INFO:tasks.ceph:Starting mon daemons in cluster ceph... 2020-12-22T11:32:56.898 INFO:tasks.ceph.mon.a:Restarting daemon 2020-12-22T11:32:56.898 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i a 2020-12-22T11:32:56.939 INFO:tasks.ceph.mon.a:Started 2020-12-22T11:32:56.940 INFO:tasks.ceph.mon.c:Restarting daemon 2020-12-22T11:32:56.940 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i c 2020-12-22T11:32:56.942 INFO:tasks.ceph.mon.c:Started 2020-12-22T11:32:56.943 INFO:tasks.ceph.mon.b:Restarting daemon 2020-12-22T11:32:56.943 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i b 2020-12-22T11:32:56.945 INFO:tasks.ceph.mon.b:Started 2020-12-22T11:32:56.945 INFO:tasks.ceph:Starting mgr daemons in cluster ceph... 2020-12-22T11:32:56.946 INFO:tasks.ceph.mgr.x:Restarting daemon 2020-12-22T11:32:56.946 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster ceph -i x 2020-12-22T11:32:56.948 INFO:tasks.ceph.mgr.x:Started 2020-12-22T11:32:56.949 INFO:tasks.ceph.mgr.y:Restarting daemon 2020-12-22T11:32:56.949 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster ceph -i y 2020-12-22T11:32:56.951 INFO:tasks.ceph.mgr.y:Started 2020-12-22T11:32:56.952 INFO:tasks.ceph:Setting crush tunables to default 2020-12-22T11:32:56.952 DEBUG:teuthology.orchestra.run.smithi105:> sudo ceph --cluster ceph osd crush tunables default 2020-12-22T11:32:57.215 INFO:teuthology.orchestra.run.smithi105.stderr:adjusted tunables profile to default 2020-12-22T11:32:57.225 INFO:tasks.ceph:Starting osd daemons in cluster ceph... 2020-12-22T11:32:57.226 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:57.226 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/osd/ceph-0/fsid of=/dev/stdout 2020-12-22T11:32:57.250 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:57.250 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/osd/ceph-1/fsid of=/dev/stdout 2020-12-22T11:32:57.315 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:57.315 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/osd/ceph-2/fsid of=/dev/stdout 2020-12-22T11:32:57.379 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2020-12-22T11:32:57.379 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/osd/ceph-3/fsid of=/dev/stdout 2020-12-22T11:32:57.446 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:57.446 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/ceph-4/fsid of=/dev/stdout 2020-12-22T11:32:57.472 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:57.472 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/ceph-5/fsid of=/dev/stdout 2020-12-22T11:32:57.538 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:57.538 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/ceph-6/fsid of=/dev/stdout 2020-12-22T11:32:57.605 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2020-12-22T11:32:57.606 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/ceph-7/fsid of=/dev/stdout 2020-12-22T11:32:57.671 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster ceph osd new 8883fd9a-86de-49f1-9e38-5b0fcc51428a 0 2020-12-22T11:32:57.941 INFO:teuthology.orchestra.run.smithi039.stdout:0 2020-12-22T11:32:57.953 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster ceph osd new 08911d5d-ecfa-40c2-b06a-a8ef2b63802b 1 2020-12-22T11:32:58.180 INFO:teuthology.orchestra.run.smithi039.stdout:1 2020-12-22T11:32:58.192 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster ceph osd new 89a5a770-13b2-43a4-ab1b-4f974c23bba7 2 2020-12-22T11:32:58.469 INFO:teuthology.orchestra.run.smithi039.stdout:2 2020-12-22T11:32:58.481 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster ceph osd new d8d22e08-aec4-4829-933a-4f8fd8b5392c 3 2020-12-22T11:32:58.707 INFO:teuthology.orchestra.run.smithi039.stdout:3 2020-12-22T11:32:58.720 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster ceph osd new b44dbf91-e9e1-4e8f-b320-3946b6550d62 4 2020-12-22T11:32:58.949 INFO:teuthology.orchestra.run.smithi039.stdout:4 2020-12-22T11:32:58.962 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster ceph osd new 05bae3d0-8106-4557-8249-9deb072bb31f 5 2020-12-22T11:32:59.190 INFO:teuthology.orchestra.run.smithi039.stdout:5 2020-12-22T11:32:59.202 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster ceph osd new 24e252ef-5fcb-4490-a1bd-447a888704c0 6 2020-12-22T11:32:59.429 INFO:teuthology.orchestra.run.smithi039.stdout:6 2020-12-22T11:32:59.442 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster ceph osd new c87214be-2306-4884-91ad-8701b926057f 7 2020-12-22T11:32:59.669 INFO:teuthology.orchestra.run.smithi039.stdout:7 2020-12-22T11:32:59.681 INFO:tasks.ceph.osd.0:Restarting daemon 2020-12-22T11:32:59.681 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 0 2020-12-22T11:32:59.683 INFO:tasks.ceph.osd.0:Started 2020-12-22T11:32:59.684 INFO:tasks.ceph.osd.1:Restarting daemon 2020-12-22T11:32:59.684 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 1 2020-12-22T11:32:59.686 INFO:tasks.ceph.osd.1:Started 2020-12-22T11:32:59.686 INFO:tasks.ceph.osd.2:Restarting daemon 2020-12-22T11:32:59.687 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 2 2020-12-22T11:32:59.689 INFO:tasks.ceph.osd.2:Started 2020-12-22T11:32:59.689 INFO:tasks.ceph.osd.3:Restarting daemon 2020-12-22T11:32:59.689 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 3 2020-12-22T11:32:59.691 INFO:tasks.ceph.osd.3:Started 2020-12-22T11:32:59.692 INFO:tasks.ceph.osd.4:Restarting daemon 2020-12-22T11:32:59.692 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 4 2020-12-22T11:32:59.694 INFO:tasks.ceph.osd.4:Started 2020-12-22T11:32:59.694 INFO:tasks.ceph.osd.5:Restarting daemon 2020-12-22T11:32:59.695 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 5 2020-12-22T11:32:59.697 INFO:tasks.ceph.osd.5:Started 2020-12-22T11:32:59.697 INFO:tasks.ceph.osd.6:Restarting daemon 2020-12-22T11:32:59.698 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 6 2020-12-22T11:32:59.700 INFO:tasks.ceph.osd.6:Started 2020-12-22T11:32:59.700 INFO:tasks.ceph.osd.7:Restarting daemon 2020-12-22T11:32:59.700 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 7 2020-12-22T11:32:59.702 INFO:tasks.ceph.osd.7:Started 2020-12-22T11:32:59.703 INFO:tasks.ceph:Waiting for OSDs to come up 2020-12-22T11:32:59.758 INFO:tasks.ceph.osd.1.smithi105.stderr:2020-12-22T11:32:59.758+0000 7fd1c5a0bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.762 INFO:tasks.ceph.osd.1.smithi105.stderr:2020-12-22T11:32:59.761+0000 7fd1c5a0bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.762 INFO:tasks.ceph.osd.1.smithi105.stderr:2020-12-22T11:32:59.761+0000 7fd1c5a0bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.763 INFO:tasks.ceph.osd.2.smithi105.stderr:2020-12-22T11:32:59.763+0000 7f982bc58f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.766 INFO:tasks.ceph.osd.2.smithi105.stderr:2020-12-22T11:32:59.766+0000 7f982bc58f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.767 INFO:tasks.ceph.osd.2.smithi105.stderr:2020-12-22T11:32:59.766+0000 7f982bc58f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.772 INFO:tasks.ceph.osd.4.smithi039.stderr:2020-12-22T11:32:59.771+0000 7fc23d88cf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.775 INFO:tasks.ceph.osd.0.smithi105.stderr:2020-12-22T11:32:59.774+0000 7fa994a10f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.775 INFO:tasks.ceph.osd.4.smithi039.stderr:2020-12-22T11:32:59.775+0000 7fc23d88cf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.776 INFO:tasks.ceph.osd.4.smithi039.stderr:2020-12-22T11:32:59.775+0000 7fc23d88cf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.778 INFO:tasks.ceph.osd.0.smithi105.stderr:2020-12-22T11:32:59.777+0000 7fa994a10f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.778 INFO:tasks.ceph.osd.0.smithi105.stderr:2020-12-22T11:32:59.777+0000 7fa994a10f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.782 INFO:tasks.ceph.osd.7.smithi039.stderr:2020-12-22T11:32:59.782+0000 7f4a8ffc4f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.785 INFO:tasks.ceph.osd.7.smithi039.stderr:2020-12-22T11:32:59.785+0000 7f4a8ffc4f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.786 INFO:tasks.ceph.osd.7.smithi039.stderr:2020-12-22T11:32:59.785+0000 7f4a8ffc4f00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.786 INFO:tasks.ceph.osd.3.smithi105.stderr:2020-12-22T11:32:59.785+0000 7fa234c8af00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.789 INFO:tasks.ceph.osd.3.smithi105.stderr:2020-12-22T11:32:59.788+0000 7fa234c8af00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.789 INFO:tasks.ceph.osd.3.smithi105.stderr:2020-12-22T11:32:59.788+0000 7fa234c8af00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.795 INFO:tasks.ceph.osd.5.smithi039.stderr:2020-12-22T11:32:59.795+0000 7f58e658bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.798 INFO:tasks.ceph.osd.5.smithi039.stderr:2020-12-22T11:32:59.798+0000 7f58e658bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.798 INFO:tasks.ceph.osd.5.smithi039.stderr:2020-12-22T11:32:59.798+0000 7f58e658bf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.801 INFO:tasks.ceph.osd.6.smithi039.stderr:2020-12-22T11:32:59.800+0000 7f1aad6ebf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.803 INFO:tasks.ceph.osd.6.smithi039.stderr:2020-12-22T11:32:59.803+0000 7f1aad6ebf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:32:59.803 INFO:tasks.ceph.osd.6.smithi039.stderr:2020-12-22T11:32:59.803+0000 7f1aad6ebf00 -1 WARNING: all dangerous and experimental features are enabled. 2020-12-22T11:33:00.282 INFO:tasks.ceph.osd.2.smithi105.stderr:2020-12-22T11:33:00.282+0000 7f982bc58f00 -1 Falling back to public interface 2020-12-22T11:33:00.283 INFO:tasks.ceph.osd.1.smithi105.stderr:2020-12-22T11:33:00.282+0000 7fd1c5a0bf00 -1 Falling back to public interface 2020-12-22T11:33:00.296 INFO:tasks.ceph.osd.4.smithi039.stderr:2020-12-22T11:33:00.295+0000 7fc23d88cf00 -1 Falling back to public interface 2020-12-22T11:33:00.305 INFO:tasks.ceph.osd.3.smithi105.stderr:2020-12-22T11:33:00.304+0000 7fa234c8af00 -1 Falling back to public interface 2020-12-22T11:33:00.307 INFO:tasks.ceph.osd.0.smithi105.stderr:2020-12-22T11:33:00.306+0000 7fa994a10f00 -1 Falling back to public interface 2020-12-22T11:33:00.310 INFO:tasks.ceph.osd.7.smithi039.stderr:2020-12-22T11:33:00.310+0000 7f4a8ffc4f00 -1 Falling back to public interface 2020-12-22T11:33:00.322 INFO:tasks.ceph.osd.5.smithi039.stderr:2020-12-22T11:33:00.322+0000 7f58e658bf00 -1 Falling back to public interface 2020-12-22T11:33:00.328 INFO:tasks.ceph.osd.6.smithi039.stderr:2020-12-22T11:33:00.327+0000 7f1aad6ebf00 -1 Falling back to public interface 2020-12-22T11:33:00.509 DEBUG:teuthology.orchestra.run.smithi105:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2020-12-22T11:33:00.705 INFO:teuthology.misc.health.smithi105.stdout: 2020-12-22T11:33:00.706 INFO:teuthology.misc.health.smithi105.stdout:{"epoch":10,"fsid":"152ebccf-771f-4ef3-8575-14988f8021e6","created":"2020-12-22T11:32:57.081457+0000","modified":"2020-12-22T11:32:59.663999+0000","last_up_change":"0.000000","last_in_change":"0.000000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":2,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[],"osds":[{"osd":0,"uuid":"8883fd9a-86de-49f1-9e38-5b0fcc51428a","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":1,"uuid":"08911d5d-ecfa-40c2-b06a-a8ef2b63802b","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":2,"uuid":"89a5a770-13b2-43a4-ab1b-4f974c23bba7","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":3,"uuid":"d8d22e08-aec4-4829-933a-4f8fd8b5392c","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":4,"uuid":"b44dbf91-e9e1-4e8f-b320-3946b6550d62","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":5,"uuid":"05bae3d0-8106-4557-8249-9deb072bb31f","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":6,"uuid":"24e252ef-5fcb-4490-a1bd-447a888704c0","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":7,"uuid":"c87214be-2306-4884-91ad-8701b926057f","up":0,"in":0,"weight":0,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-12-22T11:33:00.716 DEBUG:teuthology.misc:0 of 8 OSDs are up 2020-12-22T11:33:01.609 INFO:tasks.ceph.osd.2.smithi105.stderr:2020-12-22T11:33:01.608+0000 7f982bc58f00 -1 osd.2 0 log_to_monitors {default=true} 2020-12-22T11:33:01.621 INFO:tasks.ceph.osd.4.smithi039.stderr:2020-12-22T11:33:01.620+0000 7fc23d88cf00 -1 osd.4 0 log_to_monitors {default=true} 2020-12-22T11:33:01.626 INFO:tasks.ceph.osd.1.smithi105.stderr:2020-12-22T11:33:01.626+0000 7fd1c5a0bf00 -1 osd.1 0 log_to_monitors {default=true} 2020-12-22T11:33:01.647 INFO:tasks.ceph.osd.3.smithi105.stderr:2020-12-22T11:33:01.647+0000 7fa234c8af00 -1 osd.3 0 log_to_monitors {default=true} 2020-12-22T11:33:01.655 INFO:tasks.ceph.osd.7.smithi039.stderr:2020-12-22T11:33:01.655+0000 7f4a8ffc4f00 -1 osd.7 0 log_to_monitors {default=true} 2020-12-22T11:33:01.656 INFO:tasks.ceph.osd.0.smithi105.stderr:2020-12-22T11:33:01.655+0000 7fa994a10f00 -1 osd.0 0 log_to_monitors {default=true} 2020-12-22T11:33:01.669 INFO:tasks.ceph.osd.5.smithi039.stderr:2020-12-22T11:33:01.669+0000 7f58e658bf00 -1 osd.5 0 log_to_monitors {default=true} 2020-12-22T11:33:01.670 INFO:tasks.ceph.osd.6.smithi039.stderr:2020-12-22T11:33:01.669+0000 7f1aad6ebf00 -1 osd.6 0 log_to_monitors {default=true} 2020-12-22T11:33:02.800 INFO:tasks.ceph.osd.3.smithi105.stderr:2020-12-22T11:33:02.799+0000 7fa22b41d700 -1 osd.3 0 waiting for initial osdmap 2020-12-22T11:33:02.800 INFO:tasks.ceph.osd.2.smithi105.stderr:2020-12-22T11:33:02.799+0000 7f98223eb700 -1 osd.2 0 waiting for initial osdmap 2020-12-22T11:33:02.801 INFO:tasks.ceph.osd.0.smithi105.stderr:2020-12-22T11:33:02.799+0000 7fa98b1a3700 -1 osd.0 0 waiting for initial osdmap 2020-12-22T11:33:02.801 INFO:tasks.ceph.osd.4.smithi039.stderr:2020-12-22T11:33:02.800+0000 7fc23401f700 -1 osd.4 0 waiting for initial osdmap 2020-12-22T11:33:02.802 INFO:tasks.ceph.osd.5.smithi039.stderr:2020-12-22T11:33:02.801+0000 7f58dcd1e700 -1 osd.5 0 waiting for initial osdmap 2020-12-22T11:33:02.802 INFO:tasks.ceph.osd.1.smithi105.stderr:2020-12-22T11:33:02.801+0000 7fd1bc19e700 -1 osd.1 0 waiting for initial osdmap 2020-12-22T11:33:02.803 INFO:tasks.ceph.osd.7.smithi039.stderr:2020-12-22T11:33:02.802+0000 7f4a86757700 -1 osd.7 0 waiting for initial osdmap 2020-12-22T11:33:02.803 INFO:tasks.ceph.osd.6.smithi039.stderr:2020-12-22T11:33:02.801+0000 7f1aa3e7e700 -1 osd.6 0 waiting for initial osdmap 2020-12-22T11:33:07.519 DEBUG:teuthology.orchestra.run.smithi105:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2020-12-22T11:33:07.813 INFO:teuthology.misc.health.smithi105.stdout: 2020-12-22T11:33:07.813 INFO:teuthology.misc.health.smithi105.stdout:{"epoch":15,"fsid":"152ebccf-771f-4ef3-8575-14988f8021e6","created":"2020-12-22T11:32:57.081457+0000","modified":"2020-12-22T11:33:05.814621+0000","last_up_change":"2020-12-22T11:33:03.792518+0000","last_in_change":"2020-12-22T11:33:03.792518+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-12-22T11:33:00.824790+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","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":"8883fd9a-86de-49f1-9e38-5b0fcc51428a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6819","nonce":33561},{"type":"v1","addr":"172.21.15.105:6821","nonce":33561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6823","nonce":33561},{"type":"v1","addr":"172.21.15.105:6825","nonce":33561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":33561},{"type":"v1","addr":"172.21.15.105:6831","nonce":33561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6827","nonce":33561},{"type":"v1","addr":"172.21.15.105:6829","nonce":33561}]},"public_addr":"172.21.15.105:6821/33561","cluster_addr":"172.21.15.105:6825/33561","heartbeat_back_addr":"172.21.15.105:6831/33561","heartbeat_front_addr":"172.21.15.105:6829/33561","state":["exists","up"]},{"osd":1,"uuid":"08911d5d-ecfa-40c2-b06a-a8ef2b63802b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":33551},{"type":"v1","addr":"172.21.15.105:6806","nonce":33551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":33551},{"type":"v1","addr":"172.21.15.105:6810","nonce":33551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":33551},{"type":"v1","addr":"172.21.15.105:6815","nonce":33551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":33551},{"type":"v1","addr":"172.21.15.105:6813","nonce":33551}]},"public_addr":"172.21.15.105:6806/33551","cluster_addr":"172.21.15.105:6810/33551","heartbeat_back_addr":"172.21.15.105:6815/33551","heartbeat_front_addr":"172.21.15.105:6813/33551","state":["exists","up"]},{"osd":2,"uuid":"89a5a770-13b2-43a4-ab1b-4f974c23bba7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":33552},{"type":"v1","addr":"172.21.15.105:6801","nonce":33552}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":33552},{"type":"v1","addr":"172.21.15.105:6803","nonce":33552}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6809","nonce":33552},{"type":"v1","addr":"172.21.15.105:6811","nonce":33552}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6805","nonce":33552},{"type":"v1","addr":"172.21.15.105:6807","nonce":33552}]},"public_addr":"172.21.15.105:6801/33552","cluster_addr":"172.21.15.105:6803/33552","heartbeat_back_addr":"172.21.15.105:6811/33552","heartbeat_front_addr":"172.21.15.105:6807/33552","state":["exists","up"]},{"osd":3,"uuid":"d8d22e08-aec4-4829-933a-4f8fd8b5392c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":33582},{"type":"v1","addr":"172.21.15.105:6817","nonce":33582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":33582},{"type":"v1","addr":"172.21.15.105:6820","nonce":33582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":33582},{"type":"v1","addr":"172.21.15.105:6828","nonce":33582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":33582},{"type":"v1","addr":"172.21.15.105:6824","nonce":33582}]},"public_addr":"172.21.15.105:6817/33582","cluster_addr":"172.21.15.105:6820/33582","heartbeat_back_addr":"172.21.15.105:6828/33582","heartbeat_front_addr":"172.21.15.105:6824/33582","state":["exists","up"]},{"osd":4,"uuid":"b44dbf91-e9e1-4e8f-b320-3946b6550d62","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6800","nonce":33619},{"type":"v1","addr":"172.21.15.39:6801","nonce":33619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":33619},{"type":"v1","addr":"172.21.15.39:6803","nonce":33619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":33619},{"type":"v1","addr":"172.21.15.39:6807","nonce":33619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":33619},{"type":"v1","addr":"172.21.15.39:6805","nonce":33619}]},"public_addr":"172.21.15.39:6801/33619","cluster_addr":"172.21.15.39:6803/33619","heartbeat_back_addr":"172.21.15.39:6807/33619","heartbeat_front_addr":"172.21.15.39:6805/33619","state":["exists","up"]},{"osd":5,"uuid":"05bae3d0-8106-4557-8249-9deb072bb31f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":33635},{"type":"v1","addr":"172.21.15.39:6817","nonce":33635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6818","nonce":33635},{"type":"v1","addr":"172.21.15.39:6819","nonce":33635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6825","nonce":33635},{"type":"v1","addr":"172.21.15.39:6828","nonce":33635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6821","nonce":33635},{"type":"v1","addr":"172.21.15.39:6823","nonce":33635}]},"public_addr":"172.21.15.39:6817/33635","cluster_addr":"172.21.15.39:6819/33635","heartbeat_back_addr":"172.21.15.39:6828/33635","heartbeat_front_addr":"172.21.15.39:6823/33635","state":["exists","up"]},{"osd":6,"uuid":"24e252ef-5fcb-4490-a1bd-447a888704c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":33650},{"type":"v1","addr":"172.21.15.39:6822","nonce":33650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6824","nonce":33650},{"type":"v1","addr":"172.21.15.39:6826","nonce":33650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6830","nonce":33650},{"type":"v1","addr":"172.21.15.39:6831","nonce":33650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6827","nonce":33650},{"type":"v1","addr":"172.21.15.39:6829","nonce":33650}]},"public_addr":"172.21.15.39:6822/33650","cluster_addr":"172.21.15.39:6826/33650","heartbeat_back_addr":"172.21.15.39:6831/33650","heartbeat_front_addr":"172.21.15.39:6829/33650","state":["exists","up"]},{"osd":7,"uuid":"c87214be-2306-4884-91ad-8701b926057f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":33620},{"type":"v1","addr":"172.21.15.39:6809","nonce":33620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6810","nonce":33620},{"type":"v1","addr":"172.21.15.39:6811","nonce":33620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6814","nonce":33620},{"type":"v1","addr":"172.21.15.39:6815","nonce":33620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":33620},{"type":"v1","addr":"172.21.15.39:6813","nonce":33620}]},"public_addr":"172.21.15.39:6809/33620","cluster_addr":"172.21.15.39:6811/33620","heartbeat_back_addr":"172.21.15.39:6815/33620","heartbeat_front_addr":"172.21.15.39:6813/33620","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.645994+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.614962+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.573884+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.614604+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.629732+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.710654+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.622188+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.663906+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-12-22T11:33:07.824 DEBUG:teuthology.misc:8 of 8 OSDs are up 2020-12-22T11:33:07.825 INFO:tasks.ceph:Creating RBD pool 2020-12-22T11:33:07.825 DEBUG:teuthology.orchestra.run.smithi105:> sudo ceph --cluster ceph osd pool create rbd 8 2020-12-22T11:33:09.061 INFO:teuthology.orchestra.run.smithi105.stderr:pool 'rbd' created 2020-12-22T11:33:09.074 DEBUG:teuthology.orchestra.run.smithi105:> sudo ceph --cluster ceph osd pool application enable rbd rbd --yes-i-really-mean-it 2020-12-22T11:33:10.062 INFO:teuthology.orchestra.run.smithi105.stderr:enabled application 'rbd' on pool 'rbd' 2020-12-22T11:33:10.077 INFO:tasks.ceph:Starting mds daemons in cluster ceph... 2020-12-22T11:33:10.077 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2020-12-22T11:33:10.078 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2020-12-22T11:33:10.367 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:33:10.367 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":17,"fsid":"152ebccf-771f-4ef3-8575-14988f8021e6","created":"2020-12-22T11:32:57.081457+0000","modified":"2020-12-22T11:33:10.047798+0000","last_up_change":"2020-12-22T11:33:03.792518+0000","last_in_change":"2020-12-22T11:33:03.792518+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-12-22T11:33:00.824790+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"rbd","create_time":"2020-12-22T11:33:08.150075+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"17","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"8883fd9a-86de-49f1-9e38-5b0fcc51428a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6819","nonce":33561},{"type":"v1","addr":"172.21.15.105:6821","nonce":33561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6823","nonce":33561},{"type":"v1","addr":"172.21.15.105:6825","nonce":33561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":33561},{"type":"v1","addr":"172.21.15.105:6831","nonce":33561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6827","nonce":33561},{"type":"v1","addr":"172.21.15.105:6829","nonce":33561}]},"public_addr":"172.21.15.105:6821/33561","cluster_addr":"172.21.15.105:6825/33561","heartbeat_back_addr":"172.21.15.105:6831/33561","heartbeat_front_addr":"172.21.15.105:6829/33561","state":["exists","up"]},{"osd":1,"uuid":"08911d5d-ecfa-40c2-b06a-a8ef2b63802b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":33551},{"type":"v1","addr":"172.21.15.105:6806","nonce":33551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":33551},{"type":"v1","addr":"172.21.15.105:6810","nonce":33551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":33551},{"type":"v1","addr":"172.21.15.105:6815","nonce":33551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":33551},{"type":"v1","addr":"172.21.15.105:6813","nonce":33551}]},"public_addr":"172.21.15.105:6806/33551","cluster_addr":"172.21.15.105:6810/33551","heartbeat_back_addr":"172.21.15.105:6815/33551","heartbeat_front_addr":"172.21.15.105:6813/33551","state":["exists","up"]},{"osd":2,"uuid":"89a5a770-13b2-43a4-ab1b-4f974c23bba7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":33552},{"type":"v1","addr":"172.21.15.105:6801","nonce":33552}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":33552},{"type":"v1","addr":"172.21.15.105:6803","nonce":33552}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6809","nonce":33552},{"type":"v1","addr":"172.21.15.105:6811","nonce":33552}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6805","nonce":33552},{"type":"v1","addr":"172.21.15.105:6807","nonce":33552}]},"public_addr":"172.21.15.105:6801/33552","cluster_addr":"172.21.15.105:6803/33552","heartbeat_back_addr":"172.21.15.105:6811/33552","heartbeat_front_addr":"172.21.15.105:6807/33552","state":["exists","up"]},{"osd":3,"uuid":"d8d22e08-aec4-4829-933a-4f8fd8b5392c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":33582},{"type":"v1","addr":"172.21.15.105:6817","nonce":33582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":33582},{"type":"v1","addr":"172.21.15.105:6820","nonce":33582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":33582},{"type":"v1","addr":"172.21.15.105:6828","nonce":33582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":33582},{"type":"v1","addr":"172.21.15.105:6824","nonce":33582}]},"public_addr":"172.21.15.105:6817/33582","cluster_addr":"172.21.15.105:6820/33582","heartbeat_back_addr":"172.21.15.105:6828/33582","heartbeat_front_addr":"172.21.15.105:6824/33582","state":["exists","up"]},{"osd":4,"uuid":"b44dbf91-e9e1-4e8f-b320-3946b6550d62","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6800","nonce":33619},{"type":"v1","addr":"172.21.15.39:6801","nonce":33619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":33619},{"type":"v1","addr":"172.21.15.39:6803","nonce":33619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":33619},{"type":"v1","addr":"172.21.15.39:6807","nonce":33619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":33619},{"type":"v1","addr":"172.21.15.39:6805","nonce":33619}]},"public_addr":"172.21.15.39:6801/33619","cluster_addr":"172.21.15.39:6803/33619","heartbeat_back_addr":"172.21.15.39:6807/33619","heartbeat_front_addr":"172.21.15.39:6805/33619","state":["exists","up"]},{"osd":5,"uuid":"05bae3d0-8106-4557-8249-9deb072bb31f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":33635},{"type":"v1","addr":"172.21.15.39:6817","nonce":33635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6818","nonce":33635},{"type":"v1","addr":"172.21.15.39:6819","nonce":33635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6825","nonce":33635},{"type":"v1","addr":"172.21.15.39:6828","nonce":33635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6821","nonce":33635},{"type":"v1","addr":"172.21.15.39:6823","nonce":33635}]},"public_addr":"172.21.15.39:6817/33635","cluster_addr":"172.21.15.39:6819/33635","heartbeat_back_addr":"172.21.15.39:6828/33635","heartbeat_front_addr":"172.21.15.39:6823/33635","state":["exists","up"]},{"osd":6,"uuid":"24e252ef-5fcb-4490-a1bd-447a888704c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":33650},{"type":"v1","addr":"172.21.15.39:6822","nonce":33650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6824","nonce":33650},{"type":"v1","addr":"172.21.15.39:6826","nonce":33650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6830","nonce":33650},{"type":"v1","addr":"172.21.15.39:6831","nonce":33650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6827","nonce":33650},{"type":"v1","addr":"172.21.15.39:6829","nonce":33650}]},"public_addr":"172.21.15.39:6822/33650","cluster_addr":"172.21.15.39:6826/33650","heartbeat_back_addr":"172.21.15.39:6831/33650","heartbeat_front_addr":"172.21.15.39:6829/33650","state":["exists","up"]},{"osd":7,"uuid":"c87214be-2306-4884-91ad-8701b926057f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":33620},{"type":"v1","addr":"172.21.15.39:6809","nonce":33620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6810","nonce":33620},{"type":"v1","addr":"172.21.15.39:6811","nonce":33620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6814","nonce":33620},{"type":"v1","addr":"172.21.15.39:6815","nonce":33620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":33620},{"type":"v1","addr":"172.21.15.39:6813","nonce":33620}]},"public_addr":"172.21.15.39:6809/33620","cluster_addr":"172.21.15.39:6811/33620","heartbeat_back_addr":"172.21.15.39:6815/33620","heartbeat_front_addr":"172.21.15.39:6813/33620","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.645994+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.614962+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.573884+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.614604+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.629732+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.710654+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.622188+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.663906+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-12-22T11:33:10.380 INFO:tasks.ceph.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2020-12-22T11:33:00.824790+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 2, 'min_size': 1, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '15', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}, {'pool': 2, 'pool_name': 'rbd', 'create_time': '2020-12-22T11:33:08.150075+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 2, 'min_size': 1, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 8, 'pg_placement_num': 8, 'pg_placement_num_target': 8, 'pg_num_target': 8, 'pg_num_pending': 8, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '17', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {}, 'application_metadata': {'rbd': {}}}] 2020-12-22T11:33:10.380 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2020-12-22T11:33:10.669 INFO:teuthology.orchestra.run.smithi105.stdout:pg_num: 1 2020-12-22T11:33:10.682 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2020-12-22T11:33:10.973 INFO:teuthology.orchestra.run.smithi105.stdout:pg_num: 8 2020-12-22T11:33:10.985 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2020-12-22T11:33:10.985 INFO:tasks.ceph.ceph_manager.ceph:waiting for mgr available 2020-12-22T11:33:10.986 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph mgr dump --format=json 2020-12-22T11:33:11.315 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:33:11.327 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":5,"active_gid":4108,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6832","nonce":33261},{"type":"v1","addr":"172.21.15.105:6833","nonce":33261}]},"active_addr":"172.21.15.105:6833/33261","active_change":"2020-12-22T11:33:00.777505+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":4113,"name":"y","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.6.2","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","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":"False","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","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":[]}}}]}],"modules":["iostat","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.6.2","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","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":"False","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","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":{},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":0,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.105:0","nonce":3912819497}]},{"addrvec":[{"type":"v2","addr":"172.21.15.105:0","nonce":1134324073}]},{"addrvec":[{"type":"v2","addr":"172.21.15.105:0","nonce":1354004380}]}]}} 2020-12-22T11:33:11.331 INFO:tasks.ceph.ceph_manager.ceph:mgr available! 2020-12-22T11:33:11.331 INFO:tasks.ceph.ceph_manager.ceph:waiting for all up 2020-12-22T11:33:11.331 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2020-12-22T11:33:11.617 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:33:11.618 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":18,"fsid":"152ebccf-771f-4ef3-8575-14988f8021e6","created":"2020-12-22T11:32:57.081457+0000","modified":"2020-12-22T11:33:11.064402+0000","last_up_change":"2020-12-22T11:33:03.792518+0000","last_in_change":"2020-12-22T11:33:03.792518+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-12-22T11:33:00.824790+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"rbd","create_time":"2020-12-22T11:33:08.150075+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"8883fd9a-86de-49f1-9e38-5b0fcc51428a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6819","nonce":33561},{"type":"v1","addr":"172.21.15.105:6821","nonce":33561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6823","nonce":33561},{"type":"v1","addr":"172.21.15.105:6825","nonce":33561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":33561},{"type":"v1","addr":"172.21.15.105:6831","nonce":33561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6827","nonce":33561},{"type":"v1","addr":"172.21.15.105:6829","nonce":33561}]},"public_addr":"172.21.15.105:6821/33561","cluster_addr":"172.21.15.105:6825/33561","heartbeat_back_addr":"172.21.15.105:6831/33561","heartbeat_front_addr":"172.21.15.105:6829/33561","state":["exists","up"]},{"osd":1,"uuid":"08911d5d-ecfa-40c2-b06a-a8ef2b63802b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":33551},{"type":"v1","addr":"172.21.15.105:6806","nonce":33551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":33551},{"type":"v1","addr":"172.21.15.105:6810","nonce":33551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":33551},{"type":"v1","addr":"172.21.15.105:6815","nonce":33551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":33551},{"type":"v1","addr":"172.21.15.105:6813","nonce":33551}]},"public_addr":"172.21.15.105:6806/33551","cluster_addr":"172.21.15.105:6810/33551","heartbeat_back_addr":"172.21.15.105:6815/33551","heartbeat_front_addr":"172.21.15.105:6813/33551","state":["exists","up"]},{"osd":2,"uuid":"89a5a770-13b2-43a4-ab1b-4f974c23bba7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":33552},{"type":"v1","addr":"172.21.15.105:6801","nonce":33552}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":33552},{"type":"v1","addr":"172.21.15.105:6803","nonce":33552}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6809","nonce":33552},{"type":"v1","addr":"172.21.15.105:6811","nonce":33552}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6805","nonce":33552},{"type":"v1","addr":"172.21.15.105:6807","nonce":33552}]},"public_addr":"172.21.15.105:6801/33552","cluster_addr":"172.21.15.105:6803/33552","heartbeat_back_addr":"172.21.15.105:6811/33552","heartbeat_front_addr":"172.21.15.105:6807/33552","state":["exists","up"]},{"osd":3,"uuid":"d8d22e08-aec4-4829-933a-4f8fd8b5392c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":33582},{"type":"v1","addr":"172.21.15.105:6817","nonce":33582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":33582},{"type":"v1","addr":"172.21.15.105:6820","nonce":33582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":33582},{"type":"v1","addr":"172.21.15.105:6828","nonce":33582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":33582},{"type":"v1","addr":"172.21.15.105:6824","nonce":33582}]},"public_addr":"172.21.15.105:6817/33582","cluster_addr":"172.21.15.105:6820/33582","heartbeat_back_addr":"172.21.15.105:6828/33582","heartbeat_front_addr":"172.21.15.105:6824/33582","state":["exists","up"]},{"osd":4,"uuid":"b44dbf91-e9e1-4e8f-b320-3946b6550d62","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6800","nonce":33619},{"type":"v1","addr":"172.21.15.39:6801","nonce":33619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":33619},{"type":"v1","addr":"172.21.15.39:6803","nonce":33619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":33619},{"type":"v1","addr":"172.21.15.39:6807","nonce":33619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":33619},{"type":"v1","addr":"172.21.15.39:6805","nonce":33619}]},"public_addr":"172.21.15.39:6801/33619","cluster_addr":"172.21.15.39:6803/33619","heartbeat_back_addr":"172.21.15.39:6807/33619","heartbeat_front_addr":"172.21.15.39:6805/33619","state":["exists","up"]},{"osd":5,"uuid":"05bae3d0-8106-4557-8249-9deb072bb31f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":33635},{"type":"v1","addr":"172.21.15.39:6817","nonce":33635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6818","nonce":33635},{"type":"v1","addr":"172.21.15.39:6819","nonce":33635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6825","nonce":33635},{"type":"v1","addr":"172.21.15.39:6828","nonce":33635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6821","nonce":33635},{"type":"v1","addr":"172.21.15.39:6823","nonce":33635}]},"public_addr":"172.21.15.39:6817/33635","cluster_addr":"172.21.15.39:6819/33635","heartbeat_back_addr":"172.21.15.39:6828/33635","heartbeat_front_addr":"172.21.15.39:6823/33635","state":["exists","up"]},{"osd":6,"uuid":"24e252ef-5fcb-4490-a1bd-447a888704c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":33650},{"type":"v1","addr":"172.21.15.39:6822","nonce":33650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6824","nonce":33650},{"type":"v1","addr":"172.21.15.39:6826","nonce":33650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6830","nonce":33650},{"type":"v1","addr":"172.21.15.39:6831","nonce":33650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6827","nonce":33650},{"type":"v1","addr":"172.21.15.39:6829","nonce":33650}]},"public_addr":"172.21.15.39:6822/33650","cluster_addr":"172.21.15.39:6826/33650","heartbeat_back_addr":"172.21.15.39:6831/33650","heartbeat_front_addr":"172.21.15.39:6829/33650","state":["exists","up"]},{"osd":7,"uuid":"c87214be-2306-4884-91ad-8701b926057f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":33620},{"type":"v1","addr":"172.21.15.39:6809","nonce":33620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6810","nonce":33620},{"type":"v1","addr":"172.21.15.39:6811","nonce":33620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6814","nonce":33620},{"type":"v1","addr":"172.21.15.39:6815","nonce":33620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":33620},{"type":"v1","addr":"172.21.15.39:6813","nonce":33620}]},"public_addr":"172.21.15.39:6809/33620","cluster_addr":"172.21.15.39:6811/33620","heartbeat_back_addr":"172.21.15.39:6815/33620","heartbeat_front_addr":"172.21.15.39:6813/33620","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.645994+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.614962+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.573884+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.614604+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.629732+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.710654+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.622188+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.663906+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-12-22T11:33:11.630 INFO:tasks.ceph.ceph_manager.ceph:all up! 2020-12-22T11:33:11.630 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2020-12-22T11:33:11.916 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:33:11.916 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":18,"fsid":"152ebccf-771f-4ef3-8575-14988f8021e6","created":"2020-12-22T11:32:57.081457+0000","modified":"2020-12-22T11:33:11.064402+0000","last_up_change":"2020-12-22T11:33:03.792518+0000","last_in_change":"2020-12-22T11:33:03.792518+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2020-12-22T11:33:00.824790+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"rbd","create_time":"2020-12-22T11:33:08.150075+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"8883fd9a-86de-49f1-9e38-5b0fcc51428a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6819","nonce":33561},{"type":"v1","addr":"172.21.15.105:6821","nonce":33561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6823","nonce":33561},{"type":"v1","addr":"172.21.15.105:6825","nonce":33561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":33561},{"type":"v1","addr":"172.21.15.105:6831","nonce":33561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6827","nonce":33561},{"type":"v1","addr":"172.21.15.105:6829","nonce":33561}]},"public_addr":"172.21.15.105:6821/33561","cluster_addr":"172.21.15.105:6825/33561","heartbeat_back_addr":"172.21.15.105:6831/33561","heartbeat_front_addr":"172.21.15.105:6829/33561","state":["exists","up"]},{"osd":1,"uuid":"08911d5d-ecfa-40c2-b06a-a8ef2b63802b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":33551},{"type":"v1","addr":"172.21.15.105:6806","nonce":33551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":33551},{"type":"v1","addr":"172.21.15.105:6810","nonce":33551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":33551},{"type":"v1","addr":"172.21.15.105:6815","nonce":33551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":33551},{"type":"v1","addr":"172.21.15.105:6813","nonce":33551}]},"public_addr":"172.21.15.105:6806/33551","cluster_addr":"172.21.15.105:6810/33551","heartbeat_back_addr":"172.21.15.105:6815/33551","heartbeat_front_addr":"172.21.15.105:6813/33551","state":["exists","up"]},{"osd":2,"uuid":"89a5a770-13b2-43a4-ab1b-4f974c23bba7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":33552},{"type":"v1","addr":"172.21.15.105:6801","nonce":33552}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":33552},{"type":"v1","addr":"172.21.15.105:6803","nonce":33552}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6809","nonce":33552},{"type":"v1","addr":"172.21.15.105:6811","nonce":33552}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6805","nonce":33552},{"type":"v1","addr":"172.21.15.105:6807","nonce":33552}]},"public_addr":"172.21.15.105:6801/33552","cluster_addr":"172.21.15.105:6803/33552","heartbeat_back_addr":"172.21.15.105:6811/33552","heartbeat_front_addr":"172.21.15.105:6807/33552","state":["exists","up"]},{"osd":3,"uuid":"d8d22e08-aec4-4829-933a-4f8fd8b5392c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":33582},{"type":"v1","addr":"172.21.15.105:6817","nonce":33582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":33582},{"type":"v1","addr":"172.21.15.105:6820","nonce":33582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":33582},{"type":"v1","addr":"172.21.15.105:6828","nonce":33582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":33582},{"type":"v1","addr":"172.21.15.105:6824","nonce":33582}]},"public_addr":"172.21.15.105:6817/33582","cluster_addr":"172.21.15.105:6820/33582","heartbeat_back_addr":"172.21.15.105:6828/33582","heartbeat_front_addr":"172.21.15.105:6824/33582","state":["exists","up"]},{"osd":4,"uuid":"b44dbf91-e9e1-4e8f-b320-3946b6550d62","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6800","nonce":33619},{"type":"v1","addr":"172.21.15.39:6801","nonce":33619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":33619},{"type":"v1","addr":"172.21.15.39:6803","nonce":33619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":33619},{"type":"v1","addr":"172.21.15.39:6807","nonce":33619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":33619},{"type":"v1","addr":"172.21.15.39:6805","nonce":33619}]},"public_addr":"172.21.15.39:6801/33619","cluster_addr":"172.21.15.39:6803/33619","heartbeat_back_addr":"172.21.15.39:6807/33619","heartbeat_front_addr":"172.21.15.39:6805/33619","state":["exists","up"]},{"osd":5,"uuid":"05bae3d0-8106-4557-8249-9deb072bb31f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":33635},{"type":"v1","addr":"172.21.15.39:6817","nonce":33635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6818","nonce":33635},{"type":"v1","addr":"172.21.15.39:6819","nonce":33635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6825","nonce":33635},{"type":"v1","addr":"172.21.15.39:6828","nonce":33635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6821","nonce":33635},{"type":"v1","addr":"172.21.15.39:6823","nonce":33635}]},"public_addr":"172.21.15.39:6817/33635","cluster_addr":"172.21.15.39:6819/33635","heartbeat_back_addr":"172.21.15.39:6828/33635","heartbeat_front_addr":"172.21.15.39:6823/33635","state":["exists","up"]},{"osd":6,"uuid":"24e252ef-5fcb-4490-a1bd-447a888704c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":33650},{"type":"v1","addr":"172.21.15.39:6822","nonce":33650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6824","nonce":33650},{"type":"v1","addr":"172.21.15.39:6826","nonce":33650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6830","nonce":33650},{"type":"v1","addr":"172.21.15.39:6831","nonce":33650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6827","nonce":33650},{"type":"v1","addr":"172.21.15.39:6829","nonce":33650}]},"public_addr":"172.21.15.39:6822/33650","cluster_addr":"172.21.15.39:6826/33650","heartbeat_back_addr":"172.21.15.39:6831/33650","heartbeat_front_addr":"172.21.15.39:6829/33650","state":["exists","up"]},{"osd":7,"uuid":"c87214be-2306-4884-91ad-8701b926057f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":33620},{"type":"v1","addr":"172.21.15.39:6809","nonce":33620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6810","nonce":33620},{"type":"v1","addr":"172.21.15.39:6811","nonce":33620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6814","nonce":33620},{"type":"v1","addr":"172.21.15.39:6815","nonce":33620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":33620},{"type":"v1","addr":"172.21.15.39:6813","nonce":33620}]},"public_addr":"172.21.15.39:6809/33620","cluster_addr":"172.21.15.39:6811/33620","heartbeat_back_addr":"172.21.15.39:6815/33620","heartbeat_front_addr":"172.21.15.39:6813/33620","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.645994+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.614962+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.573884+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.614604+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.629732+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.710654+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.622188+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2020-12-22T11:33:02.663906+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2020-12-22T11:33:11.928 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.0 flush_pg_stats 2020-12-22T11:33:12.079 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:12.079 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.1 flush_pg_stats 2020-12-22T11:33:12.230 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:12.230 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.2 flush_pg_stats 2020-12-22T11:33:12.381 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:12.382 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.3 flush_pg_stats 2020-12-22T11:33:12.531 INFO:teuthology.orchestra.run.smithi105.stdout:55834574852 2020-12-22T11:33:12.531 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.4 flush_pg_stats 2020-12-22T11:33:12.682 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:12.682 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.5 flush_pg_stats 2020-12-22T11:33:12.832 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:12.832 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.6 flush_pg_stats 2020-12-22T11:33:12.982 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:12.983 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.7 flush_pg_stats 2020-12-22T11:33:13.134 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:13.135 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.0 2020-12-22T11:33:13.424 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:13.436 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574851 got 55834574851 for osd.0 2020-12-22T11:33:13.437 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.1 2020-12-22T11:33:13.725 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:13.737 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574851 got 55834574851 for osd.1 2020-12-22T11:33:13.738 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.2 2020-12-22T11:33:14.024 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:14.036 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574851 got 55834574851 for osd.2 2020-12-22T11:33:14.037 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.3 2020-12-22T11:33:14.323 INFO:teuthology.orchestra.run.smithi105.stdout:55834574852 2020-12-22T11:33:14.335 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574852 got 55834574852 for osd.3 2020-12-22T11:33:14.336 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.4 2020-12-22T11:33:14.621 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:14.633 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574851 got 55834574851 for osd.4 2020-12-22T11:33:14.634 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.5 2020-12-22T11:33:14.921 INFO:teuthology.orchestra.run.smithi105.stdout:55834574850 2020-12-22T11:33:14.934 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574851 got 55834574850 for osd.5 2020-12-22T11:33:15.935 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.5 2020-12-22T11:33:16.237 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:16.249 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574851 got 55834574851 for osd.5 2020-12-22T11:33:16.250 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.6 2020-12-22T11:33:16.537 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:16.550 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574851 got 55834574851 for osd.6 2020-12-22T11:33:16.550 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.7 2020-12-22T11:33:16.836 INFO:teuthology.orchestra.run.smithi105.stdout:55834574851 2020-12-22T11:33:16.848 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574851 got 55834574851 for osd.7 2020-12-22T11:33:16.849 INFO:tasks.ceph.ceph_manager.ceph:waiting for clean 2020-12-22T11:33:16.849 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2020-12-22T11:33:17.135 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:33:17.137 INFO:teuthology.orchestra.run.smithi105.stderr:dumped all 2020-12-22T11:33:17.148 INFO:teuthology.orchestra.run.smithi105.stdout:{"pg_ready":true,"pg_map":{"version":17,"stamp":"2020-12-22T11:33:16.788113+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":18,"num_osds":8,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":754974720,"kb_used":39872,"kb_used_data":1408,"kb_used_omap":0,"kb_used_meta":38400,"kb_avail":754934848,"statfs":{"total":773094113280,"available":773053284352,"internally_reserved":0,"allocated":1441792,"data_stored":476496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":39321600},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"6.733328"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.072569+0000","last_change":"2020-12-22T11:33:10.071900+0000","last_active":"2020-12-22T11:33:10.072569+0000","last_peered":"2020-12-22T11:33:10.072569+0000","last_clean":"2020-12-22T11:33:10.072569+0000","last_became_active":"2020-12-22T11:33:10.071463+0000","last_became_peered":"2020-12-22T11:33:10.071463+0000","last_unstale":"2020-12-22T11:33:10.072569+0000","last_undegraded":"2020-12-22T11:33:10.072569+0000","last_fullsized":"2020-12-22T11:33:10.072569+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7],"acting":[6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.076328+0000","last_change":"2020-12-22T11:33:10.070996+0000","last_active":"2020-12-22T11:33:10.076328+0000","last_peered":"2020-12-22T11:33:10.076328+0000","last_clean":"2020-12-22T11:33:10.076328+0000","last_became_active":"2020-12-22T11:33:10.070636+0000","last_became_peered":"2020-12-22T11:33:10.070636+0000","last_unstale":"2020-12-22T11:33:10.076328+0000","last_undegraded":"2020-12-22T11:33:10.076328+0000","last_fullsized":"2020-12-22T11:33:10.076328+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6],"acting":[1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.769699+0000","last_change":"2020-12-22T11:33:10.769163+0000","last_active":"2020-12-22T11:33:10.769699+0000","last_peered":"2020-12-22T11:33:10.769699+0000","last_clean":"2020-12-22T11:33:10.769699+0000","last_became_active":"2020-12-22T11:33:10.768791+0000","last_became_peered":"2020-12-22T11:33:10.768791+0000","last_unstale":"2020-12-22T11:33:10.769699+0000","last_undegraded":"2020-12-22T11:33:10.769699+0000","last_fullsized":"2020-12-22T11:33:10.769699+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.070468+0000","last_change":"2020-12-22T11:33:10.066346+0000","last_active":"2020-12-22T11:33:10.070468+0000","last_peered":"2020-12-22T11:33:10.070468+0000","last_clean":"2020-12-22T11:33:10.070468+0000","last_became_active":"2020-12-22T11:33:10.065921+0000","last_became_peered":"2020-12-22T11:33:10.065921+0000","last_unstale":"2020-12-22T11:33:10.070468+0000","last_undegraded":"2020-12-22T11:33:10.070468+0000","last_fullsized":"2020-12-22T11:33:10.070468+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1],"acting":[7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.0","version":"14'2","reported_seq":"14","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.056346+0000","last_change":"2020-12-22T11:33:05.742069+0000","last_active":"2020-12-22T11:33:10.056346+0000","last_peered":"2020-12-22T11:33:10.056346+0000","last_clean":"2020-12-22T11:33:10.056346+0000","last_became_active":"2020-12-22T11:33:05.741323+0000","last_became_peered":"2020-12-22T11:33:05.741323+0000","last_unstale":"2020-12-22T11:33:10.056346+0000","last_undegraded":"2020-12-22T11:33:10.056346+0000","last_fullsized":"2020-12-22T11:33:10.056346+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:01.781351+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:01.781351+0000","last_clean_scrub_stamp":"2020-12-22T11:33:01.781351+0000","log_size":2,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.070642+0000","last_change":"2020-12-22T11:33:10.067530+0000","last_active":"2020-12-22T11:33:10.070642+0000","last_peered":"2020-12-22T11:33:10.070642+0000","last_clean":"2020-12-22T11:33:10.070642+0000","last_became_active":"2020-12-22T11:33:10.067236+0000","last_became_peered":"2020-12-22T11:33:10.067236+0000","last_unstale":"2020-12-22T11:33:10.070642+0000","last_undegraded":"2020-12-22T11:33:10.070642+0000","last_fullsized":"2020-12-22T11:33:10.070642+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,2],"acting":[5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.070948+0000","last_change":"2020-12-22T11:33:10.066520+0000","last_active":"2020-12-22T11:33:10.070948+0000","last_peered":"2020-12-22T11:33:10.070948+0000","last_clean":"2020-12-22T11:33:10.070948+0000","last_became_active":"2020-12-22T11:33:10.066125+0000","last_became_peered":"2020-12-22T11:33:10.066125+0000","last_unstale":"2020-12-22T11:33:10.070948+0000","last_undegraded":"2020-12-22T11:33:10.070948+0000","last_fullsized":"2020-12-22T11:33:10.070948+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3],"acting":[2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.070604+0000","last_change":"2020-12-22T11:33:10.067035+0000","last_active":"2020-12-22T11:33:10.070604+0000","last_peered":"2020-12-22T11:33:10.070604+0000","last_clean":"2020-12-22T11:33:10.070604+0000","last_became_active":"2020-12-22T11:33:10.066624+0000","last_became_peered":"2020-12-22T11:33:10.066624+0000","last_unstale":"2020-12-22T11:33:10.070604+0000","last_undegraded":"2020-12-22T11:33:10.070604+0000","last_fullsized":"2020-12-22T11:33:10.070604+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,1],"acting":[5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.769469+0000","last_change":"2020-12-22T11:33:10.769126+0000","last_active":"2020-12-22T11:33:10.769469+0000","last_peered":"2020-12-22T11:33:10.769469+0000","last_clean":"2020-12-22T11:33:10.769469+0000","last_became_active":"2020-12-22T11:33:10.768698+0000","last_became_peered":"2020-12-22T11:33:10.768698+0000","last_unstale":"2020-12-22T11:33:10.769469+0000","last_undegraded":"2020-12-22T11:33:10.769469+0000","last_fullsized":"2020-12-22T11:33:10.769469+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+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],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":13,"seq":55834574852,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74299999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.319}]},{"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.69399999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.103}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0349999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.462}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1859999999999999}]}]},{"osd":6,"up_from":13,"seq":55834574852,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.96499999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.734}]},{"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":2.1909999999999998}]},{"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":2.1280000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.1629999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.29}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.6930000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574852,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65000000000000002}]},{"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.59199999999999997}]},{"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.871}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.81399999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2270000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5549999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.4239999999999999}]}]},{"osd":0,"up_from":13,"seq":55834574852,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.84399999999999997}]},{"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.53800000000000003}]},{"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.56200000000000006}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.452}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3680000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.252}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1830000000000001}]}]},{"osd":2,"up_from":13,"seq":55834574852,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69899999999999995}]},{"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.878}]},{"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.71799999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.198}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1719999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.345}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5449999999999999}]}]},{"osd":3,"up_from":13,"seq":55834574853,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]},{"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.59599999999999997}]},{"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.95299999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.415}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.482}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5680000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.587}]}]},{"osd":4,"up_from":13,"seq":55834574852,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0609999999999999}]},{"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.83199999999999996}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.55}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.4219999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.633}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1839999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5169999999999999}]}]},{"osd":5,"up_from":13,"seq":55834574852,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70899999999999996}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0469999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.696}]},{"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.84499999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.786}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.4260000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.49}]}]}]}} 2020-12-22T11:33:17.149 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2020-12-22T11:33:17.431 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:33:17.433 INFO:teuthology.orchestra.run.smithi105.stderr:dumped all 2020-12-22T11:33:17.443 INFO:teuthology.orchestra.run.smithi105.stdout:{"pg_ready":true,"pg_map":{"version":17,"stamp":"2020-12-22T11:33:16.788113+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":18,"num_osds":8,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":754974720,"kb_used":39872,"kb_used_data":1408,"kb_used_omap":0,"kb_used_meta":38400,"kb_avail":754934848,"statfs":{"total":773094113280,"available":773053284352,"internally_reserved":0,"allocated":1441792,"data_stored":476496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":39321600},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"6.733328"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.072569+0000","last_change":"2020-12-22T11:33:10.071900+0000","last_active":"2020-12-22T11:33:10.072569+0000","last_peered":"2020-12-22T11:33:10.072569+0000","last_clean":"2020-12-22T11:33:10.072569+0000","last_became_active":"2020-12-22T11:33:10.071463+0000","last_became_peered":"2020-12-22T11:33:10.071463+0000","last_unstale":"2020-12-22T11:33:10.072569+0000","last_undegraded":"2020-12-22T11:33:10.072569+0000","last_fullsized":"2020-12-22T11:33:10.072569+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7],"acting":[6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.076328+0000","last_change":"2020-12-22T11:33:10.070996+0000","last_active":"2020-12-22T11:33:10.076328+0000","last_peered":"2020-12-22T11:33:10.076328+0000","last_clean":"2020-12-22T11:33:10.076328+0000","last_became_active":"2020-12-22T11:33:10.070636+0000","last_became_peered":"2020-12-22T11:33:10.070636+0000","last_unstale":"2020-12-22T11:33:10.076328+0000","last_undegraded":"2020-12-22T11:33:10.076328+0000","last_fullsized":"2020-12-22T11:33:10.076328+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6],"acting":[1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.769699+0000","last_change":"2020-12-22T11:33:10.769163+0000","last_active":"2020-12-22T11:33:10.769699+0000","last_peered":"2020-12-22T11:33:10.769699+0000","last_clean":"2020-12-22T11:33:10.769699+0000","last_became_active":"2020-12-22T11:33:10.768791+0000","last_became_peered":"2020-12-22T11:33:10.768791+0000","last_unstale":"2020-12-22T11:33:10.769699+0000","last_undegraded":"2020-12-22T11:33:10.769699+0000","last_fullsized":"2020-12-22T11:33:10.769699+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.070468+0000","last_change":"2020-12-22T11:33:10.066346+0000","last_active":"2020-12-22T11:33:10.070468+0000","last_peered":"2020-12-22T11:33:10.070468+0000","last_clean":"2020-12-22T11:33:10.070468+0000","last_became_active":"2020-12-22T11:33:10.065921+0000","last_became_peered":"2020-12-22T11:33:10.065921+0000","last_unstale":"2020-12-22T11:33:10.070468+0000","last_undegraded":"2020-12-22T11:33:10.070468+0000","last_fullsized":"2020-12-22T11:33:10.070468+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1],"acting":[7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.0","version":"14'2","reported_seq":"14","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.056346+0000","last_change":"2020-12-22T11:33:05.742069+0000","last_active":"2020-12-22T11:33:10.056346+0000","last_peered":"2020-12-22T11:33:10.056346+0000","last_clean":"2020-12-22T11:33:10.056346+0000","last_became_active":"2020-12-22T11:33:05.741323+0000","last_became_peered":"2020-12-22T11:33:05.741323+0000","last_unstale":"2020-12-22T11:33:10.056346+0000","last_undegraded":"2020-12-22T11:33:10.056346+0000","last_fullsized":"2020-12-22T11:33:10.056346+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:01.781351+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:01.781351+0000","last_clean_scrub_stamp":"2020-12-22T11:33:01.781351+0000","log_size":2,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.070642+0000","last_change":"2020-12-22T11:33:10.067530+0000","last_active":"2020-12-22T11:33:10.070642+0000","last_peered":"2020-12-22T11:33:10.070642+0000","last_clean":"2020-12-22T11:33:10.070642+0000","last_became_active":"2020-12-22T11:33:10.067236+0000","last_became_peered":"2020-12-22T11:33:10.067236+0000","last_unstale":"2020-12-22T11:33:10.070642+0000","last_undegraded":"2020-12-22T11:33:10.070642+0000","last_fullsized":"2020-12-22T11:33:10.070642+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,2],"acting":[5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.070948+0000","last_change":"2020-12-22T11:33:10.066520+0000","last_active":"2020-12-22T11:33:10.070948+0000","last_peered":"2020-12-22T11:33:10.070948+0000","last_clean":"2020-12-22T11:33:10.070948+0000","last_became_active":"2020-12-22T11:33:10.066125+0000","last_became_peered":"2020-12-22T11:33:10.066125+0000","last_unstale":"2020-12-22T11:33:10.070948+0000","last_undegraded":"2020-12-22T11:33:10.070948+0000","last_fullsized":"2020-12-22T11:33:10.070948+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3],"acting":[2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.070604+0000","last_change":"2020-12-22T11:33:10.067035+0000","last_active":"2020-12-22T11:33:10.070604+0000","last_peered":"2020-12-22T11:33:10.070604+0000","last_clean":"2020-12-22T11:33:10.070604+0000","last_became_active":"2020-12-22T11:33:10.066624+0000","last_became_peered":"2020-12-22T11:33:10.066624+0000","last_unstale":"2020-12-22T11:33:10.070604+0000","last_undegraded":"2020-12-22T11:33:10.070604+0000","last_fullsized":"2020-12-22T11:33:10.070604+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,1],"acting":[5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":"9","reported_epoch":"17","state":"active+clean","last_fresh":"2020-12-22T11:33:10.769469+0000","last_change":"2020-12-22T11:33:10.769126+0000","last_active":"2020-12-22T11:33:10.769469+0000","last_peered":"2020-12-22T11:33:10.769469+0000","last_clean":"2020-12-22T11:33:10.769469+0000","last_became_active":"2020-12-22T11:33:10.768698+0000","last_became_peered":"2020-12-22T11:33:10.768698+0000","last_unstale":"2020-12-22T11:33:10.769469+0000","last_undegraded":"2020-12-22T11:33:10.769469+0000","last_fullsized":"2020-12-22T11:33:10.769469+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2020-12-22T11:33:09.039647+0000","last_clean_scrub_stamp":"2020-12-22T11:33:09.039647+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],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":2,"ondisk_log_size":2,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":13,"seq":55834574852,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74299999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.319}]},{"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.69399999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.103}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0349999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.462}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1859999999999999}]}]},{"osd":6,"up_from":13,"seq":55834574852,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.96499999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.734}]},{"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":2.1909999999999998}]},{"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":2.1280000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.1629999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.29}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.6930000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574852,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65000000000000002}]},{"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.59199999999999997}]},{"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.871}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.81399999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.2270000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5549999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.4239999999999999}]}]},{"osd":0,"up_from":13,"seq":55834574852,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.84399999999999997}]},{"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.53800000000000003}]},{"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.56200000000000006}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.452}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3680000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.252}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1830000000000001}]}]},{"osd":2,"up_from":13,"seq":55834574852,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69899999999999995}]},{"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.878}]},{"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.71799999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.198}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1719999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.345}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5449999999999999}]}]},{"osd":3,"up_from":13,"seq":55834574853,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]},{"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.59599999999999997}]},{"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.95299999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.415}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.482}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5680000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.587}]}]},{"osd":4,"up_from":13,"seq":55834574852,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0609999999999999}]},{"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.83199999999999996}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.55}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.4219999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.633}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1839999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5169999999999999}]}]},{"osd":5,"up_from":13,"seq":55834574852,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":94366856,"statfs":{"total":96636764160,"available":96631660544,"internally_reserved":0,"allocated":180224,"data_stored":59562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70899999999999996}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0469999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.696}]},{"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.84499999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.786}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.4260000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.49}]}]}]}} 2020-12-22T11:33:17.445 INFO:tasks.ceph.ceph_manager.ceph:clean! 2020-12-22T11:33:17.445 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2020-12-22T11:33:17.445 INFO:tasks.ceph.ceph_manager.ceph:wait_until_healthy 2020-12-22T11:33:17.446 DEBUG:teuthology.orchestra.run.smithi105:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph health --format=json 2020-12-22T11:33:17.793 INFO:teuthology.orchestra.run.smithi105.stdout: 2020-12-22T11:33:17.805 INFO:teuthology.orchestra.run.smithi105.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2020-12-22T11:33:17.806 INFO:tasks.ceph.ceph_manager.ceph:wait_until_healthy done 2020-12-22T11:33:17.806 INFO:teuthology.run_tasks:Running task exec... 2020-12-22T11:33:17.839 INFO:teuthology.task.exec:Executing custom commands... 2020-12-22T11:33:17.840 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi058.front.sepia.ceph.com 2020-12-22T11:33:17.840 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2' 2020-12-22T11:33:19.130 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile' 2020-12-22T11:33:21.125 INFO:teuthology.orchestra.run.smithi058.stderr:pool 'datapool' created 2020-12-22T11:33:21.140 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph osd pool set datapool allow_ec_overwrites true' 2020-12-22T11:33:22.127 INFO:teuthology.orchestra.run.smithi058.stderr:set pool 3 allow_ec_overwrites to true 2020-12-22T11:33:22.141 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd pool init datapool' 2020-12-22T11:33:25.167 INFO:teuthology.run_tasks:Running task exec... 2020-12-22T11:33:25.177 INFO:teuthology.task.exec:Executing custom commands... 2020-12-22T11:33:25.177 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi058.front.sepia.ceph.com 2020-12-22T11:33:25.178 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /home/ubuntu/cephtest/migration' 2020-12-22T11:33:25.209 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'wget -nv -O /home/ubuntu/cephtest/migration/base.client.0.qcow2 http://download.ceph.com/qa/ubuntu-12.04.qcow2' 2020-12-22T11:34:46.239 INFO:teuthology.orchestra.run.smithi058.stderr:2020-12-22 11:34:46 URL:http://download.ceph.com/qa/ubuntu-12.04.qcow2 [1206124544/1206124544] -> "/home/ubuntu/cephtest/migration/base.client.0.qcow2" [1] 2020-12-22T11:34:46.241 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'qemu-img convert -f qcow2 -O raw /home/ubuntu/cephtest/migration/base.client.0.qcow2 /home/ubuntu/cephtest/migration/base.client.0.raw' 2020-12-22T11:34:46.820 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'dd if=/dev/zero of=/home/ubuntu/cephtest/migration/empty.raw count=1 bs=1G' 2020-12-22T11:34:47.435 INFO:teuthology.orchestra.run.smithi058.stderr:1+0 records in 2020-12-22T11:34:47.436 INFO:teuthology.orchestra.run.smithi058.stderr:1+0 records out 2020-12-22T11:34:47.436 INFO:teuthology.orchestra.run.smithi058.stderr:1073741824 bytes (1.1 GB, 1.0 GiB) copied, 0.590732 s, 1.8 GB/s 2020-12-22T11:34:47.439 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/base.client.0.raw"}}'"'"' | rbd migration prepare --import-only --source-spec-path - client.0.0' 2020-12-22T11:34:47.558 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration prepare --import-only --source-spec '"'"'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}'"'"' client.0.1' 2020-12-22T11:34:47.668 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration prepare --import-only --source-spec '"'"'{"type":"raw","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.raw"}}'"'"' client.0.2' 2020-12-22T11:34:47.771 INFO:teuthology.run_tasks:Running task parallel... 2020-12-22T11:34:47.783 INFO:teuthology.task.parallel:starting parallel... 2020-12-22T11:34:47.784 INFO:teuthology.task.parallel:In parallel, running task sequential... 2020-12-22T11:34:47.785 INFO:teuthology.task.sequential:In sequential, running task qemu... 2020-12-22T11:34:47.793 DEBUG:teuthology.orchestra.run.smithi058:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2020-12-22T11:34:47.793 INFO:teuthology.task.parallel:In parallel, running task sequential... 2020-12-22T11:34:47.794 INFO:teuthology.task.sequential:In sequential, running task exec... 2020-12-22T11:34:47.794 INFO:teuthology.task.exec:Executing custom commands... 2020-12-22T11:34:47.794 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi058.front.sepia.ceph.com 2020-12-22T11:34:47.795 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2020-12-22T11:34:47.809 INFO:tasks.qemu:generating iso... 2020-12-22T11:34:47.810 INFO:tasks.qemu:Pulling tests from git://git.ceph.com/ceph.git ref af9dac1ff568f0ba2132416c425a35d7a342ee96 2020-12-22T11:34:47.810 DEBUG:teuthology.orchestra.run.smithi058:> rm -rf /home/ubuntu/cephtest/qemu_clone.client.0 && git clone git://git.ceph.com/ceph.git /home/ubuntu/cephtest/qemu_clone.client.0 && cd /home/ubuntu/cephtest/qemu_clone.client.0 && git checkout af9dac1ff568f0ba2132416c425a35d7a342ee96 2020-12-22T11:34:47.863 INFO:teuthology.orchestra.run.smithi058.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.client.0'... 2020-12-22T11:35:47.822 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration execute client.0.0' 2020-12-22T11:35:51.021 INFO:teuthology.orchestra.run.smithi058.stderr: Image migration: 1% complete... Image migration: 2% complete... Image migration: 3% complete... Image migration: 4% complete... Image migration: 5% complete... Image migration: 6% complete... Image migration: 7% complete... Image migration: 8% complete... Image migration: 9% complete... Image migration: 10% complete... Image migration: 11% complete... Image migration: 12% complete... Image migration: 13% complete... Image migration: 14% complete... Image migration: 15% complete... Image migration: 16% complete... Image migration: 17% complete... Image migration: 18% complete... Image migration: 19% complete... Image migration: 20% complete... Image migration: 21% complete... Image migration: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 48% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 58% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 61% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 64% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 70% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 88% complete... Image migration: 89% complete... Image migration: 90% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 95% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2020-12-22T11:35:51.025 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2020-12-22T11:36:51.051 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration commit client.0.0' 2020-12-22T11:36:51.207 INFO:teuthology.orchestra.run.smithi058.stderr: Commit image migration: 100% complete...done. 2020-12-22T11:36:51.211 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2020-12-22T11:37:51.241 DEBUG:teuthology.orchestra.run.smithi058:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration execute client.0.1' 2020-12-22T11:37:52.878 INFO:teuthology.orchestra.run.smithi058.stderr: Image migration: 1% complete... Image migration: 2% complete... Image migration: 3% complete... Image migration: 4% complete... Image migration: 5% complete... Image migration: 6% complete... Image migration: 7% complete... Image migration: 8% complete... Image migration: 9% complete... Image migration: 10% complete... Image migration: 11% complete... Image migration: 12% complete... Image migration: 13% complete... Image migration: 14% complete... Image migration: 15% complete... Image migration: 16% complete... Image migration: 17% complete... Image migration: 18% complete... Image migration: 19% complete... Image migration: 20% complete... Image migration: 21% complete... Image migration: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 48% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 58% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 61% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 64% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 70% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 88% complete... Image migration: 89% complete... Image migration: 90% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 95% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2020-12-22T11:37:52.883 DEBUG:teuthology.parallel:result is None 2020-12-22T11:42:34.551 INFO:teuthology.orchestra.run.smithi058.stderr:Note: switching to 'af9dac1ff568f0ba2132416c425a35d7a342ee96'. 2020-12-22T11:42:34.551 INFO:teuthology.orchestra.run.smithi058.stderr: 2020-12-22T11:42:34.551 INFO:teuthology.orchestra.run.smithi058.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2020-12-22T11:42:34.552 INFO:teuthology.orchestra.run.smithi058.stderr:changes and commit them, and you can discard any commits you make in this 2020-12-22T11:42:34.552 INFO:teuthology.orchestra.run.smithi058.stderr:state without impacting any branches by switching back to a branch. 2020-12-22T11:42:34.552 INFO:teuthology.orchestra.run.smithi058.stderr: 2020-12-22T11:42:34.552 INFO:teuthology.orchestra.run.smithi058.stderr:If you want to create a new branch to retain commits you create, you may 2020-12-22T11:42:34.552 INFO:teuthology.orchestra.run.smithi058.stderr:do so (now or later) by using -c with the switch command. Example: 2020-12-22T11:42:34.553 INFO:teuthology.orchestra.run.smithi058.stderr: 2020-12-22T11:42:34.553 INFO:teuthology.orchestra.run.smithi058.stderr: git switch -c 2020-12-22T11:42:34.553 INFO:teuthology.orchestra.run.smithi058.stderr: 2020-12-22T11:42:34.553 INFO:teuthology.orchestra.run.smithi058.stderr:Or undo this operation with: 2020-12-22T11:42:34.553 INFO:teuthology.orchestra.run.smithi058.stderr: 2020-12-22T11:42:34.554 INFO:teuthology.orchestra.run.smithi058.stderr: git switch - 2020-12-22T11:42:34.554 INFO:teuthology.orchestra.run.smithi058.stderr: 2020-12-22T11:42:34.554 INFO:teuthology.orchestra.run.smithi058.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2020-12-22T11:42:34.554 INFO:teuthology.orchestra.run.smithi058.stderr: 2020-12-22T11:42:34.555 INFO:teuthology.orchestra.run.smithi058.stderr:HEAD is now at af9dac1ff5 Merge pull request #38650 from dmick/wip-dmick-docker-mirror 2020-12-22T11:42:34.555 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:42:34.556 DEBUG:teuthology.orchestra.run.smithi058:> dd of=/home/ubuntu/cephtest/qemu/userdata.client.0 2020-12-22T11:42:34.571 DEBUG:teuthology.orchestra.run.smithi058:> set -ex 2020-12-22T11:42:34.572 DEBUG:teuthology.orchestra.run.smithi058:> dd of=/home/ubuntu/cephtest/qemu/metadata.client.0 2020-12-22T11:42:34.625 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for client.0 2020-12-22T11:42:34.626 DEBUG:teuthology.orchestra.run.smithi058:> cp -- /home/ubuntu/cephtest/qemu_clone.client.0/qa/run_xfstests_qemu.sh /home/ubuntu/cephtest/qemu/client.0.test.sh && chmod 755 /home/ubuntu/cephtest/qemu/client.0.test.sh 2020-12-22T11:42:34.680 DEBUG:teuthology.orchestra.run.smithi058:> genisoimage -quiet -input-charset utf-8 -volid cidata -joliet -rock -o /home/ubuntu/cephtest/qemu/client.0.iso -graft-points user-data=/home/ubuntu/cephtest/qemu/userdata.client.0 meta-data=/home/ubuntu/cephtest/qemu/metadata.client.0 ceph.conf=/etc/ceph/ceph.conf ceph.keyring=/etc/ceph/ceph.keyring test.sh=/home/ubuntu/cephtest/qemu/client.0.test.sh 2020-12-22T11:42:34.789 INFO:tasks.qemu:downloading base image 2020-12-22T11:42:34.790 DEBUG:teuthology.orchestra.run.smithi058:> rbd resize --size=10240M client.0.0 || true 2020-12-22T11:42:34.862 INFO:teuthology.orchestra.run.smithi058.stderr: Resizing image: 100% complete...done. 2020-12-22T11:42:34.873 DEBUG:teuthology.orchestra.run.smithi058:> rbd resize --size=10240M client.0.1 || true 2020-12-22T11:42:34.938 INFO:teuthology.orchestra.run.smithi058.stderr: Resizing image: 100% complete...done. 2020-12-22T11:42:34.948 DEBUG:teuthology.orchestra.run.smithi058:> rbd resize --size=10240M client.0.2 || true 2020-12-22T11:42:35.014 INFO:teuthology.orchestra.run.smithi058.stderr: Resizing image: 100% complete...done. 2020-12-22T11:42:35.024 DEBUG:teuthology.orchestra.run.smithi058:> mkdir /home/ubuntu/cephtest/archive/qemu/client.0 && sudo modprobe kvm 2020-12-22T11:42:35.060 INFO:tasks.qemu:Creating the nfs export directory... 2020-12-22T11:42:35.060 DEBUG:teuthology.orchestra.run.smithi058:> sudo mkdir -p /export/client.0 2020-12-22T11:42:35.133 INFO:tasks.qemu:Mounting the test directory... 2020-12-22T11:42:35.134 DEBUG:teuthology.orchestra.run.smithi058:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/client.0 /export/client.0 2020-12-22T11:42:35.199 INFO:tasks.qemu:Adding mount to /etc/exports... 2020-12-22T11:42:35.200 INFO:tasks.qemu:Deleting export from /etc/exports... 2020-12-22T11:42:35.200 DEBUG:teuthology.orchestra.run.smithi058:> sudo sed -i '\|/export/client.0|d' /etc/exports 2020-12-22T11:42:35.265 DEBUG:teuthology.orchestra.run.smithi058:> echo '/export/client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2020-12-22T11:42:35.330 INFO:teuthology.orchestra.run.smithi058.stdout:/export/client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2020-12-22T11:42:35.331 INFO:tasks.qemu:Restarting NFS... 2020-12-22T11:42:35.331 DEBUG:teuthology.orchestra.run.smithi058:> sudo systemctl restart nfs-server 2020-12-22T11:42:36.935 DEBUG:teuthology.orchestra.run.smithi058:> sudo udevadm control --reload 2020-12-22T11:42:36.974 DEBUG:teuthology.orchestra.run.smithi058:> sudo udevadm trigger /dev/kvm 2020-12-22T11:42:37.047 DEBUG:teuthology.orchestra.run.smithi058:> ls -l /dev/kvm 2020-12-22T11:42:37.104 INFO:teuthology.orchestra.run.smithi058.stdout:crw-rw-rw-. 1 root kvm 10, 232 Dec 22 11:42 /dev/kvm 2020-12-22T11:42:37.105 INFO:tasks.qemu:starting qemu... 2020-12-22T11:42:37.105 DEBUG:teuthology.orchestra.run.smithi058:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper term /usr/libexec/qemu-kvm -enable-kvm -nographic -cpu host -smp 1 -m 4096 -cdrom /home/ubuntu/cephtest/qemu/client.0.iso -drive file=rbd:rbd/client.0.0:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.1:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.2:id=0,format=raw,if=virtio,cache=writeback 2020-12-22T11:42:37.147 INFO:tasks.qemu:waiting for qemu tests to finish... 2020-12-22T11:42:37.653 INFO:tasks.qemu.client.0.smithi058.stdout:c[?7lSeaBIOS (version 1.11.1-4.module_el8.1.0+248+298dec18) 2020-12-22T11:42:37.653 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:37.654 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:37.669 INFO:tasks.qemu.client.0.smithi058.stdout:iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BFF912D0+BFED12D0 CA00 2020-12-22T11:42:37.669 INFO:tasks.qemu.client.0.smithi058.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2020-12-22T11:42:37.669 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:37.670 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:37.960 INFO:tasks.qemu.client.0.smithi058.stdout:Booting from Hard Disk... 2020-12-22T11:42:38.384 INFO:tasks.qemu.client.0.smithi058.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2020-12-22T11:42:38.384 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:38.385 INFO:tasks.qemu.client.0.smithi058.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2020-12-22T11:42:38.385 INFO:tasks.qemu.client.0.smithi058.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2020-12-22T11:42:38.385 INFO:tasks.qemu.client.0.smithi058.stdout: before booting or 'c' for a command-line. 2020-12-22T11:42:38.385 INFO:tasks.qemu.client.0.smithi058.stdout:  Ubuntu, with Linux 3.2.0-32-virtual  Ubuntu, with Linux 3.2.0-32-virtual (recovery mode) Memory test (memtest86+) Memory test (memtest86+, serial console 115200)           2020-12-22T11:42:38.386 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:38.386 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:38.386 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:38.386 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:38.386 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.186 INFO:tasks.qemu.client.0.smithi058.stdout: The highlighted entry will be executed automatically in 5s.  2020-12-22T11:42:39.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.190 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.190 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:39.190 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.186 INFO:tasks.qemu.client.0.smithi058.stdout: The highlighted entry will be executed automatically in 4s.  2020-12-22T11:42:40.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.190 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.190 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:40.190 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.185 INFO:tasks.qemu.client.0.smithi058.stdout: The highlighted entry will be executed automatically in 3s.  2020-12-22T11:42:41.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:41.189 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.184 INFO:tasks.qemu.client.0.smithi058.stdout: The highlighted entry will be executed automatically in 2s.  2020-12-22T11:42:42.184 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:42.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.184 INFO:tasks.qemu.client.0.smithi058.stdout: The highlighted entry will be executed automatically in 1s.  2020-12-22T11:42:43.184 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.184 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.185 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.186 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.187 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:43.188 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:42:44.283 INFO:tasks.qemu.client.0.smithi058.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2020-12-22T11:42:45.465 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Initializing cgroup subsys cpu 2020-12-22T11:42:45.465 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Linux version 3.2.0-32-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #51-Ubuntu SMP Wed Sep 26 21:53:42 UTC 2012 (Ubuntu 3.2.0-32.51-virtual 3.2.30) 2020-12-22T11:42:45.466 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2020-12-22T11:42:45.466 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] KERNEL supported cpus: 2020-12-22T11:42:45.466 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Intel GenuineIntel 2020-12-22T11:42:45.466 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] AMD AuthenticAMD 2020-12-22T11:42:45.466 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Centaur CentaurHauls 2020-12-22T11:42:45.467 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] BIOS-provided physical RAM map: 2020-12-22T11:42:45.467 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2020-12-22T11:42:45.467 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2020-12-22T11:42:45.467 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2020-12-22T11:42:45.467 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffda000 (usable) 2020-12-22T11:42:45.468 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] BIOS-e820: 00000000bffda000 - 00000000c0000000 (reserved) 2020-12-22T11:42:45.468 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2020-12-22T11:42:45.468 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2020-12-22T11:42:45.468 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2020-12-22T11:42:45.468 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] NX (Execute Disable) protection: active 2020-12-22T11:42:45.469 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] DMI 2.8 present. 2020-12-22T11:42:45.469 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] No AGP bridge found 2020-12-22T11:42:45.469 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2020-12-22T11:42:45.469 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2020-12-22T11:42:45.469 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] last_pfn = 0xbffda max_arch_pfn = 0x400000000 2020-12-22T11:42:45.470 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f5cc0] f5cc0 2020-12-22T11:42:45.470 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Using GB pages for direct mapping 2020-12-22T11:42:45.470 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffda000 2020-12-22T11:42:45.470 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2020-12-22T11:42:45.470 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2020-12-22T11:42:45.471 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: RSDP 00000000000f5a80 00014 (v00 BOCHS ) 2020-12-22T11:42:45.471 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: RSDT 00000000bffe151d 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) 2020-12-22T11:42:45.471 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: FACP 00000000bffe1431 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) 2020-12-22T11:42:45.471 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 013F1 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) 2020-12-22T11:42:45.471 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2020-12-22T11:42:45.472 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: APIC 00000000bffe14a5 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) 2020-12-22T11:42:45.472 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] No NUMA configuration found 2020-12-22T11:42:45.472 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2020-12-22T11:42:45.472 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2020-12-22T11:42:45.472 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2020-12-22T11:42:45.472 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2020-12-22T11:42:45.473 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2020-12-22T11:42:45.473 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Zone PFN ranges: 2020-12-22T11:42:45.473 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2020-12-22T11:42:45.473 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2020-12-22T11:42:45.473 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2020-12-22T11:42:45.474 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Movable zone start PFN for each node 2020-12-22T11:42:45.474 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2020-12-22T11:42:45.474 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2020-12-22T11:42:45.474 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffda 2020-12-22T11:42:45.474 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2020-12-22T11:42:45.475 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2020-12-22T11:42:45.475 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2020-12-22T11:42:45.475 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2020-12-22T11:42:45.475 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2020-12-22T11:42:45.475 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2020-12-22T11:42:45.476 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2020-12-22T11:42:45.476 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2020-12-22T11:42:45.476 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2020-12-22T11:42:45.476 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2020-12-22T11:42:45.476 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2020-12-22T11:42:45.476 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2020-12-22T11:42:45.477 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2020-12-22T11:42:45.477 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2020-12-22T11:42:45.477 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2020-12-22T11:42:45.477 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2020-12-22T11:42:45.477 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffda000 - 00000000c0000000 2020-12-22T11:42:45.478 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2020-12-22T11:42:45.478 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2020-12-22T11:42:45.478 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2020-12-22T11:42:45.478 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2020-12-22T11:42:45.478 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2020-12-22T11:42:45.479 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2020-12-22T11:42:45.479 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2020-12-22T11:42:45.479 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2020-12-22T11:42:45.479 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2020-12-22T11:42:45.479 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] KVM setup async PF for cpu 0 2020-12-22T11:42:45.479 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2020-12-22T11:42:45.480 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027940 2020-12-22T11:42:45.480 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Policy zone: Normal 2020-12-22T11:42:45.480 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2020-12-22T11:42:45.480 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2020-12-22T11:42:45.480 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2020-12-22T11:42:45.481 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Checking aperture... 2020-12-22T11:42:45.481 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] No AGP bridge found 2020-12-22T11:42:45.481 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Memory: 4041896k/5242880k available (6532k kernel code, 1049180k absent, 151804k reserved, 6657k data, 924k init) 2020-12-22T11:42:45.481 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2020-12-22T11:42:45.481 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Hierarchical RCU implementation. 2020-12-22T11:42:45.482 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2020-12-22T11:42:45.482 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2020-12-22T11:42:45.482 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Console: colour VGA+ 80x25 2020-12-22T11:42:45.482 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] console [ttyS0] enabled 2020-12-22T11:42:45.482 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2020-12-22T11:42:45.483 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2020-12-22T11:42:45.483 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.000000] Detected 3499.996 MHz processor. 2020-12-22T11:42:45.483 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 6999.99 BogoMIPS (lpj=13999984) 2020-12-22T11:42:45.483 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.008000] pid_max: default: 32768 minimum: 301 2020-12-22T11:42:45.483 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.008000] Security Framework initialized 2020-12-22T11:42:45.484 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.008000] AppArmor: AppArmor initialized 2020-12-22T11:42:45.484 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.008000] Yama: becoming mindful. 2020-12-22T11:42:45.484 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.008000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2020-12-22T11:42:45.484 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.008733] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2020-12-22T11:42:45.484 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.009645] Mount-cache hash table entries: 256 2020-12-22T11:42:45.485 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.010195] Initializing cgroup subsys cpuacct 2020-12-22T11:42:45.485 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.010640] Initializing cgroup subsys memory 2020-12-22T11:42:45.485 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.011081] Initializing cgroup subsys devices 2020-12-22T11:42:45.485 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.012006] Initializing cgroup subsys freezer 2020-12-22T11:42:45.485 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.012442] Initializing cgroup subsys blkio 2020-12-22T11:42:45.485 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.012901] Initializing cgroup subsys perf_event 2020-12-22T11:42:45.486 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.013528] CPU: Physical Processor ID: 0 2020-12-22T11:42:45.486 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.014854] mce: CPU supports 10 MCE banks 2020-12-22T11:42:45.486 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.015595] SMP alternatives: switching to UP code 2020-12-22T11:42:45.486 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.029710] Freeing SMP alternatives: 24k freed 2020-12-22T11:42:45.486 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.030270] ACPI: Core revision 20110623 2020-12-22T11:42:45.487 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.031149] ftrace: allocating 27008 entries in 106 pages 2020-12-22T11:42:45.487 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.032253] Enabling x2apic 2020-12-22T11:42:45.487 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.032577] Enabled x2apic 2020-12-22T11:42:45.487 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.033144] Switched APIC routing to physical x2apic. 2020-12-22T11:42:45.487 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.034872] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2020-12-22T11:42:45.488 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.036003] CPU0: Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz stepping 02 2020-12-22T11:42:45.488 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.040002] Performance Events: generic architected perfmon, Intel PMU driver. 2020-12-22T11:42:45.488 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.040002] ... version: 2 2020-12-22T11:42:45.488 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.040002] ... bit width: 48 2020-12-22T11:42:45.488 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.040002] ... generic registers: 4 2020-12-22T11:42:45.489 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.040002] ... value mask: 0000ffffffffffff 2020-12-22T11:42:45.489 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.040002] ... max period: 000000007fffffff 2020-12-22T11:42:45.489 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.040002] ... fixed-purpose events: 3 2020-12-22T11:42:45.489 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.040004] ... event mask: 000000070000000f 2020-12-22T11:42:45.489 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.040723] NMI watchdog enabled, takes one hw-pmu counter. 2020-12-22T11:42:45.490 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.044044] Brought up 1 CPUs 2020-12-22T11:42:45.490 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.044448] Total of 1 processors activated (6999.99 BogoMIPS). 2020-12-22T11:42:45.490 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.045444] devtmpfs: initialized 2020-12-22T11:42:45.490 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.046260] EVM: security.selinux 2020-12-22T11:42:45.490 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.046650] EVM: security.SMACK64 2020-12-22T11:42:45.491 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.047065] EVM: security.capability 2020-12-22T11:42:45.491 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.048478] print_constraints: dummy: 2020-12-22T11:42:45.491 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.048987] RTC time: 11:42:43, date: 12/22/20 2020-12-22T11:42:45.491 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.049544] NET: Registered protocol family 16 2020-12-22T11:42:45.491 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.050181] ACPI: bus type pci registered 2020-12-22T11:42:45.491 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.050745] PCI: Using configuration type 1 for base access 2020-12-22T11:42:45.492 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.052187] bio: create slab at 0 2020-12-22T11:42:45.492 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.052705] ACPI: Added _OSI(Module Device) 2020-12-22T11:42:45.492 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.053227] ACPI: Added _OSI(Processor Device) 2020-12-22T11:42:45.492 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.053777] ACPI: Added _OSI(3.0 _SCP Extensions) 2020-12-22T11:42:45.492 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.054351] ACPI: Added _OSI(Processor Aggregator Device) 2020-12-22T11:42:45.493 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.055915] ACPI: Interpreter enabled 2020-12-22T11:42:45.493 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.056018] ACPI: (supports S0 S5) 2020-12-22T11:42:45.493 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.056463] ACPI: Using IOAPIC for interrupt routing 2020-12-22T11:42:45.493 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.058269] ACPI: No dock devices found. 2020-12-22T11:42:45.493 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.058727] HEST: Table not found. 2020-12-22T11:42:45.493 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.059146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2020-12-22T11:42:45.494 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.060024] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2020-12-22T11:42:45.494 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.060777] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2020-12-22T11:42:45.494 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.061589] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2020-12-22T11:42:45.494 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.062380] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2020-12-22T11:42:45.494 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.063253] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2020-12-22T11:42:45.495 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.064018] pci_root PNP0A03:00: host bridge window [mem 0x140000000-0x1bfffffff] 2020-12-22T11:42:45.495 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.069477] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2020-12-22T11:42:45.495 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.070352] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2020-12-22T11:42:45.495 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.119348] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) 2020-12-22T11:42:45.495 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.121245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2020-12-22T11:42:45.496 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.122034] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2020-12-22T11:42:45.496 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.122811] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2020-12-22T11:42:45.496 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.123605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2020-12-22T11:42:45.496 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.124234] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2020-12-22T11:42:45.496 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.125040] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2020-12-22T11:42:45.497 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.126015] vgaarb: loaded 2020-12-22T11:42:45.497 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.126341] vgaarb: bridge control possible 0000:00:02.0 2020-12-22T11:42:45.497 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.127070] i2c-core: driver [aat2870] using legacy suspend method 2020-12-22T11:42:45.497 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.128020] i2c-core: driver [aat2870] using legacy resume method 2020-12-22T11:42:45.497 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.128829] SCSI subsystem initialized 2020-12-22T11:42:45.498 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.129380] usbcore: registered new interface driver usbfs 2020-12-22T11:42:45.498 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.130064] usbcore: registered new interface driver hub 2020-12-22T11:42:45.498 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.130731] usbcore: registered new device driver usb 2020-12-22T11:42:45.498 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.131404] PCI: Using ACPI for IRQ routing 2020-12-22T11:42:45.498 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.132254] NetLabel: Initializing 2020-12-22T11:42:45.498 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.132668] NetLabel: domain hash size = 128 2020-12-22T11:42:45.499 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.133202] NetLabel: protocols = UNLABELED CIPSOv4 2020-12-22T11:42:45.499 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.133805] NetLabel: unlabeled traffic allowed by default 2020-12-22T11:42:45.499 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.134396] Switching to clocksource kvm-clock 2020-12-22T11:42:45.499 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.135146] AppArmor: AppArmor Filesystem Enabled 2020-12-22T11:42:45.499 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.135757] pnp: PnP ACPI init 2020-12-22T11:42:45.500 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.136161] ACPI: bus type pnp registered 2020-12-22T11:42:45.500 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.137075] pnp: PnP ACPI: found 9 devices 2020-12-22T11:42:45.500 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.137568] ACPI: ACPI bus type pnp unregistered 2020-12-22T11:42:45.500 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.143293] NET: Registered protocol family 2 2020-12-22T11:42:45.500 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.143917] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2020-12-22T11:42:45.500 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.145312] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2020-12-22T11:42:45.501 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.147321] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2020-12-22T11:42:45.501 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.148215] TCP: Hash tables configured (established 524288 bind 65536) 2020-12-22T11:42:45.501 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.149025] TCP reno registered 2020-12-22T11:42:45.501 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.149399] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2020-12-22T11:42:45.501 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.150145] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2020-12-22T11:42:45.502 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.150994] NET: Registered protocol family 1 2020-12-22T11:42:45.502 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.151533] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2020-12-22T11:42:45.502 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.152266] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2020-12-22T11:42:45.502 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.152964] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2020-12-22T11:42:45.502 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.153788] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2020-12-22T11:42:45.503 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.154560] Placing 64MB software IO TLB between ffff8800bbfda000 - ffff8800bffda000 2020-12-22T11:42:45.503 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.155491] software IO TLB at phys 0xbbfda000 - 0xbffda000 2020-12-22T11:42:45.503 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.156439] audit: initializing netlink socket (disabled) 2020-12-22T11:42:45.503 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.157098] type=2000 audit(1608637364.156:1): initialized 2020-12-22T11:42:45.503 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.172111] Trying to unpack rootfs image as initramfs... 2020-12-22T11:42:45.503 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.192259] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2020-12-22T11:42:45.504 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.201168] VFS: Disk quotas dquot_6.5.2 2020-12-22T11:42:45.504 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.201704] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2020-12-22T11:42:45.504 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.202706] fuse init (API version 7.17) 2020-12-22T11:42:45.504 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.203228] msgmni has been set to 7894 2020-12-22T11:42:45.504 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.220097] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2020-12-22T11:42:45.505 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.221020] io scheduler noop registered 2020-12-22T11:42:45.505 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.221497] io scheduler deadline registered (default) 2020-12-22T11:42:45.505 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.222143] io scheduler cfq registered 2020-12-22T11:42:45.505 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.222667] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2020-12-22T11:42:45.505 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.223361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2020-12-22T11:42:45.505 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.224258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2020-12-22T11:42:45.506 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.225158] ACPI: Power Button [PWRF] 2020-12-22T11:42:45.506 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.230451] Freeing initrd memory: 4308k freed 2020-12-22T11:42:45.506 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.231666] ERST: Table is not found! 2020-12-22T11:42:45.506 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.232134] GHES: HEST is not enabled! 2020-12-22T11:42:45.506 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.232801] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2020-12-22T11:42:45.507 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.233536] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2020-12-22T11:42:45.507 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.234988] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2020-12-22T11:42:45.507 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.235712] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2020-12-22T11:42:45.507 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.237088] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2020-12-22T11:42:45.507 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.237778] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2020-12-22T11:42:45.508 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.238998] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2020-12-22T11:42:45.508 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.261721] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2020-12-22T11:42:45.508 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.284968] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2020-12-22T11:42:45.508 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.285715] Linux agpgart interface v0.103 2020-12-22T11:42:45.508 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.286712] brd: module loaded 2020-12-22T11:42:45.508 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.287496] loop: module loaded 2020-12-22T11:42:45.509 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.290465] vda: vda1 2020-12-22T11:42:45.509 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.296784] vdb: unknown partition table 2020-12-22T11:42:45.509 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.299782] vdc: unknown partition table 2020-12-22T11:42:45.509 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.301078] scsi0 : ata_piix 2020-12-22T11:42:45.509 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.301458] scsi1 : ata_piix 2020-12-22T11:42:45.510 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.301840] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 2020-12-22T11:42:45.510 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.302631] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 2020-12-22T11:42:45.510 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.303502] Fixed MDIO Bus: probed 2020-12-22T11:42:45.510 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.303954] tun: Universal TUN/TAP device driver, 1.6 2020-12-22T11:42:45.510 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.304597] tun: (C) 1999-2004 Max Krasnyansky 2020-12-22T11:42:45.511 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.305594] PPP generic driver version 2.4.2 2020-12-22T11:42:45.511 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.306169] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2020-12-22T11:42:45.511 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.306996] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2020-12-22T11:42:45.511 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.307790] uhci_hcd: USB Universal Host Controller Interface driver 2020-12-22T11:42:45.511 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.308615] usbcore: registered new interface driver libusual 2020-12-22T11:42:45.512 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.309332] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2020-12-22T11:42:45.512 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.310890] serio: i8042 KBD port at 0x60,0x64 irq 1 2020-12-22T11:42:45.512 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.311488] serio: i8042 AUX port at 0x60,0x64 irq 12 2020-12-22T11:42:45.512 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.312378] mousedev: PS/2 mouse device common for all mice 2020-12-22T11:42:45.512 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.313256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2020-12-22T11:42:45.513 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.314477] rtc_cmos 00:01: RTC can wake from S4 2020-12-22T11:42:45.513 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.315163] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 2020-12-22T11:42:45.513 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.315959] rtc0: alarms up to one day, y3k, 114 bytes nvram 2020-12-22T11:42:45.513 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.316720] device-mapper: uevent: version 1.0.3 2020-12-22T11:42:45.513 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.317304] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2020-12-22T11:42:45.513 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.318335] cpuidle: using governor ladder 2020-12-22T11:42:45.514 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.318846] cpuidle: using governor menu 2020-12-22T11:42:45.514 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.319329] EFI Variables Facility v0.08 2004-May-17 2020-12-22T11:42:45.514 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.320043] TCP cubic registered 2020-12-22T11:42:45.514 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.320490] NET: Registered protocol family 10 2020-12-22T11:42:45.515 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.321258] NET: Registered protocol family 17 2020-12-22T11:42:45.515 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.321814] Registering the dns_resolver key type 2020-12-22T11:42:45.515 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.322474] registered taskstats version 1 2020-12-22T11:42:45.515 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.325989] Magic number: 0:541:732 2020-12-22T11:42:45.515 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.326515] rtc_cmos 00:01: setting system clock to 2020-12-22 11:42:44 UTC (1608637364) 2020-12-22T11:42:45.516 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.327504] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2020-12-22T11:42:45.516 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.328275] EDD information not available. 2020-12-22T11:42:45.516 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.468723] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2020-12-22T11:42:45.516 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.469809] ata2.00: configured for MWDMA2 2020-12-22T11:42:45.516 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.470683] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2020-12-22T11:42:45.516 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.472050] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2020-12-22T11:42:45.517 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.472734] cdrom: Uniform CD-ROM driver Revision: 3.20 2020-12-22T11:42:45.517 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.473553] sr 1:0:0:0: Attached scsi generic sg0 type 5 2020-12-22T11:42:45.517 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.475000] Freeing unused kernel memory: 924k freed 2020-12-22T11:42:45.517 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.475817] Write protecting the kernel read-only data: 12288k 2020-12-22T11:42:45.517 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.479109] Freeing unused kernel memory: 1640k freed 2020-12-22T11:42:45.518 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.482175] Freeing unused kernel memory: 1200k freed 2020-12-22T11:42:45.518 INFO:tasks.qemu.client.0.smithi058.stdout:Loading, please wait... 2020-12-22T11:42:45.518 INFO:tasks.qemu.client.0.smithi058.stdout:Begin: Loading essential drivers ... done. 2020-12-22T11:42:45.518 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.493245] udevd[84]: starting version 175 2020-12-22T11:42:45.518 INFO:tasks.qemu.client.0.smithi058.stdout:Begin: Running /scripts/init-premount ... done. 2020-12-22T11:42:45.519 INFO:tasks.qemu.client.0.smithi058.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2020-12-22T11:42:45.519 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.543966] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2020-12-22T11:42:45.519 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.544896] e1000: Copyright (c) 1999-2006 Intel Corporation. 2020-12-22T11:42:45.519 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.553967] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2020-12-22T11:42:45.519 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.554723] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2020-12-22T11:42:45.520 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.573657] Floppy drive(s): fd0 is 2.88M AMI BIOS 2020-12-22T11:42:45.520 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.838991] FDC 0 is a S82078B 2020-12-22T11:42:45.520 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.875773] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2020-12-22T11:42:45.520 INFO:tasks.qemu.client.0.smithi058.stdout:[ 0.876531] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2020-12-22T11:42:45.631 INFO:tasks.qemu.client.0.smithi058.stdout:Begin: Running /scripts/local-premount ... [ 1.156075] Refined TSC clocksource calibration: 3500.072 MHz. 2020-12-22T11:42:46.009 INFO:tasks.qemu.client.0.smithi058.stdout:done. 2020-12-22T11:42:46.026 INFO:tasks.qemu.client.0.smithi058.stdout:[ 1.547071] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2020-12-22T11:42:46.074 INFO:tasks.qemu.client.0.smithi058.stdout:Begin: Running /scripts/local-bottom ... [ 1.596322] vda: vda1 2020-12-22T11:42:46.075 INFO:tasks.qemu.client.0.smithi058.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2020-12-22T11:42:46.329 INFO:tasks.qemu.client.0.smithi058.stdout:[ 1.849089] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2020-12-22T11:42:46.329 INFO:tasks.qemu.client.0.smithi058.stdout:done. 2020-12-22T11:42:46.329 INFO:tasks.qemu.client.0.smithi058.stdout:done. 2020-12-22T11:42:46.334 INFO:tasks.qemu.client.0.smithi058.stdout:Begin: Running /scripts/init-bottom ... done. 2020-12-22T11:42:48.111 INFO:tasks.qemu.client.0.smithi058.stdout:cloud-init start-local running: Tue, 22 Dec 2020 11:42:47 +0000. up 3.33 seconds 2020-12-22T11:42:48.769 INFO:tasks.qemu.client.0.smithi058.stdout:no instance data found in start-local 2020-12-22T11:42:49.075 INFO:tasks.qemu.client.0.smithi058.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2020-12-22T11:42:49.076 INFO:tasks.qemu.client.0.smithi058.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2020-12-22T11:42:49.076 INFO:tasks.qemu.client.0.smithi058.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2020-12-22T11:42:49.076 INFO:tasks.qemu.client.0.smithi058.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2020-12-22T11:42:49.076 INFO:tasks.qemu.client.0.smithi058.stdout:cloud-init start running: Tue, 22 Dec 2020 11:42:48 +0000. up 4.54 seconds 2020-12-22T11:42:49.502 INFO:tasks.qemu.client.0.smithi058.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2020-12-22T11:42:52.453 INFO:tasks.qemu.client.0.smithi058.stdout:WARN:stdout, stderr changing to (| tee -a /var/log/cloud-init-output.log,| tee -a /var/log/cloud-init-output.log)Generating public/private rsa key pair. 2020-12-22T11:42:52.484 INFO:tasks.qemu.client.0.smithi058.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2020-12-22T11:42:52.484 INFO:tasks.qemu.client.0.smithi058.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2020-12-22T11:42:52.485 INFO:tasks.qemu.client.0.smithi058.stdout:The key fingerprint is: 2020-12-22T11:42:52.485 INFO:tasks.qemu.client.0.smithi058.stdout:46:09:86:7f:13:2a:33:df:f2:87:37:ae:f6:ab:cd:a7 root@test 2020-12-22T11:42:52.485 INFO:tasks.qemu.client.0.smithi058.stdout:The key's randomart image is: 2020-12-22T11:42:52.485 INFO:tasks.qemu.client.0.smithi058.stdout:+--[ RSA 2048]----+ 2020-12-22T11:42:52.486 INFO:tasks.qemu.client.0.smithi058.stdout:| .o | 2020-12-22T11:42:52.486 INFO:tasks.qemu.client.0.smithi058.stdout:| .. ... | 2020-12-22T11:42:52.486 INFO:tasks.qemu.client.0.smithi058.stdout:| . .o. | 2020-12-22T11:42:52.486 INFO:tasks.qemu.client.0.smithi058.stdout:| + o.o | 2020-12-22T11:42:52.486 INFO:tasks.qemu.client.0.smithi058.stdout:| = oS. | 2020-12-22T11:42:52.487 INFO:tasks.qemu.client.0.smithi058.stdout:| o.. | 2020-12-22T11:42:52.487 INFO:tasks.qemu.client.0.smithi058.stdout:| o . | 2020-12-22T11:42:52.487 INFO:tasks.qemu.client.0.smithi058.stdout:| +o+ . | 2020-12-22T11:42:52.487 INFO:tasks.qemu.client.0.smithi058.stdout:| .oBE= | 2020-12-22T11:42:52.487 INFO:tasks.qemu.client.0.smithi058.stdout:+-----------------+ 2020-12-22T11:42:52.565 INFO:tasks.qemu.client.0.smithi058.stdout:Generating public/private dsa key pair. 2020-12-22T11:42:52.565 INFO:tasks.qemu.client.0.smithi058.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2020-12-22T11:42:52.565 INFO:tasks.qemu.client.0.smithi058.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2020-12-22T11:42:52.565 INFO:tasks.qemu.client.0.smithi058.stdout:The key fingerprint is: 2020-12-22T11:42:52.566 INFO:tasks.qemu.client.0.smithi058.stdout:b4:41:41:1c:ae:49:ea:79:24:af:2b:5b:d7:9c:08:ef root@test 2020-12-22T11:42:52.566 INFO:tasks.qemu.client.0.smithi058.stdout:The key's randomart image is: 2020-12-22T11:42:52.566 INFO:tasks.qemu.client.0.smithi058.stdout:+--[ DSA 1024]----+ 2020-12-22T11:42:52.566 INFO:tasks.qemu.client.0.smithi058.stdout:| o=o | 2020-12-22T11:42:52.566 INFO:tasks.qemu.client.0.smithi058.stdout:| o. | 2020-12-22T11:42:52.567 INFO:tasks.qemu.client.0.smithi058.stdout:| . + | 2020-12-22T11:42:52.567 INFO:tasks.qemu.client.0.smithi058.stdout:| o + o | 2020-12-22T11:42:52.567 INFO:tasks.qemu.client.0.smithi058.stdout:| + + S | 2020-12-22T11:42:52.567 INFO:tasks.qemu.client.0.smithi058.stdout:| . B + . | 2020-12-22T11:42:52.567 INFO:tasks.qemu.client.0.smithi058.stdout:| + * + | 2020-12-22T11:42:52.568 INFO:tasks.qemu.client.0.smithi058.stdout:| .. = | 2020-12-22T11:42:52.568 INFO:tasks.qemu.client.0.smithi058.stdout:| .oo.E | 2020-12-22T11:42:52.568 INFO:tasks.qemu.client.0.smithi058.stdout:+-----------------+ 2020-12-22T11:42:52.568 INFO:tasks.qemu.client.0.smithi058.stdout:Generating public/private ecdsa key pair. 2020-12-22T11:42:52.568 INFO:tasks.qemu.client.0.smithi058.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2020-12-22T11:42:52.569 INFO:tasks.qemu.client.0.smithi058.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2020-12-22T11:42:52.569 INFO:tasks.qemu.client.0.smithi058.stdout:The key fingerprint is: 2020-12-22T11:42:52.569 INFO:tasks.qemu.client.0.smithi058.stdout:20:d4:67:87:81:81:84:83:04:c0:6b:6a:a6:a5:ed:28 root@test 2020-12-22T11:42:52.569 INFO:tasks.qemu.client.0.smithi058.stdout:The key's randomart image is: 2020-12-22T11:42:52.569 INFO:tasks.qemu.client.0.smithi058.stdout:+--[ECDSA 256]---+ 2020-12-22T11:42:52.570 INFO:tasks.qemu.client.0.smithi058.stdout:|Bo ooo.o.o | 2020-12-22T11:42:52.570 INFO:tasks.qemu.client.0.smithi058.stdout:|..o.. o + . | 2020-12-22T11:42:52.570 INFO:tasks.qemu.client.0.smithi058.stdout:| ... .o . | 2020-12-22T11:42:52.570 INFO:tasks.qemu.client.0.smithi058.stdout:| o . . | 2020-12-22T11:42:52.571 INFO:tasks.qemu.client.0.smithi058.stdout:|o S | 2020-12-22T11:42:52.571 INFO:tasks.qemu.client.0.smithi058.stdout:|.o. | 2020-12-22T11:42:52.571 INFO:tasks.qemu.client.0.smithi058.stdout:|++ | 2020-12-22T11:42:52.571 INFO:tasks.qemu.client.0.smithi058.stdout:|E.. | 2020-12-22T11:42:52.571 INFO:tasks.qemu.client.0.smithi058.stdout:|o.. | 2020-12-22T11:42:52.572 INFO:tasks.qemu.client.0.smithi058.stdout:+-----------------+ 2020-12-22T11:42:52.672 INFO:tasks.qemu.client.0.smithi058.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2020-12-22T11:42:52.822 INFO:tasks.qemu.client.0.smithi058.stdout: * Starting AppArmor profiles  [ OK ] 2020-12-22T11:42:52.854 INFO:tasks.qemu.client.0.smithi058.stdout:landscape-client is not configured, please run landscape-config. 2020-12-22T11:42:52.873 INFO:tasks.qemu.client.0.smithi058.stdout: * Stopping System V initialisation compatibility[ OK ] 2020-12-22T11:42:52.899 INFO:tasks.qemu.client.0.smithi058.stdout: * Starting System V runlevel compatibility[ OK ] 2020-12-22T11:42:52.899 INFO:tasks.qemu.client.0.smithi058.stdout: * Starting automatic crash report generation[ OK ] 2020-12-22T11:42:52.900 INFO:tasks.qemu.client.0.smithi058.stdout: * Starting deferred execution scheduler[ OK ] 2020-12-22T11:42:52.900 INFO:tasks.qemu.client.0.smithi058.stdout: * Starting regular background program processing daemon[ OK ] 2020-12-22T11:42:52.900 INFO:tasks.qemu.client.0.smithi058.stdout: * Starting ACPI daemon[ OK ] 2020-12-22T11:42:52.900 INFO:tasks.qemu.client.0.smithi058.stdout: * Starting save kernel messages[ OK ] 2020-12-22T11:42:52.900 INFO:tasks.qemu.client.0.smithi058.stdout: * Stopping save kernel messages[ OK ] 2020-12-22T11:42:52.906 INFO:tasks.qemu.client.0.smithi058.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2020-12-22T11:42:52.943 INFO:tasks.qemu.client.0.smithi058.stdout: * Stopping System V runlevel compatibility[ OK ] 2020-12-22T11:42:53.327 INFO:tasks.qemu.client.0.smithi058.stdout:Generating locales... 2020-12-22T11:42:53.849 INFO:tasks.qemu.client.0.smithi058.stdout: en_US.UTF-8... done 2020-12-22T11:42:53.857 INFO:tasks.qemu.client.0.smithi058.stdout:Generation complete. 2020-12-22T11:42:54.490 INFO:tasks.qemu.client.0.smithi058.stdout:passwd: password expiry information changed. 2020-12-22T11:42:54.560 INFO:tasks.qemu.client.0.smithi058.stdout:Get:1 http://security.ubuntu.com precise-security InRelease [55.7 kB] 2020-12-22T11:42:54.650 INFO:tasks.qemu.client.0.smithi058.stdout:Get:2 http://security.ubuntu.com precise-security/main Sources [150 kB] 2020-12-22T11:42:54.674 INFO:tasks.qemu.client.0.smithi058.stdout:Ign http://archive.ubuntu.com precise InRelease 2020-12-22T11:42:54.715 INFO:tasks.qemu.client.0.smithi058.stdout:Get:3 http://security.ubuntu.com precise-security/universe Sources [57.9 kB] 2020-12-22T11:42:54.741 INFO:tasks.qemu.client.0.smithi058.stdout:Get:4 http://security.ubuntu.com precise-security/main amd64 Packages [375 kB] 2020-12-22T11:42:54.756 INFO:tasks.qemu.client.0.smithi058.stdout:Get:5 http://archive.ubuntu.com precise-updates InRelease [55.7 kB] 2020-12-22T11:42:54.802 INFO:tasks.qemu.client.0.smithi058.stdout:Get:6 http://security.ubuntu.com precise-security/universe amd64 Packages [145 kB] 2020-12-22T11:42:54.823 INFO:tasks.qemu.client.0.smithi058.stdout:Get:7 http://security.ubuntu.com precise-security/main i386 Packages [378 kB] 2020-12-22T11:42:54.860 INFO:tasks.qemu.client.0.smithi058.stdout:Get:8 http://security.ubuntu.com precise-security/universe i386 Packages [154 kB] 2020-12-22T11:42:54.882 INFO:tasks.qemu.client.0.smithi058.stdout:Get:9 http://security.ubuntu.com precise-security/main TranslationIndex [208 B] 2020-12-22T11:42:54.904 INFO:tasks.qemu.client.0.smithi058.stdout:Get:10 http://security.ubuntu.com precise-security/universe TranslationIndex [205 B] 2020-12-22T11:42:54.927 INFO:tasks.qemu.client.0.smithi058.stdout:Get:11 http://security.ubuntu.com precise-security/main Translation-en [188 kB] 2020-12-22T11:42:54.958 INFO:tasks.qemu.client.0.smithi058.stdout:Get:12 http://security.ubuntu.com precise-security/universe Translation-en [93.2 kB] 2020-12-22T11:42:54.999 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise Release.gpg 2020-12-22T11:42:55.081 INFO:tasks.qemu.client.0.smithi058.stdout:Get:13 http://archive.ubuntu.com precise-updates/main Sources [503 kB] 2020-12-22T11:42:55.405 INFO:tasks.qemu.client.0.smithi058.stdout:Get:14 http://archive.ubuntu.com precise-updates/universe Sources [137 kB] 2020-12-22T11:42:55.497 INFO:tasks.qemu.client.0.smithi058.stdout:Get:15 http://archive.ubuntu.com precise-updates/main amd64 Packages [741 kB] 2020-12-22T11:42:55.661 INFO:tasks.qemu.client.0.smithi058.stdout:Get:16 http://archive.ubuntu.com precise-updates/universe amd64 Packages [288 kB] 2020-12-22T11:42:55.752 INFO:tasks.qemu.client.0.smithi058.stdout:Get:17 http://archive.ubuntu.com precise-updates/main i386 Packages [745 kB] 2020-12-22T11:42:55.872 INFO:tasks.qemu.client.0.smithi058.stdout:Get:18 http://archive.ubuntu.com precise-updates/universe i386 Packages [297 kB] 2020-12-22T11:42:55.963 INFO:tasks.qemu.client.0.smithi058.stdout:Get:19 http://archive.ubuntu.com precise-updates/main TranslationIndex [208 B] 2020-12-22T11:42:56.042 INFO:tasks.qemu.client.0.smithi058.stdout:Get:20 http://archive.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2020-12-22T11:42:56.119 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise Release 2020-12-22T11:42:56.203 INFO:tasks.qemu.client.0.smithi058.stdout:Get:21 http://archive.ubuntu.com precise-updates/main Translation-en [344 kB] 2020-12-22T11:42:56.296 INFO:tasks.qemu.client.0.smithi058.stdout:Get:22 http://archive.ubuntu.com precise-updates/universe Translation-en [174 kB] 2020-12-22T11:42:56.381 INFO:tasks.qemu.client.0.smithi058.stdout:Get:23 http://archive.ubuntu.com precise/main Sources [934 kB] 2020-12-22T11:42:56.497 INFO:tasks.qemu.client.0.smithi058.stdout:Get:24 http://archive.ubuntu.com precise/universe Sources [5019 kB] 2020-12-22T11:42:56.790 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise/main amd64 Packages 2020-12-22T11:42:56.873 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise/universe amd64 Packages 2020-12-22T11:42:56.951 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise/main i386 Packages 2020-12-22T11:42:57.031 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise/universe i386 Packages 2020-12-22T11:42:57.114 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise/main TranslationIndex 2020-12-22T11:42:57.193 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise/universe TranslationIndex 2020-12-22T11:42:57.273 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise/main Translation-en 2020-12-22T11:42:57.354 INFO:tasks.qemu.client.0.smithi058.stdout:Hit http://archive.ubuntu.com precise/universe Translation-en 2020-12-22T11:42:57.653 INFO:tasks.qemu.client.0.smithi058.stdout:Fetched 10.8 MB in 3s (3459 kB/s) 2020-12-22T11:42:59.409 INFO:tasks.qemu.client.0.smithi058.stdout:Reading package lists... 2020-12-22T11:42:59.414 INFO:tasks.qemu.client.0.smithi058.stdout:Reading package lists... 2020-12-22T11:42:59.597 INFO:tasks.qemu.client.0.smithi058.stdout:Building dependency tree... 2020-12-22T11:42:59.597 INFO:tasks.qemu.client.0.smithi058.stdout:Reading state information... 2020-12-22T11:42:59.723 INFO:tasks.qemu.client.0.smithi058.stdout:The following extra packages will be installed: 2020-12-22T11:42:59.723 INFO:tasks.qemu.client.0.smithi058.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2020-12-22T11:42:59.723 INFO:tasks.qemu.client.0.smithi058.stdout:The following NEW packages will be installed: 2020-12-22T11:42:59.724 INFO:tasks.qemu.client.0.smithi058.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2020-12-22T11:42:59.906 INFO:tasks.qemu.client.0.smithi058.stdout:0 upgraded, 5 newly installed, 0 to remove and 210 not upgraded. 2020-12-22T11:42:59.907 INFO:tasks.qemu.client.0.smithi058.stdout:Need to get 423 kB of archives. 2020-12-22T11:42:59.907 INFO:tasks.qemu.client.0.smithi058.stdout:After this operation, 1363 kB of additional disk space will be used. 2020-12-22T11:42:59.907 INFO:tasks.qemu.client.0.smithi058.stdout:Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2020-12-22T11:43:00.056 INFO:tasks.qemu.client.0.smithi058.stdout:Get:2 http://archive.ubuntu.com/ubuntu/ precise/main libtirpc1 amd64 0.2.2-5 [84.2 kB] 2020-12-22T11:43:00.236 INFO:tasks.qemu.client.0.smithi058.stdout:Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2020-12-22T11:43:00.326 INFO:tasks.qemu.client.0.smithi058.stdout:Get:4 http://archive.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2020-12-22T11:43:00.409 INFO:tasks.qemu.client.0.smithi058.stdout:Get:5 http://archive.ubuntu.com/ubuntu/ precise-updates/main nfs-common amd64 1:1.2.5-3ubuntu3.2 [241 kB] 2020-12-22T11:43:00.613 INFO:tasks.qemu.client.0.smithi058.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2020-12-22T11:43:00.625 INFO:tasks.qemu.client.0.smithi058.stdout:Fetched 423 kB in 0s (546 kB/s) 2020-12-22T11:43:00.793 INFO:tasks.qemu.client.0.smithi058.stdout:Selecting previously unselected package libgssglue1. 2020-12-22T11:43:01.558 INFO:tasks.qemu.client.0.smithi058.stdout:(Reading database ... 36182 files and directories currently installed.) 2020-12-22T11:43:01.559 INFO:tasks.qemu.client.0.smithi058.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2020-12-22T11:43:01.790 INFO:tasks.qemu.client.0.smithi058.stdout:Selecting previously unselected package libtirpc1. 2020-12-22T11:43:01.795 INFO:tasks.qemu.client.0.smithi058.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5_amd64.deb) ... 2020-12-22T11:43:02.040 INFO:tasks.qemu.client.0.smithi058.stdout:Selecting previously unselected package rpcbind. 2020-12-22T11:43:02.040 INFO:tasks.qemu.client.0.smithi058.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2020-12-22T11:43:02.346 INFO:tasks.qemu.client.0.smithi058.stdout:Selecting previously unselected package libnfsidmap2. 2020-12-22T11:43:02.346 INFO:tasks.qemu.client.0.smithi058.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2020-12-22T11:43:02.579 INFO:tasks.qemu.client.0.smithi058.stdout:Selecting previously unselected package nfs-common. 2020-12-22T11:43:02.579 INFO:tasks.qemu.client.0.smithi058.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2020-12-22T11:43:02.756 INFO:tasks.qemu.client.0.smithi058.stdout:Processing triggers for man-db ... 2020-12-22T11:43:03.792 INFO:tasks.qemu.client.0.smithi058.stdout:Processing triggers for ureadahead ... 2020-12-22T11:43:03.905 INFO:tasks.qemu.client.0.smithi058.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2020-12-22T11:43:04.088 INFO:tasks.qemu.client.0.smithi058.stdout:Setting up libtirpc1 (0.2.2-5) ... 2020-12-22T11:43:04.257 INFO:tasks.qemu.client.0.smithi058.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2020-12-22T11:43:04.443 INFO:tasks.qemu.client.0.smithi058.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2020-12-22T11:43:04.464 INFO:tasks.qemu.client.0.smithi058.stdout:portmap start/running, process 1651 2020-12-22T11:43:04.491 INFO:tasks.qemu.client.0.smithi058.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2020-12-22T11:43:04.601 INFO:tasks.qemu.client.0.smithi058.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2020-12-22T11:43:04.926 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:43:04.927 INFO:tasks.qemu.client.0.smithi058.stdout:Creating config file /etc/idmapd.conf with new version 2020-12-22T11:43:05.094 INFO:tasks.qemu.client.0.smithi058.stdout: 2020-12-22T11:43:05.094 INFO:tasks.qemu.client.0.smithi058.stdout:Creating config file /etc/default/nfs-common with new version 2020-12-22T11:43:05.179 INFO:tasks.qemu.client.0.smithi058.stdout:Adding system user `statd' (UID 106) ... 2020-12-22T11:43:05.179 INFO:tasks.qemu.client.0.smithi058.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2020-12-22T11:43:05.338 INFO:tasks.qemu.client.0.smithi058.stdout:Not creating home directory `/var/lib/nfs'. 2020-12-22T11:43:05.372 INFO:tasks.qemu.client.0.smithi058.stdout:statd start/running, process 1885 2020-12-22T11:43:05.389 INFO:tasks.qemu.client.0.smithi058.stdout:gssd stop/post-stop, process 1916 2020-12-22T11:43:05.471 INFO:tasks.qemu.client.0.smithi058.stdout:idmapd start/running, process 1956 2020-12-22T11:43:05.504 INFO:tasks.qemu.client.0.smithi058.stdout:Processing triggers for libc-bin ... 2020-12-22T11:43:05.528 INFO:tasks.qemu.client.0.smithi058.stdout:ldconfig deferred processing now taking place 2020-12-22T11:43:06.275 INFO:tasks.qemu.client.0.smithi058.stdout:mount.nfs: timeout set for Tue Dec 22 11:45:05 2020 2020-12-22T11:43:06.291 INFO:tasks.qemu.client.0.smithi058.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2020-12-22T11:43:06.291 INFO:tasks.qemu.client.0.smithi058.stdout:10.0.2.2:/export/client.0 on /mnt/log type nfs (rw,proto=tcp) 2020-12-22T11:43:06.292 INFO:tasks.qemu.client.0.smithi058.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2020-12-22T11:46:44.652 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.192190] INFO: task flush-253:16:11065 blocked for more than 120 seconds. 2020-12-22T11:46:44.652 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.193006] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T11:46:44.653 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.194060] INFO: task fsstress:17162 blocked for more than 120 seconds. 2020-12-22T11:46:44.653 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.194762] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T11:46:44.653 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.195615] INFO: task fsstress:17163 blocked for more than 120 seconds. 2020-12-22T11:46:44.653 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.196343] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T11:46:44.654 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.197200] INFO: task fsstress:17164 blocked for more than 120 seconds. 2020-12-22T11:46:44.654 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.197903] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T11:46:44.654 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.198751] INFO: task fsstress:17165 blocked for more than 120 seconds. 2020-12-22T11:46:44.654 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.199455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T11:46:44.654 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.200325] INFO: task fsstress:17166 blocked for more than 120 seconds. 2020-12-22T11:46:44.655 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.201028] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T11:46:44.655 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.202015] INFO: task fsstress:17167 blocked for more than 120 seconds. 2020-12-22T11:46:44.655 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.202727] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T11:46:44.655 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.203588] INFO: task fsstress:17168 blocked for more than 120 seconds. 2020-12-22T11:46:44.655 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.204306] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T11:46:44.656 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.205291] INFO: task fsstress:17169 blocked for more than 120 seconds. 2020-12-22T11:46:44.656 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.206015] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T11:46:44.656 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.206863] INFO: task fsstress:17170 blocked for more than 120 seconds. 2020-12-22T11:46:44.656 INFO:tasks.qemu.client.0.smithi058.stdout:[ 240.207557] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2020-12-22T23:10:27.637 DEBUG:teuthology.exit:Got signal 15; running 2 handlers... 2020-12-22T23:10:27.668 DEBUG:teuthology.task.console_log:Killing console logger for smithi105 2020-12-22T23:10:27.669 DEBUG:teuthology.task.console_log:Killing console logger for smithi039 2020-12-22T23:10:27.670 DEBUG:teuthology.task.console_log:Killing console logger for smithi058 2020-12-22T23:10:27.670 DEBUG:teuthology.task.console_log:Killing console logger for smithi105 2020-12-22T23:10:27.671 DEBUG:teuthology.task.console_log:Killing console logger for smithi039 2020-12-22T23:10:27.671 DEBUG:teuthology.task.console_log:Killing console logger for smithi058 2020-12-22T23:10:27.672 DEBUG:teuthology.exit:Finished running handlers